- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.SmileSection
-
- org.quantlib.SviSmileSection
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SviSmileSection extends SmileSection implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description SviSmileSection(double timeToExpiry, double forward, DoubleVector sviParameters)protectedSviSmileSection(long cPtr, boolean cMemoryOwn)SviSmileSection(Date d, double forward, DoubleVector sviParameters)SviSmileSection(Date d, double forward, DoubleVector sviParameters, DayCounter dc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(SviSmileSection 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
-
SviSmileSection
protected SviSmileSection(long cPtr, boolean cMemoryOwn)
-
SviSmileSection
public SviSmileSection(double timeToExpiry, double forward, DoubleVector sviParameters)
-
SviSmileSection
public SviSmileSection(Date d, double forward, DoubleVector sviParameters, DayCounter dc)
-
SviSmileSection
public SviSmileSection(Date d, double forward, DoubleVector sviParameters)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SviSmileSection 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
-
-