Definition Type: ComplexType
Name: AmericanExercise
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Exercise
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into exerciseFeeSchedule in schema fpml-shared-4-4_xsd Drilldown into multipleExercise in schema fpml-shared-4-4_xsd Drilldown into expirationTime in schema fpml-shared-4-4_xsd Drilldown into latestExerciseTime in schema fpml-shared-4-4_xsd Drilldown into earliestExerciseTime in schema fpml-shared-4-4_xsd Drilldown into relevantUnderlyingDate in schema fpml-shared-4-4_xsd Drilldown into expirationDate in schema fpml-shared-4-4_xsd Drilldown into commencementDate in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsd Drilldown into Exercise in schema fpml-shared-4-4_xsdXSD Diagram of AmericanExercise in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AmericanExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Exercise">
            <xsd:sequence>
                <xsd:element name="commencementDate" type="AdjustableOrRelativeDate">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The first day of the exercise period for an American style option.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="expirationDate" type="AdjustableOrRelativeDate">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="relevantUnderlyingDate" type="AdjustableOrRelativeDates" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The daye 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 effective date, in an extendible/cancelable provision it is the termination date).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="earliestExerciseTime" type="BusinessCenterTime">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="latestExerciseTime" type="BusinessCenterTime" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="expirationTime" type="BusinessCenterTime">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The latest time for exercise on expirationDate.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="multipleExercise" type="MultipleExercise" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="exerciseFeeSchedule" type="ExerciseFeeSchedule" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commencementDate fpml:commencementDate (1) (1)
expirationDate fpml:expirationDate (1) (1)
relevantUnderlyingDate fpml:relevantUnderlyingDate 0 (1)
earliestExerciseTime fpml:earliestExerciseTime (1) (1)
latestExerciseTime fpml:latestExerciseTime 0 (1)
expirationTime fpml:expirationTime (1) (1)
multipleExercise fpml:multipleExercise 0 (1)
exerciseFeeSchedule fpml:exerciseFeeSchedule 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:americanExercise