Definition Type: ComplexType
Name: FxFlexibleForwardExecutionPeriod
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-fx-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into businessCenters in schema fpml-fx-5-10_xsd Drilldown into expiryDate in schema fpml-fx-5-10_xsd Drilldown into startDate in schema fpml-fx-5-10_xsd Drilldown into id in schema fpml-fx-5-10_xsdXSD Diagram of FxFlexibleForwardExecutionPeriod in schema fpml-fx-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFlexibleForwardExecutionPeriod">
    <xsd:sequence>
        <xsd:sequence>
            <xsd:element name="startDate" type="xsd:date">
                <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:sequence>
        <xsd:element name="businessCenters" type="BusinessCenters">
            <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 nsA:startDate (1) (1)
expiryDate nsA:expiryDate (1) (1)
businessCenters nsA:businessCenters (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Required
Collapse Derivation Tree:
Collapse References:
nsA:executionPeriodDates