backwards (3) Linux Manual Page
NAME QuantLib::MakeSchedule – helper class SYNOPSIS #include <ql/time/schedule.hpp> Public Member Functions MakeSchedule (const Date &effectiveDate, const Date &terminationDate, const Period &tenor, const Calendar &calendar, BusinessDayConvention convention) MakeSchedule & withTerminationDateConvention (BusinessDayConvention) MakeSchedule & withRule (DateGeneration::Rule) MakeSchedule & forwards () MakeSchedule & backwards () MakeSchedule & endOfMonth (bool flag=true) MakeSchedule & withFirstDate (const Date &d) MakeSchedule &…
