Uses of Class
net.finmath.smartcontract.product.xml.Frequency
Packages that use Frequency
-
Uses of Frequency in net.finmath.smartcontract.product.xml
Subclasses of Frequency in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type defining the frequency at which calculation period end dates occur within the regular part of the calculation period schedule and thier roll date convention.classA parametric representation of the Calculation Periods for on Asian option or a leg of a swap.classJava class for GenericFrequency complex type.classJava class for GenericResetFrequency complex type.classA type defining the reset frequency.Fields in net.finmath.smartcontract.product.xml declared as FrequencyModifier and TypeFieldDescriptionprotected FrequencyPaymentDates.paymentFrequencyprotected FrequencyNotionalStepRule.stepFrequencyMethods in net.finmath.smartcontract.product.xml that return FrequencyModifier and TypeMethodDescriptionObjectFactory.createFrequency()Create an instance ofFrequencyPaymentDates.getPaymentFrequency()Gets the value of the paymentFrequency property.NotionalStepRule.getStepFrequency()Gets the value of the stepFrequency property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FrequencyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Frequency> ObjectFactory.createCommodityAmericanExerciseExerciseFrequency(Frequency value) jakarta.xml.bind.JAXBElement<Frequency> ObjectFactory.createCommodityEuropeanExerciseExerciseFrequency(Frequency value) Methods in net.finmath.smartcontract.product.xml with parameters of type FrequencyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Frequency> ObjectFactory.createCommodityAmericanExerciseExerciseFrequency(Frequency value) jakarta.xml.bind.JAXBElement<Frequency> ObjectFactory.createCommodityEuropeanExerciseExerciseFrequency(Frequency value) voidPaymentDates.setPaymentFrequency(Frequency value) Sets the value of the paymentFrequency property.voidNotionalStepRule.setStepFrequency(Frequency value) Sets the value of the stepFrequency property.