org.jquantlib.indexes
Class ZeroInflationIndex
- java.lang.Object
-
- org.jquantlib.indexes.Index
-
- org.jquantlib.indexes.InflationIndex
-
- org.jquantlib.indexes.ZeroInflationIndex
-
- All Implemented Interfaces:
- Observable, Observer
public abstract class ZeroInflationIndex extends InflationIndex
Base class for zero inflation indices.
-
-
Constructor Summary
Constructors Constructor and Description ZeroInflationIndex(java.lang.String familyName, Region region, boolean revised, boolean interpolated, Frequency frequency, Period availabilityLag, Currency currency)ZeroInflationIndex(java.lang.String familyName, Region region, boolean revised, boolean interpolated, Frequency frequency, Period availabilityLag, Currency currency, Handle<ZeroInflationTermStructure> zeroInflation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublefixing(Date fixingDate)doublefixing(Date fixingDate, boolean forecastTodaysFixing)Handle<ZeroInflationTermStructure>zeroInflationTermStructure()-
Methods inherited from class org.jquantlib.indexes.InflationIndex
addFixing, availabilityLag, currency, familyName, fixingCalendar, frequency, interpolated, isValidFixingDate, name, region, revised, update
-
Methods inherited from class org.jquantlib.indexes.Index
addFixing, addFixings, addObserver, clearFixings, countObservers, deleteObserver, deleteObservers, getObservers, notifyObservers, notifyObservers, timeSeries
-
-
-
-
Constructor Detail
-
ZeroInflationIndex
public ZeroInflationIndex(java.lang.String familyName, Region region, boolean revised, boolean interpolated, Frequency frequency, Period availabilityLag, Currency currency)
-
-
Method Detail
-
fixing
public double fixing(Date fixingDate, boolean forecastTodaysFixing)
-
zeroInflationTermStructure
public Handle<ZeroInflationTermStructure> zeroInflationTermStructure()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG