Uses of Class
net.finmath.smartcontract.product.xml.AveragingPeriod
Packages that use AveragingPeriod
-
Uses of AveragingPeriod in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AveragingPeriodModifier and TypeFieldDescriptionprotected AveragingPeriodReturnLeg.averagingDatesprotected AveragingPeriodAsian.averagingPeriodInprotected AveragingPeriodAsian.averagingPeriodOutMethods in net.finmath.smartcontract.product.xml that return AveragingPeriodModifier and TypeMethodDescriptionObjectFactory.createAveragingPeriod()Create an instance ofAveragingPeriodReturnLeg.getAveragingDates()Gets the value of the averagingDates property.Asian.getAveragingPeriodIn()Gets the value of the averagingPeriodIn property.Asian.getAveragingPeriodOut()Gets the value of the averagingPeriodOut property.Methods in net.finmath.smartcontract.product.xml with parameters of type AveragingPeriodModifier and TypeMethodDescriptionvoidReturnLeg.setAveragingDates(AveragingPeriod value) Sets the value of the averagingDates property.voidAsian.setAveragingPeriodIn(AveragingPeriod value) Sets the value of the averagingPeriodIn property.voidAsian.setAveragingPeriodOut(AveragingPeriod value) Sets the value of the averagingPeriodOut property.