Uses of Class
net.finmath.smartcontract.product.xml.Formula
Packages that use Formula
-
Uses of Formula in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FormulaModifier and TypeFieldDescriptionprotected Formula
AdditionalPaymentAmount.formula
protected Formula
FormulaComponent.formula
protected Formula
InterestRateStream.formula
protected Formula
LegAmount.formula
Methods in net.finmath.smartcontract.product.xml that return FormulaModifier and TypeMethodDescriptionObjectFactory.createFormula()
Create an instance ofFormula
AdditionalPaymentAmount.getFormula()
Gets the value of the formula property.FormulaComponent.getFormula()
Gets the value of the formula property.InterestRateStream.getFormula()
Gets the value of the formula property.LegAmount.getFormula()
Gets the value of the formula property.Methods in net.finmath.smartcontract.product.xml with parameters of type FormulaModifier and TypeMethodDescriptionvoid
AdditionalPaymentAmount.setFormula
(Formula value) Sets the value of the formula property.void
FormulaComponent.setFormula
(Formula value) Sets the value of the formula property.void
InterestRateStream.setFormula
(Formula value) Sets the value of the formula property.void
LegAmount.setFormula
(Formula value) Sets the value of the formula property.