|
|
| CommodityFixedLegData () |
| | Default constructor.
|
|
| CommodityFixedLegData (const std::vector< QuantLib::Real > &quantities, const std::vector< std::string > &quantityDates, const std::vector< QuantLib::Real > &prices, const std::vector< std::string > &priceDates, CommodityPayRelativeTo commodityPayRelativeTo, const std::string &tag=std::string()) |
| | Detailed constructor.
|
|
const std::vector< QuantLib::Real > & | quantities () const |
|
const std::vector< std::string > & | quantityDates () const |
|
const std::vector< QuantLib::Real > & | prices () const |
|
const std::vector< std::string > & | priceDates () const |
|
CommodityPayRelativeTo | commodityPayRelativeTo () const |
|
const std::string & | foreignCurrency () const |
|
const std::string & | tag () const |
| void | setQuantities (const std::vector< QuantLib::Real > &quantities) |
| | Set the fixed leg data quantities.
|
|
void | setForeignCurrency (const std::string foreignCurrency) |
|
| LegAdditionalData (const LegType &legType, const string &legNodeName, bool isSimmPlainVanillaIrLeg) |
|
| LegAdditionalData (const LegType &legType, bool isSimmPlainVanillaIrLeg) |
|
| LegAdditionalData (const string &, const char *)=delete |
|
const LegType & | legType () const |
|
const string & | legNodeName () const |
|
const std::set< std::string > & | indices () const |
|
const bool | isSimmPlainVanillaIrLeg () const |
| | check if a x-ccy swap with the leg qualifies for the isda simm exemption treatment
|
|
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 |