<xsd:complexType name="CalculationPeriodDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the parameters used to generate the calculation period dates schedule, including the specification of any initial or final stub calculation periods. A calculation perod schedule consists of an optional initial stub calculation period, one or more regular calculation periods and an optional final stub calculation period. In the absence of any initial or final stub calculation periods, the regular part of the calculation period schedule is assumed to be between the effective date and the termination date. No implicit stubs are allowed, i.e. stubs must be explicitly specified using an appropriate combination of firstPeriodStateDate, firstRegularPeriodStartDate and lastRegularPeriodEndDate.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!--View Generation: Removed a degenerate choice.-->
<xsd:element name="effectiveDate" type="AdjustableDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The first day of the term of the trade. This day may be subject to adjustment in accordance with a business day convention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: Removed a degenerate choice.-->
<xsd:element name="terminationDate" type="AdjustableDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The last day of the term of the trade. This day may be subject to adjustment in accordance with a business day convention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED calculationPeriodDatesAdjustments - DateAdjustments-->
<!--View Generation: SKIPPED firstPeriodStartDate - NonStandardFeature-->
<!--View Generation: SKIPPED firstRegularPeriodStartDate - NonStandardFeature-->
<!--View Generation: SKIPPED firstCompoundingPeriodEndDate - NonStandardFeature-->
<!--View Generation: SKIPPED lastRegularPeriodEndDate - NonStandardFeature-->
<!--View Generation: SKIPPED stubPeriodType - NonStandardFeature-->
<!--View Generation: SKIPPED calculationPeriodFrequency - Other=This is not requested by the CFTC, and so compounding swaps are not fully represented-->
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional">
</xsd:attribute>
</xsd:complexType>
|