Definition Type: Group
Name: ParametricSchedule.model
Namespace: http://www.fpml.org/FpML-5/transparency
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_xsd5 Drilldown into businessCentersReference in schema fpml-shared-5-10_xsd5 Drilldown into BusinessCentersOrReference.model in schema fpml-shared-5-10_xsd5 Drilldown into dayType in schema fpml-fx-targets-5-10_xsd3 Drilldown into dateAdjustments in schema fpml-fx-targets-5-10_xsd3 Drilldown into observationFrequency in schema fpml-fx-targets-5-10_xsd3 Drilldown into endDate in schema fpml-fx-targets-5-10_xsd3 Drilldown into endDate in schema fpml-fx-targets-5-10_xsd3 Drilldown into startDate in schema fpml-fx-targets-5-10_xsd3XSD Diagram of ParametricSchedule.model in schema fpml-fx-targets-5-10_xsd3 (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" minOccurs="0">
                    <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 nsF:startDate (1) (1)
endDate nsF:endDate 0 (1)
endDate nsF:endDate (1) (1)
observationFrequency nsF:observationFrequency (1) (1)
dateAdjustments nsF:dateAdjustments 0 (1)
dayType nsF:dayType 0 (1)
businessCentersReference nsF:businessCentersReference (1) (1)
businessCenters nsF:businessCenters (1) (1)
<xs:group> nsF:BusinessCentersOrReference.model 0 (1)