Uses of Class
net.finmath.smartcontract.product.xml.TermCurve
Packages that use TermCurve
-
Uses of TermCurve in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TermCurveModifier and TypeFieldDescriptionprotected TermCurveDefaultProbabilityCurve.defaultProbabilitiesprotected TermCurveYieldCurveValuation.discountFactorCurveprotected TermCurveFxCurveValuation.fxForwardCurveprotected TermCurveFxCurveValuation.fxForwardPointsCurveprotected TermCurveForwardRateCurve.rateCurveprotected TermCurveZeroRateCurve.rateCurveprotected TermCurveCreditCurveValuation.recoveryRateCurveMethods in net.finmath.smartcontract.product.xml that return TermCurveModifier and TypeMethodDescriptionObjectFactory.createTermCurve()Create an instance ofTermCurveDefaultProbabilityCurve.getDefaultProbabilities()Gets the value of the defaultProbabilities property.YieldCurveValuation.getDiscountFactorCurve()Gets the value of the discountFactorCurve property.FxCurveValuation.getFxForwardCurve()Gets the value of the fxForwardCurve property.FxCurveValuation.getFxForwardPointsCurve()Gets the value of the fxForwardPointsCurve property.ForwardRateCurve.getRateCurve()Gets the value of the rateCurve property.ZeroRateCurve.getRateCurve()Gets the value of the rateCurve property.CreditCurveValuation.getRecoveryRateCurve()Gets the value of the recoveryRateCurve property.Methods in net.finmath.smartcontract.product.xml with parameters of type TermCurveModifier and TypeMethodDescriptionvoidDefaultProbabilityCurve.setDefaultProbabilities(TermCurve value) Sets the value of the defaultProbabilities property.voidYieldCurveValuation.setDiscountFactorCurve(TermCurve value) Sets the value of the discountFactorCurve property.voidFxCurveValuation.setFxForwardCurve(TermCurve value) Sets the value of the fxForwardCurve property.voidFxCurveValuation.setFxForwardPointsCurve(TermCurve value) Sets the value of the fxForwardPointsCurve property.voidForwardRateCurve.setRateCurve(TermCurve value) Sets the value of the rateCurve property.voidZeroRateCurve.setRateCurve(TermCurve value) Sets the value of the rateCurve property.voidCreditCurveValuation.setRecoveryRateCurve(TermCurve value) Sets the value of the recoveryRateCurve property.