Skip to content

Commit

Permalink
DOC: Schedule add info (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiar-fatah authored Oct 19, 2023
1 parent 205e9e1 commit 7e5019d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rateslib/scheduling.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class Schedule:
The adjusted or unadjusted termination date. If a string, then a tenor must be
given expressed in days (`"D"`), months (`"M"`) or years (`"Y"`), e.g. `"48M"`.
frequency : str in {"M", "B", "Q", "T", "S", "A", "Z"}, optional
The frequency of the schedule.
The frequency of the schedule where the options are: M(onthly), B(i-monthly),
T(hirdly), Q(uarterly), S(emi-annually), A(nnually), Z(ero-coupon).
stub : str combining {"SHORT", "LONG"} with {"FRONT", "BACK"}, optional
The stub type to enact on the swap. Can provide two types, for
example "SHORTFRONTLONGBACK".
Expand Down

0 comments on commit 7e5019d

Please sign in to comment.