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

Start Choice [0..1]

'Choice between latest exercise time expressed as literal time, or using a determination method.'


<latestExerciseTime> BusinessCenterTime </latestExerciseTime> [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.'

<latestExerciseTimeDetermination> DeterminationMethod </latestExerciseTimeDetermination> [1]

'Latest exercise time determination method.'

End Choice
</...>
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:choice minOccurs="0">
<xsd:element name="latestExerciseTime" type=" BusinessCenterTime "/>
<xsd:element name="latestExerciseTimeDetermination" type=" DeterminationMethod "/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>