interpolateInverseDF.hpp
Go to the documentation of this file.
void serialize(Archive &, const unsigned int)
interface used by Boost serialization library
Definition: interpolateInverseDF.hpp:43
Definition: cadHoliday.cpp:3
Class is an abstract class that represents the subject of interpolation performed in swap curve opera...
Definition: interpolationInput.hpp:23
virtual InterpolateInverseDF * clone() const
Virtual copy constructor.
Definition: interpolateInverseDF.cpp:35
virtual double operator()(double, double, InterestRate, Date, Date, Date) const
Calulate inputs form DF.
Definition: interpolateInverseDF.cpp:15
virtual ~InterpolateInverseDF()
Destructor.
Definition: interpolateInverseDF.hpp:36
virtual std::string info() const
Info about class.
Definition: interpolateInverseDF.cpp:43
The class encapsulates the concept of interpolating inverse discount factors.
Definition: interpolateInverseDF.hpp:20
The class implements the concept of interest rate.
Definition: interestRate.hpp:25
InterpolateInverseDF()
Constructor.
Definition: interpolateInverseDF.hpp:27
File contains interface of method that provides inputs to interpolation.
virtual double getDF(double, InterestRate, Date, Date) const
Calculate DF form result of interpolation.
Definition: interpolateInverseDF.cpp:27