Canadian CPI index.
More...
#include <qle/indexes/cacpi.hpp>
|
| CACPI (const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &ts=QuantLib::Handle< QuantLib::ZeroInflationTermStructure >()) |
|
QL_DEPRECATED_DISABLE_WARNING QL_DEPRECATED | CACPI (bool interpolated, const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &ts=QuantLib::Handle< QuantLib::ZeroInflationTermStructure >()) |
|
Canadian CPI index.
Definition at line 33 of file cacpi.hpp.
◆ CACPI() [1/2]
CACPI |
( |
const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > & |
ts = QuantLib::Handle<QuantLib::ZeroInflationTermStructure>() | ) |
|
Definition at line 35 of file cacpi.hpp.
37 : QuantLib::ZeroInflationIndex("CPI", CanadaRegion(), false, QuantLib::Monthly,
38 QuantLib::Period(1, QuantLib::Months), QuantLib::CADCurrency(), ts) {}
◆ CACPI() [2/2]
QL_DEPRECATED_DISABLE_WARNING QL_DEPRECATED CACPI |
( |
bool |
interpolated, |
|
|
const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > & |
ts = QuantLib::Handle<QuantLib::ZeroInflationTermStructure>() |
|
) |
| |
Definition at line 42 of file cacpi.hpp.
44 : QuantLib::ZeroInflationIndex("CPI", CanadaRegion(), false, interpolated, QuantLib::Monthly,
45 QuantLib::Period(1, QuantLib::Months), QuantLib::CADCurrency(), ts) {}