XML Schema Documentation

Complex Type: SharedAmericanExercise

[Table of contents]

Super-types: Exercise < SharedAmericanExercise (by extension)
Sub-types: None
Name SharedAmericanExercise
Abstract no
Documentation TBA
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<commencementDate> AdjustableOrRelativeDate </commencementDate> [1]

'The first day of the exercise period for an American style option.'

<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.'

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

'For a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller\'s agent. Notice of exercise given after this time will be deemed to have been given on the next exercise business day.'

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