Definition Type: ComplexType
Name: SharedAmericanExercise
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Exercise
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
TBA
Collapse XSD Schema Diagram:
Drilldown into latestExerciseTime 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 SharedAmericanExercise in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SharedAmericanExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">TBA</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="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: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)
latestExerciseTime fpml:latestExerciseTime 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:EquityAmericanExercise, fpml:EquityBermudaExercise