- java.lang.Object
-
- org.quantlib.FloatingRateCouponPricer
-
- org.quantlib.CmsCouponPricer
-
- org.quantlib.LinearTsrPricer
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class LinearTsrPricer extends CmsCouponPricer implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLinearTsrPricer(long cPtr, boolean cMemoryOwn)LinearTsrPricer(SwaptionVolatilityStructureHandle swaptionVol, QuoteHandle meanReversion)LinearTsrPricer(SwaptionVolatilityStructureHandle swaptionVol, QuoteHandle meanReversion, YieldTermStructureHandle couponDiscountCurve)LinearTsrPricer(SwaptionVolatilityStructureHandle swaptionVol, QuoteHandle meanReversion, YieldTermStructureHandle couponDiscountCurve, LinearTsrPricerSettings settings)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(LinearTsrPricer obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.CmsCouponPricer
getCPtr, setSwaptionVolatility, setSwaptionVolatility, swaptionVolatility
-
Methods inherited from class org.quantlib.FloatingRateCouponPricer
capletPrice, capletRate, floorletPrice, floorletRate, getCPtr, swapletPrice, swapletRate
-
-
-
-
Constructor Detail
-
LinearTsrPricer
protected LinearTsrPricer(long cPtr, boolean cMemoryOwn)
-
LinearTsrPricer
public LinearTsrPricer(SwaptionVolatilityStructureHandle swaptionVol, QuoteHandle meanReversion, YieldTermStructureHandle couponDiscountCurve, LinearTsrPricerSettings settings)
-
LinearTsrPricer
public LinearTsrPricer(SwaptionVolatilityStructureHandle swaptionVol, QuoteHandle meanReversion, YieldTermStructureHandle couponDiscountCurve)
-
LinearTsrPricer
public LinearTsrPricer(SwaptionVolatilityStructureHandle swaptionVol, QuoteHandle meanReversion)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(LinearTsrPricer obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classCmsCouponPricer
-
finalize
protected void finalize()
- Overrides:
finalizein classCmsCouponPricer
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classCmsCouponPricer
-
-