Definition Type: ComplexType
Name: FxFlexibleForwardExecutionPeriod
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-fx-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into businessCenters in schema fpml-fx-5-10_xsd1 Drilldown into tenorPeriod in schema fpml-fx-5-10_xsd1 Drilldown into expiryDate in schema fpml-fx-5-10_xsd1 Drilldown into startDate in schema fpml-fx-5-10_xsd1 Drilldown into tenorPeriod in schema fpml-fx-5-10_xsd1 Drilldown into id in schema fpml-fx-5-10_xsd1XSD Diagram of FxFlexibleForwardExecutionPeriod in schema fpml-fx-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFlexibleForwardExecutionPeriod">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="tenorPeriod" type="Period">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The execution period represented as a tenor (time to expiration) starting from the spot date (e.g. 1M, 3M, 1Y,...)</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:sequence>
                <xsd:element name="startDate" type="xsd:date" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Start date of the execution period/window.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="expiryDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Expiry (maturity) date of the execution period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="tenorPeriod" type="Period" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The execution period represented as a tenor (time to expiration) starting from the spot date (e.g. 1M, 3M, 1Y,...)</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:choice>
        <xsd:element name="businessCenters" type="BusinessCenters" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Business centers for determination of execution period business days.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tenorPeriod nsC:tenorPeriod (1) (1)
startDate nsC:startDate 0 (1)
expiryDate nsC:expiryDate (1) (1)
tenorPeriod nsC:tenorPeriod 0 (1)
businessCenters nsC:businessCenters 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id Required
Collapse Derivation Tree:
Collapse References:
nsC:executionPeriodDates