Uses of Class
net.finmath.smartcontract.product.xml.CalculationAmount
Packages that use CalculationAmount
-
Uses of CalculationAmount in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CalculationAmountModifier and TypeFieldDescriptionprotected CalculationAmount
FixedAmountCalculation.calculationAmount
protected CalculationAmount
FloatingAmountCalculation.calculationAmount
Methods in net.finmath.smartcontract.product.xml that return CalculationAmountModifier and TypeMethodDescriptionObjectFactory.createCalculationAmount()
Create an instance ofCalculationAmount
FixedAmountCalculation.getCalculationAmount()
Gets the value of the calculationAmount property.FloatingAmountCalculation.getCalculationAmount()
Gets the value of the calculationAmount property.Methods in net.finmath.smartcontract.product.xml with parameters of type CalculationAmountModifier and TypeMethodDescriptionvoid
FixedAmountCalculation.setCalculationAmount(CalculationAmount value)
Sets the value of the calculationAmount property.void
FloatingAmountCalculation.setCalculationAmount(CalculationAmount value)
Sets the value of the calculationAmount property.