extrapolateLogOfDF.hpp
Go to the documentation of this file.
27 virtual double operator()(const Calendar&, const InterestRate&, const Date& , const std::vector<Date>&,const std::vector<double>&,const Date&) const;
virtual ExtrapolateLogOfDF * clone() const
virtual copy constructor
Definition: extrapolateLogOfDF.cpp:33
void serialize(Archive &, const unsigned int)
interface used by Boost serialization library
Definition: extrapolateLogOfDF.hpp:36
virtual double operator()(const Calendar &, const InterestRate &, const Date &, const std::vector< Date > &, const std::vector< double > &, const Date &) const
method extrapolates the curve
Definition: extrapolateLogOfDF.cpp:13
Class extrapolates the interest rate curve.
Definition: extrapolateLogOfDF.hpp:24
Definition: cadHoliday.cpp:3
File contains definition of interface of interest rate curve extrapolator.
The class implements the concept of interest rate.
Definition: interestRate.hpp:25
ExtrapolateLogOfDF()
default constructor
Definition: extrapolateLogOfDF.cpp:9
virtual std::string info() const
returns the name of class
Definition: extrapolateLogOfDF.cpp:39
Class implements the interface of interest rate curve interpolator.
Definition: irCurveExtrapolator.hpp:24