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 NotionalAmount
CommodityBasketByPercentage.notionalAmount
protected NotionalAmount
CommodityDigitalOption.notionalAmount
protected NotionalAmount
ReturnSwapNotional.notionalAmount
Methods in net.finmath.smartcontract.product.xml that return NotionalAmountModifier and TypeMethodDescriptionObjectFactory.createNotionalAmount()
Create an instance ofNotionalAmount
CommodityBasketByPercentage.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 TypeMethodDescriptionvoid
CommodityBasketByPercentage.setNotionalAmount
(NotionalAmount value) Sets the value of the notionalAmount property.void
CommodityDigitalOption.setNotionalAmount
(NotionalAmount value) Sets the value of the notionalAmount property.void
ReturnSwapNotional.setNotionalAmount
(NotionalAmount value) Sets the value of the notionalAmount property.