complexType "CommodityEuropeanExercise"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in fpml-com-5-8.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
exerciseFrequency (defined in CommodityEuropeanExercise complexType),
expirationDate (defined in CommodityEuropeanExercise complexType),
expirationDate (defined in CommodityEuropeanExercise complexType),
expirationTime (defined in CommodityEuropeanExercise complexType)
All Direct / Indirect Based Elements (3):
europeanExercise (defined in CommodityExercise complexType),
Known Usage Locations
Annotation
A type for defining exercise procedures associated with a European style exercise of a commodity option.
Type Definition Detail
Type Derivation Tree
Exercise (extension)
  CommodityEuropeanExercise
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="CommodityEuropeanExercise">
<xsd:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:element name="expirationDate" type="AdjustableOrRelativeDate"/>
<xsd:sequence minOccurs="0">
<xsd:element maxOccurs="unbounded" name="expirationDate" type="AdjustableOrRelativeDate"/>
<xsd:element minOccurs="0" name="exerciseFrequency" type="Frequency"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="expirationTime" type="BusinessCenterTime"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
exerciseFrequency
Type:
Frequency, complex content
The exercise frequency for the strip.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="exerciseFrequency" type="Frequency"/>

expirationDate
Type:
AdjustableOrRelativeDate, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="expirationDate" type="AdjustableOrRelativeDate"/>

expirationDate
Type:
AdjustableOrRelativeDate, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="expirationDate" type="AdjustableOrRelativeDate"/>

expirationTime
Type:
BusinessCenterTime, complex content
The specific time of day on which the option expires.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="expirationTime" type="BusinessCenterTime"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.