Skip to content

Commit 5c4de92

Browse files
committed
Fix IO rate
1 parent 7997e1b commit 5c4de92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/modeling.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -2293,6 +2293,8 @@ IO
22932293
22942294
Tranche with always remains due principal = 0.
22952295
2296+
Typically, the rate will used ``refBalance`` to define how interest is being calculated.
2297+
22962298
.. versionadded:: 0.43.0
22972299
22982300
.. code-block:: python
@@ -2302,7 +2304,7 @@ Tranche with always remains due principal = 0.
23022304
,"originBalance":0.0
23032305
,"originRate":0.00
23042306
,"startDate":"2020-01-03"
2305-
,"rateType":{"fix":0.0}
2307+
,"rateType":("refBalance",("*",("bondBalance","A","B"), 0.3) ,{"Fixed":0.06})
23062308
,"bondType":"IO"})
23072309
23082310
Bond Group

0 commit comments

Comments
 (0)