Definition Type: ComplexType
Name: PeriodicDates
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodDatesAdjustments in schema fpml-shared-5-10_xsd3 Drilldown into calculationPeriodFrequency in schema fpml-shared-5-10_xsd3 Drilldown into calculationEndDate in schema fpml-shared-5-10_xsd3 Drilldown into calculationStartDate in schema fpml-shared-5-10_xsd3XSD Diagram of PeriodicDates in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PeriodicDates">
    <xsd:sequence>
        <xsd:element name="calculationStartDate" type="AdjustableOrRelativeDate" minOccurs="0" />
        <xsd:element name="calculationEndDate" type="AdjustableOrRelativeDate" minOccurs="0" />
        <xsd:element name="calculationPeriodFrequency" type="CalculationPeriodFrequency" minOccurs="0">
            <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" minOccurs="0">
            <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationStartDate nsD:calculationStartDate 0 (1)
calculationEndDate nsD:calculationEndDate 0 (1)
calculationPeriodFrequency nsD:calculationPeriodFrequency 0 (1)
calculationPeriodDatesAdjustments nsD:calculationPeriodDatesAdjustments 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:periodicDates, nsD:periodicDates