Definition Type: ComplexType
Name: FxFixingScheduleSimple
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-fx-5-10.xsd
Abstract
Documentation:
Describes the FX fixing schedule, a single continuous observation period which follows the applicable business day schedule for the quoted rate source.
Collapse XSD Schema Diagram:
Drilldown into fixingDate in schema fpml-fx-5-10_xsd2 Drilldown into businessCenters in schema fpml-shared-5-10_xsd3 Drilldown into businessCentersReference in schema fpml-shared-5-10_xsd3 Drilldown into BusinessCentersOrReference.model in schema fpml-shared-5-10_xsd3 Drilldown into dayType in schema fpml-fx-5-10_xsd2 Drilldown into endDate in schema fpml-fx-5-10_xsd2 Drilldown into startDate in schema fpml-fx-5-10_xsd2XSD Diagram of FxFixingScheduleSimple in schema fpml-fx-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFixingScheduleSimple">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Describes the FX fixing schedule, a single continuous observation period which follows the applicable business day schedule for the quoted rate source.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:sequence>
            <xsd:sequence>
                <xsd:element name="startDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The start of the period over which observations are made to determine whether a trigger has occurred.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="endDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The end of the period over which observations are made to determine whether a trigger event has occurred.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:sequence>
        <xsd:element name="dayType" type="DayTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies whether the schedule follows the business or calendar days.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="BusinessCentersOrReference.model" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Rate Source business days modeled as Business Centers or Reference.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="fixingDate" type="xsd:date" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An explicit list of dates in the schedule. For documentation purpose only.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate nsD:startDate (1) (1)
endDate nsD:endDate (1) (1)
dayType nsD:dayType (1) (1)
businessCentersReference nsD:businessCentersReference (1) (1)
businessCenters nsD:businessCenters (1) (1)
fixingDate nsD:fixingDate 0 unbounded
<xs:group> nsD:BusinessCentersOrReference.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:fixingSchedule