RelativeDateRateHelper Class Reference
Rate helper with date schedule relative to the global evaluation date. More...
#include <ql/termstructures/yield/ratehelpers.hpp>
Inheritance diagram for RelativeDateRateHelper:

Public Member Functions | |
RelativeDateRateHelper (const Handle< Quote > "e) | |
RelativeDateRateHelper (Real quote) | |
Observer interface | |
void | update () |
Protected Member Functions | |
virtual void | initializeDates ()=0 |
Protected Attributes | |
Date | evaluationDate_ |
Detailed Description
Rate helper with date schedule relative to the global evaluation date.This class takes care of rebuilding the date schedule when the global evaluation date changes
Member Function Documentation
void update | ( | ) | [virtual] |
This method must be implemented in derived classes. An instance of Observer does not call this method directly: instead, it will be called by the observables the instance registered with when they need to notify any changes.
Reimplemented from BootstrapHelper.