Uses of Class
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantitySchedule
-
Uses of CommodityPhysicalQuantitySchedule in net.finmath.smartcontract.product.xml
Modifier and TypeClassDescriptionclass
Allows the documentation of a shaped quantity trade where the quantity changes over the life of the transaction.Modifier and TypeFieldDescriptionprotected CommodityPhysicalQuantitySchedule
BullionPhysicalLeg.physicalQuantitySchedule
protected CommodityPhysicalQuantitySchedule
CommodityPhysicalQuantity.physicalQuantitySchedule
protected CommodityPhysicalQuantitySchedule
GasPhysicalQuantity.physicalQuantitySchedule
protected CommodityPhysicalQuantitySchedule
MetalPhysicalLeg.physicalQuantitySchedule
Modifier and TypeMethodDescriptionObjectFactory.createCommodityPhysicalQuantitySchedule()
Create an instance ofCommodityPhysicalQuantitySchedule
BullionPhysicalLeg.getPhysicalQuantitySchedule()
Gets the value of the physicalQuantitySchedule property.CommodityPhysicalQuantity.getPhysicalQuantitySchedule()
Gets the value of the physicalQuantitySchedule property.GasPhysicalQuantity.getPhysicalQuantitySchedule()
Gets the value of the physicalQuantitySchedule property.MetalPhysicalLeg.getPhysicalQuantitySchedule()
Gets the value of the physicalQuantitySchedule property.Modifier and TypeMethodDescriptionvoid
BullionPhysicalLeg.setPhysicalQuantitySchedule
(CommodityPhysicalQuantitySchedule value) Sets the value of the physicalQuantitySchedule property.void
CommodityPhysicalQuantity.setPhysicalQuantitySchedule
(CommodityPhysicalQuantitySchedule value) Sets the value of the physicalQuantitySchedule property.void
GasPhysicalQuantity.setPhysicalQuantitySchedule
(CommodityPhysicalQuantitySchedule value) Sets the value of the physicalQuantitySchedule property.void
MetalPhysicalLeg.setPhysicalQuantitySchedule
(CommodityPhysicalQuantitySchedule value) Sets the value of the physicalQuantitySchedule property.