- java.lang.Object
-
- org.quantlib.LinearTsrPricerSettings
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class LinearTsrPricerSettings extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLinearTsrPricerSettings.Strategy
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description LinearTsrPricerSettings()protectedLinearTsrPricerSettings(long cPtr, boolean cMemoryOwn)
-
Method Summary
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
LinearTsrPricerSettings
protected LinearTsrPricerSettings(long cPtr, boolean cMemoryOwn)
-
LinearTsrPricerSettings
public LinearTsrPricerSettings()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(LinearTsrPricerSettings obj)
-
swigRelease
protected static long swigRelease(LinearTsrPricerSettings obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
withRateBound
public LinearTsrPricerSettings withRateBound(double lowerRateBound, double upperRateBound)
-
withRateBound
public LinearTsrPricerSettings withRateBound(double lowerRateBound)
-
withRateBound
public LinearTsrPricerSettings withRateBound()
-
withVegaRatio
public LinearTsrPricerSettings withVegaRatio(double vegaRatio)
-
withVegaRatio
public LinearTsrPricerSettings withVegaRatio()
-
withVegaRatio
public LinearTsrPricerSettings withVegaRatio(double vegaRatio, double lowerRateBound, double upperRateBound)
-
withPriceThreshold
public LinearTsrPricerSettings withPriceThreshold(double priceThreshold)
-
withPriceThreshold
public LinearTsrPricerSettings withPriceThreshold()
-
withPriceThreshold
public LinearTsrPricerSettings withPriceThreshold(double priceThreshold, double lowerRateBound, double upperRateBound)
-
withBSStdDevs
public LinearTsrPricerSettings withBSStdDevs(double stdDevs)
-
withBSStdDevs
public LinearTsrPricerSettings withBSStdDevs()
-
withBSStdDevs
public LinearTsrPricerSettings withBSStdDevs(double stdDevs, double lowerRateBound, double upperRateBound)
-
-