
http://www.fpml.org/spec/2003/wd-fpml-4-0-2003-04-04
http://www.fpml.org/spec/2003/wd-fpml-4-0-2003-04-04
n/a
http://www.fpml.org/spec/errata/wd-fpml-4-0-2003-04-04-errata.html
Copyright © 2002-2003. All rights reserved.
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
XSL Schema Processing Developed By:
Andrew Jacobs, Senior Consultant, IBM.
e-mail: andrew_jacobs@uk.ibm.com
XSL Schema Processing Also Supported By:
Brian Lynn, Founder and CTO, Gem Soup LLC.
e-mail: brian.lynn@gemsoup.com
Inherited element(s): (This definition inherits the content defined by the type xsd:string)
<xsd:element name="amountRelativeTo">
<xsd:annotation>
<xsd:documentation>
Specifies the anchor amount. This element also carries an href
attribute. The href attribute value will be a pointer style
reference to the element or component elsewhere in the document
where the anchor amount is defined.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Element basket is defined by the complex type Basket
<xsd:element name="basket" type="Basket">
<xsd:annotation>
<xsd:documentation>
Describes the swap's underlyer when it has multiple asset
components.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element basketConstituent is defined by the complex type BasketConstituent
<xsd:element name="basketConstituent" type="BasketConstituent">
<xsd:annotation>
<xsd:documentation>
Describes each of the components of the basket.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type UnderlyingAsset)
relatedExchangeId (zero or one occurance; with locally defined content)
issuerName (zero or one occurance; of the type xsd:string)
couponRate (zero or one occurance; of the type xsd:decimal)
maturity (zero or one occurance; of the type xsd:date)
parValue (zero or one occurance; of the type xsd:decimal)
faceAmount (zero or one occurance; of the type xsd:decimal)
<xsd:element name="bond" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a bond.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0"/>
<xsd:element ref="issuerName" minOccurs="0"/>
<xsd:element ref="couponRate" minOccurs="0"/>
<xsd:element ref="maturity" minOccurs="0"/>
<xsd:element ref="parValue" minOccurs="0"/>
<xsd:element ref="faceAmount" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Element calculationDates is defined by the complex type AdjustableRelativeOrPeriodicDates
<xsd:element name="calculationDates" type="AdjustableRelativeOrPeriodicDates">
<xsd:annotation>
<xsd:documentation>
Specifies the date ion which a calculation or an observation will
be performed for the purpose of defining the Equity Amount, and
in accordance to the definition terms of this latter.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element commission is defined by the complex type Commission
<xsd:element name="commission" type="Commission">
<xsd:annotation>
<xsd:documentation>
This optional component specifies the commission to be charged
for executing the hedge transactions.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
referenceCurrency (exactly one occurance; with locally defined content)
determinationMethod (zero or one occurance; of the type xsd:string)
relativeDate (zero or one occurance; of the type RelativeDateOffset)
fxDetermination (zero or one occurance; of the type FxDetermination)
<xsd:element name="compositeFx">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions to be applied for converting into a
reference currency when the actual currency rate is not
determined upfront.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="referenceCurrency"/>
<xsd:element ref="determinationMethod" minOccurs="0"/>
<xsd:element ref="relativeDate" minOccurs="0"/>
<xsd:element ref="fxDetermination" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type UnderlyingAsset)
relatedExchangeId (zero or more occurances; with locally defined content)
issuerName (zero or one occurance; of the type xsd:string)
couponRate (zero or one occurance; of the type xsd:decimal)
maturity (zero or one occurance; of the type xsd:date)
parValue (zero or one occurance; of the type xsd:decimal)
faceAmount (zero or one occurance; of the type xsd:decimal)
underlyingEquity (exactly one occurance; of the type UnderlyingAsset)
<xsd:element name="convertibleBond" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a convertible bond.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="issuerName" minOccurs="0"/>
<xsd:element ref="couponRate" minOccurs="0"/>
<xsd:element ref="maturity" minOccurs="0"/>
<xsd:element ref="parValue" minOccurs="0"/>
<xsd:element ref="faceAmount" minOccurs="0"/>
<xsd:element name="underlyingEquity" type="UnderlyingAsset">
<xsd:annotation>
<xsd:documentation>
Specifies the equity in which the comnvertible bond can
be converted.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Element couponRate is defined by the simple type xsd:decimal
<xsd:element name="couponRate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the coupon rate (expressed in percentage) of a fixed
income security or convertible bond.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element determinationMethod is defined by the simple type xsd:string
<xsd:element name="determinationMethod" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the method according to which an amount or a date is
determined.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type xsd:string)
<xsd:element name="dividendDateReference">
<xsd:annotation>
<xsd:documentation>
Reference to a dividend date, either the pay date, the ex date or
the record date.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="dividendDateReferenceScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Element dividendPayout is defined by the complex type DividendPayout
<xsd:element name="dividendPayout" type="DividendPayout">
<xsd:annotation>
<xsd:documentation>
Specifies the dividend payout ratio associated with an equity
underlyer. A basket swap can have different payout ratios across
the various underlying constituents. In certain cases the actual
ratio is not known on trade inception, and only general
conditions are then specified.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type UnderlyingAsset)
relatedExchangeId (zero or more occurances; with locally defined content)
optionsExchangeId (zero or one occurance; with locally defined content)
<xsd:element name="equity" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a listed equity.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="optionsExchangeId" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type LegAmount)
<xsd:element name="equityAmount">
<xsd:annotation>
<xsd:documentation>
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 1996
Equity Derivatives Definitions.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="LegAmount">
<xsd:attribute name="cashSettlement" type="xsd:boolean" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Element equityPaymentDates is defined by the complex type EquityPaymentDates
<xsd:element name="equityPaymentDates" type="EquityPaymentDates">
<xsd:annotation>
<xsd:documentation>
Specifies the equity payment dates of the swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element equitySwap is defined by the complex type EquitySwap
<xsd:element name="equitySwap" type="EquitySwap" substitutionGroup="product">
<xsd:annotation>
<xsd:documentation>
Specifies the structure of the equity swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element equitySwapEarlyTermination is defined by the complex type EquitySwapEarlyTerminationType
<xsd:element name="equitySwapEarlyTermination" type="EquitySwapEarlyTerminationType">
<xsd:annotation>
<xsd:documentation>
Specifies, for one or for both the parties to the trade, the date
from which it can early terminate it.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type AdjustableOrRelativeDate)
<xsd:element name="equitySwapEffectiveDate">
<xsd:annotation>
<xsd:documentation>
Specifies the effective date of the equity swap. This global
element is valid within the equity swaps namespace. Within the
FpML namespace, another effectiveDate global element has been
defined, that is different in the sense that it does not propose
the choice of refering to another date in the document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="AdjustableOrRelativeDate">
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Either
determinationMethod (exactly one occurance; of the type xsd:string)
Or
notional (exactly one occurance; of the type Money)
Or
amountRelativeTo (exactly one occurance; with locally defined content)
<xsd:element name="equitySwapNotional">
<xsd:annotation>
<xsd:documentation>
Specifies the notional of the equity swap. When used in the
equity leg, the definition will typically combine the actual
amount (using the notional component defined by the FpML industry
group) and the determination method. When used in the interest
leg, the definition will typically point to the definition of the
equity leg.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="determinationMethod"/>
<xsd:element ref="notional"/>
<xsd:element ref="amountRelativeTo"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type AdjustableOrRelativeDate)
<xsd:element name="equitySwapTerminationDate">
<xsd:annotation>
<xsd:documentation>
Specifies the termination date of the equity swap. This global
element is valid within the equity swaps namespace. Within the
FpML namespace, another terminationDate global element has been
defined, that is different in the sense that it does not propose
the choice of refering to another date in the document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="AdjustableOrRelativeDate">
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Either
adjustableDate (exactly one occurance; of the type AdjustableDate)
Or
relativeDateSequence (exactly one occurance; of the type RelativeDateSequence)
<xsd:element name="equityValuationDate">
<xsd:annotation>
<xsd:documentation>
Specifies the valuation date of the equity underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="adjustableDate"/>
<xsd:element ref="relativeDateSequence"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
</xsd:element>
Element equityValuationDates is defined by the complex type AdjustableRelativeOrPeriodicDates
<xsd:element name="equityValuationDates" type="AdjustableRelativeOrPeriodicDates">
<xsd:annotation>
<xsd:documentation>
Specifies the interim equity valuation dates of the swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type UnderlyingAsset)
relatedExchangeId (zero or one occurance; with locally defined content)
optionsExchangeId (zero or one occurance; with locally defined content)
fundManager (zero or one occurance; of the type xsd:string)
<xsd:element name="exchangeTradedFund" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is an exchange-traded fund.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0"/>
<xsd:element ref="optionsExchangeId" minOccurs="0"/>
<xsd:element ref="fundManager" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Element faceAmount is defined by the simple type xsd:decimal
<xsd:element name="faceAmount" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the total amount of the issue. Corresponds to the par
value multiplied by the number of issued security.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element formula is defined by the complex type Formula
<xsd:element name="formula" type="Formula">
<xsd:annotation>
<xsd:documentation>
Specifies a formula, with its description and components.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element fundManager is defined by the simple type xsd:string
<xsd:element name="fundManager" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the fund manager that is in charge of the fund.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type UnderlyingAsset)
relatedExchangeId (zero or one occurance; with locally defined content)
optionsExchangeId (zero or one occurance; with locally defined content)
multiplier (zero or one occurance; of the type xsd:integer)
futureContractReference (zero or one occurance; of the type xsd:string)
<xsd:element name="future" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a listed future contract.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence minOccurs="0">
<xsd:element ref="relatedExchangeId" minOccurs="0"/>
<xsd:element ref="optionsExchangeId" minOccurs="0"/>
<xsd:element name="multiplier" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the contract multiplier that can be
associated with the number of units.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="futureContractReference" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the future contract that can be referenced,
besides the equity or index reference defined as part
of the UnderlyerAsset type.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type xsd:string)
<xsd:element name="futureId">
<xsd:annotation>
<xsd:documentation>
A short form unique identifier for the reference future contract
in the case of an index underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="futureIdScheme" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Either
amountRelativeTo (exactly one occurance; with locally defined content)
Or
fxRate (one or more occurances; of the type FxRate)
<xsd:element name="fxConversion">
<xsd:annotation>
<xsd:documentation>
Specifies the currency conversion rate that applies to an amount.
This rate can either be defined elsewhere in the document (case
of a quanto swap), or explicitly described through this
component.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="amountRelativeTo"/>
<xsd:element ref="fxRate" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
Element fxDetermination is defined by the complex type FxDetermination
<xsd:element name="fxDetermination" type="FxDetermination">
<xsd:annotation>
<xsd:documentation>
Specifies the methodology (reference source and, optionnally,
fixing time) to be used for determining a currency conversion
rate.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element fxRate is defined by the complex type FxRate
<xsd:element name="fxRate" type="FxRate">
<xsd:annotation>
<xsd:documentation>
Specifies a currency conversion rate.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Either
quanto (exactly one occurance; with locally defined content)
Or
compositeFx (exactly one occurance; with locally defined content)
<xsd:element name="fxTerms">
<xsd:annotation>
<xsd:documentation>
Specifies the FX conversion terms that can be associated with the
equity component of a swap.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="quanto"/>
<xsd:element ref="compositeFx"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type xsd:decimal)
<xsd:element name="grossPrice">
<xsd:annotation>
<xsd:documentation>
Specifies the price at which the underlying hedge is executed,
before commissions. In the case of a fixed income security or a
convertible bond, this price includes the accrued interests. If
no attribute is present (or if the 'percentage' attribute is
set-up to 'false'), the price is assumed to be expressed in
absolute terms. If the 'persentage' attribute is set-up to
'true', the price is expressed as percentage of the notional of
the underlying security.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="percentage" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type UnderlyingAsset)
relatedExchangeId (zero or more occurances; with locally defined content)
futureId (zero or one occurance; with locally defined content)
<xsd:element name="index" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a financial index.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="futureId" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type Price)
valuationTimeType (zero or one occurance; with locally defined content)
valuationTime (zero or one occurance; of the type BusinessCenterTime)
equityValuationDate (zero or one occurance; with locally defined content)
<xsd:element name="initialPrice">
<xsd:annotation>
<xsd:documentation>
Specifies the initial reference price of the equity underlyer.
This price can be expressed either as an actual amount/currency,
as a determination method, or by reference to another value
specified in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Price">
<xsd:sequence>
<xsd:element ref="valuationTimeType" minOccurs="0"/>
<xsd:element ref="valuationTime" minOccurs="0"/>
<xsd:element ref="equityValuationDate" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type InterestAccrualsMethod)
compoundingMethod (exactly one occurance; with locally defined content)
<xsd:element name="interestAccrualsMethod">
<xsd:annotation>
<xsd:documentation>
Defines the way in which interests are accrued: the applicable
rate (fixed or floating reference) and the compounding method.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="InterestAccrualsMethod">
<xsd:sequence minOccurs="0">
<xsd:element ref="compoundingMethod">
<xsd:annotation>
<xsd:documentation>
FpML entity
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Element interestAmount is defined by the complex type LegAmount
<xsd:element name="interestAmount" type="LegAmount">
<xsd:annotation>
<xsd:documentation>
Specifies, in relation to each Interest Payment Date, the amount
to which the Interest Payment Date relates. Unless otherwise
specified, this term has the meaning defined in the ISDA 2000
ISDA Definitions.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Either
floatingRateCalculation (exactly one occurance; of the type FloatingRateCalculation)
Or
fixedRate (exactly one occurance; of the type xsd:decimal)
dayCountFraction (exactly one occurance; with locally defined content)
<xsd:element name="interestCalculation">
<xsd:annotation>
<xsd:documentation>
Specifies the calculation method of the interest rate leg of the
equity swap. Includes the floating or fixed rate calculation
definitions, along with the determination of the day count
fraction.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:element ref="floatingRateCalculation"/>
<xsd:element ref="fixedRate"/>
</xsd:choice>
<xsd:element ref="dayCountFraction"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
equitySwapEffectiveDate (exactly one occurance; with locally defined content)
equitySwapTerminationDate (exactly one occurance; with locally defined content)
interestLegResetDates (exactly one occurance; with locally defined content)
interestLegPaymentDates (exactly one occurance; with locally defined content)
<xsd:element name="interestLegCalculationPeriodDates">
<xsd:annotation>
<xsd:documentation>
Component that holds the various dates used to specify the
interest leg of the equity swap. It is used to define the
InterestPeriodDates identifyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="equitySwapEffectiveDate"/>
<xsd:element ref="equitySwapTerminationDate"/>
<xsd:element ref="interestLegResetDates"/>
<xsd:element ref="interestLegPaymentDates"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type AdjustableOrRelativeDates)
<xsd:element name="interestLegPaymentDates">
<xsd:annotation>
<xsd:documentation>
Specifies the payment dates of the equity swap's interest leg.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="AdjustableOrRelativeDates"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
calculationPeriodDatesReference (exactly one occurance; with locally defined content)
Either
resetRelativeTo (exactly one occurance; with locally defined content)
Or
resetFrequency (exactly one occurance; of the type ResetFrequency)
<xsd:element name="interestLegResetDates">
<xsd:annotation>
<xsd:documentation>
Specifies the reset dates of the equity swap's interest leg.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="calculationPeriodDatesReference"/>
<xsd:choice>
<xsd:element ref="resetRelativeTo"/>
<xsd:element ref="resetFrequency"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Element issuerName is defined by the simple type xsd:string
<xsd:element name="issuerName" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the issuer name of a fixed income security or
convertible bond.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type UnderlyingAsset)
openEndedFund (zero or one occurance; of the type xsd:boolean)
fundManager (zero or one occurance; of the type xsd:string)
<xsd:element name="mutualFund" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a mutual fund.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element name="openEndedFund" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Boolean indicator to specify whether the mutual fund is
an open-ended mutual fund.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="fundManager" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type xsd:decimal)
<xsd:element name="netPrice">
<xsd:annotation>
<xsd:documentation>
Specifies the price at which the underlying hedge is executed,
after commissions. This is the default price that is referred to
in the document in the case where there is no explicit mention of
the net/gross indicator. In the case of a fixed income security
or a convertible bond, this price includes the accrued interests.
If no attribute is present (or if the 'percentage' attribute is
set-up to 'false'), the price is assumed to be expressed in
absolute terms. If the 'persentage' attribute is set-up to
'true', the price is expressed as percentage of the notional of
the underlying security.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="percentage" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type xsd:string)
<xsd:element name="notionalAdjustments">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions that govern the adjustment to the number
of units of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="notionalAdjustmentsScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Element openUnits is defined by the simple type xsd:decimal
<xsd:element name="openUnits" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
The number of units (index or securities) that constitute the
underlyer of the swap. In the case of a basket swap, this element
is used to reference both the number of basket units, and the
number of each asset components of the basket when these are
expressed in absolute terms.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type xsd:string)
<xsd:element name="optionsExchangeId">
<xsd:annotation>
<xsd:documentation>
A short form unique identifier for an exchange on which the
reference option contract is listed. This is to address the case
where the reference exchange for the future is different than the
one for the option. The options Exchange is referenced on share
options when Merger Elections are selected as Options Exchange
Adjustment.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="exchangeIdScheme" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Element parValue is defined by the simple type xsd:decimal
<xsd:element name="parValue" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the nominal amount of a fixed income security or
convertible bond.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Either
currency (exactly one occurance; with locally defined content)
Or
determinationMethod (exactly one occurance; of the type xsd:string)
<xsd:element name="paymentCurrency">
<xsd:annotation>
<xsd:documentation>
Currency in which the payment relating to the leg amount (equity
amount or interest amount) or the dividend will be denominated.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0">
<xsd:element ref="currency"/>
<xsd:element ref="determinationMethod"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:complexType>
</xsd:element>
referenceCurrency (exactly one occurance; with locally defined content)
fxRate (one or more occurances; of the type FxRate)
<xsd:element name="quanto">
<xsd:annotation>
<xsd:documentation>
Determines the currency rate that the seller of the equity
amounts will apply at each valuation date for converting the
respective amounts into a currency that is different from the
currency denomination of the underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="referenceCurrency"/>
<xsd:element ref="fxRate" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Specifies the currency conversion rate(s) associated with
the quanto. One rate will be defined for each pair of
currencies involved.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type xsd:string)
<xsd:element name="referenceCurrency">
<xsd:annotation>
<xsd:documentation>
Specifies the reference currency of the trade.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="id" type="xsd:ID" use="required"/>
<xsd:attribute name="ref" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
Element relativeDateSequence is defined by the complex type RelativeDateSequence
<xsd:element name="relativeDateSequence" type="RelativeDateSequence">
<xsd:annotation>
<xsd:documentation>
A series of dates specified as some offset to other dates (the
anchor dates) which can
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element return is defined by the complex type Return
<xsd:element name="return" type="Return">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions under which dividend affecting the
underlyer will be paid to the receiver of the equity amounts.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sequence">
<xsd:annotation>
<xsd:documentation>
Sequence in which the reference to the time period multiplier
should be applied.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element singleUnderlyer is defined by the complex type SingleUnderlyer
<xsd:element name="singleUnderlyer" type="SingleUnderlyer">
<xsd:annotation>
<xsd:documentation>
Describes the swap's underlyer when it has only one asset
component.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Element underlyer is defined by the complex type Underlyer
<xsd:element name="underlyer" type="Underlyer">
<xsd:annotation>
<xsd:documentation>
Specifies the underlying component of the equity 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>
Element underlyingAsset is defined by the complex type UnderlyingAsset
<xsd:element name="underlyingAsset" type="UnderlyingAsset" abstract="true">
<xsd:annotation>
<xsd:documentation>
Define the underlying asset when it is a listed security.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type Valuation)
<xsd:element name="valuation">
<xsd:annotation>
<xsd:documentation>
Specifies the terms of the initial price of the equity swap and
of the subsequent valuations of the equity underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Valuation"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type Price)
valuationTimeType (zero or one occurance; with locally defined content)
valuationTime (zero or one occurance; of the type BusinessCenterTime)
equityValuationDate (exactly one occurance; with locally defined content)
<xsd:element name="valuationPriceFinal">
<xsd:annotation>
<xsd:documentation>
Specifies the final valuation price of the equity underlyer. This
price can be expressed either as an actual amount/currency, as a
determination method, or by reference to another value specified
in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Price">
<xsd:sequence>
<xsd:element ref="valuationTimeType" minOccurs="0"/>
<xsd:element ref="valuationTime" minOccurs="0"/>
<xsd:element ref="equityValuationDate"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Inherited element(s): (This definition inherits the content defined by the type Price)
valuationTimeType (exactly one occurance; with locally defined content)
valuationTime (zero or one occurance; of the type BusinessCenterTime)
equityValuationDates (exactly one occurance; of the type AdjustableRelativeOrPeriodicDates)
<xsd:element name="valuationPriceInterim">
<xsd:annotation>
<xsd:documentation>
Specifies the interim valuation price of the equity underlyer.
This price can be expressed either as an actual amount/currency,
as a determination method, or by reference to another value
specified in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Price">
<xsd:sequence>
<xsd:element ref="valuationTimeType"/>
<xsd:element ref="valuationTime" minOccurs="0"/>
<xsd:element ref="equityValuationDates"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Either
adjustableDates (exactly one occurance; of the type AdjustableDates)
Or
relativeDateSequence (exactly one occurance; of the type RelativeDateSequence)
Or
periodicDates (exactly one occurance; with locally defined content)
<xsd:complexType name="AdjustableRelativeOrPeriodicDates">
<xsd:choice>
<xsd:element ref="adjustableDates"/>
<xsd:element ref="relativeDateSequence"/>
<xsd:element name="periodicDates">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="calculationStartDate" type="AdjustableOrRelativeDate"/>
<xsd:element name="calculationEndDate" type="AdjustableOrRelativeDate" minOccurs="0"/>
<xsd:element ref="calculationPeriodFrequency"/>
<xsd:element ref="calculationPeriodDatesAdjustments"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
openUnits (exactly one occurance; of the type xsd:decimal)
basketConstituent (one or more occurances; of the type BasketConstituent)
<xsd:complexType name="Basket">
<xsd:annotation>
<xsd:documentation>
A type describing the underlyer features of a basket swap. Each
of the basket constituents are described through an embedded
component, the basketConstituentsType.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="openUnits"/>
<xsd:element ref="basketConstituent" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
underlyingAsset (exactly one occurance; of the type UnderlyingAsset)
constituentWeight (zero or one occurance; of the type ConstituentWeight)
dividendPayout (zero or one occurance; of the type DividendPayout)
<xsd:complexType name="BasketConstituent">
<xsd:annotation>
<xsd:documentation>
A type describing each of the constituents of a basket swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="underlyingAsset"/>
<xsd:element name="constituentWeight" type="ConstituentWeight" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the weight of each of the underlyer constituent
within the basket, either in absolute or relative terms. This
is an optional component, as certain swaps do not specify a
specific weight for each of their basket constituents.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="dividendPayout" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
commissionDenomination (exactly one occurance; with locally defined content)
commissionAmount (exactly one occurance; of the type xsd:decimal)
currency (zero or one occurance; with locally defined content)
<xsd:complexType name="Commission">
<xsd:annotation>
<xsd:documentation>
A type describing the commission that will be charged for each of
the hedge transactions.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="commissionDenomination">
<xsd:annotation>
<xsd:documentation>
The type of units used to express a commission.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="commissionDenominationScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="commissionAmount" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
The commission amount, expressed in the way indicated by the
commissionType element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="currency" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
openUnits (exactly one occurance; of the type xsd:decimal)
basketPercentage (zero or one occurance; of the type xsd:decimal)
<xsd:complexType name="ConstituentWeight">
<xsd:annotation>
<xsd:documentation>
A type describing the weight of each of the underlyer constituent
within the basket, either in absolute or relative terms.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="openUnits"/>
<xsd:element name="basketPercentage" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
The relative weight of each respective basket constituent,
expressed in percentage.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
dividendReinvestment (exactly one occurance; of the type xsd:boolean)
dividendEntitlement (exactly one occurance; with locally defined content)
dividendPaymentDate (zero or one occurance; of the type DividendPaymentDate)
dividendPeriodEffectiveDate (zero or one occurance; with locally defined content)
dividendPeriodEndDate (zero or one occurance; with locally defined content)
paymentCurrency (exactly one occurance; with locally defined content)
dividendFxTriggerDate (zero or one occurance; of the type DividendPaymentDate)
interestAccrualsMethod (zero or one occurance; with locally defined content)
<xsd:complexType name="DividendConditions">
<xsd:annotation>
<xsd:documentation>
A type describing the conditions governing the payment of
dividends to the receiver of the equity return. With the
exception of the dividend payout ratio, which is defined for each
of the underlying components.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="dividendReinvestment" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Boolean element that defines whether the dividend will be
reinvested or not.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendEntitlement">
<xsd:annotation>
<xsd:documentation>
Defines the date on which the receiver on the equity return
is entitled to the dividend.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="dividendEntitlementScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="dividendPaymentDate" type="DividendPaymentDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies when the dividend will be paid to the receiver of
the equity return. Has the meaning as defined in the ISDA
1996 Equity Derivatives Definitions. Is not applicable in the
case of a dividend reinvestment election.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendPeriodEffectiveDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Dividend period has the meaning as defined in the ISDA 1996
Equity Derivatives Definitions. This element specifies the
date on which the dividend period will commence. It includes
a boolean attribute for defining whether this start date is
included or excluded from the dividend period.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="required"/>
<xsd:attribute name="dateIncluded" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="dividendPeriodEndDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Dividend period has the meaning as defined in the ISDA 1996
Equity Derivatives Definitions. This element specifies the
date on which the dividend period will end. It includes a
boolean attribute for defining whether this end date is
included or excluded from the dividend period.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="required"/>
<xsd:attribute name="dateIncluded" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element ref="paymentCurrency"/>
<xsd:element name="dividendFxTriggerDate" type="DividendPaymentDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the date on which the FX rate will be considered in
the case of a Composite FX swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="interestAccrualsMethod" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Either
dividendDateReference (exactly one occurance; with locally defined content)
Or
dateRelativeTo (exactly one occurance; with locally defined content)
Or
adjustableDate (exactly one occurance; of the type AdjustableDate)
<xsd:complexType name="DividendPaymentDate">
<xsd:annotation>
<xsd:documentation>
A type describing the date on which the dividend will be
paid/received. This type is also used to specify the date on
which the FX rate will be determined, when applicable.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="dividendDateReference"/>
<xsd:element ref="dateRelativeTo"/>
<xsd:element ref="adjustableDate"/>
</xsd:choice>
</xsd:complexType>
Either
dividendPayoutRatio (exactly one occurance; of the type xsd:decimal)
Or
dividendPayoutConditions (exactly one occurance; of the type xsd:string)
<xsd:complexType name="DividendPayout">
<xsd:annotation>
<xsd:documentation>
A type describing the dividend payout ratio associated with an
equity underlyer. In certain cases the actual ratio is not known
on trade inception, and only general conditions are then
specified.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="dividendPayoutRatio" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the actual dividend payout ratio associated with
the equity underlyer.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendPayoutConditions" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the dividend payout conditions that will be applied
in the case where the actual ratio is not known, typically
because of regulatory or legal uncertainties.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
payerPartyReference (exactly one occurance; with locally defined content)
receiverPartyReference (exactly one occurance; with locally defined content)
equitySwapEffectiveDate (exactly one occurance; with locally defined content)
equitySwapTerminationDate (exactly one occurance; with locally defined content)
underlyer (exactly one occurance; of the type Underlyer)
valuation (exactly one occurance; with locally defined content)
equitySwapNotional (exactly one occurance; with locally defined content)
equityAmount (exactly one occurance; with locally defined content)
return (exactly one occurance; of the type Return)
notionalAdjustments (exactly one occurance; with locally defined content)
fxTerms (zero or one occurance; with locally defined content)
<xsd:complexType name="EquityLeg">
<xsd:annotation>
<xsd:documentation>
A type describing the equity leg of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element ref="equitySwapEffectiveDate"/>
<xsd:element ref="equitySwapTerminationDate"/>
<xsd:element ref="underlyer"/>
<xsd:element ref="valuation"/>
<xsd:element ref="equitySwapNotional"/>
<xsd:element ref="equityAmount"/>
<xsd:element ref="return"/>
<xsd:element ref="notionalAdjustments"/>
<xsd:element ref="fxTerms" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="legIdentifyer" type="xsd:normalizedString" use="optional"/>
</xsd:complexType>
equityPaymentDatesInterim (zero or one occurance; of the type AdjustableOrRelativeDates)
equityPaymentDateFinal (exactly one occurance; of the type AdjustableOrRelativeDate)
<xsd:complexType name="EquityPaymentDates">
<xsd:annotation>
<xsd:documentation>
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:element name="equityPaymentDateFinal" type="AdjustableOrRelativeDate"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
Inherited element(s): (This definition inherits the content defined by the type Product)
equityLeg (one or more occurances; of the type EquityLeg)
interestLeg (zero or more occurances; of the type InterestLeg)
principalExchangeFeatures (zero or one occurance; of the type PrincipalExchangeFeatures)
equitySwapAdditionalPayment (zero or more occurances; of the type EquitySwapAdditionalPayment)
equitySwapEarlyTermination (zero or one occurance; of the type EquitySwapEarlyTerminationType)
<xsd:complexType name="EquitySwap">
<xsd:annotation>
<xsd:documentation>
A type descripting the equity swaps.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element name="equityLeg" type="EquityLeg" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
The equity amounts of the equity swap
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestLeg" type="InterestLeg" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
The fixed income amounts of the equity swap
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="principalExchangeFeatures" type="PrincipalExchangeFeatures" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the principal exchange features of the equity
swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equitySwapAdditionalPayment" type="EquitySwapAdditionalPayment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Specifies additional payment(s) between the principal
parties to the trade. This component extends some of the
features of the additionalPayment component developed by
the FpML industry group. Appropriate discussions will
determine whether it would be appropriate to extend the
shared component in order to meet the further
requirements of equity swaps.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="equitySwapEarlyTermination" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
payerPartyReference (exactly one occurance; with locally defined content)
receiverPartyReference (exactly one occurance; with locally defined content)
additionalPaymentAmount (exactly one occurance; with locally defined content)
additionalPaymentDate (exactly one occurance; with locally defined content)
paymentType (zero or one occurance; with locally defined content)
<xsd:complexType name="EquitySwapAdditionalPayment">
<xsd:annotation>
<xsd:documentation>
A type describing the additional payment(s) between the principal
parties to the trade. This component extends some of the features
of the additionalPayment component developed by the FpML industry
group. Appropriate discussions will determine whether it would be
appropriate to extend the shared component in order to meet the
further requirements of equity swaps.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element name="additionalPaymentAmount">
<xsd:annotation>
<xsd:documentation>
Specifies the amount of the fee along with, when applicable,
the formula that supports its determination.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="paymentAmount" minOccurs="0"/>
<xsd:element ref="formula" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="additionalPaymentDate">
<xsd:annotation>
<xsd:documentation>
Specifies the value date of the fee payment/receipt.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="adjustableDate"/>
<xsd:element ref="relativeDate"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element ref="paymentType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
partyReference (exactly one occurance; with locally defined content)
StartingDate (exactly one occurance; with locally defined content)
<xsd:complexType name="EquitySwapEarlyTerminationType">
<xsd:annotation>
<xsd:documentation>
A type describing the date from which each of the party may be
allowed to terminate the trade.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence maxOccurs="unbounded">
<xsd:element ref="partyReference"/>
<xsd:element name="StartingDate">
<xsd:annotation>
<xsd:documentation>
Specifies the date from which the early termination clause
can be exercised.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="dateRelativeTo"/>
<xsd:element ref="adjustableDate"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
formulaDescription (zero or one occurance; of the type xsd:string)
math (zero or one occurance; with locally defined content)
formulaComponent (zero or more occurances; with locally defined content)
<xsd:complexType name="Formula">
<xsd:annotation>
<xsd:documentation>
A type describing a financial formula, with its description and
components.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="formulaDescription" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Text description of the formula
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="math" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
An element for containing an XML representation of the
formula. Defined using xsd:any currently for flexibility in
choice of language (MathML, OpenMath)
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any processContents="skip" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="formulaComponent" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Elements describing the components of the formula. The name
attribute points to a value used in the math element. The
href attribute points to a value elsewhere in the document
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="componentDescription" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Text description of the component
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="formula" type="Formula" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Additional formulas required to describe this component
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="href" type="xsd:IDREF"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
primaryRateSource (exactly one occurance; of the type InformationSource)
secondaryRateSource (zero or one occurance; of the type InformationSource)
fixingTime (zero or one occurance; of the type BusinessCenterTime)
<xsd:complexType name="FxDetermination">
<xsd:annotation>
<xsd:documentation>
A type describing the source and fixing time of an FX rate.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="primaryRateSource"/>
<xsd:element ref="secondaryRateSource" minOccurs="0"/>
<xsd:element ref="fixingTime" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
quotedCurrencyPair (exactly one occurance; of the type QuotedCurrencyPair)
rate (exactly one occurance; of the type xsd:decimal)
<xsd:complexType name="FxRate">
<xsd:annotation>
<xsd:documentation>
A type describing the rate of a currency conversion: pair of
currency, quotation mode and exchange rate.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="quotedCurrencyPair"/>
<xsd:element ref="rate"/>
</xsd:sequence>
</xsd:complexType>
Either
floatingRateCalculation (exactly one occurance; of the type FloatingRateCalculation)
Or
fixedRate (exactly one occurance; of the type xsd:decimal)
<xsd:complexType name="InterestAccrualsMethod">
<xsd:annotation>
<xsd:documentation>
A type describing the method for accruing interests on dividends.
Can be either a fixed rate reference or a floating rate
reference.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="floatingRateCalculation"/>
<xsd:element ref="fixedRate"/>
</xsd:choice>
</xsd:complexType>
payerPartyReference (exactly one occurance; with locally defined content)
receiverPartyReference (exactly one occurance; with locally defined content)
interestLegCalculationPeriodDates (exactly one occurance; with locally defined content)
equitySwapNotional (exactly one occurance; with locally defined content)
interestAmount (exactly one occurance; of the type LegAmount)
interestCalculation (exactly one occurance; with locally defined content)
<xsd:complexType name="InterestLeg">
<xsd:annotation>
<xsd:documentation>
A type describing the fixed income leg of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element ref="interestLegCalculationPeriodDates"/>
<xsd:element ref="equitySwapNotional"/>
<xsd:element ref="interestAmount"/>
<xsd:element ref="interestCalculation"/>
</xsd:sequence>
<xsd:attribute name="legIdentifyer" type="xsd:normalizedString" use="optional"/>
</xsd:complexType>
paymentCurrency (exactly one occurance; with locally defined content)
Either
referenceAmount (exactly one occurance; with locally defined content)
Or
formula (exactly one occurance; of the type Formula)
Or
encodedDescription (exactly one occurance; of the type xsd:base64Binary)
calculationDates (zero or one occurance; of the type AdjustableRelativeOrPeriodicDates)
<xsd:complexType name="LegAmount">
<xsd:annotation>
<xsd:documentation>
A type describing the amount that will paid or received on each
of the payment dates. This type is used to define both the Equity
Amount and the Interest Amount.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="paymentCurrency"/>
<xsd:choice>
<xsd:element name="referenceAmount">
<xsd:annotation>
<xsd:documentation>
Specifies the reference Amount when this term either
corresponds to the standard ISDA Definition (either the
1996 Equity Definition for the Equity Amount, or the 2000
Definition for the Interest Amount), or points to a term
defined elsewhere in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element ref="formula"/>
<xsd:element name="encodedDescription" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
Description of the leg amount when represented through an
encoded image.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element ref="calculationDates" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
commission (zero or one occurance; of the type Commission)
Either
determinationMethod (exactly one occurance; of the type xsd:string)
Or
amountRelativeTo (exactly one occurance; with locally defined content)
Or
fxConversion (zero or one occurance; with locally defined content)
<xsd:complexType name="Price">
<xsd:annotation>
<xsd:documentation>
A type describing the strike price of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="commission" minOccurs="0"/>
<xsd:choice>
<xsd:element ref="determinationMethod"/>
<xsd:element ref="amountRelativeTo"/>
<xsd:sequence>
<xsd:element ref="grossPrice" minOccurs="0"/>
<xsd:element ref="netPrice"/>
<xsd:element ref="currency" minOccurs="0"/>
<xsd:element name="accruedInterestsPrice" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the accrued interest that are part of the dirty
price in the case of a fixed income security or a
convertible bond. Expressed in percentage of the
notional.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element ref="fxConversion" minOccurs="0"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
principalExchanges (exactly one occurance; of the type PrincipalExchanges)
principalExchangeDescriptions (one or more occurances; with locally defined content)
<xsd:complexType name="PrincipalExchangeFeatures">
<xsd:annotation>
<xsd:documentation>
A type describing the principal exchange features of the equity
swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="principalExchanges"/>
<xsd:element name="principalExchangeDescriptions" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Specifies each of the characteristics of the principal
exchange cashflows, in terms of paying/receiving
counterparties, amounts and dates.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element name="principalExchangeAmount">
<xsd:annotation>
<xsd:documentation>
Specifies the principal echange amount, either by
explicitly defining it, or by point to an amount
defined somewhere else in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="amountRelativeTo"/>
<xsd:element ref="determinationMethod"/>
<xsd:element name="principalAmount" type="Money">
<xsd:annotation>
<xsd:documentation>
Principal exchange amount when explictly stated.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="principalExchangeDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation>
Date on which each of the principal exchanges will take
place. This date is either explictly stated, or is
defined by reference to another date in the swap
document.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="principalExchangeScheme" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
dateRelativeTo (exactly one occurance; with locally defined content)
dateOffset (one or more occurances; with locally defined content)
Either
businessCentersReference (exactly one occurance; with locally defined content)
Or
businesscenters (exactly one occurance; of the type BusinessCenters)
<xsd:complexType name="RelativeDateSequence">
<xsd:annotation>
<xsd:documentation>
A type describing a date when this date is defined in reference
to another date through one or several date offsets.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="dateRelativeTo"/>
<xsd:element name="dateOffset" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="periodMultiplier"/>
<xsd:element ref="period"/>
<xsd:element ref="dayType" minOccurs="0"/>
<xsd:element ref="businessDayConvention"/>
<xsd:element ref="sequence" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element ref="businessCentersReference"/>
<xsd:element name="businesscenters" type="BusinessCenters"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
returnType (exactly one occurance; with locally defined content)
dividendConditions (zero or one occurance; of the type DividendConditions)
<xsd:complexType name="Return">
<xsd:annotation>
<xsd:documentation>
A type describing the dividend return conditions applicable to
the swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="returnType">
<xsd:annotation>
<xsd:documentation>
Defines the type of return associated with the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="returnTypeScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="dividendConditions" type="DividendConditions" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions governing the payment of the
dividends to the receiver of the equity return. With the
exception of the dividend payout ratio, which is defined for
each of the underlying components.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
underlyingAsset (exactly one occurance; of the type UnderlyingAsset)
openUnits (exactly one occurance; of the type xsd:decimal)
dividendPayout (zero or one occurance; of the type DividendPayout)
<xsd:complexType name="SingleUnderlyer">
<xsd:annotation>
<xsd:documentation>
A type describing the single underlyer of a swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="underlyingAsset"/>
<xsd:element ref="openUnits"/>
<xsd:element ref="dividendPayout" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Either
singleUnderlyer (exactly one occurance; of the type SingleUnderlyer)
Or
basket (exactly one occurance; of the type Basket)
<xsd:complexType name="Underlyer">
<xsd:annotation>
<xsd:documentation>
A type describing the whole set of possible underlyers: single
underlyers or multiple underlyers, each of these having either
security or index components.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="singleUnderlyer"/>
<xsd:element ref="basket"/>
</xsd:choice>
</xsd:complexType>
instrumentId (one or more occurances; with locally defined content)
description (zero or one occurance; of the type xsd:string)
currency (zero or one occurance; with locally defined content)
exchangeId (zero or one occurance; with locally defined content)
clearanceSystem (zero or one occurance; of the type xsd:string)
<xsd:complexType name="UnderlyingAsset">
<xsd:annotation>
<xsd:documentation>
A type describing the basic components of a security of index
underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="instrumentId" maxOccurs="unbounded"/>
<xsd:element ref="description" minOccurs="0"/>
<xsd:element ref="currency" minOccurs="0"/>
<xsd:element ref="exchangeId" minOccurs="0"/>
<xsd:element ref="clearanceSystem" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
initialPrice (exactly one occurance; with locally defined content)
equityNotionalReset (exactly one occurance; of the type xsd:boolean)
valuationPriceInterim (zero or one occurance; with locally defined content)
valuationPriceFinal (exactly one occurance; with locally defined content)
equityPaymentDates (exactly one occurance; of the type EquityPaymentDates)
<xsd:complexType name="Valuation">
<xsd:annotation>
<xsd:documentation>
A type describing the initial and final valuation of the equity
underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="initialPrice"/>
<xsd:element name="equityNotionalReset" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
The term "Equity Notional Reser" is assumed to have the
meaning as defined in the ISDA 1996 Equity Derivatives
Definitions. The reference to the ISDA definition is either
"Applicable" or 'Inapplicable".
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="valuationPriceInterim" minOccurs="0"/>
<xsd:element ref="valuationPriceFinal"/>
<xsd:element ref="equityPaymentDates"/>
</xsd:sequence>
</xsd:complexType>
<xsd:schema targetNamespace="http://www.fpml.org/2003/FpML-4-0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:include schemaLocation="fpml-eqd-4-0.xsd"/>
<xsd:include schemaLocation="fpml-fx-4-0.xsd"/>
<xsd:include schemaLocation="fpml-ird-4-0.xsd"/>
<xsd:include schemaLocation="fpml-shared-4-0.xsd"/>
<xsd:complexType name="AdjustableRelativeOrPeriodicDates">
<xsd:choice>
<xsd:element ref="adjustableDates"/>
<xsd:element ref="relativeDateSequence"/>
<xsd:element name="periodicDates">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="calculationStartDate" type="AdjustableOrRelativeDate"/>
<xsd:element name="calculationEndDate" type="AdjustableOrRelativeDate" minOccurs="0"/>
<xsd:element ref="calculationPeriodFrequency"/>
<xsd:element ref="calculationPeriodDatesAdjustments"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:complexType name="Basket">
<xsd:annotation>
<xsd:documentation>
A type describing the underlyer features of a basket swap. Each
of the basket constituents are described through an embedded
component, the basketConstituentsType.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="openUnits"/>
<xsd:element ref="basketConstituent" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="BasketConstituent">
<xsd:annotation>
<xsd:documentation>
A type describing each of the constituents of a basket swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="underlyingAsset"/>
<xsd:element name="constituentWeight" type="ConstituentWeight" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the weight of each of the underlyer constituent
within the basket, either in absolute or relative terms.
This is an optional component, as certain swaps do not
specify a specific weight for each of their basket
constituents.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="dividendPayout" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Commission">
<xsd:annotation>
<xsd:documentation>
A type describing the commission that will be charged for each
of the hedge transactions.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="commissionDenomination">
<xsd:annotation>
<xsd:documentation>
The type of units used to express a commission.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="commissionDenominationScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="commissionAmount" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
The commission amount, expressed in the way indicated by
the commissionType element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="currency" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ConstituentWeight">
<xsd:annotation>
<xsd:documentation>
A type describing the weight of each of the underlyer
constituent within the basket, either in absolute or relative
terms.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="openUnits"/>
<xsd:element name="basketPercentage" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
The relative weight of each respective basket constituent,
expressed in percentage.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DividendConditions">
<xsd:annotation>
<xsd:documentation>
A type describing the conditions governing the payment of
dividends to the receiver of the equity return. With the
exception of the dividend payout ratio, which is defined for
each of the underlying components.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="dividendReinvestment" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Boolean element that defines whether the dividend will be
reinvested or not.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendEntitlement">
<xsd:annotation>
<xsd:documentation>
Defines the date on which the receiver on the equity return
is entitled to the dividend.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="dividendEntitlementScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="dividendPaymentDate" type="DividendPaymentDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies when the dividend will be paid to the receiver of
the equity return. Has the meaning as defined in the ISDA
1996 Equity Derivatives Definitions. Is not applicable in
the case of a dividend reinvestment election.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendPeriodEffectiveDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Dividend period has the meaning as defined in the ISDA 1996
Equity Derivatives Definitions. This element specifies the
date on which the dividend period will commence. It
includes a boolean attribute for defining whether this
start date is included or excluded from the dividend
period.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="required"/>
<xsd:attribute name="dateIncluded" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="dividendPeriodEndDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Dividend period has the meaning as defined in the ISDA 1996
Equity Derivatives Definitions. This element specifies the
date on which the dividend period will end. It includes a
boolean attribute for defining whether this end date is
included or excluded from the dividend period.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="required"/>
<xsd:attribute name="dateIncluded" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element ref="paymentCurrency"/>
<xsd:element name="dividendFxTriggerDate" type="DividendPaymentDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the date on which the FX rate will be considered
in the case of a Composite FX swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="interestAccrualsMethod" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DividendPaymentDate">
<xsd:annotation>
<xsd:documentation>
A type describing the date on which the dividend will be
paid/received. This type is also used to specify the date on
which the FX rate will be determined, when applicable.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="dividendDateReference"/>
<xsd:element ref="dateRelativeTo"/>
<xsd:element ref="adjustableDate"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="DividendPayout">
<xsd:annotation>
<xsd:documentation>
A type describing the dividend payout ratio associated with an
equity underlyer. In certain cases the actual ratio is not
known on trade inception, and only general conditions are then
specified.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="dividendPayoutRatio" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the actual dividend payout ratio associated with
the equity underlyer.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendPayoutConditions" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the dividend payout conditions that will be
applied in the case where the actual ratio is not known,
typically because of regulatory or legal uncertainties.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="EquityLeg">
<xsd:annotation>
<xsd:documentation>
A type describing the equity leg of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element ref="equitySwapEffectiveDate"/>
<xsd:element ref="equitySwapTerminationDate"/>
<xsd:element ref="underlyer"/>
<xsd:element ref="valuation"/>
<xsd:element ref="equitySwapNotional"/>
<xsd:element ref="equityAmount"/>
<xsd:element ref="return"/>
<xsd:element ref="notionalAdjustments"/>
<xsd:element ref="fxTerms" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="legIdentifyer" type="xsd:normalizedString" use="optional"/>
</xsd:complexType>
<xsd:complexType name="EquityPaymentDates">
<xsd:annotation>
<xsd:documentation>
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:element name="equityPaymentDateFinal" type="AdjustableOrRelativeDate"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
<xsd:complexType name="EquitySwap">
<xsd:annotation>
<xsd:documentation>
A type descripting the equity swaps.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element name="equityLeg" type="EquityLeg" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
The equity amounts of the equity swap
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestLeg" type="InterestLeg" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
The fixed income amounts of the equity swap
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="principalExchangeFeatures" type="PrincipalExchangeFeatures" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the principal exchange features of the equity
swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equitySwapAdditionalPayment" type="EquitySwapAdditionalPayment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Specifies additional payment(s) between the principal
parties to the trade. This component extends some of
the features of the additionalPayment component
developed by the FpML industry group. Appropriate
discussions will determine whether it would be
appropriate to extend the shared component in order to
meet the further requirements of equity swaps.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="equitySwapEarlyTermination" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="EquitySwapAdditionalPayment">
<xsd:annotation>
<xsd:documentation>
A type describing the additional payment(s) between the
principal parties to the trade. This component extends some of
the features of the additionalPayment component developed by
the FpML industry group. Appropriate discussions will determine
whether it would be appropriate to extend the shared component
in order to meet the further requirements of equity swaps.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element name="additionalPaymentAmount">
<xsd:annotation>
<xsd:documentation>
Specifies the amount of the fee along with, when
applicable, the formula that supports its determination.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="paymentAmount" minOccurs="0"/>
<xsd:element ref="formula" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="additionalPaymentDate">
<xsd:annotation>
<xsd:documentation>
Specifies the value date of the fee payment/receipt.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="adjustableDate"/>
<xsd:element ref="relativeDate"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element ref="paymentType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Formula">
<xsd:annotation>
<xsd:documentation>
A type describing a financial formula, with its description and
components.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="formulaDescription" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Text description of the formula
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="math" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
An element for containing an XML representation of the
formula. Defined using xsd:any currently for flexibility in
choice of language (MathML, OpenMath)
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any processContents="skip" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="formulaComponent" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Elements describing the components of the formula. The name
attribute points to a value used in the math element. The
href attribute points to a value elsewhere in the document
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="componentDescription" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Text description of the component
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="formula" type="Formula" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Additional formulas required to describe this
component
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="href" type="xsd:IDREF"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FxDetermination">
<xsd:annotation>
<xsd:documentation>
A type describing the source and fixing time of an FX rate.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="primaryRateSource"/>
<xsd:element ref="secondaryRateSource" minOccurs="0"/>
<xsd:element ref="fixingTime" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FxRate">
<xsd:annotation>
<xsd:documentation>
A type describing the rate of a currency conversion: pair of
currency, quotation mode and exchange rate.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="quotedCurrencyPair"/>
<xsd:element ref="rate"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="InterestAccrualsMethod">
<xsd:annotation>
<xsd:documentation>
A type describing the method for accruing interests on
dividends. Can be either a fixed rate reference or a floating
rate reference.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="floatingRateCalculation"/>
<xsd:element ref="fixedRate"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="InterestLeg">
<xsd:annotation>
<xsd:documentation>
A type describing the fixed income leg of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element ref="interestLegCalculationPeriodDates"/>
<xsd:element ref="equitySwapNotional"/>
<xsd:element ref="interestAmount"/>
<xsd:element ref="interestCalculation"/>
</xsd:sequence>
<xsd:attribute name="legIdentifyer" type="xsd:normalizedString" use="optional"/>
</xsd:complexType>
<xsd:complexType name="LegAmount">
<xsd:annotation>
<xsd:documentation>
A type describing the amount that will paid or received on each
of the payment dates. This type is used to define both the
Equity Amount and the Interest Amount.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="paymentCurrency"/>
<xsd:choice>
<xsd:element name="referenceAmount">
<xsd:annotation>
<xsd:documentation>
Specifies the reference Amount when this term either
corresponds to the standard ISDA Definition (either the
1996 Equity Definition for the Equity Amount, or the 2000
Definition for the Interest Amount), or points to a term
defined elsewhere in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element ref="formula"/>
<xsd:element name="encodedDescription" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
Description of the leg amount when represented through an
encoded image.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element ref="calculationDates" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Price">
<xsd:annotation>
<xsd:documentation>
A type describing the strike price of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="commission" minOccurs="0"/>
<xsd:choice>
<xsd:element ref="determinationMethod"/>
<xsd:element ref="amountRelativeTo"/>
<xsd:sequence>
<xsd:element ref="grossPrice" minOccurs="0"/>
<xsd:element ref="netPrice"/>
<xsd:element ref="currency" minOccurs="0"/>
<xsd:element name="accruedInterestsPrice" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the accrued interest that are part of the
dirty price in the case of a fixed income security or a
convertible bond. Expressed in percentage of the
notional.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element ref="fxConversion" minOccurs="0"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PrincipalExchangeFeatures">
<xsd:annotation>
<xsd:documentation>
A type describing the principal exchange features of the equity
swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="principalExchanges"/>
<xsd:element name="principalExchangeDescriptions" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Specifies each of the characteristics of the principal
exchange cashflows, in terms of paying/receiving
counterparties, amounts and dates.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="payerPartyReference"/>
<xsd:element ref="receiverPartyReference"/>
<xsd:element name="principalExchangeAmount">
<xsd:annotation>
<xsd:documentation>
Specifies the principal echange amount, either by
explicitly defining it, or by point to an amount
defined somewhere else in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="amountRelativeTo"/>
<xsd:element ref="determinationMethod"/>
<xsd:element name="principalAmount" type="Money">
<xsd:annotation>
<xsd:documentation>
Principal exchange amount when explictly
stated.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="principalExchangeDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation>
Date on which each of the principal exchanges will
take place. This date is either explictly stated, or
is defined by reference to another date in the swap
document.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="principalExchangeScheme" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:normalizedString"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="RelativeDateSequence">
<xsd:annotation>
<xsd:documentation>
A type describing a date when this date is defined in reference
to another date through one or several date offsets.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="dateRelativeTo"/>
<xsd:element name="dateOffset" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="periodMultiplier"/>
<xsd:element ref="period"/>
<xsd:element ref="dayType" minOccurs="0"/>
<xsd:element ref="businessDayConvention"/>
<xsd:element ref="sequence" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element ref="businessCentersReference"/>
<xsd:element name="businesscenters" type="BusinessCenters"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Return">
<xsd:annotation>
<xsd:documentation>
A type describing the dividend return conditions applicable to
the swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="returnType">
<xsd:annotation>
<xsd:documentation>
Defines the type of return associated with the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="returnTypeScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="dividendConditions" type="DividendConditions" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions governing the payment of the
dividends to the receiver of the equity return. With the
exception of the dividend payout ratio, which is defined
for each of the underlying components.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SingleUnderlyer">
<xsd:annotation>
<xsd:documentation>
A type describing the single underlyer of a swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="underlyingAsset"/>
<xsd:element ref="openUnits"/>
<xsd:element ref="dividendPayout" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Underlyer">
<xsd:annotation>
<xsd:documentation>
A type describing the whole set of possible underlyers: single
underlyers or multiple underlyers, each of these having either
security or index components.
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="singleUnderlyer"/>
<xsd:element ref="basket"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="UnderlyingAsset">
<xsd:annotation>
<xsd:documentation>
A type describing the basic components of a security of index
underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="instrumentId" maxOccurs="unbounded"/>
<xsd:element ref="description" minOccurs="0"/>
<xsd:element ref="currency" minOccurs="0"/>
<xsd:element ref="exchangeId" minOccurs="0"/>
<xsd:element ref="clearanceSystem" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Valuation">
<xsd:annotation>
<xsd:documentation>
A type describing the initial and final valuation of the equity
underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="initialPrice"/>
<xsd:element name="equityNotionalReset" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
The term "Equity Notional Reser" is assumed to have the
meaning as defined in the ISDA 1996 Equity Derivatives
Definitions. The reference to the ISDA definition is either
"Applicable" or 'Inapplicable".
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="valuationPriceInterim" minOccurs="0"/>
<xsd:element ref="valuationPriceFinal"/>
<xsd:element ref="equityPaymentDates"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="amountRelativeTo">
<xsd:annotation>
<xsd:documentation>
Specifies the anchor amount. This element also carries an href
attribute. The href attribute value will be a pointer style
reference to the element or component elsewhere in the document
where the anchor amount is defined.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:IDREF" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="basket" type="Basket">
<xsd:annotation>
<xsd:documentation>
Describes the swap's underlyer when it has multiple asset
components.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="basketConstituent" type="BasketConstituent">
<xsd:annotation>
<xsd:documentation>
Describes each of the components of the basket.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bond" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a bond.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0"/>
<xsd:element ref="issuerName" minOccurs="0"/>
<xsd:element ref="couponRate" minOccurs="0"/>
<xsd:element ref="maturity" minOccurs="0"/>
<xsd:element ref="parValue" minOccurs="0"/>
<xsd:element ref="faceAmount" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="calculationDates" type="AdjustableRelativeOrPeriodicDates">
<xsd:annotation>
<xsd:documentation>
Specifies the date ion which a calculation or an observation
will be performed for the purpose of defining the Equity
Amount, and in accordance to the definition terms of this
latter.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="commission" type="Commission">
<xsd:annotation>
<xsd:documentation>
This optional component specifies the commission to be charged
for executing the hedge transactions.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="compositeFx">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions to be applied for converting into a
reference currency when the actual currency rate is not
determined upfront.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="referenceCurrency"/>
<xsd:element ref="determinationMethod" minOccurs="0"/>
<xsd:element ref="relativeDate" minOccurs="0"/>
<xsd:element ref="fxDetermination" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="convertibleBond" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a convertible bond.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="issuerName" minOccurs="0"/>
<xsd:element ref="couponRate" minOccurs="0"/>
<xsd:element ref="maturity" minOccurs="0"/>
<xsd:element ref="parValue" minOccurs="0"/>
<xsd:element ref="faceAmount" minOccurs="0"/>
<xsd:element name="underlyingEquity" type="UnderlyingAsset">
<xsd:annotation>
<xsd:documentation>
Specifies the equity in which the comnvertible bond
can be converted.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="couponRate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the coupon rate (expressed in percentage) of a fixed
income security or convertible bond.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="determinationMethod" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the method according to which an amount or a date is
determined.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendDateReference">
<xsd:annotation>
<xsd:documentation>
Reference to a dividend date, either the pay date, the ex date
or the record date.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="dividendDateReferenceScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="dividendPayout" type="DividendPayout">
<xsd:annotation>
<xsd:documentation>
Specifies the dividend payout ratio associated with an equity
underlyer. A basket swap can have different payout ratios
across the various underlying constituents. In certain cases
the actual ratio is not known on trade inception, and only
general conditions are then specified.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equity" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a listed equity.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="optionsExchangeId" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="equityAmount">
<xsd:annotation>
<xsd:documentation>
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 1996
Equity Derivatives Definitions.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="LegAmount">
<xsd:attribute name="cashSettlement" type="xsd:boolean" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="equityPaymentDates" type="EquityPaymentDates">
<xsd:annotation>
<xsd:documentation>
Specifies the equity payment dates of the swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equitySwap" type="EquitySwap" substitutionGroup="product">
<xsd:annotation>
<xsd:documentation>
Specifies the structure of the equity swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equitySwapEffectiveDate">
<xsd:annotation>
<xsd:documentation>
Specifies the effective date of the equity swap. This global
element is valid within the equity swaps namespace. Within the
FpML namespace, another effectiveDate global element has been
defined, that is different in the sense that it does not
propose the choice of refering to another date in the document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="AdjustableOrRelativeDate">
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="equitySwapNotional">
<xsd:annotation>
<xsd:documentation>
Specifies the notional of the equity swap. When used in the
equity leg, the definition will typically combine the actual
amount (using the notional component defined by the FpML
industry group) and the determination method. When used in the
interest leg, the definition will typically point to the
definition of the equity leg.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="determinationMethod"/>
<xsd:element ref="notional"/>
<xsd:element ref="amountRelativeTo"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="equitySwapTerminationDate">
<xsd:annotation>
<xsd:documentation>
Specifies the termination date of the equity swap. This global
element is valid within the equity swaps namespace. Within the
FpML namespace, another terminationDate global element has been
defined, that is different in the sense that it does not
propose the choice of refering to another date in the document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="AdjustableOrRelativeDate">
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="equityValuationDate">
<xsd:annotation>
<xsd:documentation>
Specifies the valuation date of the equity underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="adjustableDate"/>
<xsd:element ref="relativeDateSequence"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="equityValuationDates" type="AdjustableRelativeOrPeriodicDates">
<xsd:annotation>
<xsd:documentation>
Specifies the interim equity valuation dates of the swap.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exchangeTradedFund" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is an exchange-traded
fund.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0"/>
<xsd:element ref="optionsExchangeId" minOccurs="0"/>
<xsd:element ref="fundManager" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="faceAmount" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the total amount of the issue. Corresponds to the par
value multiplied by the number of issued security.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="formula" type="Formula">
<xsd:annotation>
<xsd:documentation>
Specifies a formula, with its description and components.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fundManager" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the fund manager that is in charge of the fund.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="future" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a listed future
contract.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence minOccurs="0">
<xsd:element ref="relatedExchangeId" minOccurs="0"/>
<xsd:element ref="optionsExchangeId" minOccurs="0"/>
<xsd:element name="multiplier" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the contract multiplier that can be
associated with the number of units.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="futureContractReference" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Specifies the future contract that can be referenced,
besides the equity or index reference defined as part
of the UnderlyerAsset type.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="futureId">
<xsd:annotation>
<xsd:documentation>
A short form unique identifier for the reference future
contract in the case of an index underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="futureIdScheme" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="fxConversion">
<xsd:annotation>
<xsd:documentation>
Specifies the currency conversion rate that applies to an
amount. This rate can either be defined elsewhere in the
document (case of a quanto swap), or explicitly described
through this component.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="amountRelativeTo"/>
<xsd:element ref="fxRate" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="fxDetermination" type="FxDetermination">
<xsd:annotation>
<xsd:documentation>
Specifies the methodology (reference source and, optionnally,
fixing time) to be used for determining a currency conversion
rate.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fxRate" type="FxRate">
<xsd:annotation>
<xsd:documentation>
Specifies a currency conversion rate.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fxTerms">
<xsd:annotation>
<xsd:documentation>
Specifies the FX conversion terms that can be associated with
the equity component of a swap.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="quanto"/>
<xsd:element ref="compositeFx"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="grossPrice">
<xsd:annotation>
<xsd:documentation>
Specifies the price at which the underlying hedge is executed,
before commissions. In the case of a fixed income security or a
convertible bond, this price includes the accrued interests. If
no attribute is present (or if the 'percentage' attribute is
set-up to 'false'), the price is assumed to be expressed in
absolute terms. If the 'persentage' attribute is set-up to
'true', the price is expressed as percentage of the notional of
the underlying security.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="percentage" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="index" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a financial index.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element ref="relatedExchangeId" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="futureId" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="initialPrice">
<xsd:annotation>
<xsd:documentation>
Specifies the initial reference price of the equity underlyer.
This price can be expressed either as an actual
amount/currency, as a determination method, or by reference to
another value specified in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Price">
<xsd:sequence>
<xsd:element ref="valuationTimeType" minOccurs="0"/>
<xsd:element ref="valuationTime" minOccurs="0"/>
<xsd:element ref="equityValuationDate" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="interestAccrualsMethod">
<xsd:annotation>
<xsd:documentation>
Defines the way in which interests are accrued: the applicable
rate (fixed or floating reference) and the compounding method.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="InterestAccrualsMethod">
<xsd:sequence minOccurs="0">
<xsd:element ref="compoundingMethod">
<xsd:annotation>
<xsd:documentation>
FpML entity
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="interestAmount" type="LegAmount">
<xsd:annotation>
<xsd:documentation>
Specifies, in relation to each Interest Payment Date, the
amount to which the Interest Payment Date relates. Unless
otherwise specified, this term has the meaning defined in the
ISDA 2000 ISDA Definitions.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestCalculation">
<xsd:annotation>
<xsd:documentation>
Specifies the calculation method of the interest rate leg of
the equity swap. Includes the floating or fixed rate
calculation definitions, along with the determination of the
day count fraction.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:element ref="floatingRateCalculation"/>
<xsd:element ref="fixedRate"/>
</xsd:choice>
<xsd:element ref="dayCountFraction"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="interestLegCalculationPeriodDates">
<xsd:annotation>
<xsd:documentation>
Component that holds the various dates used to specify the
interest leg of the equity swap. It is used to define the
InterestPeriodDates identifyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="equitySwapEffectiveDate"/>
<xsd:element ref="equitySwapTerminationDate"/>
<xsd:element ref="interestLegResetDates"/>
<xsd:element ref="interestLegPaymentDates"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="interestLegPaymentDates">
<xsd:annotation>
<xsd:documentation>
Specifies the payment dates of the equity swap's interest leg.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="AdjustableOrRelativeDates"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="interestLegResetDates">
<xsd:annotation>
<xsd:documentation>
Specifies the reset dates of the equity swap's interest leg.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="calculationPeriodDatesReference"/>
<xsd:choice>
<xsd:element ref="resetRelativeTo"/>
<xsd:element ref="resetFrequency"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="issuerName" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Specifies the issuer name of a fixed income security or
convertible bond.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mutualFund" substitutionGroup="underlyingAsset">
<xsd:annotation>
<xsd:documentation>
Defines the underlying asset when it is a mutual fund.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element name="openEndedFund" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Boolean indicator to specify whether the mutual fund
is an open-ended mutual fund.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="fundManager" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="netPrice">
<xsd:annotation>
<xsd:documentation>
Specifies the price at which the underlying hedge is executed,
after commissions. This is the default price that is referred
to in the document in the case where there is no explicit
mention of the net/gross indicator. In the case of a fixed
income security or a convertible bond, this price includes the
accrued interests. If no attribute is present (or if the
'percentage' attribute is set-up to 'false'), the price is
assumed to be expressed in absolute terms. If the 'persentage'
attribute is set-up to 'true', the price is expressed as
percentage of the notional of the underlying security.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="percentage" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="notionalAdjustments">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions that govern the adjustment to the
number of units of the equity swap.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="notionalAdjustmentsScheme" type="xsd:normalizedString" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="openUnits" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
The number of units (index or securities) that constitute the
underlyer of the swap. In the case of a basket swap, this
element is used to reference both the number of basket units,
and the number of each asset components of the basket when
these are expressed in absolute terms.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionsExchangeId">
<xsd:annotation>
<xsd:documentation>
A short form unique identifier for an exchange on which the
reference option contract is listed. This is to address the
case where the reference exchange for the future is different
than the one for the option. The options Exchange is referenced
on share options when Merger Elections are selected as Options
Exchange Adjustment.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="exchangeIdScheme" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="parValue" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation>
Specifies the nominal amount of a fixed income security or
convertible bond.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="paymentCurrency">
<xsd:annotation>
<xsd:documentation>
Currency in which the payment relating to the leg amount
(equity amount or interest amount) or the dividend will be
denominated.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0">
<xsd:element ref="currency"/>
<xsd:element ref="determinationMethod"/>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
<xsd:attribute name="href" type="xsd:IDREF" use="optional"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="quanto">
<xsd:annotation>
<xsd:documentation>
Determines the currency rate that the seller of the equity
amounts will apply at each valuation date for converting the
respective amounts into a currency that is different from the
currency denomination of the underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="referenceCurrency"/>
<xsd:element ref="fxRate" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Specifies the currency conversion rate(s) associated with
the quanto. One rate will be defined for each pair of
currencies involved.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="referenceCurrency">
<xsd:annotation>
<xsd:documentation>
Specifies the reference currency of the trade.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="id" type="xsd:ID" use="required"/>
<xsd:attribute name="ref" type="xsd:IDREF" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="relativeDateSequence" type="RelativeDateSequence">
<xsd:annotation>
<xsd:documentation>
A series of dates specified as some offset to other dates (the
anchor dates) which can
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="return" type="Return">
<xsd:annotation>
<xsd:documentation>
Specifies the conditions under which dividend affecting the
underlyer will be paid to the receiver of the equity amounts.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sequence">
<xsd:annotation>
<xsd:documentation>
Sequence in which the reference to the time period multiplier
should be applied.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="singleUnderlyer" type="SingleUnderlyer">
<xsd:annotation>
<xsd:documentation>
Describes the swap's underlyer when it has only one asset
component.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="underlyer" type="Underlyer">
<xsd:annotation>
<xsd:documentation>
Specifies the underlying component of the equity 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="underlyingAsset" type="UnderlyingAsset" abstract="true">
<xsd:annotation>
<xsd:documentation>
Define the underlying asset when it is a listed security.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="valuation">
<xsd:annotation>
<xsd:documentation>
Specifies the terms of the initial price of the equity swap and
of the subsequent valuations of the equity underlyer.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Valuation"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="valuationPriceFinal">
<xsd:annotation>
<xsd:documentation>
Specifies the final valuation price of the equity underlyer.
This price can be expressed either as an actual
amount/currency, as a determination method, or by reference to
another value specified in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Price">
<xsd:sequence>
<xsd:element ref="valuationTimeType" minOccurs="0"/>
<xsd:element ref="valuationTime" minOccurs="0"/>
<xsd:element ref="equityValuationDate"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="valuationPriceInterim">
<xsd:annotation>
<xsd:documentation>
Specifies the interim valuation price of the equity underlyer.
This price can be expressed either as an actual
amount/currency, as a determination method, or by reference to
another value specified in the swap document.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="Price">
<xsd:sequence>
<xsd:element ref="valuationTimeType"/>
<xsd:element ref="valuationTime" minOccurs="0"/>
<xsd:element ref="equityValuationDates"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:complexType name="EquitySwapEarlyTerminationType">
<xsd:annotation>
<xsd:documentation>
A type describing the date from which each of the party may be
allowed to terminate the trade.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence maxOccurs="unbounded">
<xsd:element ref="partyReference"/>
<xsd:element name="StartingDate">
<xsd:annotation>
<xsd:documentation>
Specifies the date from which the early termination clause
can be exercised.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="dateRelativeTo"/>
<xsd:element ref="adjustableDate"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="equitySwapEarlyTermination" type="EquitySwapEarlyTerminationType">
<xsd:annotation>
<xsd:documentation>
Specifies, for one or for both the parties to the trade, the
date from which it can early terminate it.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>