Uses of Class
net.finmath.smartcontract.product.xml.CommodityNotionalAmountReference
Packages that use CommodityNotionalAmountReference
-
Uses of CommodityNotionalAmountReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityNotionalAmountReferenceModifier and TypeFieldDescriptionprotected CommodityNotionalAmountReferenceCommodityInterestLeg.notionalAmountReferenceprotected CommodityNotionalAmountReferenceCommodityReturnLeg.notionalAmountReferenceprotected CommodityNotionalAmountReferenceCommodityVarianceLeg.notionalAmountReferenceMethods in net.finmath.smartcontract.product.xml that return CommodityNotionalAmountReferenceModifier and TypeMethodDescriptionObjectFactory.createCommodityNotionalAmountReference()Create an instance ofCommodityNotionalAmountReferenceCommodityInterestLeg.getNotionalAmountReference()Gets the value of the notionalAmountReference property.CommodityReturnLeg.getNotionalAmountReference()Gets the value of the notionalAmountReference property.CommodityVarianceLeg.getNotionalAmountReference()Gets the value of the notionalAmountReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityNotionalAmountReferenceModifier and TypeMethodDescriptionvoidCommodityInterestLeg.setNotionalAmountReference(CommodityNotionalAmountReference value) Sets the value of the notionalAmountReference property.voidCommodityReturnLeg.setNotionalAmountReference(CommodityNotionalAmountReference value) Sets the value of the notionalAmountReference property.voidCommodityVarianceLeg.setNotionalAmountReference(CommodityNotionalAmountReference value) Sets the value of the notionalAmountReference property.