Uses of Class
net.finmath.smartcontract.product.xml.ExerciseFeeSchedule
Packages that use ExerciseFeeSchedule
-
Uses of ExerciseFeeSchedule in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ExerciseFeeScheduleModifier and TypeFieldDescriptionprotected ExerciseFeeSchedule
AmericanExercise.exerciseFeeSchedule
protected ExerciseFeeSchedule
BermudaExercise.exerciseFeeSchedule
Methods in net.finmath.smartcontract.product.xml that return ExerciseFeeScheduleModifier and TypeMethodDescriptionObjectFactory.createExerciseFeeSchedule()
Create an instance ofExerciseFeeSchedule
AmericanExercise.getExerciseFeeSchedule()
Gets the value of the exerciseFeeSchedule property.BermudaExercise.getExerciseFeeSchedule()
Gets the value of the exerciseFeeSchedule property.Methods in net.finmath.smartcontract.product.xml with parameters of type ExerciseFeeScheduleModifier and TypeMethodDescriptionvoid
AmericanExercise.setExerciseFeeSchedule(ExerciseFeeSchedule value)
Sets the value of the exerciseFeeSchedule property.void
BermudaExercise.setExerciseFeeSchedule(ExerciseFeeSchedule value)
Sets the value of the exerciseFeeSchedule property.