Uses of Class
net.finmath.smartcontract.product.xml.YieldCurveMethod
-
Uses of YieldCurveMethod in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected YieldCurveMethod
CashSettlement.collateralizedCashPriceMethod
protected YieldCurveMethod
CashSettlement.parYieldCurveAdjustedMethod
protected YieldCurveMethod
CashSettlement.parYieldCurveUnadjustedMethod
protected YieldCurveMethod
CashSettlement.zeroCouponYieldAdjustedMethod
Modifier and TypeMethodDescriptionObjectFactory.createYieldCurveMethod()
Create an instance ofYieldCurveMethod
CashSettlement.getCollateralizedCashPriceMethod()
Gets the value of the collateralizedCashPriceMethod property.CashSettlement.getParYieldCurveAdjustedMethod()
Gets the value of the parYieldCurveAdjustedMethod property.CashSettlement.getParYieldCurveUnadjustedMethod()
Gets the value of the parYieldCurveUnadjustedMethod property.CashSettlement.getZeroCouponYieldAdjustedMethod()
Gets the value of the zeroCouponYieldAdjustedMethod property.Modifier and TypeMethodDescriptionvoid
CashSettlement.setCollateralizedCashPriceMethod
(YieldCurveMethod value) Sets the value of the collateralizedCashPriceMethod property.void
CashSettlement.setParYieldCurveAdjustedMethod
(YieldCurveMethod value) Sets the value of the parYieldCurveAdjustedMethod property.void
CashSettlement.setParYieldCurveUnadjustedMethod
(YieldCurveMethod value) Sets the value of the parYieldCurveUnadjustedMethod property.void
CashSettlement.setZeroCouponYieldAdjustedMethod
(YieldCurveMethod value) Sets the value of the zeroCouponYieldAdjustedMethod property.