XML Schema Documentation

Complex Type: CommodityEuropeanExercise

[Table of contents]

Super-types: Exercise < CommodityEuropeanExercise (by extension)
Sub-types: None
Name CommodityEuropeanExercise
Used by (from the same schema document) Complex Type CommodityExercise
Abstract no
Documentation A type for defining exercise procedures associated with a European style exercise of a commodity option.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<expirationDate> AdjustableOrRelativeDate </expirationDate> [1]

'The last day within an exercise period for an American style option. For a European style option it is the only day within the exercise period. For an averaging option this is equivalent to the Termination Date.'

<expirationTime> BusinessCenterTime </expirationTime> [0..1]

'The specific time of day on which the option expires.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommodityEuropeanExercise">
<xsd:complexContent>
<xsd:extension base=" Exercise ">
<xsd:sequence>
<xsd:element name="expirationDate" type=" AdjustableOrRelativeDate "/>
<xsd:element name="expirationTime" type=" BusinessCenterTime " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>