Traits class that is needed for Bootstrap classes to work. More...
#include <qle/termstructures/piecewisepricecurve.hpp>
Public Types | |
typedef QuantLib::BootstrapHelper< PriceTermStructure > | helper |
Helper type. More... | |
Static Public Member Functions | |
static QuantLib::Date | initialDate (const PriceTermStructure *ts) |
Start date of the term structure. More... | |
static QuantLib::Real | initialValue (const PriceTermStructure *ts) |
Dummy value at reference date. Updated below along with first guess. More... | |
template<class C > | |
static QuantLib::Real | guess (QuantLib::Size i, const C *c, bool validData, QuantLib::Size j) |
Guesses. More... | |
template<class C > | |
static QuantLib::Real | minValueAfter (QuantLib::Size i, const C *c, bool validData, QuantLib::Size j) |
Minimum value after a given iteration. More... | |
template<class C > | |
static QuantLib::Real | maxValueAfter (QuantLib::Size i, const C *c, bool validData, QuantLib::Size j) |
Maximum value after a given iteration. More... | |
static void | updateGuess (std::vector< QuantLib::Real > &data, QuantLib::Real price, QuantLib::Size i) |
Root finding update. More... | |
static QuantLib::Size | maxIterations () |
Maximum number of iterations to perform in search for root. More... | |
Traits class that is needed for Bootstrap classes to work.
Definition at line 36 of file piecewisepricecurve.hpp.
typedef QuantLib::BootstrapHelper<PriceTermStructure> helper |
Helper type.
Definition at line 39 of file piecewisepricecurve.hpp.
|
static |
Start date of the term structure.
Definition at line 42 of file piecewisepricecurve.hpp.
|
static |
Dummy value at reference date. Updated below along with first guess.
Definition at line 47 of file piecewisepricecurve.hpp.
|
static |
Guesses.
Definition at line 53 of file piecewisepricecurve.hpp.
|
static |
Minimum value after a given iteration.
Definition at line 61 of file piecewisepricecurve.hpp.
|
static |
Maximum value after a given iteration.
Definition at line 69 of file piecewisepricecurve.hpp.
|
static |
Root finding update.
Definition at line 76 of file piecewisepricecurve.hpp.
|
static |
Maximum number of iterations to perform in search for root.
Definition at line 84 of file piecewisepricecurve.hpp.