Definition Type: ComplexType
Name: SharedAmericanExercise
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:Exercise
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
TBA
Collapse XSD Schema Diagram:
Drilldown into expirationDate in schema fpml-shared-5-10_xsd5 Drilldown into commencementDate in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into Exercise in schema fpml-shared-5-10_xsd5XSD Diagram of SharedAmericanExercise in schema fpml-shared-5-10_xsd5 (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:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commencementDate nsF:commencementDate 0 (1)
expirationDate nsF:expirationDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:EquityAmericanExercise, nsF:EquityBermudaExercise