Skip to content

Commit

Permalink
expose pool cumu recoveries
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Jul 20, 2023
1 parent e76e805 commit 66c1bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions absbox/local/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def mkDs(x):
return mkTag("CurrentPoolDefaultedBalance")
case ("资产池累计违约余额",) | ("cumPoolDefaultedBalance",):
return mkTag("CumulativePoolDefaultedBalance")
case ("资产池累计回收额",) | ("cumPoolRecoveries",):
return mkTag("CumulativePoolRecoveriesBalance")
case ("资产池累计违约率",) | ("cumPoolDefaultedRate",):
return mkTag("CumulativePoolDefaultedRate")
case ("债券系数",) | ("bondFactor",):
Expand Down

0 comments on commit 66c1bea

Please sign in to comment.