Bond option data class. More...
#include <ored/marketdata/marketdatum.hpp>
Public Member Functions | |
BondOptionQuote () | |
BondOptionQuote (Real value, Date asofDate, const string &name, QuoteType quoteType, string qualifier, Period expiry, Period term) | |
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 | qualifier_ |
Period | expiry_ |
Period | term_ |
class | boost::serialization::access |
Serialization. More... | |
const string & | qualifier () const |
const Period & | expiry () const |
const Period & | term () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Bond option data class.
This class holds single market points of type
Definition at line 933 of file marketdatum.hpp.
BondOptionQuote | ( | ) |
Definition at line 935 of file marketdatum.hpp.
BondOptionQuote | ( | Real | value, |
Date | asofDate, | ||
const string & | name, | ||
QuoteType | quoteType, | ||
string | qualifier, | ||
Period | expiry, | ||
Period | term | ||
) |
Constructor.
Definition at line 937 of file marketdatum.hpp.
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Definition at line 943 of file marketdatum.hpp.
const string & qualifier | ( | ) | const |
Definition at line 949 of file marketdatum.hpp.
const Period & expiry | ( | ) | const |
Definition at line 950 of file marketdatum.hpp.
const Period & term | ( | ) | const |
Definition at line 951 of file marketdatum.hpp.
|
private |
Definition at line 470 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 958 of file marketdatum.hpp.
|
private |
Definition at line 954 of file marketdatum.hpp.
|
private |
Definition at line 955 of file marketdatum.hpp.
|
private |
Definition at line 956 of file marketdatum.hpp.