QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | List of all members
ForwardRate Struct Reference

Forward-curve traits. More...

#include <ql/termstructures/yield/bootstraptraits.hpp>

+ Collaboration diagram for ForwardRate:

Classes

struct  curve
 

Public Types

typedef BootstrapHelper< YieldTermStructurehelper
 

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)
 
static void updateGuess (std::vector< Real > &data, Real forward, Size i)
 
static Size maxIterations ()
 

Detailed Description

Forward-curve traits.

Definition at line 197 of file bootstraptraits.hpp.

Member Typedef Documentation

◆ helper

Definition at line 204 of file bootstraptraits.hpp.

Member Function Documentation

◆ initialDate()

static Date initialDate ( const YieldTermStructure c)
static

Definition at line 207 of file bootstraptraits.hpp.

+ Here is the call graph for this function:

◆ initialValue()

static Real initialValue ( const YieldTermStructure )
static

Definition at line 211 of file bootstraptraits.hpp.

◆ guess()

static Real guess ( Size  i,
const C *  c,
bool  validData,
Size   
)
static

Definition at line 217 of file bootstraptraits.hpp.

◆ minValueAfter()

static Real minValueAfter ( Size  ,
const C *  c,
bool  validData,
Size   
)
static

Definition at line 236 of file bootstraptraits.hpp.

◆ maxValueAfter()

static Real maxValueAfter ( Size  ,
const C *  c,
bool  validData,
Size   
)
static

Definition at line 250 of file bootstraptraits.hpp.

◆ updateGuess()

static void updateGuess ( std::vector< Real > &  data,
Real  forward,
Size  i 
)
static

Definition at line 265 of file bootstraptraits.hpp.

◆ maxIterations()

static Size maxIterations ( )
static

Definition at line 273 of file bootstraptraits.hpp.