<xsd:complexType name="ReturnSwapAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies, in relation to each Payment Date, the amount to which the Payment Date relates. For Equity Swaps this element is equivalent to the Equity Amount term as defined in the ISDA 2002 Equity Derivatives Definitions.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="LegAmount">
<xsd:sequence>
<xsd:element name="cashSettlement" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, then cash settlement is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionsExchangeDividends" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If present and true, then options exchange dividends are applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="additionalDividends" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If present and true, then additional dividends are applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|