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 CommodityNotionalAmountReference
CommodityInterestLeg.notionalAmountReference
protected CommodityNotionalAmountReference
CommodityReturnLeg.notionalAmountReference
protected CommodityNotionalAmountReference
CommodityVarianceLeg.notionalAmountReference
Methods in net.finmath.smartcontract.product.xml that return CommodityNotionalAmountReferenceModifier and TypeMethodDescriptionObjectFactory.createCommodityNotionalAmountReference()
Create an instance ofCommodityNotionalAmountReference
CommodityInterestLeg.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 TypeMethodDescriptionvoid
CommodityInterestLeg.setNotionalAmountReference(CommodityNotionalAmountReference value)
Sets the value of the notionalAmountReference property.void
CommodityReturnLeg.setNotionalAmountReference(CommodityNotionalAmountReference value)
Sets the value of the notionalAmountReference property.void
CommodityVarianceLeg.setNotionalAmountReference(CommodityNotionalAmountReference value)
Sets the value of the notionalAmountReference property.