XML Schema Documentation

Model Group: CommodityStrikePrice.model

[Table of contents]

Name CommodityStrikePrice.model
Used by (from the same schema document) Complex Type CommodityOption
Documentation The different options for specifying the Strike price per unit.
XML Instance Representation
Start Choice [1]
<strikePricePerUnit> NonNegativeMoney </strikePricePerUnit> [1]

'The currency amount of the strike price per unit.'

<strikePricePerUnitSchedule> CommodityStrikeSchedule </strikePricePerUnitSchedule> [1]
End Choice
Diagram
type_CommodityStrikeSchedule
Schema Component Representation
<xsd:group name="CommodityStrikePrice.model">
<xsd:choice>
<xsd:element name="strikePricePerUnit" type=" NonNegativeMoney "/>
<xsd:element name="strikePricePerUnitSchedule" type=" CommodityStrikeSchedule "/>
</xsd:choice>
</xsd:group>