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 TypeClassDescriptionclass
A 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.class
A parametric representation of the Calculation Periods for on Asian option or a leg of a swap.class
Java class for GenericFrequency complex type.class
Java class for GenericResetFrequency complex type.class
A type defining the reset frequency.Fields in net.finmath.smartcontract.product.xml declared as FrequencyModifier and TypeFieldDescriptionprotected Frequency
PaymentDates.paymentFrequency
protected Frequency
NotionalStepRule.stepFrequency
Methods in net.finmath.smartcontract.product.xml that return FrequencyModifier and TypeMethodDescriptionObjectFactory.createFrequency()
Create an instance ofFrequency
PaymentDates.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) void
PaymentDates.setPaymentFrequency
(Frequency value) Sets the value of the paymentFrequency property.void
NotionalStepRule.setStepFrequency
(Frequency value) Sets the value of the stepFrequency property.