Skip to content

Commit

Permalink
add ThirdWednesdayInclusive to DateGeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasibule committed Nov 21, 2023
1 parent 8b9d0ba commit 90c1505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quantlib/time/dategeneration.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ cdef extern from 'ql/time/dategenerationrule.hpp' namespace 'QuantLib::DateGener
ThirdWednesday # All dates but effective date and termination
# date are taken to be on the third wednesday
# of their month (with forward calculation.)
ThirdWednesdayInclusive # All dates including effective date and termination
# date are taken to be on the third wednesday
# of their month (with forward calculation).
Twentieth # All dates but the effective date are taken to be the
# twentieth of their month (used for CDS schedules in
# emerging markets.) The termination date is also modified.
Expand Down

0 comments on commit 90c1505

Please sign in to comment.