EquityIndex Reference data, contains the names and weights of an equity index. More...
#include <ored/portfolio/referencedata.hpp>
Inheritance diagram for EquityIndexReferenceDatum:
Collaboration diagram for EquityIndexReferenceDatum:Public Member Functions | |
| EquityIndexReferenceDatum () | |
| EquityIndexReferenceDatum (const string &name) | |
| EquityIndexReferenceDatum (const string &name, const QuantLib::Date &validFrom) | |
Public Member Functions inherited from IndexReferenceDatum | |
| void | fromXML (XMLNode *node) override |
| XMLNode * | toXML (ore::data::XMLDocument &doc) const override |
| const map< string, double > | underlyings () const |
| void | setUnderlyings (const std::map< string, double > &data) |
| void | addUnderlying (const string &name, double weight) |
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 = "EquityIndex" |
Additional Inherited Members | |
Protected Member Functions inherited from IndexReferenceDatum | |
| IndexReferenceDatum () | |
| IndexReferenceDatum (const string &type, const string &id) | |
| IndexReferenceDatum (const string &type, const string &id, const QuantLib::Date &validFrom) | |
EquityIndex Reference data, contains the names and weights of an equity index.
Definition at line 249 of file referencedata.hpp.
Definition at line 253 of file referencedata.hpp.
| EquityIndexReferenceDatum | ( | const string & | name | ) |
Definition at line 254 of file referencedata.hpp.
| EquityIndexReferenceDatum | ( | const string & | name, |
| const QuantLib::Date & | validFrom | ||
| ) |
Definition at line 255 of file referencedata.hpp.
|
staticconstexpr |
Definition at line 251 of file referencedata.hpp.