|
void | checkOneToOne (const map< string, QuantLib::ext::shared_ptr< OvernightIndex > > &onIndices, const map< string, QuantLib::ext::shared_ptr< IborIndexParser > > &iborIndices) |
|
QuantLib::ext::shared_ptr< FxIndex > | parseFxIndex (const string &s, const Handle< Quote > &fxSpot=Handle< Quote >(), const Handle< YieldTermStructure > &sourceYts=Handle< YieldTermStructure >(), const Handle< YieldTermStructure > &targetYts=Handle< YieldTermStructure >(), const bool useConventions=false) |
| Convert std::string to QuantExt::FxIndex. More...
|
|
QuantLib::ext::shared_ptr< QuantExt::EquityIndex2 > | parseEquityIndex (const string &s) |
| Convert std::string (e.g SP5) to QuantExt::EquityIndex. More...
|
|
QuantLib::ext::shared_ptr< QuantLib::Index > | parseGenericIndex (const string &s) |
| Convert std::string (GENERIC-...) to QuantExt::Index. More...
|
|
bool | tryParseIborIndex (const string &s, QuantLib::ext::shared_ptr< IborIndex > &index) |
| Try to convert std::string to QuantLib::IborIndex. More...
|
|
QuantLib::ext::shared_ptr< IborIndex > | parseIborIndex (const string &s, const Handle< YieldTermStructure > &h=Handle< YieldTermStructure >()) |
| Convert std::string to QuantLib::IborIndex. More...
|
|
QuantLib::ext::shared_ptr< IborIndex > | parseIborIndex (const string &s, string &tenor, const Handle< YieldTermStructure > &h) |
|
bool | isGenericIborIndex (const string &indexName) |
| Return true if the indexName is that of a generic ibor index, otherwise false. More...
|
|
pair< bool, QuantLib::ext::shared_ptr< ZeroInflationIndex > > | isInflationIndex (const string &indexName) |
|
bool | isEquityIndex (const std::string &indexName) |
| Return true if the indexName is that of an EquityIndex, otherwise false. More...
|
|
bool | isCommodityIndex (const std::string &indexName) |
| Return true if the indexName is that of an CommodityIndex, otherwise false. More...
|
|
bool | isGenericIndex (const string &indexName) |
|
QuantLib::ext::shared_ptr< SwapIndex > | parseSwapIndex (const string &s, const Handle< YieldTermStructure > &forwarding=Handle< YieldTermStructure >(), const Handle< YieldTermStructure > &discounting=Handle< YieldTermStructure >()) |
| Convert std::string to QuantLib::SwapIndex. More...
|
|
QuantLib::ext::shared_ptr< ZeroInflationIndex > | parseZeroInflationIndex (const string &s, const Handle< ZeroInflationTermStructure > &h=Handle< ZeroInflationTermStructure >()) |
| Convert std::string to QuantLib::ZeroInflationIndex. More...
|
|
QuantLib::ext::shared_ptr< ZeroInflationIndex > | parseZeroInflationIndex (const string &s, bool isInterpolated, const Handle< ZeroInflationTermStructure > &h) |
|
QuantLib::ext::shared_ptr< BondIndex > | parseBondIndex (const string &s) |
| Convert std::string to QuantExt::BondIndex. More...
|
|
QuantLib::ext::shared_ptr< ConstantMaturityBondIndex > | parseConstantMaturityBondIndex (const string &s) |
| Convert std::string to QuantExt::ConstantMaturityBondIndex. More...
|
|
QuantLib::ext::shared_ptr< QuantExt::CommodityIndex > | parseCommodityIndex (const string &name, bool hasPrefix, const Handle< PriceTermStructure > &ts, const Calendar &cal, const bool enforceFutureIndex) |
|
QuantLib::ext::shared_ptr< Index > | parseIndex (const string &s) |
| Convert std::string to QuantLib::Index. More...
|
|
bool | isOvernightIndex (const std::string &indexName) |
| Return true if the indexName is that of an overnight index, otherwise false. More...
|
|
bool | isBmaIndex (const std::string &indexName) |
| Return true if the indexName is that of an bma/sifma index, otherwise false. More...
|
|
string | internalIndexName (const string &indexName) |
|
bool | isFxIndex (const std::string &indexName) |
|
std::string | inverseFxIndex (const std::string &indexName) |
|