Logo
Reference manual - version ored_version
Public Member Functions | List of all members
YoYCapFloor Class Reference

#include <ored/model/calibrationinstruments/yoycapfloor.hpp>

+ Inheritance diagram for YoYCapFloor:

Public Member Functions

 YoYCapFloor ()
 Default constructor.
 
 YoYCapFloor (QuantLib::YoYInflationCapFloor::Type type, const QuantLib::Period &tenor, const boost::shared_ptr< BaseStrike > &strike)
 Detailed constructor.
 
Inspectors
QuantLib::YoYInflationCapFloor::Type type () const
 
const QuantLib::Period & tenor () const
 
const boost::shared_ptr< BaseStrike > & strike () const
 
- Public Member Functions inherited from CalibrationInstrument
 CalibrationInstrument (const std::string &instrumentType)
 Constructor.
 
virtual ~CalibrationInstrument ()
 Destructor.
 
const std::string & instrumentType () const
 
- Public Member Functions inherited from XMLSerializable
void fromFile (const std::string &filename)
 
void toFile (const std::string &filename)
 
void fromXMLString (const std::string &xml)
 Parse from XML string.
 
std::string toXMLString ()
 Parse from XML string.
 

Serialisation

void fromXML (XMLNode *node) override
 
XMLNodetoXML (XMLDocument &doc) override
 

Additional Inherited Members

- Protected Attributes inherited from CalibrationInstrument
std::string instrumentType_
 

Detailed Description

Class for holding details of a year on year inflation cap floor calibration instrument.