Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed May 19, 2024
1 parent 323b962 commit d8a2796
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/source/modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,7 @@ Accure Interest and Pay of Bond Group
syntax
``["accrueAndPayIntByGroup", "A"]``
``["accrueAndPayIntByGroup", "A", m]``
`m`is just amp same in the `payFee` , which has keys :
Expand All @@ -2396,18 +2397,26 @@ Pay Interest to Bond Group
syntax
``["payIntByGroup", "A", order]``
``["payIntByGroup", "A", order, m]``
`m`is just amp same in the `payFee` , which
`m`is just amp same in the `payFee` , which has keys :
* ``limit`` -> :ref:`<limit>`
* ``support`` -> :ref:`<support>`
Pay Principal to Bond Group
pay principal to bonds in a group via a order
syntax
``["payPrinByGroup", "A", order]``
``["payPrinByGroup", "A", order, m]``
`m`is just amp same in the `payFee` , which
`m`is just amp same in the `payFee` , which has keys :
* ``limit`` -> :ref:`<limit>`
* ``support`` -> :ref:`<support>`
Account
Expand Down

0 comments on commit d8a2796

Please sign in to comment.