Uses of Class
net.finmath.smartcontract.product.xml.FixedAmountCalculation
Packages that use FixedAmountCalculation
-
Uses of FixedAmountCalculation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FixedAmountCalculationModifier and TypeFieldDescriptionprotected FixedAmountCalculation
PeriodicPayment.fixedAmountCalculation
Methods in net.finmath.smartcontract.product.xml that return FixedAmountCalculationModifier and TypeMethodDescriptionObjectFactory.createFixedAmountCalculation()
Create an instance ofFixedAmountCalculation
PeriodicPayment.getFixedAmountCalculation()
Gets the value of the fixedAmountCalculation property.Methods in net.finmath.smartcontract.product.xml with parameters of type FixedAmountCalculationModifier and TypeMethodDescriptionvoid
PeriodicPayment.setFixedAmountCalculation
(FixedAmountCalculation value) Sets the value of the fixedAmountCalculation property.