curveSettings.hpp
Go to the documentation of this file.
File contains template of deep-coping smart pointer.
File contains definition of interface of interest rate curve interpolator.
Definition: cadHoliday.cpp:3
File contains definition of date class.
InterestRate rate_
Interest rate convention.
Definition: curveSettings.hpp:28
File contains definition of interface of interest rate curve extrapolator.
Structure holding settings of ir::InterpolatedCurve.
Definition: curveSettings.hpp:26
SmartPointer< Extrapolator > extrapolator_
Extrapolator of a curve.
Definition: curveSettings.hpp:30
File contains the definition of calendar class.
SmartPointer< Interpolator > interpolator_
Interpolator of a curve.
Definition: curveSettings.hpp:29
Calendar calendar_
Calendar used by a curve.
Definition: curveSettings.hpp:31
The class implements the concept of interest rate.
Definition: interestRate.hpp:25
File contains definition of InterestRate class.