<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>
|