complexType "AmericanExercise"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
Includes:
definitions of 8 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
americanExercise
Known Usage Locations
Annotation
A type defining the exercise period for an American style option together with any rules governing the notional amount of the underlying which can be exercised on any given exercise date and any associated exercise fees.
Type Definition Detail
Type Derivation Tree
Exercise (extension)
  AmericanExercise
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="AmericanExercise">
<xsd:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:element name="commencementDate" type="AdjustableOrRelativeDate"/>
<xsd:element name="expirationDate" type="AdjustableOrRelativeDate"/>
<xsd:element minOccurs="0" name="relevantUnderlyingDate" type="AdjustableOrRelativeDates"/>
<xsd:element name="earliestExerciseTime" type="BusinessCenterTime"/>
<xsd:element minOccurs="0" name="latestExerciseTime" type="BusinessCenterTime"/>
<xsd:element name="expirationTime" type="BusinessCenterTime"/>
<xsd:element minOccurs="0" name="multipleExercise" type="MultipleExercise"/>
<xsd:element minOccurs="0" name="exerciseFeeSchedule" type="ExerciseFeeSchedule"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 8/8)
commencementDate
Type:
AdjustableOrRelativeDate, complex content
The first day of the exercise period for an American style option.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="commencementDate" type="AdjustableOrRelativeDate"/>

earliestExerciseTime
Type:
BusinessCenterTime, complex content
The earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) i) on the expriation date, in the case of a European style option, (ii) on each bermuda option exercise date and the expiration date, in the case of a Bermuda style option the commencement date to, and including, the expiration date , in the case of an American option.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="earliestExerciseTime" type="BusinessCenterTime"/>

exerciseFeeSchedule
Type:
ExerciseFeeSchedule, complex content
The fees associated with an exercise date. The fees are conditional on the exercise occuring. The fees can be specified as actual currency amounts or as percentages of the notional amount being exercised.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="exerciseFeeSchedule" type="ExerciseFeeSchedule"/>

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

expirationTime
Type:
BusinessCenterTime, complex content
The latest time for exercise on expirationDate.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="expirationTime" type="BusinessCenterTime"/>

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

multipleExercise
Type:
MultipleExercise, complex content
As defined in the 2000 ISDA Definitions, Section 12.4. Multiple Exercise, the buyer of the option has the right to exercise all or less than all the unexercised notional amount of the underlying swap on one or more days in the exercise period, but on any such day may not exercise less than the minimum notional amount or more that the maximum notional amount, and if an integral multiple amount is specified, the notional amount exercised must be equal to, or be an intergral multiple of, the integral multiple amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="multipleExercise" type="MultipleExercise"/>

relevantUnderlyingDate
Type:
AdjustableOrRelativeDates, complex content
The date on the underlying set by the exercise of an option. What this date is depends on the option (e.g. in a swaption it is the swap effective date, in an extendible/cancelable provision it is the swap termination date).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="relevantUnderlyingDate" type="AdjustableOrRelativeDates"/>

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.