- java.lang.Object
-
- org.quantlib.CPI
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class CPI extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCPI.InterpolationType
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(CPI obj)static doublelaggedFixing(ZeroInflationIndex index, Date date, Period observationLag, CPI.InterpolationType interpolationType)protected static longswigRelease(CPI obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Method Detail
-
swigRelease
protected static long swigRelease(CPI obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
laggedFixing
public static double laggedFixing(ZeroInflationIndex index, Date date, Period observationLag, CPI.InterpolationType interpolationType)
-
-