- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.LazyObject
-
- org.quantlib.Instrument
-
- org.quantlib.Option
-
- org.quantlib.OneAssetOption
-
- org.quantlib.DoubleBarrierOption
-
- org.quantlib.QuantoDoubleBarrierOption
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class QuantoDoubleBarrierOption extends DoubleBarrierOption implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.quantlib.Option
Option.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQuantoDoubleBarrierOption(long cPtr, boolean cMemoryOwn)QuantoDoubleBarrierOption(DoubleBarrier.Type barrierType, double barrier_lo, double barrier_hi, double rebate, StrikedTypePayoff payoff, Exercise exercise)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(QuantoDoubleBarrierOption obj)doubleqlambda()doubleqrho()doubleqvega()protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.DoubleBarrierOption
getCPtr
-
Methods inherited from class org.quantlib.OneAssetOption
delta, deltaForward, dividendRho, elasticity, gamma, getCPtr, itmCashProbability, rho, strikeSensitivity, theta, thetaPerDay, vega
-
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
-
QuantoDoubleBarrierOption
protected QuantoDoubleBarrierOption(long cPtr, boolean cMemoryOwn)
-
QuantoDoubleBarrierOption
public QuantoDoubleBarrierOption(DoubleBarrier.Type barrierType, double barrier_lo, double barrier_hi, double rebate, StrikedTypePayoff payoff, Exercise exercise)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(QuantoDoubleBarrierOption obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classDoubleBarrierOption
-
finalize
protected void finalize()
- Overrides:
finalizein classDoubleBarrierOption
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classDoubleBarrierOption
-
qvega
public double qvega()
-
qrho
public double qrho()
-
qlambda
public double qlambda()
-
-