Inflation Cap Floor data class. More...
#include <ored/marketdata/marketdatum.hpp>
Public Member Functions | |
InflationCapFloorQuote () | |
InflationCapFloorQuote (Real value, Date asofDate, const string &name, QuoteType quoteType, const string &index, Period term, bool isCap, const string &strike, InstrumentType instrumentType) | |
QuantLib::ext::shared_ptr< MarketDatum > | clone () override |
Make a copy of the market datum. More... | |
string | index () |
Period | term () |
bool | isCap () |
string | strike () |
![]() | |
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 |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
string | index_ |
Period | term_ |
bool | isCap_ |
string | strike_ |
Friends | |
class | boost::serialization::access |
Serialization. More... | |
Inflation Cap Floor data class.
This class holds single market points of type
Definition at line 1266 of file marketdatum.hpp.
Definition at line 1268 of file marketdatum.hpp.
InflationCapFloorQuote | ( | Real | value, |
Date | asofDate, | ||
const string & | name, | ||
QuoteType | quoteType, | ||
const string & | index, | ||
Period | term, | ||
bool | isCap, | ||
const string & | strike, | ||
InstrumentType | instrumentType | ||
) |
Definition at line 1269 of file marketdatum.hpp.
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Reimplemented in ZcInflationCapFloorQuote, and YyInflationCapFloorQuote.
Definition at line 1275 of file marketdatum.hpp.
string index | ( | ) |
Period term | ( | ) |
bool isCap | ( | ) |
string strike | ( | ) |
|
private |
|
friend |
Serialization.
Definition at line 1290 of file marketdatum.hpp.
|
private |
Definition at line 1285 of file marketdatum.hpp.
|
private |
Definition at line 1286 of file marketdatum.hpp.
|
private |
Definition at line 1287 of file marketdatum.hpp.
|
private |
Definition at line 1288 of file marketdatum.hpp.