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 CommodityNotionalAmountCommodityInterestLeg.notionalAmountprotected CommodityNotionalAmountCommodityReturnLeg.notionalAmountprotected CommodityNotionalAmountCommodityVarianceLeg.notionalAmountMethods in net.finmath.smartcontract.product.xml that return CommodityNotionalAmountModifier and TypeMethodDescriptionObjectFactory.createCommodityNotionalAmount()Create an instance ofCommodityNotionalAmountCommodityInterestLeg.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 TypeMethodDescriptionvoidCommodityInterestLeg.setNotionalAmount(CommodityNotionalAmount value) Sets the value of the notionalAmount property.voidCommodityReturnLeg.setNotionalAmount(CommodityNotionalAmount value) Sets the value of the notionalAmount property.voidCommodityVarianceLeg.setNotionalAmount(CommodityNotionalAmount value) Sets the value of the notionalAmount property.