Credit simulation description. More...
#include <orea/aggregation/creditsimulationparameters.hpp>
Inheritance diagram for CreditSimulationParameters:
Collaboration diagram for CreditSimulationParameters:Public Member Functions | |
| CreditSimulationParameters () | |
| Default constructor. More... | |
Inspectors | |
| const std::map< string, Matrix > & | transitionMatrix () const |
| const std::vector< string > & | entities () const |
| const std::vector< Array > & | factorLoadings () const |
| const std::vector< string > & | transitionMatrices () const |
| const std::vector< Size > & | initialStates () const |
| bool | marketRisk () const |
| bool | creditRisk () const |
| bool | zeroMarketPnl () const |
| const string & | evaluation () const |
| bool | doubleDefault () const |
| Size | seed () const |
| Size | paths () const |
| const std::string & | creditMode () const |
| const std::string & | loanExposureMode () const |
| const std::vector< string > & | nettingSetIds () const |
Setters | |
| std::map< string, Matrix > & | transitionMatrix () |
| std::vector< string > & | entities () |
| std::vector< Array > & | factorLoadings () |
| std::vector< string > & | transitionMatrices () |
| std::vector< Size > & | initialStates () |
| bool & | marketRisk () |
| bool & | creditRisk () |
| bool & | zeroMarketPnl () |
| string & | evaluation () |
| bool & | doubleDefault () |
| Size & | seed () |
| Size & | paths () |
| std::string & | creditMode () |
| std::string & | loanExposureMode () |
| std::vector< string > & | nettingSetIds () |
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) |
| std::string | toXMLString () const |
Serialisation | |
| std::map< string, Matrix > | transitionMatrix_ |
| \Equality Operators More... | |
| std::vector< string > | entities_ |
| std::vector< Array > | factorLoadings_ |
| std::vector< string > | transitionMatrices_ |
| std::vector< Size > | initialStates_ |
| bool | marketRisk_ |
| bool | creditRisk_ |
| bool | zeroMarketPnl_ |
| string | evaluation_ |
| bool | doubleDefault_ |
| Size | seed_ |
| Size | paths_ |
| string | creditMode_ |
| string | loanExposureMode_ |
| std::vector< string > | nettingSetIds_ |
| virtual void | fromXML (XMLNode *node) |
| virtual XMLNode * | toXML (XMLDocument &doc) const |
Credit simulation description.
Definition at line 42 of file creditsimulationparameters.hpp.
| const std::map< string, Matrix > & transitionMatrix | ( | ) | const |
Definition at line 49 of file creditsimulationparameters.hpp.
Here is the caller graph for this function:| const std::vector< string > & entities | ( | ) | const |
Definition at line 50 of file creditsimulationparameters.hpp.
| const std::vector< Array > & factorLoadings | ( | ) | const |
Definition at line 51 of file creditsimulationparameters.hpp.
| const std::vector< string > & transitionMatrices | ( | ) | const |
Definition at line 52 of file creditsimulationparameters.hpp.
| const std::vector< Size > & initialStates | ( | ) | const |
Definition at line 53 of file creditsimulationparameters.hpp.
| bool marketRisk | ( | ) | const |
Definition at line 54 of file creditsimulationparameters.hpp.
| bool creditRisk | ( | ) | const |
Definition at line 55 of file creditsimulationparameters.hpp.
| bool zeroMarketPnl | ( | ) | const |
Definition at line 56 of file creditsimulationparameters.hpp.
| const string & evaluation | ( | ) | const |
Definition at line 57 of file creditsimulationparameters.hpp.
| bool doubleDefault | ( | ) | const |
Definition at line 58 of file creditsimulationparameters.hpp.
| Size seed | ( | ) | const |
Definition at line 59 of file creditsimulationparameters.hpp.
| Size paths | ( | ) | const |
Definition at line 60 of file creditsimulationparameters.hpp.
| const std::string & creditMode | ( | ) | const |
Definition at line 61 of file creditsimulationparameters.hpp.
| const std::string & loanExposureMode | ( | ) | const |
Definition at line 62 of file creditsimulationparameters.hpp.
| const std::vector< string > & nettingSetIds | ( | ) | const |
Definition at line 63 of file creditsimulationparameters.hpp.
| std::map< string, Matrix > & transitionMatrix | ( | ) |
Definition at line 68 of file creditsimulationparameters.hpp.
| std::vector< string > & entities | ( | ) |
Definition at line 69 of file creditsimulationparameters.hpp.
| std::vector< Array > & factorLoadings | ( | ) |
Definition at line 70 of file creditsimulationparameters.hpp.
| std::vector< string > & transitionMatrices | ( | ) |
Definition at line 71 of file creditsimulationparameters.hpp.
| std::vector< Size > & initialStates | ( | ) |
Definition at line 72 of file creditsimulationparameters.hpp.
| bool & marketRisk | ( | ) |
Definition at line 73 of file creditsimulationparameters.hpp.
| bool & creditRisk | ( | ) |
Definition at line 74 of file creditsimulationparameters.hpp.
| bool & zeroMarketPnl | ( | ) |
Definition at line 75 of file creditsimulationparameters.hpp.
| string & evaluation | ( | ) |
Definition at line 76 of file creditsimulationparameters.hpp.
| bool & doubleDefault | ( | ) |
Definition at line 77 of file creditsimulationparameters.hpp.
| Size & seed | ( | ) |
Definition at line 78 of file creditsimulationparameters.hpp.
| Size & paths | ( | ) |
Definition at line 79 of file creditsimulationparameters.hpp.
| std::string & creditMode | ( | ) |
Definition at line 80 of file creditsimulationparameters.hpp.
| std::string & loanExposureMode | ( | ) |
Definition at line 81 of file creditsimulationparameters.hpp.
| std::vector< string > & nettingSetIds | ( | ) |
Definition at line 82 of file creditsimulationparameters.hpp.
|
virtual |
Implements XMLSerializable.
Definition at line 32 of file creditsimulationparameters.cpp.
Here is the call graph for this function:
|
virtual |
Implements XMLSerializable.
Definition at line 85 of file creditsimulationparameters.cpp.
|
private |
\Equality Operators
Definition at line 98 of file creditsimulationparameters.hpp.
|
private |
Definition at line 99 of file creditsimulationparameters.hpp.
|
private |
Definition at line 100 of file creditsimulationparameters.hpp.
|
private |
Definition at line 101 of file creditsimulationparameters.hpp.
|
private |
Definition at line 102 of file creditsimulationparameters.hpp.
|
private |
Definition at line 103 of file creditsimulationparameters.hpp.
|
private |
Definition at line 104 of file creditsimulationparameters.hpp.
|
private |
Definition at line 105 of file creditsimulationparameters.hpp.
|
private |
Definition at line 106 of file creditsimulationparameters.hpp.
|
private |
Definition at line 107 of file creditsimulationparameters.hpp.
|
private |
Definition at line 108 of file creditsimulationparameters.hpp.
|
private |
Definition at line 108 of file creditsimulationparameters.hpp.
|
private |
Definition at line 109 of file creditsimulationparameters.hpp.
|
private |
Definition at line 110 of file creditsimulationparameters.hpp.
|
private |
Definition at line 111 of file creditsimulationparameters.hpp.