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