Equity/Index Dividend yield data class. More...
#include <ored/marketdata/marketdatum.hpp>
Inheritance diagram for EquityDividendYieldQuote:
Collaboration diagram for EquityDividendYieldQuote:Public Member Functions | |
| EquityDividendYieldQuote () | |
| EquityDividendYieldQuote (Real value, Date asofDate, const string &name, QuoteType quoteType, string equityName, string ccy, const Date &tenorDate) | |
| Constructor. More... | |
| QuantLib::ext::shared_ptr< MarketDatum > | clone () override |
| Make a copy of the market datum. More... | |
Public Member Functions inherited from MarketDatum | |
| MarketDatum () | |
| MarketDatum (Real value, Date asofDate, const string &name, QuoteType quoteType, InstrumentType instrumentType) | |
| Constructor. More... | |
| virtual | ~MarketDatum () |
| Default destructor. More... | |
| virtual QuantLib::ext::shared_ptr< MarketDatum > | clone () |
| Make a copy of the market datum. More... | |
| const string & | name () const |
| const Handle< Quote > & | quote () const |
| Date | asofDate () const |
| InstrumentType | instrumentType () const |
| QuoteType | quoteType () const |
Inspectors | |
| string | eqName_ |
| string | ccy_ |
| Date | tenor_ |
| class | boost::serialization::access |
| Serialization. More... | |
| const string & | eqName () const |
| const string & | ccy () const |
| const Date & | tenorDate () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Equity/Index Dividend yield data class.
This class holds single market points of type
The quote is expected as a forward price
Definition at line 1504 of file marketdatum.hpp.
Definition at line 1506 of file marketdatum.hpp.
| EquityDividendYieldQuote | ( | Real | value, |
| Date | asofDate, | ||
| const string & | name, | ||
| QuoteType | quoteType, | ||
| string | equityName, | ||
| string | ccy, | ||
| const Date & | tenorDate | ||
| ) |
Constructor.
Definition at line 187 of file marketdatum.cpp.
Here is the call graph for this function:
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Definition at line 1512 of file marketdatum.hpp.
| const string & eqName | ( | ) | const |
Definition at line 1518 of file marketdatum.hpp.
| const string & ccy | ( | ) | const |
Definition at line 1519 of file marketdatum.hpp.
| const Date & tenorDate | ( | ) | const |
Definition at line 1520 of file marketdatum.hpp.
|
private |
Definition at line 572 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 1527 of file marketdatum.hpp.
|
private |
Definition at line 1523 of file marketdatum.hpp.
|
private |
Definition at line 1524 of file marketdatum.hpp.
|
private |
Definition at line 1525 of file marketdatum.hpp.