QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Zero-curve traits. More...
#include <bootstraptraits.hpp>
Classes | |
struct | curve |
Public Types | |
typedef BootstrapHelper< YieldTermStructure > | helper |
Static Public Member Functions | |
static Date | initialDate (const YieldTermStructure *c) |
static Real | initialValue (const YieldTermStructure *) |
template<class C > | |
static Real | guess (Size i, const C *c, bool validData, Size) |
template<class C > | |
static Real | minValueAfter (Size, const C *c, bool validData, Size) |
template<class C > | |
static Real | maxValueAfter (Size, const C *c, bool validData, Size) |
template<class C > | |
static Real | transformDirect (Real x, Size i, const C *c) |
template<class C > | |
static Real | transformInverse (Real x, Size i, const C *c) |
static void | updateGuess (std::vector< Real > &data, Real rate, Size i) |
static Size | maxIterations () |
Zero-curve traits.
Definition at line 128 of file bootstraptraits.hpp.
typedef BootstrapHelper<YieldTermStructure> helper |
Definition at line 135 of file bootstraptraits.hpp.
|
static |
|
static |
Definition at line 142 of file bootstraptraits.hpp.
Definition at line 148 of file bootstraptraits.hpp.
Definition at line 167 of file bootstraptraits.hpp.
Definition at line 181 of file bootstraptraits.hpp.
Definition at line 197 of file bootstraptraits.hpp.
Definition at line 202 of file bootstraptraits.hpp.
Definition at line 208 of file bootstraptraits.hpp.
|
static |
Definition at line 216 of file bootstraptraits.hpp.