Definition Type: ComplexType
Name: SharedAmericanExercise
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:Exercise
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
TBA
Collapse XSD Schema Diagram:
Drilldown into latestExerciseTime in schema fpml-shared-4-0_xsd Drilldown into expirationDate in schema fpml-shared-4-0_xsd Drilldown into commencementDate in schema fpml-shared-4-0_xsd Drilldown into id in schema fpml-shared-4-0_xsd Drilldown into Exercise in schema fpml-shared-4-0_xsdXSD Diagram of SharedAmericanExercise in schema fpml-shared-4-0_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 Bermudan 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 nsA:commencementDate (1) (1)
expirationDate nsA:expirationDate (1) (1)
latestExerciseTime nsA:latestExerciseTime 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:EquityAmericanExercise