Class CommodityFixedPriceSchedule

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityFixedPriceSchedule

public class CommodityFixedPriceSchedule extends Object
The Fixed Price for a given Calculation Period during the life of the trade. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.

Java class for CommodityFixedPriceSchedule complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommodityFixedPriceSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="fixedPriceStep" type="{http://www.fpml.org/FpML-5/confirmation}FixedPrice" maxOccurs="unbounded"/>
           <element name="worldscaleRateStep" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="unbounded"/>
           <element name="contractRateStep" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" maxOccurs="unbounded"/>
           <element name="settlementPeriodsPriceSchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySettlementPeriodsPriceSchedule" maxOccurs="unbounded"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>