MakeSchedule Class Reference

#include <ql/schedule.hpp>

List of all members.


Detailed Description

helper class

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


Public Member Functions

 MakeSchedule (const Calendar &calendar, const Date &startDate, const Date &endDate, Frequency frequency, BusinessDayConvention convention)
 MakeSchedule (const Calendar &calendar, const Date &startDate, const Date &endDate, Frequency frequency, BusinessDayConvention convention, bool isAdjusted)
MakeSchedulewithStubDate (const Date &d)
MakeSchedulebackwards (bool flag=true)
MakeScheduleforwards (bool flag=true)
MakeSchedulelongFinalPeriod (bool flag=true)
MakeScheduleshortFinalPeriod (bool flag=true)
 operator Schedule ()


Constructor & Destructor Documentation

MakeSchedule const Calendar calendar,
const Date startDate,
const Date endDate,
Frequency  frequency,
BusinessDayConvention  convention,
bool  isAdjusted
 

Deprecated:
use the constructor without the isAdjusted argument; use convention = Unadjusted for isAdjusted = false.


QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen