<xsd:complexType name="EquityPaymentDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the equity payment dates of the swap.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="equityPaymentDatesInterim" type="AdjustableOrRelativeDates" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the interim payment dates of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDates component), this element will typically refer to the valuation dates and add a lag corresponding to the settlement cycle of the underlyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityPaymentDateFinal" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation>Specifies the final payment date of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically refer to the final valuation date and add a lag corresponding to the settlement cycle of the underlyer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|