|
|
| CpiCapFloor () |
| | Default constructor.
|
|
| CpiCapFloor (QuantLib::CapFloor::Type type, const boost::variant< QuantLib::Date, QuantLib::Period > &maturity, const QuantLib::ext::shared_ptr< BaseStrike > &strike) |
| | Detailed constructor.
|
|
QuantLib::CapFloor::Type | type () const |
|
const boost::variant< QuantLib::Date, QuantLib::Period > & | maturity () const |
|
const QuantLib::ext::shared_ptr< BaseStrike > & | strike () const |
|
| CalibrationInstrument (const std::string &instrumentType) |
| | Constructor.
|
|
virtual | ~CalibrationInstrument () |
| | Destructor.
|
|
const std::string & | instrumentType () const |
|
void | fromFile (const std::string &filename) |
|
void | toFile (const std::string &filename) const |
|
void | fromXMLString (const std::string &xml) |
| | Parse from XML string.
|
|
std::string | toXMLString () const |
| | Parse from XML string.
|
|
std::string | toXMLStringUnformatted () const |
Class for holding details of a CPI cap floor calibration instrument.