Bond Basket Reference Data. More...
#include <ored/portfolio/referencedata.hpp>
Inheritance diagram for BondBasketReferenceDatum:
Collaboration diagram for BondBasketReferenceDatum:Public Member Functions | |
| BondBasketReferenceDatum () | |
| BondBasketReferenceDatum (const std::string &id) | |
| BondBasketReferenceDatum (const std::string &id, const QuantLib::Date &validFrom) | |
| BondBasketReferenceDatum (const std::string &id, const std::vector< BondUnderlying > &underlyingData) | |
| BondBasketReferenceDatum (const std::string &id, const QuantLib::Date &validFrom, const std::vector< BondUnderlying > &underlyingData) | |
| void | fromXML (XMLNode *node) override |
| XMLNode * | toXML (ore::data::XMLDocument &doc) const override |
| const std::vector< BondUnderlying > & | underlyingData () const |
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 = "BondBasket" |
Private Attributes | |
| std::vector< BondUnderlying > | underlyingData_ |
Bond Basket Reference Data.
Definition at line 505 of file referencedata.hpp.
Definition at line 509 of file referencedata.hpp.
Here is the call graph for this function:| BondBasketReferenceDatum | ( | const std::string & | id | ) |
Definition at line 511 of file referencedata.hpp.
| BondBasketReferenceDatum | ( | const std::string & | id, |
| const QuantLib::Date & | validFrom | ||
| ) |
Definition at line 513 of file referencedata.hpp.
| BondBasketReferenceDatum | ( | const std::string & | id, |
| const std::vector< BondUnderlying > & | underlyingData | ||
| ) |
Definition at line 515 of file referencedata.hpp.
| BondBasketReferenceDatum | ( | const std::string & | id, |
| const QuantLib::Date & | validFrom, | ||
| const std::vector< BondUnderlying > & | underlyingData | ||
| ) |
Definition at line 518 of file referencedata.hpp.
|
overridevirtual |
Reimplemented from ReferenceDatum.
Definition at line 596 of file referencedata.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from ReferenceDatum.
Definition at line 608 of file referencedata.cpp.
Here is the call graph for this function:| const std::vector< BondUnderlying > & underlyingData | ( | ) | const |
Definition at line 525 of file referencedata.hpp.
|
staticconstexpr |
Definition at line 507 of file referencedata.hpp.
|
private |
Definition at line 528 of file referencedata.hpp.