Updated for holiday calendars

This commit is contained in:
Sudhir Shenoy 2017-07-22 22:09:49 +09:00
parent c4cd899087
commit 5d11928392

View file

@ -43,6 +43,11 @@ in this case) and ignore the time.
account so that the result can be used to accurately compute
interest on a bond or loan.
- *Holiday calendars*: Functions to automatically generate holidays
for certain currencies / trading centres are provided. Dates can
be checked against these calendars to see if they are business days
or not.
- *Miscellaneous* date manipulation functions are provided to compute
the last day of a month, last day of the previous month, Nth day of
week in a month (e.g., 3rd Wednesday), etc.
@ -69,5 +74,5 @@ OS X. The code is portable and should run on any Common Lisp environment.
## To Do
Date arithmetic functions that use holidays and weekends for
adjustments are not yet included.
Date arithmetic functions that use holiday calendars to advance dates
are not yet included.