Definition Type: ComplexType
Name: PeriodicDates
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodDatesAdjustments in schema fpml-shared-4-4_xsd Drilldown into calculationPeriodFrequency in schema fpml-shared-4-4_xsd Drilldown into calculationEndDate in schema fpml-shared-4-4_xsd Drilldown into calculationStartDate in schema fpml-shared-4-4_xsdXSD Diagram of PeriodicDates in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PeriodicDates">
    <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationStartDate fpml:calculationStartDate (1) (1)
calculationEndDate fpml:calculationEndDate 0 (1)
calculationPeriodFrequency fpml:calculationPeriodFrequency (1) (1)
calculationPeriodDatesAdjustments fpml:calculationPeriodDatesAdjustments (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:periodicDates