French CPI index.
More...
#include <qle/indexes/frcpi.hpp>
|
| FRCPI (const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &ts=QuantLib::Handle< QuantLib::ZeroInflationTermStructure >()) |
|
QL_DEPRECATED_DISABLE_WARNING QL_DEPRECATED | FRCPI (bool interpolated, const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &ts=QuantLib::Handle< QuantLib::ZeroInflationTermStructure >()) |
|
French CPI index.
Definition at line 31 of file frcpi.hpp.
◆ FRCPI() [1/2]
FRCPI |
( |
const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > & |
ts = QuantLib::Handle<QuantLib::ZeroInflationTermStructure>() | ) |
|
Definition at line 33 of file frcpi.hpp.
35 : QuantLib::ZeroInflationIndex("CPI", QuantLib::FranceRegion(), false, QuantLib::Monthly,
36 QuantLib::Period(1, QuantLib::Months), QuantLib::EURCurrency(), ts) {}
◆ FRCPI() [2/2]
QL_DEPRECATED_DISABLE_WARNING QL_DEPRECATED FRCPI |
( |
bool |
interpolated, |
|
|
const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > & |
ts = QuantLib::Handle<QuantLib::ZeroInflationTermStructure>() |
|
) |
| |
Definition at line 39 of file frcpi.hpp.
41 : QuantLib::ZeroInflationIndex("CPI", QuantLib::FranceRegion(), false, interpolated, QuantLib::Monthly,
42 QuantLib::Period(1, QuantLib::Months), QuantLib::EURCurrency(), ts) {}