irCurveExtrapolator.hpp
Go to the documentation of this file.
30 virtual double operator()(const Calendar&, const InterestRate&, const Date& , const std::vector<Date>&,const std::vector<double>&,const Date&) const = 0;
virtual double operator()(const Calendar &, const InterestRate &, const Date &, const std::vector< Date > &, const std::vector< double > &, const Date &) const =0
extrapolates curve for a given date
Contains headers of all files with definitions of classes gathered in dates calendar and holidays mod...
Definition: cadHoliday.cpp:3
void serialize(Archive &, const unsigned int)
interface used by Boost serialization library
Definition: irCurveExtrapolator.hpp:49
virtual ~Extrapolator()
destructor
Definition: irCurveExtrapolator.hpp:38
File contains the definition of calendar class.
The class implements the concept of interest rate.
Definition: interestRate.hpp:25
Class implements the interface of interest rate curve interpolator.
Definition: irCurveExtrapolator.hpp:24
File contains definition of InterestRate class.