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