Definition Type: ComplexType
Name: SharedAmericanExercise
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:Exercise
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
TBA
Collapse XSD Schema Diagram:
Drilldown into latestExerciseTimeDetermination in schema fpml-shared-5-10_xsd3 Drilldown into latestExerciseTime in schema fpml-shared-5-10_xsd3 Drilldown into expirationDate in schema fpml-shared-5-10_xsd3 Drilldown into commencementDate in schema fpml-shared-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into Exercise in schema fpml-shared-5-10_xsd3XSD Diagram of SharedAmericanExercise in schema fpml-shared-5-10_xsd3 (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" minOccurs="0">
                    <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:choice minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Choice between latest exercise time expressed as literal time, or using a determination method.</xsd:documentation>
                    </xsd:annotation>
                    <xsd:element name="latestExerciseTime" type="BusinessCenterTime">
                        <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="latestExerciseTimeDetermination" type="DeterminationMethod">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Latest exercise time determination method.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:choice>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commencementDate nsD:commencementDate 0 (1)
expirationDate nsD:expirationDate (1) (1)
latestExerciseTime nsD:latestExerciseTime (1) (1)
latestExerciseTimeDetermination nsD:latestExerciseTimeDetermination (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:EquityAmericanExercise, nsD:EquityBermudaExercise