Uses of Class
net.finmath.smartcontract.product.xml.Rounding
-
Uses of Rounding in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected Rounding
FloatingRateCalculation.finalRateRounding
protected Rounding
CommodityBasketOption.rounding
protected Rounding
CommodityDigitalOption.rounding
protected Rounding
CommodityForward.rounding
protected Rounding
CommodityPerformanceSwapBase.rounding
protected Rounding
CommoditySwap.rounding
protected Rounding
CommoditySwaption.rounding
protected Rounding
CommoditySwaptionUnderlying.rounding
protected Rounding
FloatingLegCalculation.rounding
protected Rounding
WeatherLegCalculation.rounding
Modifier and TypeMethodDescriptionObjectFactory.createRounding()
Create an instance ofRounding
FloatingRateCalculation.getFinalRateRounding()
Gets the value of the finalRateRounding property.CommodityBasketOption.getRounding()
Gets the value of the rounding property.CommodityDigitalOption.getRounding()
Gets the value of the rounding property.CommodityForward.getRounding()
Gets the value of the rounding property.CommodityPerformanceSwapBase.getRounding()
Gets the value of the rounding property.CommoditySwap.getRounding()
Gets the value of the rounding property.CommoditySwaption.getRounding()
Gets the value of the rounding property.CommoditySwaptionUnderlying.getRounding()
Gets the value of the rounding property.FloatingLegCalculation.getRounding()
Gets the value of the rounding property.WeatherLegCalculation.getRounding()
Gets the value of the rounding property.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Rounding> ObjectFactory.createCommodityOptionRounding
(Rounding value) Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Rounding> ObjectFactory.createCommodityOptionRounding
(Rounding value) void
FloatingRateCalculation.setFinalRateRounding
(Rounding value) Sets the value of the finalRateRounding property.void
CommodityBasketOption.setRounding
(Rounding value) Sets the value of the rounding property.void
CommodityDigitalOption.setRounding
(Rounding value) Sets the value of the rounding property.void
CommodityForward.setRounding
(Rounding value) Sets the value of the rounding property.void
CommodityPerformanceSwapBase.setRounding
(Rounding value) Sets the value of the rounding property.void
CommoditySwap.setRounding
(Rounding value) Sets the value of the rounding property.void
CommoditySwaption.setRounding
(Rounding value) Sets the value of the rounding property.void
CommoditySwaptionUnderlying.setRounding
(Rounding value) Sets the value of the rounding property.void
FloatingLegCalculation.setRounding
(Rounding value) Sets the value of the rounding property.void
WeatherLegCalculation.setRounding
(Rounding value) Sets the value of the rounding property.