<xsd:complexType name="VarianceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the variance leg of the equity swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ReturnSwapLeg">
<xsd:sequence>
<xsd:element name="underlyer" type="Underlyer">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the underlying component of the variance swap, which can be either one or many and consists in either equity, index or convertible bond component, or a combination of these.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityValuation" type="EquityValuation">
<xsd:annotation>
<xsd:documentation xml:lang="en">Equity Valuation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityAmount" type="VarianceAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies, in relation to each Equity Payment Date, the amount to which the Equity Payment Date relates. Unless otherwise specified, this term has the meaning defined in the ISDA 2002 Equity Derivatives Definitions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|