MakeSchedule Class Reference

helper class More...

#include <ql/time/schedule.hpp>

List of all members.

Public Member Functions

MakeSchedulefrom (const Date &effectiveDate)
MakeScheduleto (const Date &terminationDate)
MakeSchedulewithTenor (const Period &)
MakeSchedulewithFrequency (Frequency)
MakeSchedulewithCalendar (const Calendar &)
MakeSchedulewithConvention (BusinessDayConvention)
MakeSchedulewithTerminationDateConvention (BusinessDayConvention)
MakeSchedulewithRule (DateGeneration::Rule)
MakeScheduleforwards ()
MakeSchedulebackwards ()
MakeScheduleendOfMonth (bool flag=true)
MakeSchedulewithFirstDate (const Date &d)
MakeSchedulewithNextToLastDate (const Date &d)
 operator Schedule () const

Detailed Description

helper class

This class provides a more comfortable interface to the argument list of Schedule's constructor.

Examples:
CDS.cpp.