Definition Type: Group
Name: ParametricSchedule.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-fx-targets-5-10.xsd
Documentation:
The schedule defined by the set of parameters to be able to calculate the schedule of adjusted date. The combination of the [start/endDate + dayType + businessCenters] will be used only to represent a daily schedule and the combination of [start/endDate + observationFrequency + dateAdjustments] for parametric representation of the schedules other than daily schedule.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of ParametricSchedule.model in schema fpml-fx-targets-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="ParametricSchedule.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The schedule defined by the set of parameters to be able to calculate the schedule of adjusted date. The combination of the [start/endDate + dayType + businessCenters] will be used only to represent a daily schedule and the combination of [start/endDate + observationFrequency + dateAdjustments] for parametric representation of the schedules other than daily schedule.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="startDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Start of the schedule.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="endDate" type="xsd:date" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">End of the schedule.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:element name="endDate" type="xsd:date">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">End of the schedule.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="observationFrequency" type="ObservationFrequency">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Defines the frequency at which calculation period end dates occur within the period schedule and their roll date convention.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="dateAdjustments" type="BusinessDayAdjustments" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Date adjustments applied to the schedule including the business day convention and the business centers.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element name="dayType" type="DayTypeEnum">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A day type classification, e.g. Business, Calendar, etc.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:group ref="BusinessCentersOrReference.model" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Business day calender location, or pointer style reference.</xsd:documentation>
                    </xsd:annotation>
                </xsd:group>
            </xsd:sequence>
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
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)
<xs:group> nsA:BusinessCentersOrReference.model 0 (1)