- java.lang.Object
-
- org.quantlib.FloatingRateCouponPricer
-
- org.quantlib.CmsCouponPricer
-
- org.quantlib.NumericHaganPricer
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class NumericHaganPricer extends CmsCouponPricer implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNumericHaganPricer(long cPtr, boolean cMemoryOwn)NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion)NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion, double lowerLimit)NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion, double lowerLimit, double upperLimit)NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion, double lowerLimit, double upperLimit, double precision)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(NumericHaganPricer 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
-
NumericHaganPricer
protected NumericHaganPricer(long cPtr, boolean cMemoryOwn)
-
NumericHaganPricer
public NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion, double lowerLimit, double upperLimit, double precision)
-
NumericHaganPricer
public NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion, double lowerLimit, double upperLimit)
-
NumericHaganPricer
public NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion, double lowerLimit)
-
NumericHaganPricer
public NumericHaganPricer(SwaptionVolatilityStructureHandle v, GFunctionFactory.YieldCurveModel model, QuoteHandle meanReversion)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(NumericHaganPricer 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
-
-