Skip to content

Commit

Permalink
update agg rule by pct
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Nov 19, 2023
1 parent ae1d3a2 commit 11fe1ef
Show file tree
Hide file tree
Showing 4 changed files with 9,772 additions and 23 deletions.
2 changes: 1 addition & 1 deletion absbox/local/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Pool
## mortgage
china_mortgage_flow_fields = ["余额", "本金", "利息", "早偿金额", "违约金额", "回收金额", "损失金额", "利率", "债务人数量","早偿手续费"]
english_mortgage_flow_fields = ["Balance", "Principal", "Interest", "Prepayment", "Default", "Recovery", "Loss", "WAC","BorrowerNum","PrepayPenalty"]
english_mortgage_flow_fields = ["Balance", "Principal", "Interest", "Prepayment", "Default", "Recovery", "Loss", "WAC","BorrowerNum","PrepayPenalty"]

china_mortgage_delinq_flow_fields = ["余额", "本金", "利息", "早偿金额", "拖欠金额", "违约金额", "回收金额", "损失金额", "利率", "债务人数量","早偿手续费"]
english_mortgage_delinq_flow_fields = ["Balance", "Principal", "Interest", "Prepayment", "Delinquency", "Default", "Recovery", "Loss", "WAC","BorrowerNum","PrepayPenalty"]
Expand Down
28 changes: 12 additions & 16 deletions absbox/tests/benchmark/us/out/test04.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,12 @@
"CollectedInterest",
[
[
[
0.8,
"acc01"
],
[
0.2,
"acc02"
]
0.8,
"acc01"
],
[
0.2,
"acc02"
]
]
]
Expand All @@ -235,14 +233,12 @@
"CollectedPrincipal",
[
[
[
0.8,
"acc01"
],
[
0.2,
"acc02"
]
0.8,
"acc01"
],
[
0.2,
"acc02"
]
]
]
Expand Down
Loading

0 comments on commit 11fe1ef

Please sign in to comment.