FRA market data class. More...
#include <ored/marketdata/marketdatum.hpp>
Public Member Functions | |
FRAQuote () | |
FRAQuote (Real value, Date asofDate, const string &name, QuoteType quoteType, string ccy, Period fwdStart, 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 | ccy_ |
Period | fwdStart_ |
Period | term_ |
class | boost::serialization::access |
Serialization. More... | |
const string & | ccy () const |
const Period & | fwdStart () const |
const Period & | term () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
FRA market data class.
This class holds single market points of type
Specific data comprise currency, fwdStart, term
Definition at line 239 of file marketdatum.hpp.
FRAQuote | ( | ) |
Definition at line 241 of file marketdatum.hpp.
FRAQuote | ( | Real | value, |
Date | asofDate, | ||
const string & | name, | ||
QuoteType | quoteType, | ||
string | ccy, | ||
Period | fwdStart, | ||
Period | term | ||
) |
Constructor.
Definition at line 243 of file marketdatum.hpp.
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Definition at line 249 of file marketdatum.hpp.
const string & ccy | ( | ) | const |
Definition at line 255 of file marketdatum.hpp.
const Period & fwdStart | ( | ) | const |
Definition at line 256 of file marketdatum.hpp.
const Period & term | ( | ) | const |
Definition at line 257 of file marketdatum.hpp.
|
private |
Definition at line 337 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 264 of file marketdatum.hpp.
|
private |
Definition at line 260 of file marketdatum.hpp.
|
private |
Definition at line 261 of file marketdatum.hpp.
|
private |
Definition at line 262 of file marketdatum.hpp.