QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <interpolatedaffinehazardratecurve.hpp>
Classes | |
struct | curve |
Public Types | |
typedef BootstrapHelper< DefaultProbabilityTermStructure > | helper |
Static Public Member Functions | |
static Date | initialDate (const DefaultProbabilityTermStructure *c) |
static Real | initialValue (const DefaultProbabilityTermStructure *) |
template<class C > | |
static Real | guess (Size i, const C *c, bool validData, Size) |
template<class C > | |
static Real | minValueAfter (Size i, const C *c, bool validData, Size) |
template<class C > | |
static Real | maxValueAfter (Size i, const C *c, bool validData, Size) |
static void | updateGuess (std::vector< Real > &data, Real rate, Size i) |
static Size | maxIterations () |
Piecewise (deterministic) plus affine (stochastic) terms composed hazard rate
Definition at line 152 of file interpolatedaffinehazardratecurve.hpp.
Definition at line 159 of file interpolatedaffinehazardratecurve.hpp.
|
static |
Definition at line 162 of file interpolatedaffinehazardratecurve.hpp.
|
static |
Definition at line 166 of file interpolatedaffinehazardratecurve.hpp.
Definition at line 172 of file interpolatedaffinehazardratecurve.hpp.
Definition at line 196 of file interpolatedaffinehazardratecurve.hpp.
Definition at line 210 of file interpolatedaffinehazardratecurve.hpp.
Definition at line 225 of file interpolatedaffinehazardratecurve.hpp.
|
static |
Definition at line 233 of file interpolatedaffinehazardratecurve.hpp.