Definition Type: ComplexType
Name: FxWeightedFixingSchedule
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-fx-accruals-5-10.xsd
Abstract
Documentation:
Describes a schedule of fixing dates as a parametric description, an explicit list of dates or both.
Collapse XSD Schema Diagram:
Drilldown into fixing in schema fpml-fx-accruals-5-10_xsd Drilldown into numberOfFixings in schema fpml-fx-accruals-5-10_xsd Drilldown into businessCenters in schema fpml-shared-5-10_xsd Drilldown into businessCentersReference in schema fpml-shared-5-10_xsd Drilldown into BusinessCentersOrReference.model in schema fpml-shared-5-10_xsd Drilldown into dayType in schema fpml-fx-targets-5-10_xsd Drilldown into dateAdjustments in schema fpml-fx-targets-5-10_xsd Drilldown into observationFrequency in schema fpml-fx-targets-5-10_xsd Drilldown into endDate in schema fpml-fx-targets-5-10_xsd Drilldown into endDate in schema fpml-fx-targets-5-10_xsd Drilldown into startDate in schema fpml-fx-targets-5-10_xsd Drilldown into ParametricSchedule.model in schema fpml-fx-targets-5-10_xsd Drilldown into fixing in schema fpml-fx-accruals-5-10_xsd Drilldown into dateAdjustments in schema fpml-fx-accruals-5-10_xsdXSD Diagram of FxWeightedFixingSchedule in schema fpml-fx-accruals-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxWeightedFixingSchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Describes a schedule of fixing dates as a parametric description, an explicit list of dates or both.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="dateAdjustments" type="BusinessDayAdjustments" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Date adjustments applied to the adjusted dates including the business day convention and the business centers.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fixing" type="FxFixingObservation" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">List of schedule dates. These dates have been subject to adjustments based on the dateAdjustments structure.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:group ref="ParametricSchedule.model">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A parametric description of a schedule of fixing dates.</xsd:documentation>
                </xsd:annotation>
            </xsd:group>
            <xsd:choice minOccurs="0">
                <xsd:element name="numberOfFixings" type="xsd:nonNegativeInteger">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The number of fixing points in the fixing schedule.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="fixing" type="FxFixingObservation" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">An explicit list of dates in the schedule. Where a conflict every existed between parametric and explicit dates, the explicit list of dates would takes precedence.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:choice>
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateAdjustments nsA:dateAdjustments 0 (1)
fixing nsA:fixing (1) unbounded
startDate nsA:startDate (1) (1)
endDate nsA:endDate 0 (1)
endDate nsA:endDate (1) (1)
observationFrequency nsA:observationFrequency (1) (1)
dateAdjustments nsA:dateAdjustments 0 (1)
dayType nsA:dayType (1) (1)
businessCentersReference nsA:businessCentersReference (1) (1)
businessCenters nsA:businessCenters (1) (1)
numberOfFixings nsA:numberOfFixings (1) (1)
fixing nsA:fixing (1) unbounded
<xs:group> nsA:ParametricSchedule.model (1) (1)
<xs:group> nsA:BusinessCentersOrReference.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:fixingSchedule