QuantLib
A free/open-source library for quantitative finance
Reference manual - version 1.20
Public Member Functions | List of all members
MakeSchedule Class Reference

helper class More...

#include <ql/time/schedule.hpp>

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.