Uses of Class
net.finmath.smartcontract.product.xml.CalculationPeriodFrequency
Packages that use CalculationPeriodFrequency
-
Uses of CalculationPeriodFrequency in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CalculationPeriodFrequencyModifier and TypeFieldDescriptionprotected CalculationPeriodFrequencyAveragingSchedule.averagingPeriodFrequencyprotected CalculationPeriodFrequencyCalculationPeriodDates.calculationPeriodFrequencyprotected CalculationPeriodFrequencyFxAverageRateObservationSchedule.calculationPeriodFrequencyprotected CalculationPeriodFrequencyPeriodicDates.calculationPeriodFrequencyMethods in net.finmath.smartcontract.product.xml that return CalculationPeriodFrequencyModifier and TypeMethodDescriptionObjectFactory.createCalculationPeriodFrequency()Create an instance ofCalculationPeriodFrequencyAveragingSchedule.getAveragingPeriodFrequency()Gets the value of the averagingPeriodFrequency property.CalculationPeriodDates.getCalculationPeriodFrequency()Gets the value of the calculationPeriodFrequency property.FxAverageRateObservationSchedule.getCalculationPeriodFrequency()Gets the value of the calculationPeriodFrequency property.PeriodicDates.getCalculationPeriodFrequency()Gets the value of the calculationPeriodFrequency property.Methods in net.finmath.smartcontract.product.xml with parameters of type CalculationPeriodFrequencyModifier and TypeMethodDescriptionvoidAveragingSchedule.setAveragingPeriodFrequency(CalculationPeriodFrequency value) Sets the value of the averagingPeriodFrequency property.voidCalculationPeriodDates.setCalculationPeriodFrequency(CalculationPeriodFrequency value) Sets the value of the calculationPeriodFrequency property.voidFxAverageRateObservationSchedule.setCalculationPeriodFrequency(CalculationPeriodFrequency value) Sets the value of the calculationPeriodFrequency property.voidPeriodicDates.setCalculationPeriodFrequency(CalculationPeriodFrequency value) Sets the value of the calculationPeriodFrequency property.