Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FRCPI Class Reference

French CPI index. More...

#include <qle/indexes/frcpi.hpp>

+ Inheritance diagram for FRCPI:
+ Collaboration diagram for FRCPI:

Public Member Functions

 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 >())
 

Detailed Description

French CPI index.

Definition at line 31 of file frcpi.hpp.

Constructor & Destructor Documentation

◆ 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) {}