Uses of Class
net.finmath.smartcontract.product.xml.YieldCurveMethod
Packages that use YieldCurveMethod
-
Uses of YieldCurveMethod in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as YieldCurveMethodModifier and TypeFieldDescriptionprotected YieldCurveMethodCashSettlement.collateralizedCashPriceMethodprotected YieldCurveMethodCashSettlement.parYieldCurveAdjustedMethodprotected YieldCurveMethodCashSettlement.parYieldCurveUnadjustedMethodprotected YieldCurveMethodCashSettlement.zeroCouponYieldAdjustedMethodMethods in net.finmath.smartcontract.product.xml that return YieldCurveMethodModifier and TypeMethodDescriptionObjectFactory.createYieldCurveMethod()Create an instance ofYieldCurveMethodCashSettlement.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.Methods in net.finmath.smartcontract.product.xml with parameters of type YieldCurveMethodModifier and TypeMethodDescriptionvoidCashSettlement.setCollateralizedCashPriceMethod(YieldCurveMethod value) Sets the value of the collateralizedCashPriceMethod property.voidCashSettlement.setParYieldCurveAdjustedMethod(YieldCurveMethod value) Sets the value of the parYieldCurveAdjustedMethod property.voidCashSettlement.setParYieldCurveUnadjustedMethod(YieldCurveMethod value) Sets the value of the parYieldCurveUnadjustedMethod property.voidCashSettlement.setZeroCouponYieldAdjustedMethod(YieldCurveMethod value) Sets the value of the zeroCouponYieldAdjustedMethod property.