Class CommoditySpreadSchedule

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

public class CommoditySpreadSchedule extends Object
The Spread per Calculation Period. There must be a Spread specified for each Calculation Period, regardless of whether the Spread changes or remains the same between periods.

Java class for CommoditySpreadSchedule complex type.

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

 <complexType name="CommoditySpreadSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="spreadStep" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySpread" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>