Skip to content

Commit

Permalink
add payment holiday
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Jun 3, 2024
1 parent e322059 commit dc723b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@ Examples:
["DayOfMonth",10], # every 10th of month after first pay date or next pay date
Custom Defined Dates
^^^^^^^^^^^^^^^^^^^^^
Custom Defined Dates(for payment holiday)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
User are free to feed in a series of custom defined pool collection date / bond payment dates to accomodate holidays etc.

.. code-block:: python
Expand All @@ -665,6 +665,9 @@ User are free to feed in a series of custom defined pool collection date / bond
,"closing":"2023-01-01"}
.. note::
User can generate a series of dates on his/her own and nudge the dates before/afterwards base on the holidays which are generated by `python-holidays <https://python-holidays.readthedocs.io/en/latest/>`_

Deal Status
----------------

Expand Down

0 comments on commit dc723b2

Please sign in to comment.