Skip to content

Commit 926939b

Browse files
committed
update Account interest modelling
1 parent 026585d commit 926939b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/source/modeling.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,9 +1856,15 @@ Fix rate syntax:
18561856
``{"period": <date Pattern>, "rate": <number>, "lastSettleDate":<date>}``
18571857
18581858
Floater rate syntax:
1859-
``{"period": <date Pattern>, "index": <index name>, "spread": <number>, "lastSettleDate":<date>}``
1859+
``{"period": <date Pattern>, "reset": <date pattern>, "index": <index name>, "spread": <number>, "rate":<rate>, "lastSettleDate":<date>}``
18601860
1861-
Make sure there the index rate curve is supplied in the assumption.
1861+
Make sure there the index rate curve is supplied in the assumption.
1862+
1863+
Fields:
1864+
* ``period`` : interest sweep day
1865+
* ``reset`` : index reset day
1866+
* ``rate`` : current interest rate being used
1867+
* ``lastSettleDate`` : last interest calculation day
18621868
18631869
18641870
.. code-block:: python
@@ -1874,6 +1880,8 @@ Floater rate syntax:
18741880
,"interest":{"period":"QuarterEnd"
18751881
,"index":"SOFR3M"
18761882
,"spread":0.001
1883+
,"reset":"QuarterEnd"
1884+
,"rate": 0.03
18771885
,"lastSettleDate":"2022-11-02"}})
18781886
18791887

0 commit comments

Comments
 (0)