Definition Type: ComplexType
Name: FxFlexibleForwardExecutionPeriod
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-fx-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into businessCenters in schema fpml-fx-5-10_xsd4 Drilldown into expiryDate in schema fpml-fx-5-10_xsd4 Drilldown into startDate in schema fpml-fx-5-10_xsd4 Drilldown into id in schema fpml-fx-5-10_xsd4XSD Diagram of FxFlexibleForwardExecutionPeriod in schema fpml-fx-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFlexibleForwardExecutionPeriod">
    <xsd:sequence>
        <xsd:sequence minOccurs="0">
            <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" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Expiry (maturity) date of the execution period.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <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
startDate nsF:startDate 0 (1)
expiryDate nsF:expiryDate 0 (1)
businessCenters nsF:businessCenters 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id Required
Collapse Derivation Tree:
Collapse References:
nsF:executionPeriodDates