Inflation seasonality data class. More...
#include <ored/marketdata/marketdatum.hpp>
Inheritance diagram for SeasonalityQuote:
Collaboration diagram for SeasonalityQuote:Public Member Functions | |
| SeasonalityQuote () | |
| SeasonalityQuote (Real value, Date asofDate, const string &name, const string &index, const string &type, const string &month) | |
| QuantLib::ext::shared_ptr< MarketDatum > | clone () override |
| Make a copy of the market datum. More... | |
| string | index () |
| string | type () |
| string | month () |
| QuantLib::Size | applyMonth () const |
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 |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
| string | index_ |
| string | type_ |
| string | month_ |
Friends | |
| class | boost::serialization::access |
| Serialization. More... | |
Inflation seasonality data class.
This class holds single market points of type
Definition at line 1389 of file marketdatum.hpp.
| SeasonalityQuote | ( | ) |
Definition at line 1391 of file marketdatum.hpp.
| SeasonalityQuote | ( | Real | value, |
| Date | asofDate, | ||
| const string & | name, | ||
| const string & | index, | ||
| const string & | type, | ||
| const string & | month | ||
| ) |
Definition at line 1392 of file marketdatum.hpp.
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Definition at line 1397 of file marketdatum.hpp.
Here is the call graph for this function:| string index | ( | ) |
| string type | ( | ) |
| string month | ( | ) |
| QuantLib::Size applyMonth | ( | ) | const |
Definition at line 262 of file marketdatum.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 552 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 1411 of file marketdatum.hpp.
|
private |
Definition at line 1407 of file marketdatum.hpp.
|
private |
Definition at line 1408 of file marketdatum.hpp.
|
private |
Definition at line 1409 of file marketdatum.hpp.