- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.LazyObject
-
- org.quantlib.Instrument
-
- org.quantlib.YoYInflationCapFloor
-
- org.quantlib.YoYInflationFloor
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class YoYInflationFloor extends YoYInflationCapFloor implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.quantlib.YoYInflationCapFloor
YoYInflationCapFloor.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedYoYInflationFloor(long cPtr, boolean cMemoryOwn)YoYInflationFloor(Leg leg, DoubleVector floorRates)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(YoYInflationFloor obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.YoYInflationCapFloor
getCPtr, impliedVolatility, impliedVolatility, impliedVolatility, impliedVolatility, impliedVolatility, optionletPrices
-
Methods inherited from class org.quantlib.Instrument
errorEstimate, getCPtr, isExpired, NPV, setPricingEngine
-
Methods inherited from class org.quantlib.LazyObject
alwaysForwardNotifications, forwardFirstNotificationOnly, forwardsAllNotifications, freeze, getCPtr, recalculate, unfreeze
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
YoYInflationFloor
protected YoYInflationFloor(long cPtr, boolean cMemoryOwn)
-
YoYInflationFloor
public YoYInflationFloor(Leg leg, DoubleVector floorRates)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(YoYInflationFloor obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classYoYInflationCapFloor
-
finalize
protected void finalize()
- Overrides:
finalizein classYoYInflationCapFloor
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classYoYInflationCapFloor
-
-