CreditIndex Reference data, contains the names and weights of a credit index. More...
#include <ored/portfolio/referencedata.hpp>
Inheritance diagram for CreditReferenceDatum:
Collaboration diagram for CreditReferenceDatum:Classes | |
| struct | CreditData |
Public Member Functions | |
| CreditReferenceDatum () | |
| CreditReferenceDatum (const string &id) | |
| CreditReferenceDatum (const string &id, const QuantLib::Date &validFrom) | |
| CreditReferenceDatum (const string &id, const CreditData &creditData) | |
| CreditReferenceDatum (const string &id, const QuantLib::Date &validFrom, const CreditData &creditData) | |
| void | fromXML (XMLNode *node) override |
| XMLNode * | toXML (ore::data::XMLDocument &doc) const override |
| const CreditData & | creditData () const |
| void | setCreditData (const CreditData &creditData) |
Public Member Functions inherited from ReferenceDatum | |
| ReferenceDatum () | |
| Default Constructor. More... | |
| ReferenceDatum (const std::string &type, const std::string &id) | |
| Base class constructor. More... | |
| ReferenceDatum (const std::string &type, const std::string &id, const QuantLib::Date &validFrom) | |
| Base class constructor. More... | |
| void | setType (const string &type) |
| setters More... | |
| void | setId (const string &id) |
| void | setValidFrom (const QuantLib::Date &validFrom) |
| const std::string & | type () const |
| getters More... | |
| const std::string & | id () const |
| const QuantLib::Date & | validFrom () const |
| void | fromXML (XMLNode *node) override |
| XMLNode * | toXML (ore::data::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... | |
Static Public Attributes | |
| static constexpr const char * | TYPE = "Credit" |
Private Attributes | |
| CreditData | creditData_ |
CreditIndex Reference data, contains the names and weights of a credit index.
Definition at line 426 of file referencedata.hpp.
Definition at line 439 of file referencedata.hpp.
| CreditReferenceDatum | ( | const string & | id | ) |
Definition at line 441 of file referencedata.hpp.
| CreditReferenceDatum | ( | const string & | id, |
| const QuantLib::Date & | validFrom | ||
| ) |
Definition at line 443 of file referencedata.hpp.
| CreditReferenceDatum | ( | const string & | id, |
| const CreditData & | creditData | ||
| ) |
Definition at line 445 of file referencedata.hpp.
| CreditReferenceDatum | ( | const string & | id, |
| const QuantLib::Date & | validFrom, | ||
| const CreditData & | creditData | ||
| ) |
Definition at line 448 of file referencedata.hpp.
|
overridevirtual |
Reimplemented from ReferenceDatum.
Definition at line 521 of file referencedata.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from ReferenceDatum.
Definition at line 540 of file referencedata.cpp.
Here is the call graph for this function:| const CreditData & creditData | ( | ) | const |
| void setCreditData | ( | const CreditData & | creditData | ) |
|
staticconstexpr |
Definition at line 428 of file referencedata.hpp.
|
private |
Definition at line 458 of file referencedata.hpp.