Uses of Class
net.finmath.smartcontract.product.xml.Rounding
Packages that use Rounding
-
Uses of Rounding in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RoundingModifier and TypeFieldDescriptionprotected RoundingFloatingRateCalculation.finalRateRoundingprotected RoundingCommodityBasketOption.roundingprotected RoundingCommodityDigitalOption.roundingprotected RoundingCommodityForward.roundingprotected RoundingCommodityPerformanceSwapBase.roundingprotected RoundingCommoditySwap.roundingprotected RoundingCommoditySwaption.roundingprotected RoundingCommoditySwaptionUnderlying.roundingprotected RoundingFloatingLegCalculation.roundingprotected RoundingWeatherLegCalculation.roundingMethods in net.finmath.smartcontract.product.xml that return RoundingModifier and TypeMethodDescriptionObjectFactory.createRounding()Create an instance ofRoundingFloatingRateCalculation.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.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type RoundingModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Rounding> ObjectFactory.createCommodityOptionRounding(Rounding value) Methods in net.finmath.smartcontract.product.xml with parameters of type RoundingModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Rounding> ObjectFactory.createCommodityOptionRounding(Rounding value) voidFloatingRateCalculation.setFinalRateRounding(Rounding value) Sets the value of the finalRateRounding property.voidCommodityBasketOption.setRounding(Rounding value) Sets the value of the rounding property.voidCommodityDigitalOption.setRounding(Rounding value) Sets the value of the rounding property.voidCommodityForward.setRounding(Rounding value) Sets the value of the rounding property.voidCommodityPerformanceSwapBase.setRounding(Rounding value) Sets the value of the rounding property.voidCommoditySwap.setRounding(Rounding value) Sets the value of the rounding property.voidCommoditySwaption.setRounding(Rounding value) Sets the value of the rounding property.voidCommoditySwaptionUnderlying.setRounding(Rounding value) Sets the value of the rounding property.voidFloatingLegCalculation.setRounding(Rounding value) Sets the value of the rounding property.voidWeatherLegCalculation.setRounding(Rounding value) Sets the value of the rounding property.