Skip to content

Commit 4c3c03a

Browse files
committed
add cust dates
1 parent ca7518c commit 4c3c03a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/modeling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ DatePattern
189189
* ``["Weekday",0]`` -> Every Sunday
190190
* ``["MonthDayOfYear",M,D]`` -> Every a day of the year , like Feb 14 on every year during the projection
191191
* ``["DayOfMonth",M]`` -> A day of the month , like 15 on each month during the projectionh
192-
* ``["CustomDate","YYYY-MM-DD1","YYYY-MM-DD2"]`` -> a series of user defined dates
192+
* ``["CustomDate","YYYY-MM-DD1","YYYY-MM-DD2"]`` | ``["Custom","YYYY-MM-DD1","YYYY-MM-DD2"]`` -> a series of user defined dates
193193
* ``["EveryNMonth","YYYY-MM-DD",N]`` -> a seriers day starts with "YYYY-MM-DD", then every other N months afterwards
194194

195195
Composite ``<DatePattern>``
@@ -753,7 +753,7 @@ Examples:
753753
754754
Custom Defined Dates(for payment holiday)
755755
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
756-
User are free to feed in a series of custom defined pool collection date / bond payment dates to accomodate holidays etc.
756+
User are free to feed in a series of custom defined pool collection date / bond payment dates to accommodate holidays etc.
757757

758758
.. code-block:: python
759759

0 commit comments

Comments
 (0)