XML Schema Documentation

Complex Type: CommodityPhysicalExercise

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityPhysicalExercise
Used by (from the same schema document) Model Group CommodityPhysicalOption.model
Abstract no
Documentation The parameters for defining how the physically-settled commodity option can be exercised and how it is settled.
XML Instance Representation
<...>
Start Choice [1]
<americanExercise> CommodityPhysicalAmericanExercise </americanExercise> [1]

'The parameters for defining the expiration date(s) and time(s) for an American style option.'

<europeanExercise> CommodityPhysicalEuropeanExercise </europeanExercise> [1]

'The parameters for defining the expiration date(s) and time(s) for a European style option.'

End Choice
<automaticExercise> xsd:boolean </automaticExercise> [0..1]

'Specifies whether or not Automatic Exercise applies to a Commodity Option Transaction.'

<writtenConfirmation> xsd:boolean </writtenConfirmation> [0..1]

'Specifies whether or not Written Confirmation applies to a Commodity Option Transaction.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommodityPhysicalExercise">
<xsd:sequence>
<xsd:choice>
<xsd:element name="americanExercise" type=" CommodityPhysicalAmericanExercise "/>
<xsd:element name="europeanExercise" type=" CommodityPhysicalEuropeanExercise "/>
</xsd:choice>
<xsd:element name="automaticExercise" type=" xsd:boolean " minOccurs="0"/>
<xsd:element name="writtenConfirmation" type=" xsd:boolean " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>