#include <ored/model/eqbsdata.hpp>
Public Member Functions | |
EqBsData () | |
Default constructor. More... | |
EqBsData (std::string name, std::string currency, CalibrationType calibrationType, bool calibrateSigma, ParamType sigmaType, const std::vector< Time > &sigmaTimes, const std::vector< Real > &sigmaValues, std::vector< std::string > optionExpiries=std::vector< std::string >(), std::vector< std::string > optionStrikes=std::vector< std::string >()) | |
Detailed constructor. More... | |
Setters/Getters | |
std::string & | eqName () |
std::string & | currency () |
CalibrationType & | calibrationType () |
bool & | calibrateSigma () |
ParamType & | sigmaParamType () |
std::vector< Time > & | sigmaTimes () |
std::vector< Real > & | sigmaValues () |
std::vector< std::string > & | optionExpiries () |
std::vector< std::string > & | optionStrikes () |
Serialisation | |
void | fromXML (XMLNode *node) |
XMLNode * | toXML (XMLDocument &doc) |
Operators | |
std::string | name_ |
std::string | ccy_ |
CalibrationType | calibrationType_ |
bool | calibrateSigma_ |
ParamType | sigmaType_ |
std::vector< Time > | sigmaTimes_ |
std::vector< Real > | sigmaValues_ |
std::vector< std::string > | optionExpiries_ |
std::vector< std::string > | optionStrikes_ |
bool | operator== (const EqBsData &rhs) |
bool | operator!= (const EqBsData &rhs) |
EQ Model Parameters.
Specification for a EQ model component in the Cross Asset LGM (i.e. lognormal Equity with stochastic IR/FX differential). The specification applies to the volatility component (sigma) of the EQ model only.
Definition at line 50 of file eqbsdata.hpp.
EqBsData | ( | ) |
EqBsData | ( | std::string | name, |
std::string | currency, | ||
CalibrationType | calibrationType, | ||
bool | calibrateSigma, | ||
ParamType | sigmaType, | ||
const std::vector< Time > & | sigmaTimes, | ||
const std::vector< Real > & | sigmaValues, | ||
std::vector< std::string > | optionExpiries = std::vector<std::string>() , |
||
std::vector< std::string > | optionStrikes = std::vector<std::string>() |
||
) |
Detailed constructor.
Definition at line 56 of file eqbsdata.hpp.
std::string & eqName | ( | ) |
Definition at line 66 of file eqbsdata.hpp.
std::string & currency | ( | ) |
Definition at line 67 of file eqbsdata.hpp.
CalibrationType & calibrationType | ( | ) |
Definition at line 68 of file eqbsdata.hpp.
bool & calibrateSigma | ( | ) |
Definition at line 69 of file eqbsdata.hpp.
ParamType & sigmaParamType | ( | ) |
Definition at line 70 of file eqbsdata.hpp.
std::vector< Time > & sigmaTimes | ( | ) |
Definition at line 71 of file eqbsdata.hpp.
std::vector< Real > & sigmaValues | ( | ) |
Definition at line 72 of file eqbsdata.hpp.
std::vector< std::string > & optionExpiries | ( | ) |
Definition at line 73 of file eqbsdata.hpp.
std::vector< std::string > & optionStrikes | ( | ) |
Definition at line 74 of file eqbsdata.hpp.
void fromXML | ( | XMLNode * | node | ) |
Definition at line 39 of file eqbsdata.cpp.
XMLNode * toXML | ( | XMLDocument & | doc | ) |
Definition at line 77 of file eqbsdata.cpp.
Definition at line 26 of file eqbsdata.cpp.
Definition at line 37 of file eqbsdata.cpp.
|
private |
Definition at line 90 of file eqbsdata.hpp.
|
private |
Definition at line 91 of file eqbsdata.hpp.
|
private |
Definition at line 92 of file eqbsdata.hpp.
|
private |
Definition at line 93 of file eqbsdata.hpp.
|
private |
Definition at line 94 of file eqbsdata.hpp.
|
private |
Definition at line 95 of file eqbsdata.hpp.
|
private |
Definition at line 96 of file eqbsdata.hpp.
|
private |
Definition at line 97 of file eqbsdata.hpp.
|
private |
Definition at line 98 of file eqbsdata.hpp.