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 AmountScheduleExerciseFeeSchedule.feeAmountScheduleprotected AmountScheduleCalculationPeriodAmount.knownAmountScheduleMethods in net.finmath.smartcontract.product.xml that return AmountScheduleModifier and TypeMethodDescriptionObjectFactory.createAmountSchedule()Create an instance ofAmountScheduleExerciseFeeSchedule.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 TypeMethodDescriptionvoidExerciseFeeSchedule.setFeeAmountSchedule(AmountSchedule value) Sets the value of the feeAmountSchedule property.voidCalculationPeriodAmount.setKnownAmountSchedule(AmountSchedule value) Sets the value of the knownAmountSchedule property.