Definition Type: Element
Name: periodicDates
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodDatesAdjustments in schema fpml-eqs-4-0_xsd Drilldown into calculationPeriodFrequency in schema fpml-eqs-4-0_xsd Drilldown into calculationEndDate in schema fpml-eqs-4-0_xsd Drilldown into calculationStartDate in schema fpml-eqs-4-0_xsdXSD Diagram of periodicDates in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="periodicDates">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="calculationStartDate" type="AdjustableOrRelativeDate" />
            <xsd:element name="calculationEndDate" type="AdjustableOrRelativeDate" minOccurs="0" />
            <xsd:element name="calculationPeriodFrequency" type="CalculationPeriodFrequency">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The frequency at which calculation period end dates occur with the regular part of the calculation period schedule and their roll date convention.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="calculationPeriodDatesAdjustments" type="BusinessDayAdjustments">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The business day convention to apply to each calculation period end date if it would otherwise fall on a day that is not a business day in the specified financial business centers.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationStartDate nsA:calculationStartDate (1) (1)
calculationEndDate nsA:calculationEndDate 0 (1)
calculationPeriodFrequency nsA:calculationPeriodFrequency (1) (1)
calculationPeriodDatesAdjustments nsA:calculationPeriodDatesAdjustments (1) (1)