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 FormulaAdditionalPaymentAmount.formulaprotected FormulaFormulaComponent.formulaprotected FormulaInterestRateStream.formulaprotected FormulaLegAmount.formulaMethods in net.finmath.smartcontract.product.xml that return FormulaModifier and TypeMethodDescriptionObjectFactory.createFormula()Create an instance ofFormulaAdditionalPaymentAmount.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 TypeMethodDescriptionvoidAdditionalPaymentAmount.setFormula(Formula value) Sets the value of the formula property.voidFormulaComponent.setFormula(Formula value) Sets the value of the formula property.voidInterestRateStream.setFormula(Formula value) Sets the value of the formula property.voidLegAmount.setFormula(Formula value) Sets the value of the formula property.