- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.RateHelper
-
- org.quantlib.OvernightIndexFutureRateHelper
-
- org.quantlib.SofrFutureRateHelper
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SofrFutureRateHelper extends OvernightIndexFutureRateHelper implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description SofrFutureRateHelper(double price, Month referenceMonth, int referenceYear, Frequency referenceFreq)SofrFutureRateHelper(double price, Month referenceMonth, int referenceYear, Frequency referenceFreq, double convexityAdjustment)protectedSofrFutureRateHelper(long cPtr, boolean cMemoryOwn)SofrFutureRateHelper(QuoteHandle price, Month referenceMonth, int referenceYear, Frequency referenceFreq)SofrFutureRateHelper(QuoteHandle price, Month referenceMonth, int referenceYear, Frequency referenceFreq, QuoteHandle convexityAdjustment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(SofrFutureRateHelper obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.OvernightIndexFutureRateHelper
getCPtr
-
Methods inherited from class org.quantlib.RateHelper
earliestDate, getCPtr, impliedQuote, latestDate, latestRelevantDate, maturityDate, pillarDate, quote, quoteError
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
SofrFutureRateHelper
protected SofrFutureRateHelper(long cPtr, boolean cMemoryOwn)
-
SofrFutureRateHelper
public SofrFutureRateHelper(QuoteHandle price, Month referenceMonth, int referenceYear, Frequency referenceFreq, QuoteHandle convexityAdjustment)
-
SofrFutureRateHelper
public SofrFutureRateHelper(QuoteHandle price, Month referenceMonth, int referenceYear, Frequency referenceFreq)
-
SofrFutureRateHelper
public SofrFutureRateHelper(double price, Month referenceMonth, int referenceYear, Frequency referenceFreq, double convexityAdjustment)
-
SofrFutureRateHelper
public SofrFutureRateHelper(double price, Month referenceMonth, int referenceYear, Frequency referenceFreq)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SofrFutureRateHelper obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classOvernightIndexFutureRateHelper
-
finalize
protected void finalize()
- Overrides:
finalizein classOvernightIndexFutureRateHelper
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classOvernightIndexFutureRateHelper
-
-