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 TermCurve
DefaultProbabilityCurve.defaultProbabilities
protected TermCurve
YieldCurveValuation.discountFactorCurve
protected TermCurve
FxCurveValuation.fxForwardCurve
protected TermCurve
FxCurveValuation.fxForwardPointsCurve
protected TermCurve
ForwardRateCurve.rateCurve
protected TermCurve
ZeroRateCurve.rateCurve
protected TermCurve
CreditCurveValuation.recoveryRateCurve
Methods in net.finmath.smartcontract.product.xml that return TermCurveModifier and TypeMethodDescriptionObjectFactory.createTermCurve()
Create an instance ofTermCurve
DefaultProbabilityCurve.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 TypeMethodDescriptionvoid
DefaultProbabilityCurve.setDefaultProbabilities
(TermCurve value) Sets the value of the defaultProbabilities property.void
YieldCurveValuation.setDiscountFactorCurve
(TermCurve value) Sets the value of the discountFactorCurve property.void
FxCurveValuation.setFxForwardCurve
(TermCurve value) Sets the value of the fxForwardCurve property.void
FxCurveValuation.setFxForwardPointsCurve
(TermCurve value) Sets the value of the fxForwardPointsCurve property.void
ForwardRateCurve.setRateCurve
(TermCurve value) Sets the value of the rateCurve property.void
ZeroRateCurve.setRateCurve
(TermCurve value) Sets the value of the rateCurve property.void
CreditCurveValuation.setRecoveryRateCurve
(TermCurve value) Sets the value of the recoveryRateCurve property.