- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.SmileSection
-
- org.quantlib.ZabrFullFdSmileSection
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ZabrFullFdSmileSection extends SmileSection implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description ZabrFullFdSmileSection(double timeToExpiry, double forward, DoubleVector zabrParameters)ZabrFullFdSmileSection(double timeToExpiry, double forward, DoubleVector zabrParameters, DoubleVector moneyness)ZabrFullFdSmileSection(double timeToExpiry, double forward, DoubleVector zabrParameters, DoubleVector moneyness, long fdRefinement)protectedZabrFullFdSmileSection(long cPtr, boolean cMemoryOwn)ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters)ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters, DayCounter dc)ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters, DayCounter dc, DoubleVector moneyness)ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters, DayCounter dc, DoubleVector moneyness, long fdRefinement)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(ZabrFullFdSmileSection obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.SmileSection
atmLevel, dayCounter, density, density, density, digitalOptionPrice, digitalOptionPrice, digitalOptionPrice, digitalOptionPrice, exerciseDate, exerciseTime, getCPtr, maxStrike, minStrike, optionPrice, optionPrice, optionPrice, referenceDate, shift, variance, vega, vega, volatility, volatility, volatility, volatilityType
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
ZabrFullFdSmileSection
protected ZabrFullFdSmileSection(long cPtr, boolean cMemoryOwn)
-
ZabrFullFdSmileSection
public ZabrFullFdSmileSection(double timeToExpiry, double forward, DoubleVector zabrParameters, DoubleVector moneyness, long fdRefinement)
-
ZabrFullFdSmileSection
public ZabrFullFdSmileSection(double timeToExpiry, double forward, DoubleVector zabrParameters, DoubleVector moneyness)
-
ZabrFullFdSmileSection
public ZabrFullFdSmileSection(double timeToExpiry, double forward, DoubleVector zabrParameters)
-
ZabrFullFdSmileSection
public ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters, DayCounter dc, DoubleVector moneyness, long fdRefinement)
-
ZabrFullFdSmileSection
public ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters, DayCounter dc, DoubleVector moneyness)
-
ZabrFullFdSmileSection
public ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters, DayCounter dc)
-
ZabrFullFdSmileSection
public ZabrFullFdSmileSection(Date d, double forward, DoubleVector zabrParameters)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ZabrFullFdSmileSection obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classSmileSection
-
finalize
protected void finalize()
- Overrides:
finalizein classSmileSection
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classSmileSection
-
-