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

Belgium HICP index. More...

#include <qle/indexes/behicp.hpp>

+ Inheritance diagram for BEHICP:
+ Collaboration diagram for BEHICP:

Public Member Functions

 BEHICP (const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &ts=QuantLib::Handle< QuantLib::ZeroInflationTermStructure >())
 
QL_DEPRECATED_DISABLE_WARNING QL_DEPRECATED BEHICP (bool interpolated, const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &ts=QuantLib::Handle< QuantLib::ZeroInflationTermStructure >())
 

Detailed Description

Belgium HICP index.

Definition at line 32 of file behicp.hpp.

Constructor & Destructor Documentation

◆ BEHICP() [1/2]

BEHICP ( const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &  ts = QuantLib::Handle<QuantLib::ZeroInflationTermStructure>())

Definition at line 34 of file behicp.hpp.

36 : QuantLib::ZeroInflationIndex("HICP", BelgiumRegion(), false, QuantLib::Monthly,
37 QuantLib::Period(1, QuantLib::Months), QuantLib::EURCurrency(), ts) {}

◆ BEHICP() [2/2]

QL_DEPRECATED_DISABLE_WARNING QL_DEPRECATED BEHICP ( bool  interpolated,
const QuantLib::Handle< QuantLib::ZeroInflationTermStructure > &  ts = QuantLib::Handle<QuantLib::ZeroInflationTermStructure>() 
)

Definition at line 40 of file behicp.hpp.

43 : QuantLib::ZeroInflationIndex("HICP", BelgiumRegion(), false, interpolated, QuantLib::Monthly,
44 QuantLib::Period(1, QuantLib::Months), QuantLib::EURCurrency(), ts) {}