Uses of Class
net.finmath.smartcontract.product.xml.CommodityDeliveryPeriods
Packages that use CommodityDeliveryPeriods
-
Uses of CommodityDeliveryPeriods in net.finmath.smartcontract.product.xml
Subclasses of CommodityDeliveryPeriods in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
The different options for specifying the Delivery Periods for a physically settled gas trade.Fields in net.finmath.smartcontract.product.xml declared as CommodityDeliveryPeriodsModifier and TypeFieldDescriptionprotected CommodityDeliveryPeriods
CoalPhysicalLeg.deliveryPeriods
protected CommodityDeliveryPeriods
ElectricityPhysicalLeg.deliveryPeriods
protected CommodityDeliveryPeriods
MetalPhysicalLeg.deliveryPeriods
protected CommodityDeliveryPeriods
OilPhysicalLeg.deliveryPeriods
Methods in net.finmath.smartcontract.product.xml that return CommodityDeliveryPeriodsModifier and TypeMethodDescriptionObjectFactory.createCommodityDeliveryPeriods()
Create an instance ofCommodityDeliveryPeriods
CoalPhysicalLeg.getDeliveryPeriods()
Gets the value of the deliveryPeriods property.ElectricityPhysicalLeg.getDeliveryPeriods()
Gets the value of the deliveryPeriods property.MetalPhysicalLeg.getDeliveryPeriods()
Gets the value of the deliveryPeriods property.OilPhysicalLeg.getDeliveryPeriods()
Gets the value of the deliveryPeriods property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityDeliveryPeriodsModifier and TypeMethodDescriptionvoid
CoalPhysicalLeg.setDeliveryPeriods
(CommodityDeliveryPeriods value) Sets the value of the deliveryPeriods property.void
ElectricityPhysicalLeg.setDeliveryPeriods
(CommodityDeliveryPeriods value) Sets the value of the deliveryPeriods property.void
MetalPhysicalLeg.setDeliveryPeriods
(CommodityDeliveryPeriods value) Sets the value of the deliveryPeriods property.void
OilPhysicalLeg.setDeliveryPeriods
(CommodityDeliveryPeriods value) Sets the value of the deliveryPeriods property.