- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.Index
-
- org.quantlib.InflationIndex
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
YoYInflationIndex,ZeroInflationIndex
public class InflationIndex extends Index implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInflationIndex(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PeriodavailabilityLag()Currencycurrency()voiddelete()StringfamilyName()protected voidfinalize()Frequencyfrequency()protected static longgetCPtr(InflationIndex obj)booleaninterpolated()Regionregion()booleanrevised()protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Index
addFixing, addFixing, addFixings, addFixings, clearFixings, fixing, fixing, fixingCalendar, getCPtr, hasHistoricalFixing, isValidFixingDate, name, timeSeries, toString
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
InflationIndex
protected InflationIndex(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(InflationIndex obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classIndex
-
delete
public void delete()
-
familyName
public String familyName()
-
revised
public boolean revised()
-
interpolated
public boolean interpolated()
-
availabilityLag
public Period availabilityLag()
-
-