<xsd:complexType name="CorrelationSwap">
<xsd:annotation>
<xsd:documentation xml:lang="en">A Correlation Swap modelled using a single netted leg.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NettedSwapBase">
<xsd:sequence>
<xsd:element name="correlationLeg" type="CorrelationLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Correlation Leg. Correlation Buyer is deemed to be the Equity Amount Receiver, Correlation Seller is deemed to be the Equity Amount Payer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|