Uses of Class
net.finmath.smartcontract.product.xml.NotionalAmount
Packages that use NotionalAmount
-
Uses of NotionalAmount in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NotionalAmountModifier and TypeFieldDescriptionprotected NotionalAmountCommodityBasketByPercentage.notionalAmountprotected NotionalAmountCommodityDigitalOption.notionalAmountprotected NotionalAmountReturnSwapNotional.notionalAmountMethods in net.finmath.smartcontract.product.xml that return NotionalAmountModifier and TypeMethodDescriptionObjectFactory.createNotionalAmount()Create an instance ofNotionalAmountCommodityBasketByPercentage.getNotionalAmount()Gets the value of the notionalAmount property.CommodityDigitalOption.getNotionalAmount()Gets the value of the notionalAmount property.ReturnSwapNotional.getNotionalAmount()Gets the value of the notionalAmount property.Methods in net.finmath.smartcontract.product.xml with parameters of type NotionalAmountModifier and TypeMethodDescriptionvoidCommodityBasketByPercentage.setNotionalAmount(NotionalAmount value) Sets the value of the notionalAmount property.voidCommodityDigitalOption.setNotionalAmount(NotionalAmount value) Sets the value of the notionalAmount property.voidReturnSwapNotional.setNotionalAmount(NotionalAmount value) Sets the value of the notionalAmount property.