Uses of Class
net.finmath.smartcontract.product.xml.FloatingRateCalculation
Packages that use FloatingRateCalculation
-
Uses of FloatingRateCalculation in net.finmath.smartcontract.product.xml
Subclasses of FloatingRateCalculation in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
A type defining the components specifiying an Inflation Rate CalculationFields in net.finmath.smartcontract.product.xml declared as FloatingRateCalculationModifier and TypeFieldDescriptionprotected FloatingRateCalculation
FloatingAmountCalculation.floatingRate
protected FloatingRateCalculation
InterestAccrualsMethod.floatingRateCalculation
protected FloatingRateCalculation
Methods in net.finmath.smartcontract.product.xml that return FloatingRateCalculationModifier and TypeMethodDescriptionObjectFactory.createFloatingRateCalculation()
Create an instance ofFloatingRateCalculation
FloatingAmountCalculation.getFloatingRate()
Gets the value of the floatingRate property.InterestAccrualsMethod.getFloatingRateCalculation()
Gets the value of the floatingRateCalculation property.Repo.getFloatingRateCalculation()
Gets the value of the floatingRateCalculation property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FloatingRateCalculationModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FloatingRateCalculation> ObjectFactory.createFloatingRateCalculation
(FloatingRateCalculation value) Methods in net.finmath.smartcontract.product.xml with parameters of type FloatingRateCalculationModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<FloatingRateCalculation> ObjectFactory.createFloatingRateCalculation
(FloatingRateCalculation value) void
FloatingAmountCalculation.setFloatingRate
(FloatingRateCalculation value) Sets the value of the floatingRate property.void
InterestAccrualsMethod.setFloatingRateCalculation
(FloatingRateCalculation value) Sets the value of the floatingRateCalculation property.void
Repo.setFloatingRateCalculation
(FloatingRateCalculation value) Sets the value of the floatingRateCalculation property.