http://www.fpml.org/spec/fpml-4-3-9-tr-1
http://www.fpml.org/spec/fpml-4-3-9-tr-1
http://www.fpml.org/spec/2007/lcwd-fpml-4-3-2007-10-30/
http://www.fpml.org/spec/fpml-4-3-9-tr-1/html/fpml-4-3-errata.html
Document built: Mon 01/14/2008 12:56:35.61
Copyright (c) 1999 - 2006 by INTERNATIONAL SWAPS AND DERIVATIVES ASSOCIATION, INC.
Financial Products Markup Language is subject to the FpML public license
A copy of this license is available at http://www.fpml.org/documents/license.html
The FpML specifications provided are without warranty of any kind, either expressed or implied, including, without limitation, warranties that FpML, or the FpML specifications are free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the specifications is with you. Should any of the FpML specifications prove defective in any respect, you assume the cost of any necessary servicing or repair. Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall ISDA, any of its members, or any distributor of documents or software containing any of the FpML specifications, or any supplier of any of such parties, be liable to you or any other person for any indirect, special, incidental, or consequential damages of any character including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages.
Correlation Amount.
Inherited element(s): (This definition inherits the content defined by the type CalculatedAmount)
correlation (exactly one occurrence; of the type Correlation)
<xsd:complexType name="CorrelationAmount"> <xsd:annotation> <xsd:documentation xml:lang="en"> Correlation Amount. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="CalculatedAmount"> <xsd:sequence> <xsd:element name="correlation" type="Correlation"> <xsd:annotation> <xsd:documentation xml:lang="en"> Specifies Correlation. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type describing return which is driven by a Correlation calculation.
Inherited element(s): (This definition inherits the content defined by the type DirectionalLegUnderlyerValuation)
amount (exactly one occurrence; of the type CorrelationAmount)
<xsd:complexType name="CorrelationLeg"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type describing return which is driven by a Correlation calculation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="DirectionalLegUnderlyerValuation"> <xsd:sequence> <xsd:element name="amount" type="CorrelationAmount"> <xsd:annotation> <xsd:documentation xml:lang="en"> Specifies, in relation to each Equity Payment Date, the Equity 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>
A Correlation Swap modelled using a single netted leg.
Inherited element(s): (This definition inherits the content defined by the type NettedSwapBase)
correlationLeg (exactly one occurrence; of the type CorrelationLeg)
<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>
Specifies the structure of a correlation swap.
Element correlationSwap is defined by the complex type CorrelationSwap
<xsd:element name="correlationSwap" type="CorrelationSwap" substitutionGroup="product"> <xsd:annotation> <xsd:documentation xml:lang="en"> Specifies the structure of a correlation swap. </xsd:documentation> </xsd:annotation> </xsd:element>
<xsd:schema ecore:nsPrefix="fpml" ecore:package="org.fpml" ecore:documentRoot="FpML" targetNamespace="http://www.fpml.org/2007/FpML-4-3" version="$Revision: 2528 $" attributeFormDefault="unqualified" elementFormDefault="qualified"> <xsd:include schemaLocation="fpml-eq-shared-4-3.xsd"/> <xsd:complexType name="CorrelationAmount"> <xsd:annotation> <xsd:documentation xml:lang="en"> Correlation Amount. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="CalculatedAmount"> <xsd:sequence> <xsd:element name="correlation" type="Correlation"> <xsd:annotation> <xsd:documentation xml:lang="en"> Specifies Correlation. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="CorrelationLeg"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type describing return which is driven by a Correlation calculation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="DirectionalLegUnderlyerValuation"> <xsd:sequence> <xsd:element name="amount" type="CorrelationAmount"> <xsd:annotation> <xsd:documentation xml:lang="en"> Specifies, in relation to each Equity Payment Date, the Equity 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> <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> <xsd:element name="correlationSwap" type="CorrelationSwap" substitutionGroup="product"> <xsd:annotation> <xsd:documentation xml:lang="en"> Specifies the structure of a correlation swap. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:schema>