Equity forward data class. More...
#include <ored/marketdata/marketdatum.hpp>
Inheritance diagram for EquityForwardQuote:
Collaboration diagram for EquityForwardQuote:Public Member Functions | |
| EquityForwardQuote () | |
| EquityForwardQuote (Real value, Date asofDate, const string &name, QuoteType quoteType, string equityName, string ccy, const Date &expiryDate) | |
| 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 | expiry_ |
| class | boost::serialization::access |
| Serialization. More... | |
| const string & | eqName () const |
| const string & | ccy () const |
| const Date & | expiryDate () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Equity forward data class.
This class holds single market points of type
The quote is expected as a forward price
Definition at line 1464 of file marketdatum.hpp.
Definition at line 1466 of file marketdatum.hpp.
| EquityForwardQuote | ( | Real | value, |
| Date | asofDate, | ||
| const string & | name, | ||
| QuoteType | quoteType, | ||
| string | equityName, | ||
| string | ccy, | ||
| const Date & | expiryDate | ||
| ) |
Constructor.
Definition at line 178 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 1472 of file marketdatum.hpp.
| const string & eqName | ( | ) | const |
Definition at line 1478 of file marketdatum.hpp.
| const string & ccy | ( | ) | const |
Definition at line 1479 of file marketdatum.hpp.
| const Date & expiryDate | ( | ) | const |
Definition at line 1480 of file marketdatum.hpp.
|
private |
Definition at line 565 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 1487 of file marketdatum.hpp.
|
private |
Definition at line 1483 of file marketdatum.hpp.
|
private |
Definition at line 1484 of file marketdatum.hpp.
|
private |
Definition at line 1485 of file marketdatum.hpp.