- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.LazyObject
-
- org.quantlib.Instrument
-
- org.quantlib.FloatFloatSwaption
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FloatFloatSwaption extends Instrument implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFloatFloatSwaption(long cPtr, boolean cMemoryOwn)FloatFloatSwaption(FloatFloatSwap swap, Exercise exercise)FloatFloatSwaption(FloatFloatSwap swap, Exercise exercise, Settlement.Type delivery)FloatFloatSwaption(FloatFloatSwap swap, Exercise exercise, Settlement.Type delivery, Settlement.Method settlementMethod)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlackCalibrationHelperVectorcalibrationBasket(SwapIndex swapIndex, SwaptionVolatilityStructure swaptionVolatility, String typeStr)voiddelete()protected voidfinalize()protected static longgetCPtr(FloatFloatSwaption obj)DoubleVectorprobabilities()protected voidswigSetCMemOwn(boolean own)FloatFloatSwapunderlyingSwap()doubleunderlyingValue()-
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
-
FloatFloatSwaption
protected FloatFloatSwaption(long cPtr, boolean cMemoryOwn)
-
FloatFloatSwaption
public FloatFloatSwaption(FloatFloatSwap swap, Exercise exercise, Settlement.Type delivery, Settlement.Method settlementMethod)
-
FloatFloatSwaption
public FloatFloatSwaption(FloatFloatSwap swap, Exercise exercise, Settlement.Type delivery)
-
FloatFloatSwaption
public FloatFloatSwaption(FloatFloatSwap swap, Exercise exercise)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FloatFloatSwaption obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classInstrument
-
finalize
protected void finalize()
- Overrides:
finalizein classInstrument
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classInstrument
-
underlyingSwap
public FloatFloatSwap underlyingSwap()
-
calibrationBasket
public BlackCalibrationHelperVector calibrationBasket(SwapIndex swapIndex, SwaptionVolatilityStructure swaptionVolatility, String typeStr)
-
underlyingValue
public double underlyingValue()
-
probabilities
public DoubleVector probabilities()
-
-