Definition Type: ComplexType
Name: FxDigitalAmericanExercise
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:Exercise
Containing Schema: fpml-fx-5-10.xsd
Abstract
Documentation:
Descrines the characteristics for American exercise in FX digital options.
Collapse XSD Schema Diagram:
Drilldown into latestValueDate in schema fpml-fx-5-10_xsd4 Drilldown into expiryDate in schema fpml-fx-5-10_xsd4 Drilldown into commencementDate in schema fpml-fx-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into Exercise in schema fpml-shared-5-10_xsd5XSD Diagram of FxDigitalAmericanExercise in schema fpml-fx-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxDigitalAmericanExercise">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Descrines the characteristics for American exercise in FX digital options.</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 earliest date on which the option can be exercised.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="expiryDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The latest date on which the option can be exercised.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="latestValueDate" type="xsd:date" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The latest date on which both currencies traded will settle.</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 (1) (1)
expiryDate nsF:expiryDate (1) (1)
latestValueDate nsF:latestValueDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:americanExercisensF:FxAmericanExercise,