Uses of Class
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantitySchedule
Packages that use CommodityPhysicalQuantitySchedule
-
Uses of CommodityPhysicalQuantitySchedule in net.finmath.smartcontract.product.xml
Subclasses of CommodityPhysicalQuantitySchedule in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
Allows the documentation of a shaped quantity trade where the quantity changes over the life of the transaction.Fields in net.finmath.smartcontract.product.xml declared as CommodityPhysicalQuantityScheduleModifier and TypeFieldDescriptionprotected CommodityPhysicalQuantitySchedule
BullionPhysicalLeg.physicalQuantitySchedule
protected CommodityPhysicalQuantitySchedule
CommodityPhysicalQuantity.physicalQuantitySchedule
protected CommodityPhysicalQuantitySchedule
GasPhysicalQuantity.physicalQuantitySchedule
protected CommodityPhysicalQuantitySchedule
MetalPhysicalLeg.physicalQuantitySchedule
Methods in net.finmath.smartcontract.product.xml that return CommodityPhysicalQuantityScheduleModifier 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.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityPhysicalQuantityScheduleModifier 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.