extrapolateFlatZCR.hpp
Go to the documentation of this file.
26 virtual double operator()(const Calendar&, const InterestRate&, const Date& , const std::vector<Date>&,const std::vector<double>&,const Date&) const;
virtual ExtrapolateFlatZCR * clone() const
virtual copy constructor
Definition: extrapolateFlatZCR.cpp:30
Definition: cadHoliday.cpp:3
ExtrapolateFlatZCR()
default constructor
Definition: extrapolateFlatZCR.cpp:9
File contains definition of interface of interest rate curve extrapolator.
Class extrapolates the zero coupon rate.
Definition: extrapolateFlatZCR.hpp:23
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: extrapolateFlatZCR.cpp:14
virtual std::string info() const
returns the name of class
Definition: extrapolateFlatZCR.cpp:36
The class implements the concept of interest rate.
Definition: interestRate.hpp:25
void serialize(Archive &, const unsigned int)
interface used by Boost serialization library
Definition: extrapolateFlatZCR.hpp:36
Class implements the interface of interest rate curve interpolator.
Definition: irCurveExtrapolator.hpp:24