IMM FRA market data class. More...
#include <ored/marketdata/marketdatum.hpp>
Public Member Functions | |
ImmFraQuote () | |
ImmFraQuote (Real value, Date asofDate, const string &name, QuoteType quoteType, string ccy, Size imm1, Size imm2) | |
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 | ccy_ |
Size | imm1_ |
Size | imm2_ |
class | boost::serialization::access |
Serialization. More... | |
const string & | ccy () const |
const Size & | imm1 () const |
const Size & | imm2 () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
IMM FRA market data class.
This class holds single market points of type - IMM FRA Specific data comprise currency, IMM 1 and IMM 2 IMM 1 & 2 are strings representing the IMM dates - 1 is the next date, up to 9, and then A, B, C, D
Definition at line 280 of file marketdatum.hpp.
ImmFraQuote | ( | ) |
Definition at line 282 of file marketdatum.hpp.
ImmFraQuote | ( | Real | value, |
Date | asofDate, | ||
const string & | name, | ||
QuoteType | quoteType, | ||
string | ccy, | ||
Size | imm1, | ||
Size | imm2 | ||
) |
Constructor.
Definition at line 284 of file marketdatum.hpp.
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Definition at line 288 of file marketdatum.hpp.
const string & ccy | ( | ) | const |
Definition at line 294 of file marketdatum.hpp.
const Size & imm1 | ( | ) | const |
Definition at line 295 of file marketdatum.hpp.
const Size & imm2 | ( | ) | const |
Definition at line 296 of file marketdatum.hpp.
|
private |
Definition at line 344 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 303 of file marketdatum.hpp.
|
private |
Definition at line 299 of file marketdatum.hpp.
|
private |
Definition at line 300 of file marketdatum.hpp.
|
private |
Definition at line 301 of file marketdatum.hpp.