Shift data class (for SLN swaption volatilities) More...
#include <ored/marketdata/marketdatum.hpp>
Inheritance diagram for SwaptionShiftQuote:
Collaboration diagram for SwaptionShiftQuote:Public Member Functions | |
| SwaptionShiftQuote () | |
| SwaptionShiftQuote (Real value, Date asofDate, const string &name, QuoteType quoteType, string ccy, Period term, const std::string "eTag=std::string()) | |
| 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 | term_ |
| string | quoteTag_ |
| class | boost::serialization::access |
| Serialization. More... | |
| const string & | ccy () const |
| const Period & | term () const |
| const string & | quoteTag () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Shift data class (for SLN swaption volatilities)
This class holds single market points of type
Definition at line 890 of file marketdatum.hpp.
Definition at line 892 of file marketdatum.hpp.
| SwaptionShiftQuote | ( | Real | value, |
| Date | asofDate, | ||
| const string & | name, | ||
| QuoteType | quoteType, | ||
| string | ccy, | ||
| Period | term, | ||
| const std::string & | quoteTag = std::string() |
||
| ) |
Constructor.
Definition at line 894 of file marketdatum.hpp.
Here is the call graph for this function:
|
overridevirtual |
Make a copy of the market datum.
Reimplemented from MarketDatum.
Definition at line 902 of file marketdatum.hpp.
| const string & ccy | ( | ) | const |
Definition at line 908 of file marketdatum.hpp.
| const Period & term | ( | ) | const |
Definition at line 909 of file marketdatum.hpp.
| const string & quoteTag | ( | ) | const |
Definition at line 910 of file marketdatum.hpp.
|
private |
Definition at line 463 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 917 of file marketdatum.hpp.
|
private |
Definition at line 913 of file marketdatum.hpp.
|
private |
Definition at line 914 of file marketdatum.hpp.
|
private |
Definition at line 915 of file marketdatum.hpp.