Uses of Class
net.finmath.smartcontract.product.xml.AmountSchedule
Packages that use AmountSchedule
-
Uses of AmountSchedule in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AmountScheduleModifier and TypeFieldDescriptionprotected AmountSchedule
ExerciseFeeSchedule.feeAmountSchedule
protected AmountSchedule
CalculationPeriodAmount.knownAmountSchedule
Methods in net.finmath.smartcontract.product.xml that return AmountScheduleModifier and TypeMethodDescriptionObjectFactory.createAmountSchedule()
Create an instance ofAmountSchedule
ExerciseFeeSchedule.getFeeAmountSchedule()
Gets the value of the feeAmountSchedule property.CalculationPeriodAmount.getKnownAmountSchedule()
Gets the value of the knownAmountSchedule property.Methods in net.finmath.smartcontract.product.xml with parameters of type AmountScheduleModifier and TypeMethodDescriptionvoid
ExerciseFeeSchedule.setFeeAmountSchedule(AmountSchedule value)
Sets the value of the feeAmountSchedule property.void
CalculationPeriodAmount.setKnownAmountSchedule(AmountSchedule value)
Sets the value of the knownAmountSchedule property.