interpolateDF.hpp
Go to the documentation of this file.
virtual double getDF(double, InterestRate, Date, Date) const
Calculate DF form result of interpolation.
Definition: interpolateDF.cpp:26
virtual ~InterpolateDF()
Destructor.
Definition: interpolateDF.hpp:32
virtual double operator()(double, double DF2, InterestRate, Date, Date, Date) const
Calculates inputs form DF.
Definition: interpolateDF.cpp:14
The class encapsulates the concept of interpolating discount factors.
Definition: interpolateDF.hpp:22
InterpolateDF()
Constructor.
Definition: interpolateDF.hpp:26
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 std::string info() const
Info about class.
Definition: interpolateDF.cpp:42
void serialize(Archive &, const unsigned int)
interface used by Boost serialization library
Definition: interpolateDF.hpp:44
virtual InterpolateDF * clone() const
Virtual copy constructor.
Definition: interpolateDF.cpp:34
The class implements the concept of interest rate.
Definition: interestRate.hpp:25
File contains interface of method that provides inputs to interpolation.
File contains definition of InterestRate class.