ZeroInflationIndex Class Reference
Base class for zero inflation indices. More...
#include <ql/indexes/inflationindex.hpp>
Inheritance diagram for ZeroInflationIndex:

Public Member Functions | |
ZeroInflationIndex (const std::string &familyName, const Region ®ion, bool revised, bool interpolated, Frequency frequency, const Period &availabilityLag, const Currency ¤cy, const Handle< ZeroInflationTermStructure > &ts=Handle< ZeroInflationTermStructure >()) | |
Always use the evaluation date as the reference date. | |
Rate | fixing (const Date &fixingDate, bool forecastTodaysFixing=false) const |
Handle < ZeroInflationTermStructure > | zeroInflationTermStructure () const |
boost::shared_ptr < ZeroInflationIndex > | clone (const Handle< ZeroInflationTermStructure > &h) const |
Detailed Description
Base class for zero inflation indices.Member Function Documentation
Implements InflationIndex.