Uses of Class
net.finmath.smartcontract.product.xml.CommodityNotionalAmount
Packages that use CommodityNotionalAmount
-
Uses of CommodityNotionalAmount in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityNotionalAmountModifier and TypeFieldDescriptionprotected CommodityNotionalAmount
CommodityInterestLeg.notionalAmount
protected CommodityNotionalAmount
CommodityReturnLeg.notionalAmount
protected CommodityNotionalAmount
CommodityVarianceLeg.notionalAmount
Methods in net.finmath.smartcontract.product.xml that return CommodityNotionalAmountModifier and TypeMethodDescriptionObjectFactory.createCommodityNotionalAmount()
Create an instance ofCommodityNotionalAmount
CommodityInterestLeg.getNotionalAmount()
Gets the value of the notionalAmount property.CommodityReturnLeg.getNotionalAmount()
Gets the value of the notionalAmount property.CommodityVarianceLeg.getNotionalAmount()
Gets the value of the notionalAmount property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityNotionalAmountModifier and TypeMethodDescriptionvoid
CommodityInterestLeg.setNotionalAmount
(CommodityNotionalAmount value) Sets the value of the notionalAmount property.void
CommodityReturnLeg.setNotionalAmount
(CommodityNotionalAmount value) Sets the value of the notionalAmount property.void
CommodityVarianceLeg.setNotionalAmount
(CommodityNotionalAmount value) Sets the value of the notionalAmount property.