Linear Gauss Markov Model Parameters. More...
#include <ored/model/irmodeldata.hpp>
Inheritance diagram for IrModelData:
Collaboration diagram for IrModelData:Public Member Functions | |
| IrModelData (const std::string &name) | |
| minimal constructor More... | |
| IrModelData (const std::string &name, const std::string &qualifier, CalibrationType calibrationType) | |
| Detailed constructor. More... | |
| virtual void | clear () |
| Clear list of calibration instruments. More... | |
| virtual void | reset () |
| Reset member variables to defaults. More... | |
Serialisation | |
| virtual void | fromXML (XMLNode *node) override |
| virtual XMLNode * | toXML (XMLDocument &doc) const override |
Public Member Functions inherited from XMLSerializable | |
| virtual | ~XMLSerializable () |
| virtual void | fromXML (XMLNode *node)=0 |
| virtual XMLNode * | toXML (XMLDocument &doc) const =0 |
| void | fromFile (const std::string &filename) |
| void | toFile (const std::string &filename) const |
| void | fromXMLString (const std::string &xml) |
| Parse from XML string. More... | |
| std::string | toXMLString () const |
| Parse from XML string. More... | |
Setters/Getters | |
| std::string | name_ |
| std::string | qualifier_ |
| CalibrationType | calibrationType_ |
| const std::string & | name () |
| std::string & | qualifier () |
| CalibrationType & | calibrationType () |
| virtual std::string | ccy () const |
Linear Gauss Markov Model Parameters.
This class contains the description of a Linear Gauss Markov interest rate model and instructions for how to calibrate it.
Definition at line 88 of file irmodeldata.hpp.
| IrModelData | ( | const std::string & | name | ) |
minimal constructor
Definition at line 91 of file irmodeldata.hpp.
| IrModelData | ( | const std::string & | name, |
| const std::string & | qualifier, | ||
| CalibrationType | calibrationType | ||
| ) |
Detailed constructor.
Definition at line 94 of file irmodeldata.hpp.
|
virtual |
Clear list of calibration instruments.
Reimplemented in CrLgmData, HwModelData, IrLgmData, and LgmData.
Definition at line 101 of file irmodeldata.cpp.
Here is the caller graph for this function:
|
virtual |
Reset member variables to defaults.
Reimplemented in CrLgmData, HwModelData, IrLgmData, and LgmData.
Definition at line 103 of file irmodeldata.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements XMLSerializable.
Reimplemented in CrLgmData, HwModelData, IrLgmData, and LgmData.
Definition at line 109 of file irmodeldata.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements XMLSerializable.
Reimplemented in CrLgmData, HwModelData, IrLgmData, and LgmData.
Definition at line 116 of file irmodeldata.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| const std::string & name | ( | ) |
Definition at line 111 of file irmodeldata.hpp.
| std::string & qualifier | ( | ) |
Definition at line 112 of file irmodeldata.hpp.
| CalibrationType & calibrationType | ( | ) |
Definition at line 113 of file irmodeldata.hpp.
|
virtual |
Definition at line 124 of file irmodeldata.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 120 of file irmodeldata.hpp.
|
protected |
Definition at line 121 of file irmodeldata.hpp.
|
protected |
Definition at line 122 of file irmodeldata.hpp.