Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed May 3, 2024
1 parent f31775f commit ffacd95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,14 @@ PayIntResidual
The ``<Limit>`` :ref:`<limit>`
PayPrintWithDue
.. versionadded:: 0.27.32
pay principal to bond till principal due amount. Make sure to run `Calc Bond Principal Due` before this action
syntax
``["payPrinWithDue", {Account}, [<Bond>]]``
WriteOff
.. versionadded:: 0.26.1
write off the bond balance ,with option to set a limit amount to write off
Expand Down
2 changes: 0 additions & 2 deletions docs/source/nbsample/SRT_Example_Native_Prod.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1581,8 +1581,6 @@
}
],
"source": [
"from pyxirr import xirr\n",
"\n",
"def unHedgeAmount(x:dict):\n",
" \"x is the single run result\"\n",
" \n",
Expand Down

0 comments on commit ffacd95

Please sign in to comment.