quantlib.time.schedule.
Schedule¶
- class Schedule(Date effective_date, Date termination_date, Period tenor, Calendar calendar, BusinessDayConvention business_day_convention=Following, BusinessDayConvention termination_date_convention=Following, DateGeneration date_generation_rule=DateGeneration.Forward, bool end_of_month=False)¶
Bases:
object
Payment schedule.
Methods
at
(self, int index)dates
(self)from_dates
(cls, dates, ...[, ...])from_rule
(cls, Date effective_date, ...)next_date
(self, Date reference_date)previous_date
(self, Date reference_date)size
(self)to_npdates
(self)