QuantLib_MakeSchedule

Langue: en

Autres versions - même langue

Version: 377157 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::MakeSchedule -

helper class

SYNOPSIS


#include <ql/time/schedule.hpp>

Public Member Functions


MakeSchedule & from (const Date &effectiveDate)

MakeSchedule & to (const Date &terminationDate)

MakeSchedule & withTenor (const Period &)

MakeSchedule & withFrequency (Frequency)

MakeSchedule & withCalendar (const Calendar &)

MakeSchedule & withConvention (BusinessDayConvention)

MakeSchedule & withTerminationDateConvention (BusinessDayConvention)

MakeSchedule & withRule (DateGeneration::Rule)

MakeSchedule & forwards ()

MakeSchedule & backwards ()

MakeSchedule & endOfMonth (bool flag=true)

MakeSchedule & withFirstDate (const Date &d)

MakeSchedule & withNextToLastDate (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.

Author

Generated automatically by Doxygen for QuantLib from the source code.