XML Schema Documentation

Complex Type: CommodityStrikeSchedule

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityStrikeSchedule
Used by (from the same schema document) Model Group CommodityStrikePrice.model
Abstract no
Documentation 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.
XML Instance Representation
<...>
<strikePricePerUnitStep> NonNegativeMoney </strikePricePerUnitStep> [1..*]

'The strike price per unit per Calculation Period. There must be a strike price per unit specified for each Calculation Period, regardless of whether the price changes or remains the same between periods.'

Start Choice [1]
<calculationPeriodsReference> CalculationPeriodsReference </calculationPeriodsReference> [1]

'A pointer style reference to the Calculation Periods defined on another leg.'

<calculationPeriodsScheduleReference> CalculationPeriodsReference </calculationPeriodsScheduleReference> [1]

'A pointer style reference to the Calculation Periods Schedule defined on another leg.'

End Choice
</...>
Diagram
group_CommodityCalculationPeriodsPointer.model
Schema Component Representation
<xsd:complexType name="CommodityStrikeSchedule">
<xsd:sequence>
<xsd:element name="strikePricePerUnitStep" type=" NonNegativeMoney " maxOccurs="unbounded"/>
<xsd:group ref=" CommodityCalculationPeriodsPointer.model "/>
</xsd:sequence>
</xsd:complexType>