Skip to content

Commit

Permalink
fix waterfall: accrueBondIntByGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Oct 4, 2024
1 parent 0b90aef commit d525cba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2539,15 +2539,17 @@ Accure Interest and Pay of Bond Group
accrue interest and pay interest of bonds in a group
syntax
``["accrueAndPayIntByGroup", "A"]``
``["accrueAndPayIntByGroup", "A", order]``
``["accrueAndPayIntByGroup", "A", m]``
``["accrueAndPayIntByGroup", "A", order, m]``
`m`is just map same in the `payFee` , which has keys :
* ``limit`` -> :ref:`<limit>`
* ``support`` -> :ref:`<support>`
`order` , :ref:`<ordering>`
Pay Interest to Bond Group
pay interest to bonds in a group via a order , :ref:`<ordering>`
Expand Down

0 comments on commit d525cba

Please sign in to comment.