Transition Probability data class. More...
#include <ored/marketdata/marketdatum.hpp>
Public Member Functions | |
TransitionProbabilityQuote () | |
TransitionProbabilityQuote (Real value, Date asofDate, const string &name, const string &id, const string &fromRating, const string &toRating) | |
![]() | |
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 | id_ |
string | fromRating_ |
string | toRating_ |
class | boost::serialization::access |
Serialization. More... | |
const string & | id () const |
const string & | fromRating () const |
const string & | toRating () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Transition Probability data class.
Definition at line 1939 of file marketdatum.hpp.
Definition at line 1941 of file marketdatum.hpp.
TransitionProbabilityQuote | ( | Real | value, |
Date | asofDate, | ||
const string & | name, | ||
const string & | id, | ||
const string & | fromRating, | ||
const string & | toRating | ||
) |
Definition at line 1942 of file marketdatum.hpp.
const string & id | ( | ) | const |
Definition at line 1949 of file marketdatum.hpp.
const string & fromRating | ( | ) | const |
Definition at line 1950 of file marketdatum.hpp.
const string & toRating | ( | ) | const |
Definition at line 1951 of file marketdatum.hpp.
|
private |
Definition at line 650 of file marketdatum.cpp.
|
friend |
Serialization.
Definition at line 1958 of file marketdatum.hpp.
|
private |
Definition at line 1954 of file marketdatum.hpp.
|
private |
Definition at line 1955 of file marketdatum.hpp.
|
private |
Definition at line 1956 of file marketdatum.hpp.