Uses of Class
net.finmath.smartcontract.product.xml.AveragingSchedule
Packages that use AveragingSchedule
-
Uses of AveragingSchedule in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml with type parameters of type AveragingScheduleModifier and TypeFieldDescriptionprotected List
<AveragingSchedule> AveragingPeriod.schedule
protected List
<AveragingSchedule> TriggerEvent.schedule
Methods in net.finmath.smartcontract.product.xml that return AveragingScheduleModifier and TypeMethodDescriptionObjectFactory.createAveragingSchedule()
Create an instance ofAveragingSchedule
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type AveragingScheduleModifier and TypeMethodDescriptionAveragingPeriod.getSchedule()
Gets the value of the schedule property.TriggerEvent.getSchedule()
Gets the value of the schedule property.