Wrapper class that extracts a value at a given time from the term structure. More...
#include <qle/termstructures/correlationtermstructure.hpp>
Public Member Functions | |
CorrelationValue (const Handle< CorrelationTermStructure > &correlation, const Time t, const Real strike=Null< Real >()) | |
Real | value () const override |
bool | isValid () const override |
void | update () override |
Private Attributes | |
Handle< CorrelationTermStructure > | correlation_ |
const Time | t_ |
const Real | strike_ |
Wrapper class that extracts a value at a given time from the term structure.
Definition at line 87 of file correlationtermstructure.hpp.
CorrelationValue | ( | const Handle< CorrelationTermStructure > & | correlation, |
const Time | t, | ||
const Real | strike = Null<Real>() |
||
) |
Definition at line 70 of file correlationtermstructure.cpp.
|
override |
Definition at line 75 of file correlationtermstructure.cpp.
|
override |
Definition at line 80 of file correlationtermstructure.cpp.
|
override |
Definition at line 82 of file correlationtermstructure.cpp.
|
private |
Definition at line 96 of file correlationtermstructure.hpp.
|
private |
Definition at line 97 of file correlationtermstructure.hpp.
|
private |
Definition at line 98 of file correlationtermstructure.hpp.