Class CommodityStrikeSchedule

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

public class CommodityStrikeSchedule extends Object
The Strike Price per Unit per Calculation Period. There must be a Strike Price per Unit step specified for each Calculation Period, regardless of whether the Strike changes or remains the same between periods.

Java class for CommodityStrikeSchedule complex type.

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

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