FpML Financial product Markup Language Working Draft 12 October 2005

Version: 4.2

This version: http://www.fpml.org/spec/2005/wd-fpml-4-2-2005-10-12

Latest version: http://www.fpml.org/spec/2005/wd-fpml-4-2-2005-10-12

Previous version: http://www.fpml.org/spec/2005/wd-fpml-4-2-2005-05-04/

Errata for this version: http://www.fpml.org/spec/errata/wd-fpml-4-2-2005-10-12-errata.html

Document built: Wed 10/19/2005 10:37:40.90

A copy of this license is available at http://www.fpml.org/documents/license




The FpML specifications provided are without warranty of any kind, either expressed or implied, including, without limitation, warranties that FpML, or the FpML specifications are free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the specifications is with you. Should any of the FpML specifications prove defective in any respect, you assume the cost of any necessary servicing or repair. Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall ISDA, any of its members, or any distributor of documents or software containing any of the FpML specifications, or any supplier of any of such parties, be liable to you or any other person for any indirect, special, incidental, or consequential damages of any character including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages.



Table Of Contents

    1 CHARACTER ENCODING AND CHARACTER REPERTOIRE
        1.1 Character Encoding
        1.2 Character Repertoire
    2 DATATYPES AND CODING SCHEMES
        2.1 Datatypes
             2.1.1 date
             2.1.2 time
    3 CODING SCHEMES
        3.1 Introduction
        3.2 Coding Schemes in XML Format
    FpML SCHEME DEFINITIONS
        4.1 assetMeasureScheme
        4.2 brokerConfirmationTypeScheme
        4.3 businessCenterScheme
        4.4 clearanceSystemScheme
        4.5 compoundingFrequencyScheme
        4.6 contractualDefinitionsScheme
        4.7 contractualSupplementScheme
        4.8 couponTypeScheme
        4.9 creditSeniorityScheme
        4.10 creditSeniorityTradingScheme
        4.11 cutNameScheme
        4.12 dayCountFractionScheme
        4.13 derivativeCalculationMethodScheme
        4.14 governingLawScheme
        4.15 floatingRateIndexScheme
        4.16 indexAnnexSourceScheme
        4.17 inflationIndexDescriptionScheme
        4.18 inflationIndexSourceScheme
        4.19 inflationMainPublicationScheme
        4.20 informationProviderScheme
        4.21 interpolationMethodScheme
        4.22 marketDisruptionScheme
        4.23 masterAgreementTypeScheme
        4.24 masterConfirmationTypeScheme
        4.25 matrixTypeScheme
        4.26 matrixTermScheme
        4.27 perturbationTypeScheme
        4.28 pricingInputTypeScheme
        4.29 priceQuoteUnitsScheme
        4.30 queryParameterOperatorScheme
        4.31 quoteTimingScheme
        4.32 restructuringScheme
        4.33 scheduledDateTypeScheme
        4.34 settlementMethodScheme
        4.35 settlementPriceSourceScheme
        4.36 settlementRateOptionScheme
EXTERNAL SCHEME DEFINITIONS
        5.37 countryScheme
        5.38 currencyScheme
        5.39 entityIdScheme
        5.40 entityNameScheme
        5.41 exchangeIdScheme
        5.42 instrumentIdScheme
        5.43 partyIdScheme
        5.44 routingIdCodeScheme

1 CHARACTER ENCODING AND CHARACTER REPERTOIRE

1.1 Character Encoding

Producers of FpML documents intended for interchange with other parties must encode such documents using either UTF-8 or UTF-16. Consumers of FpML documents must be able to process documents encoded using UTF-8, as well as documents encoded using UTF-16.

For more information, see

http://www.w3.org/TR/REC-xml#charencoding

1.2 Character Repertoire

FpML element content, as well as values of the FpML id and href attributes, may use any valid XML characters.

For more information, see

http://www.w3.org/TR/REC-xml#charsets

2 DATATYPES AND CODING SCHEMES

2.1 Datatypes

FpML uses a subset of the built-in datatypes (both primitive and derived datatypes) as defined in XML Schema Part 2: Datatypes, W3C Recommendation 02 May 2001. The built-in datatypes are described at:

http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/ - built-in-datatypes

The built-in datatypes used in FpML are the following:

The set of valid literals for each datatype are those defined in the XML Schema specification as being its lexical space. Additional constraints are imposed by FpML on the date and time built-in datatypes as described below.

2.1.1 date

All elements of type date in FpML must contain date values with the format CCYY-MM-DD where "CC" represents the century, "YY" the year, "MM" the month and "DD" the day. The CCYY field must have exactly four digits, the MM and DD fields exactly two digits each; leading zeroes must be used if the field would otherwise have too few digits. A following time zone qualifier is not allowed and year values must be in the range 0001 to 9999. For example, 25 May 2000 would be represented in FpML as 2000-05-25.

2.1.2 time

All elements of type time in FpML must represent daily recurring instant of time values with the format hh:mm:ss where "hh", "mm" and "ss" represent hour, minute and second respectively. The hh, mm and ss fields must have exactly two digits each; leading zeroes must be used if the field would otherwise have too few digits. FpML imposes the further restriction that the second (ss) component must be '00' and a time zero qualifier is not allowed. For example, 00:00:00 (midnight), 01:00:00 (1:00am), 12:00:00 (midday), 23:30:00 (11:30pm).

3 CODING SCHEMES

3.1 Introduction

A number of data elements defined in FpML are restricted to holding one of a limited set of possible values, e.g. currency, business centers, etc. Such restricted sets of values are frequently referred to as domains.

In FpML, two different codings of domains are used. Domains that are small and not expected to change during the life of the specification are coded using XML schema enumerations. These domains are described elsewhere, in particular in the fpml-enum-4.0.xsd schema file. Other domains are coded using a strategy that has been defined by the Architecture Working Group, referred to as 'Schemes'. Each Scheme is associated with a URI. Coding Schemes can be categorized as one of the following:

In this section, the FpML-controlled Schemes and their associated URIs are defined, as well as URIs assigned by FpML to external coding schemes. The URI construction follows the FpML Architecture Version 2.0 recommendation.

Note that FpML does not define a coding Scheme or URI for the following Schemes:

These are currently assumed to be specific to individual organizations or FpML based implementations.

Although the initial set of Schemes are defined in this document we expect that new versions of Schemes will be released from time to time and published separately. Key benefits of using Schemes are that they allow:

3.2 Coding Schemes in XML Format

4 FpML SCHEME DEFINITIONS

4.1 assetMeasureScheme

Scheme Definition:

The type of measure about an asset. Used for escribing valuation, sensitivity, and risk measures.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
AccruedCoupon FpML
The coupon accrued on the underlying bonds from that the most recent bond coupon payment date until the valuation date.

AccruedInterest FpML
The value of interest accrued from the previous payment to the valuation date.

AccruedInterestResetPrice FpML
The value of interest accrued for price at last Reset.

AverageExposure FpML
The average exposure of this trade over its lifetime

BucketedCreditSpreadSensitivity FpML
Change in NPV/value caused by a point change shift in the credit spread.

BucketedDefaultProbabilitySensitivity FpML
Change in NPV/value caused by a point change shift in the default probability.

BucketedInterestRateConvexity FpML
Change in interest rate sensitivity caused by a single point change in the yield curve (IR Gamma).

BucketedInterestRateSensitivity FpML
Change in NPV/value caused by a single point change in the yield curve (IR Delta).

BucketedInterestRateVolatilitySensitivity FpML
Change in NPV/value caused by a point change shift in the volatility matrix (vega).

BucketedRecoveryRateSensitivity FpML
Change in NPV/value caused by a point change shift in the credit default recovery rate.

CalculatedStrike FpML
The effective strike price of the option as derived from the underlying asset swap. (Used for options on asset swaps).

CAPMBeta FpML
Systematic risk = Ratio of expected return to expected return of the market

Cash FpML
A monetary amount paid or received. For example, a monetary amount payable on the valuation date, or a monetary amount payable on another specified date, such as a payment date.

CashEquivalent FpML
The CashEquivalentLocalCurrency converted to the reporting currency (e.g. USD) at the spot exchange rate.

CashEquivalentLocalCurrency FpML
The aggregated equivalent FX position in a specific currency. This includes the NPVs payable in that currency, plus equivalent positions generated by trades’ price sensitivity to FX rates.

CleanGrossCurrentMarketPrice FpML
The price of an asset, expressed in par value, excluding accrued interest, excluding commissions.

CleanGrossResetPrice FpML
The reset price of an asset, expressed in par value, excluding accrued interest, excluding commissions.

CleanNetCurrentMarketPrice FpML
The price of an asset, expressed in par value, excluding accrued interest, including commissions.

CleanNetResetPrice FpML
The reset price of an asset, expressed in par value, excluding accrued interest, including commissions.

ConvexityAdjustment FpML
An adjustment to the price of an instrument (such as a future) to compensate for its lack of convexity.

CreditSpread FpML
The spread between the return of a credit instrument and of a corresponding risk free instrument.

CurrentNotional FpML
The notional in effect on the valuation date.

DE@R FpML
VAR for 1 day time horizon and 95% level of confidence

DirtyGrossCurrentMarketPrice FpML
The price of an asset, expressed in par value, including accrued interest, excluding commissions.

DirtyGrossResetPrice FpML
The reset price of an asset, expressed in par value, including accrued interest, excluding commissions.

DirtyNetCurrentMarketPrice FpML
The price of an asset, expressed in par value, including accrued interest, including commissions.

DirtyNetResetPrice FpML
The reset price of an asset, expressed in par value, including accrued interest, including commissions.

DividendYield FpML
The dividend payout ratio, expressed as a decimal (e.g. 0.03 = 3%) per year.

EconomicCapital FpML
Capital which is kept aside to compensate for unexpected losses due to credit risk. (VAR for 1 year and 99.97%)

EquityAccrual FpML
Unrealized profit or loss on an equity price based stream or product. This is based on the difference between current market price and the reset/reference price.

EVA FpML
Economic Value Added = (Spread + Fees - Expected loss - Operating cost) -ROE*(Capital at risk)

FundingOnRealizedGains FpML
Funding-related interest charges associated with profit or loss on realized gains that have not yet been exchanged.

FXSpotSensitivity FpML
Change in NPV/value caused by a change in FX spot rate

ImpliedVolatility FpML
The implied volatility of the underlying asset from the valuation date to the expiration of the option.

InterestOnRealizedGains FpML
Accrued interest on realized gains, for portfolio swap agreements where unwind profit/loss not exchanged until reset.

JensensAlpha FpML
The average excess return on a portfolio relative to the excess return predicted by CAPM

LoanEquivalent FpML
The loan equivalent exposure of this asset.

MarginalRisk FpML
Change of a portfolio VAR with addition of a specified asset.

MarketQuote FpML
The price of an instrument as quoted on an exchange or similar market.

ModifiedSharpeRatio FpML
Sharpe ratio where both return and risk are defined relative to a benchmark portfolio

NPV FpML
Net Present Value = sum of present values of all cash flows; excludes cash flows paid or received on the valution date.

NPVLocalCurrency FpML
NPV in the trade currency.

NumberOfUnderlyingSecurities FpML
Used for bond positions to report the product of the open units and the par value of the bond.

ParallelShiftCreditSpreadSensitivity FpML
Change in NPV/value caused by a parallel shift in the credit spread.

ParallelShiftDefaultProbabilitySensitivity FpML
Change in NPV/value caused by a parallel shift in the default probability.

ParallelShiftInterestRateSensitivity FpML
Change in NPV/value caused by a parallel shift in the yield curve/risk free rate of interest (IR Delta, rho).

ParallelShiftInterestRateVolatilitySensitivity FpML
Change in NPV/value caused by a parallel shift in the volatility matrix (vega).

ParallelShiftRecoveryRateSensitivity FpML
Change in NPV/value caused by a parallel shift in the credit default recovery rate.

PayNPV FpML
NPV of cash flows for which the base counterparty pays.

PeakExposure FpML
The peak/potential exposure of this trade over its lifetime

RAROC FpML
Risk adjusted return on capital = (Adjusted income)/(Capital at risk)

RealizedTradingGains FpML
Realized profit or loss that has not yet been exchanged. This is based on positions that have been closed out but not settled.

RealizedVariance FpML
Realized variance between effective date and valuation date.

ReceiveNPV FpML
NPV of cash flows for which the base counterparty receives.

RecoveryRate FpML
The estimated amount that a creditor would receive in final satisfaction of the claims on a defaulted credit.

RegulatoryCapital FpML
A provision for expected losses, required by the BIS.

ReturnOnEconomicCapital FpML
The return from an asset expressed as a percentage of the amount of economic capital involved in holding that asset.

ReturnOnRegulatoryCapital FpML
The return from an asset expressed as a percentage of the amount of regulatory capital involved in holding that asset.

RiskConcentration FpML
Measures the amount of risk concentrated in individual counterparties, similar assets, common geographical locations, or common industries.

ROA FpML
Return on assets = (Adjusted income)/Assets

RORAC FpML
Return on risk-adjusted capital = (Adjusted income)/(BIS risk - based capital requirement)

SettlementFxRate FpML
The FX rate used to compute a settlement amount.

SortinoRatio FpML
Similar to Sharpe Ratio but risk defined as downside risk rather than portfolio variance.

SparpeRatio FpML
The ratio between portfolio return in excess of the risk-free return and portfolio risk (measured as volatility)

TreatedRate FpML
A rate following rate treatment procedures.

TreynorRatio FpML
Similar to Sharpe Ratio but risk defined as CAPM systematic risk (beta) rather than portfolio variance.

ValuationDateChangeSensitivity FpML
Change in NPV/value caused by a change in valuation date (theta).

VAR FpML
Value at Risk is the amount of money that could be lost over a pre-defined period of time with a a given level of confidence.

Volatility FpML
The underlying price volatility used for calculating the value of this asset.


4.2 brokerConfirmationTypeScheme

Scheme Definition:

Defines the type of Broker Confirm the FpML trade represents.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
DJ.CDX.EM FpML
Used for CDS Index trades relating to Dow Jones CDX.EM index series.

DJ.CDX.NA FpML
Used for CDS Index trades relating to Dow Jones CDX.NA.IG and Dow Jones CDX.NA.HY index series.

DJ.iTraxx.Europe FpML
Used for CDS Index trades relating to Dow Jones iTraxx Europe index series.

ISDACreditBrokerAsia FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Asian market for Corporate Reference Entities.

ISDACreditBrokerAustraliaNewZealand FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Australia and New Zealand market for Corporate Reference Entities.

ISDACreditBrokerEuropean FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the European market for Corporate Reference Entities.

ISDACreditBrokerJapan FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Japanese market for Corporate Reference Entities.

ISDACreditBrokerNorthAmerican FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the North American market for Corporate Reference Entities.

ISDACreditBrokerSingapore FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Singapore market for Corporate Reference Entities.

ISDACreditBrokerSovereignAsia FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Asian market for Sovereign Reference Entities.

ISDACreditBrokerSovereignCentralAndEasternEurope FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Central and Eastern Europe market for Sovereign Reference Entities.

ISDACreditBrokerSovereignJapan FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Japanese market for Sovereign Reference Entities.

ISDACreditBrokerSovereignLatinAmerica FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Latin America market for Sovereign Reference Entities.

ISDACreditBrokerSovereignMiddleEast FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Middle East market for Sovereign Reference Entities.

ISDACreditBrokerSovereignWesternEurope FpML
Credit Derivatives Broker Confirm for a trade brokered under the accepted market practices and conventions of the Western Europe market for Sovereign Reference Entities.


4.3 businessCenterScheme

Scheme Definition:

A financial business center location

Scheme Identification:

Description:

In general, the codes are based on the ISO country code and the English name of the location.

Additional location codes can be built according to the following rules. The first two characters represent the ISO country code, the next two characters represent a) if the location name is one word, the first two letters of the location b) if the location name consists of at least two words, the first letter of the first word followed by the first letter of the second word .

There are exceptions to this rule. For example, the TARGET (Trans-European Automated Real-time Gross settlement Express Transfer system) business center for Euro settlement has a code of EUTA.

This coding scheme is currently consistent with the S.W.I.F.T. Financial Center scheme used in the MT340/MT360/MT361 message definitions, although FpML controls the Business Center Scheme and it should not be assumed that both schemes will remain synchronized.


Coding Scheme

CODE SOURCE DESCRIPTION
ARBA FpML
Buenos Aires

ATVI FpML
Vienna

AUME FpML
Melbourne

AUSY FpML
Sydney

BEBR FpML
Brussels

BRSP FpML
Sao Paulo

CAMO FpML
Montreal

CATO FpML
Toronto

CHGE FpML
Geneva

CHZU FpML
Zurich

CLSA FpML
Santiago

CNBE FpML
Beijing

CZPR FpML
Prague

DEFR FpML
Frankfurt

DKCO FpML
Copenhagen

EETA FpML
Tallinn

ESAS FpML
ESAS Settlement Day (as defined in Supplement Number 15 to the 2000 ISDA Definitions)

ESMA FpML
Madrid

EUTA FpML
TARGET (euro 'Business Center')

FIHE FpML
Helsinki

FRPA FpML
Paris

GBLO FpML
London

GRAT FpML
Athens

HKHK FpML
Hong Kong

IDJA FpML
Jakarta

IEDU FpML
Dublin

ILTA FpML
Tel Aviv

INMU FpML
Mumbai, India

ITMI FpML
Milan

ITRO FpML
Rome

JPTO FpML
Tokyo

KRSE FpML
Seoul

LBBE FpML
Beirut

LULU FpML
Luxembourg

MXMC FpML
Mexico City

MYKL FpML
Kuala Lumpur

NLAM FpML
Amsterdam

NOOS FpML
Oslo

NYFD FpML
New York Fed Business Day (as defined in 2000 ISDA Definitions Section 1.9)

NYSE FpML
New York Stock Exchange Business Day (as defined in 2000 ISDA Definitions Section 1.10)

NZAU FpML
Auckland

NZWE FpML
Wellington

PAPC FpML
Panama City

PHMA FpML
Manila

PLWA FpML
Warsaw

PTLI FpML
Lisbon

RUMO FpML
Moscow

SARI FpML
Riyadh

SEST FpML
Stockholm

SGSI FpML
Singapore

SKBR FpML
Bratislava

THBA FpML
Bangkok

TRAN FpML
Ankara

TWTA FpML
Taipei

USCH FpML
Chicago

USGS FpML
U.S. Government Securities Business Day (as defined in 2000 ISDA Definitions Section 1.11)

USLA FpML
Los Angeles

USNY FpML
New York

VECA FpML
Caracas, Venezuela

ZAJO FpML
Johannesburg


4.4 clearanceSystemScheme

Scheme Definition:

A clearance system

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Clearstream FpML
Clearstream International

CREST FpML
CREST

DTCC FpML
The Depository Trust and Clearing Corporation

Euroclear FpML
Euroclear

MonteTitoli FpML
Monte Titoli SPA


4.5 compoundingFrequencyScheme

Scheme Definition:

The frequency at which a rate is compounded.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Annual FpML
The curve represents annual compounding.

Continuous FpML
The curve represents continuous compounding.

Daily FpML
The curve represents daily compounding.


4.6 contractualDefinitionsScheme

Scheme Definition:

Specifies a set of standard contract definitions relevant to the transaction

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
ISDA1991 FpML
ISDA 1991 Definitions

ISDA1996Equity FpML
ISDA 1996 Equity Derivatives Definitions

ISDA1997GovernmentBond FpML
ISDA 1997 Government Bond Option Definitions

ISDA1998FX FpML
ISDA 1998 FX and Currency Option Definitions

ISDA1999Credit FpML
ISDA 1999 Credit Derivatives Definitions

ISDA2000 FpML
ISDA 2000 Definitions

ISDA2002Equity FpML
ISDA 2002 Equity Derivatives Definitions

ISDA2003Credit FpML
ISDA 2003 Credit Derivatives Definitions

ISDA2004Novation FpML
ISDA 2004 Novation Definitions


4.7 contractualSupplementScheme

Scheme Definition:

Defines the supplements to a base set of ISDA Definitions that are applicable to the transaction.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
ISDA1999CreditConvertibleExchangeableAccretingObligations FpML
Supplement to the 1999 ISDA Credit Derivatives Definitions Relating to Convertible, Exchangeable or Accreting Obligations dated November 9, 2001.

ISDA1999CreditRestructuring FpML
Restructuring Supplement to the 1999 ISDA Credit Derivatives Definitions dated May 11, 2001.

ISDA1999CreditSuccessorAndCreditEvents FpML
Supplement Relating to Successor and Credit Events to the 1999 ISDA Credit Derivatives Definitions dated November 28, 2001.

ISDA2003Credit2005MatrixSupplement FpML
2005 Matrix Supplement to the 2003 ISDA Credit Derivatives.

ISDA2003CreditMay2003 FpML
May 2003 Supplement to the 2003 ISDA Credit Derivatives Definitions.

ISDA2003CreditMonolineInsurers FpML
Additional Provisions for Physically Settled Default Swaps Monoline Insurer as Reference Entity dated May 9, 2003.

ISDA2003CreditMonolineInsurers2005 FpML
Additional Provisions for Physically Settled Default Swaps Monoline Insurer as Reference Entity dated January 21, 2005.

ISDA2003CreditRepublicOfHungary FpML
Additional Provisions for the Republic of Hungary: Obligation Characteristics and Deliverable Obligation Characteristics dated August 13, 2004.

ISDA2003CreditRepublicOfHungary2005 FpML
Additional Provisions for the Republic of Hungary: Obligation Characteristics and Deliverable Obligation Characteristics dated February 14, 2005.

ISDA2003CreditRussianFederation FpML
Additional Provisions for the Russian Federation: Obligation Characteristics and Deliverable Obligation Characteristics dated August 13, 2004.

ISDA2003CreditUSMunicipals FpML
Additional Provisions for Credit Derivative Transactions - U.S. Municipal Entity as Reference Entity dated September 17, 2004.


4.8 couponTypeScheme

Scheme Definition:

Defines a scheme of values for specifiying if the bond has a variable coupon, step-up/down coupon or a zero-coupon.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Fixed FpML
Bond has fixed rate coupon.

Float FpML
Bond has floating rate coupon.

Struct FpML
Bond has structured coupon.


4.9 creditSeniorityScheme

Scheme Definition:

Specifies the repayment precedence of a debt instrument.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Senior FpML
Top precedence.

SubLowerTier2 FpML
Subordinate, Lower Tier 2.

SubTier1 FpML
Subordinate Tier 1.

SubTier3 FpML
Subordinate, Tier 3.

SubUpperTier2 FpML
Subordinate, Upper Tier 2.


4.10 creditSeniorityTradingScheme

Scheme Definition:

Specifies the seniority of the reference obligation used in a single name credit default swap trade.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Senior FpML
Top precedence.

Subordinate FpML
Subordinate


4.11 cutNameScheme

Scheme Definition:

The specification of the cut name, or expiry date and time, for an FX OTC option.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Comex FpML
2:30 p.m. New York time.

ECB FpML
1:30 p.m. London time.

LondonEveningGold FpML
3:00 p.m. London time.

LondonEveningPgm FpML
2:00 p.m. London time.

LondonMorningGold FpML
10:30 a.m. London time.

LondonMorningPgm FpML
9:45 a.m. London time.

Mexico FpML
12:30 p.m. New York time.

NewYork FpML
10:00 a.m. New York time.

NewYorkPgm FpML
9:30 a.m. New York time.

SilverLondon FpML
12:15 p.m. London time.


4.12 dayCountFractionScheme

Scheme Definition:

Defines a scheme of values for specifiying how the number of days between two dates is calculated for purposes of calculation of a fixed or floating payment amount and the basis for how many days are assumed to be in a year.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
1/1 FpML
Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 4.16. Day Count Fraction, paragraph (a).

30/360 FpML
Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 4.16. Day Count Fraction, paragraph (e).

30E/360 FpML
Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 4.16. Day Count Fraction, paragraph (f).

ACT/360 FpML
Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 4.16. Day Count Fraction, paragraph (d).

ACT/365.FIXED FpML
Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 4.16. Day Count Fraction, paragraph (c).

ACT/ACT.AFB FpML
The Fixed/Floating Amount will be calculated in accordance with the "BASE EXACT/EXACT" day count fraction, as defined in the "Definitions Communes ?lusieurs Additifs Techniques" published by the Association Fran?se des Banques in September 1994.

ACT/ACT.ISDA FpML
Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 4.16. Day Count Fraction, paragraph (b). Going from FpML 2.0 Recommendation to the FpML 3.0 Trial Recommendation the code in FpML 2.0 'ACT/365.ISDA' became 'ACT/ACT.ISDA'.

ACT/ACT.ISMA FpML
The Fixed/Floating Amount will be calculated in accordance with Rule 251 of the statutes, by-laws, rules and recommendations of the International Securities Market Association, as published in April 1999, as applied to straight and convertible bonds issued after December 31, 1998, as though the Fixed/Floating Amount were the interest coupon on such a bond.


4.13 derivativeCalculationMethodScheme

Scheme Definition:

Specifies the method by which a derivative is computed.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Analytic FpML
The derivative is computed analytically, e.g. by a closed form analytical equation.

Numerical FpML
The derivative is computed by other (non-perturbative) numerical means, such as a direct output from a numerical model.

Perturbation FpML
The derivative is computed by a numerical difference method, ie. by numerically perturbing the input, recalculating the measure, and dividing by the amount of the perturbation.

Substitution FpML
The derivative is computed by finite difference based on the substitution of a supplied pricing input, e.g. a bumped yield curve.


4.14 governingLawScheme

Scheme Definition:

Identification of the law governing the transaction.

Scheme Identification:

Description:

In general the codes are the ISO country code where the applicable law is the law of an entire country

For countries that have more than one legal regime the code is constructed from the two-character ISO country code followed by two characters indicating the legal regime. In the cases of Canada and the United States of America, these two characters are the conventional abbreviations for the provinces and states respectively. In the case of the United Kingdom, the first two characters are "GB" followed by two characters indicating the legal regime.

The following are examples of valid codes, not an exhaustive list.


Coding Scheme

CODE SOURCE DESCRIPTION
CAAB FpML
Alberta law

CABC FpML
British Columbia Law

CAMN FpML
Manitoba law

CAON FpML
Ontario law

CAQC FpML
Quebec law

DE FpML
German law

FR FpML
French law

GBEN FpML
English law

GBGY FpML
The law of the island of Guernsey

GBIM FpML
The law of the Isle of Man

GBJY FpML
The law of the island of Jersey

GBSC FpML
Scottish law

JP FpML
Japanese law

USCA FpML
Californian law

USIL FpML
Illinois law

USNY FpML
New York law


4.15 floatingRateIndexScheme

Scheme Definition:

ISDA Rate Options as published by ISDA in the Annex to the 2000 Definitions, Section 7.1. Rate Options.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
AUD-AONIA-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

AUD-BBR-BBSW ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

AUD-BBR-BBSY (BID) ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

AUD-BBR-ISDC ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

AUD-LIBOR-BBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

AUD-LIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-BA-CDOR ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-BA-ISDD ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-BA-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-BA-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-CORRA-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-LIBOR-BBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-LIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-REPO-CORRA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-TBILL-ISDD ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-TBILL-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CAD-TBILL-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CHF-Annual Swap Rate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CHF-Annual Swap Rate-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CHF-LIBOR-BBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CHF-LIBOR-ISDA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CHF-LIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CHF-TOIS-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CZK-PRIBOR-PRBO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

CZK-PRIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

DKK-CIBOR-DKNA13 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

DKK-CIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

DKK-CIBOR2-DKNA13 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

DKK-CITA-DKNA14-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

DKK-DKKOIS-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-Annual Swap Rate-10:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-Annual Swap Rate-11:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-Annual Swap Rate-3 Month ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-Annual Swap Rate-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-EONIA-AVERAGE ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-EONIA-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-EURIBOR-Act/365 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-EURIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-EURIBOR-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-EURONIA-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-ISDA-EURIBOR Swap Rate-11:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-ISDA-EURIBOR Swap Rate-12:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-ISDA-LIBOR Swap Rate-10:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-ISDA-LIBOR Swap Rate-11:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-LIBOR-BBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-LIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-TAM-CDC ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-TEC10-CNO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-TEC10-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-TEC5-CNO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-TEC5-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

EUR-TMM-CDC-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GBP-LIBOR-BBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GBP-LIBOR-ISDA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GBP-LIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GBP-Semi-Annual Swap Rate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GBP-Semi-Annual Swap Rate-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GBP-WMBA-SONIA-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GRD-ATHIBOR-ATHIBOR ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GRD-ATHIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GRD-ATHIBOR-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GRD-ATHIMID-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

GRD-ATHIMID-Reuters ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

HKD-HIBOR-HIBOR= ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

HKD-HIBOR-HKAB ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

HKD-HIBOR-ISDC ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

HKD-HIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

HKD-HONIX-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

HUF-BUBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

HUF-BUBOR-Reuters ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

IDR-SOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

IDR-SOR-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-BMK ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-CMT ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-INBMK-REUTERS ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-MIBOR-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-MIFOR ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-MIOIS ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-MITOR-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

INR-REFERENCE BANKS ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-ISDA-Swap Rate-10:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-ISDA-Swap Rate-15:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-LIBOR-BBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-LIBOR-ISDA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-LIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-17096 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-17097 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-DTIBOR01 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-TIBM (10 Banks) ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-TIBM (5 Banks) ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-TIBM (All Banks) ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-TIBM-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TIBOR-ZTIBOR ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TONA-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TSR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TSR-Telerate-10:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

JPY-TSR-Telerate-15:00 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

KRW-CD-3220 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

KRW-CD-KSDA-Bloomberg ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

MXN-TIIE-Banxico ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

MXN-TIIE-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

MYR-KLIBOR-BNM ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

MYR-KLIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

NOK-NIBOR-NIBR ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

NOK-NIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

NZD-BBR-FRA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

NZD-BBR-ISDC ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

NZD-BBR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

NZD-BBR-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

NZD-NZIONA-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

PLZ-WIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

PLZ-WIBOR-WIBO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SAR-SRIOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SAR-SRIOR-SUAA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SEK-SIOR-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SEK-STIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SEK-STIBOR-SIDE ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SGD-SIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SGD-SIBOR-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SGD-SONAR-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SGD-SOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SGD-SOR-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SKK-BRIBOR-Bloomberg ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SKK-BRIBOR-BRBO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SKK-BRIBOR-NBSK07 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

SKK-BRIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

THB-SOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

THB-SOR-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

THB-THBFIX-REUTERS ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

TWD-Reference Dealers ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

TWD-Telerate-6165 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

TWD-TWCPBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-BA-H.15 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-BA-Reference Dealers ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-BMA Municipal Swap Index ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CD-H.15 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CD-Reference Dealers ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CMS-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CMS-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CMT-T7051 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CMT-T7052 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-COF11-FHLBSF ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-COF11-Telerate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CP-H.15 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-CP-Reference Dealers ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-Federal Funds-H.15 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-Federal Funds-H.15-OIS-COMPOUND ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-Federal Funds-Reference Dealers ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-FFCB-DISCO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-ISDA-Swap Rate ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-LIBOR-BBA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-LIBOR-ISDA ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-LIBOR-LIBO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-LIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-Prime-H.15 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-Prime-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-S&P Index-High Grade ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-SIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-SIBOR-SIBO ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-TBILL-H.15 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-TBILL-Secondary Market ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-TIBOR-ISDC ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-TIBOR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-Treasury Rate-T19901 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

USD-Treasury Rate-T500 ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

ZAR-DEPOSIT-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

ZAR-DEPOSIT-SAFEX ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

ZAR-JIBAR-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

ZAR-JIBAR-SAFEX ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

ZAR-PRIME-AVERAGE ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.

ZAR-PRIME-AVERAGE-Reference Banks ISDA
Per Annex to the 2000 ISDA Definitions, Section 7.1 Rate Options, as amended and supplemented through the date on which parties enter into the relevant transaction.


4.16 indexAnnexSourceScheme

Scheme Definition:

Defines a scheme of values for specifiying the CDX index annex source.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
MasterConfirmation FpML
As defined in the relevant form of Master Confirmation applicable to the confirmation of Dow Jones CDX indices.

Publisher FpML
As defined in the relevant form of Master Confirmation applicable to the confirmation of Dow Jones CDX indices.


4.17 inflationIndexDescriptionScheme

Scheme Definition:

Scheme Identification:

Description:

The specification of the Index Descriptions based on the section 1.2 of the 2005 ISDA Inflation Derivatives Definitions.


Coding Scheme

CODE SOURCE DESCRIPTION
AUD-CPI FpML
AUD – Non-revised Consumer Price Index (CPI).

BLG-HICP FpML
BLG – Non-revised Harmonised Consumer Price Index (HICP).

BRL-IGPM FpML
BRL – Non-revised Price Index (IGP-M).

BRL-IPCA FpML
BRL – Non-revised Consumer Price Index (IPCA).

CAD-CPI FpML
CAD – Non-revised Consumer Price Index (CPI).

DEK-CPI FpML
DEK – Non-revised Consumer Price Index (CPI).

DEU-SB FpML
Statistiches Bundesamt.

ESP-CPI FpML
ESP – National-Non-revised Consumer Price Index (CPI).

ESP-HICP FpML
ESP – Harmonised-Non-revised Consumer Price Index (HCPI).

ESP-R-CPI FpML
ESP – National-Revised Consumer Price Index (CPI).

ESP-R-HICP FpML
ESP – Harmonised-Revised Consumer Price Index (HCPI).

EUR-AI-CPI FpML
EUR – All Items-Non-revised Consumer Price Index.

EUR-AI-R-CPI FpML
EUR – All Items–Revised Consumer Price Index.

EUR-EXT-CPI FpML
EUR – Excluding Tobacco-Non-revised Consumer Price.

FRC-EXT-CPI FpML
FRC – Excluding Tobacco-Non-Revised Consumer Price Index.

GRD-CPI FpML
GRD – Non-revised Consumer Price Index (CPI).

GRD-HICP FpML
GRD – Harmonised-Non-revised Consumer Price Index (HICP).

IRL-CPI FpML
IRL – Non-revised Consumer Price Index (CPI).

ISK-CPI FpML
ISK – Non-revised Consumer Price Index (CPI).

ISK-HICP FpML
ISK – Harmonised Consumer Price Index (HICP).

ITL-BC-EXT-CPI FpML
ITL – Inflation for Blue Collar Workers and Employees–Excluding Tobacco Consumer Price Index.

ITL-WC-EXT-CPI FpML
ITL – Whole Community –Excluding Tobacco Consumer Price Index.

ITL-WC-EXT-CPI FpML
ITL – Whole Community –Excluding Tobacco Consumer Price Index.

ITL-WC-INT-CPI FpML
ITL – Whole Community –Including Tobacco Consumer Price Index.

JPY-CPI-EXF FpML
JPY – Non-revised Consumer Price Index Nationwide General Excluding Fresh Food (CPI).

KRW-CPI FpML
KRW – Non-revised Consumer Price Index (CPI).

MXN-CPI FpML
MXN – Non-revised Consumer Price Index (CPI).

MXN-UDI FpML
MXN – Unidad de Inversion Index (UDI).

NLG-HICP FpML
NLG – Harmonised-Non-revised Consumer Price Index (HICP).

NZD-CPI FpML
NZD – Non-revised Consumer Price Index (CPI).

PLN-CPI FpML
PLN – Non-Revised Consumer Price Index (CPI).

SEK-CPI FpML
SEK – Non-revised Consumer Price Index (CPI).

UK-RPI FpML
GBP – Non-revised Retail Price Index (UKRPI).

USA-CPI-U FpML
USA – Non-revised Consumer Price Index – Urban (CPI-U).

ZAR-CPI FpML
ZAR – Non-revised Consumer Price Index (CPI).

ZAR-CPIX FpML
ZAR – Non-revised Consumer Price Index Excluding Mortgages(CPIX).


4.18 inflationIndexSourceScheme

Scheme Definition:

Scheme Identification:

Description:

The specification of the Index Source.


Coding Scheme

CODE SOURCE DESCRIPTION
AUCPI Bloomberg
Bloomberg Screen AUCP.

CACPI Bloomberg
Bloomberg Screen CACPI.

CGRCP(HAR/2000) Bloomberg
CGRCP(HAR/2000).

CPALBE Bloomberg
Bloomberg Screen CPALBE.

CPALEMU Bloomberg
Bloomberg Screen CPALEMU.

CPTFEMU Bloomberg
Bloomberg Screen CPTFEMU.

CPURNSA Bloomberg
Bloomberg Screen CPURNSA.

DNCPINEW Bloomberg
Bloomberg Screen DNCPINEW.

HICPFIX Reuters
Reuters Screen HICPFIX.

ITCPFOI Bloomberg
Bloomberg Screen ITCPFOI.

ITCPI Bloomberg
Bloomberg Screen ITCPI.

ITCPNIC Bloomberg
Bloomberg Screen ITCPNIC.

ITCPNICT Bloomberg
Bloomberg Screen ITCPNICT.

JCPNGEP Bloomberg
Bloomberg Screen JCPNGEP.

OATINFLATION01 Reuters
Reuters Screen OATINFLATION01.

SPCPEU Bloomberg
Bloomberg Screen SPCPEU.

SPIPC Bloomberg
Bloomberg Screen SPIPC.

SWCPI Bloomberg
Bloomberg Screen SWCPI.

UKRPI Bloomberg
Bloomberg Screen UKRPI.


4.19 inflationMainPublicationScheme

Scheme Definition:

Scheme Identification:

Description:

The specification of the Inflation Index Main Publication.


Coding Scheme

CODE SOURCE DESCRIPTION
ABS FpML
Bloomberg Screen AUCP.

BLS FpML
Bureau of Labor Statistics, on internet website: www.bls.gov/cpi/home.htm

DS FpML
Danmark Statistik, on internet website www.dst.dk.

ECBMB FpML
European Central Bank Monthly Bulletin.

Eurostat FpML
Eurostat, on internet website: www.europa.eu.int/comm/eurostat.

INE FpML
Instituto Nacional de Estadistica, on internet website: www.ine.es.

INSEEOJ FpML
INSEE Journal Officiel.

ISTAT FpML
ISTAT website: www.istat.it/English/index.htm.

MIA FpML
Japan Ministry of Internal Affairs.

ONS FpML
Office of National Statistics, on internet website www.statistics.gov.uk/instantfigures.asp

SB FpML
Statistiches Bundesmat.

SS FpML
Statistics Sweden.

STCA FpML
STCA - Statistics Canada.


4.20 informationProviderScheme

Scheme Definition:

The specification of a list of information providers and vendors who publish financial markets information. Their information sources will typically be used to determine a relevant market rate, price or index.

Scheme Identification:

Description:

List compiled from the Annex to the 2000 ISDA Definitions Section 7.2 - Certain Published and Displayed Sources, and other sources.


Coding Scheme

CODE SOURCE DESCRIPTION
BankOfCanada ISDA
The central bank of Canada.

BankOfJapan ISDA
The central bank of Japan.

Bloomberg ISDA
Bloomberg LP.

FederalReserve ISDA
The Federal Reserve, the central bank of the United States.

FHLBSF ISDA
The Federal Home Loan Bank of San Francisco, or its successor.

ISDA ISDA
International Swaps and Derivatives Association, Inc.

Reuters ISDA
Reuters Group Plc.

SAFEX ISDA
South African Futures Exchange, or its successor.

Telerate ISDA
Telerate, Inc.


4.21 interpolationMethodScheme

Scheme Definition:

Specifies the type of interpolation used.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
LinearZeroYield FpML
TBD


4.22 marketDisruptionScheme

Scheme Definition:

Defines the handling of a averaging date market disruption for an equity derivative transaction.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
ModifiedPostponement FpML
As defined in section 6.7 para (c) subpara (iii) of the ISDA 2002 Equity Derivative definitions.

Omission FpML
As defined in section 6.7 para (c) subpara (i) of the ISDA 2002 Equity Derivative definitions.

Postponement FpML
As defined in section 6.7 para (c) subpara (ii) of the ISDA 2002 Equity Derivative definitions.


4.23 masterAgreementTypeScheme

Scheme Definition:

Defines the type of the master agreement governing the transaction.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
AFB FpML
AFB Master Agreement for Foreign Exchange and Derivatives Transactions

German FpML
German Master Agreement for Financial derivatives and Addendum for Options on Stock Exchange Indices or Securities

ISDA1987 FpML
ISDA 1987 Master Agreement

ISDA1992 FpML
ISDA 1992 Master Agreement

ISDA2002 FpML
ISDA 2002 Master Agreement

Swiss FpML
Swiss Master Agreement for OTC Derivatives Instruments


4.24 masterConfirmationTypeScheme

Scheme Definition:

Defines the type of master confirmation agreement governing the transaction.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
2003CreditIndex FpML
Used for CDS Index trades. Relevant Master Confirmation determined by the contents of the creditDefaultSwap element. Best practice is to use the most specific code that applies.

2004EquityEuropeanInterdealer FpML
A privately negotiated European Interdealer Master Confirmation Agreement applies.

DJ.CDX.NA FpML
Used for CDS Index trades executed under the Dow Jones CDX Master Confirmation that covers both CDX NA IG and CDX NA HY.

DJ.iTraxx.Europe FpML
Used for CDS Index trades executed under the Dow Jones iTraxx Europe Master Confirmation Agreement.

EquityAmericas FpML
A general reference to the types of Americas Master Confirmation Agreements. Use the more specific values to reference a specific type of Americas Master Confirmation Agreement.

EquityEuropean FpML
A general reference to the types of European Master Confirmation Agreements. Use the more specific values to reference a specific type of European Master Confirmation Agreement.

ISDA1999Credit FpML
ISDA 1999 Master Credit Derivatives Confirmation Agreement

ISDA2003CreditAsia FpML
ISDA 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Asia had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2003CreditAustraliaNewZealand FpML
ISDA 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Australia and New Zealand had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2003CreditEuropean FpML
ISDA 2003 Master Credit Derivatives Confirmation Agreement interpreted as if European had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2003CreditJapan FpML
ISDA 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Japan had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2003CreditNorthAmerican FpML
ISDA 2003 Master Credit Derivatives Confirmation Agreement interpreted as if North American had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2003CreditSingapore FpML
ISDA 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Singapore had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2003CreditSovereignAsia FpML
ISDA Sovereign 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Asia had been specified as the relevant Transaction Type in the Transaction Supplement. The 2003 Sovereign Master Confirmation has been superceded by the 2004.

ISDA2003CreditSovereignCentralAndEasternEurope FpML
ISDA Sovereign 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Central and Eastern Europe had been specified as the relevant Transaction Type in the Transaction Supplement. The 2003 Sovereign Master Confirmation has been superceded by the 2004.

ISDA2003CreditSovereignJapan FpML
ISDA Sovereign 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Japan had been specified as the relevant Transaction Type in the Transaction Supplement. The 2003 Sovereign Master Confirmation has been superceded by the 2004.

ISDA2003CreditSovereignLatinAmerica FpML
ISDA Sovereign 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Latin America had been specified as the relevant Transaction Type in the Transaction Supplement. The 2003 Sovereign Master Confirmation has been superceded by the 2004.

ISDA2003CreditSovereignMiddleEast FpML
ISDA Sovereign 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Middle East had been specified as the relevant Transaction Type in the Transaction Supplement. The 2003 Sovereign Master Confirmation has been superceded by the 2004.

ISDA2003CreditSovereignWesternEurope FpML
ISDA Sovereign 2003 Master Credit Derivatives Confirmation Agreement interpreted as if Western Europe had been specified as the relevant Transaction Type in the Transaction Supplement. The 2003 Sovereign Master Confirmation has been superceded by the 2004.

ISDA2004CreditSovereignAsia FpML
ISDA Sovereign 2004 Master Credit Derivatives Confirmation Agreement interpreted as if Asia had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2004CreditSovereignEmergingEuropeanAndMiddleEastern FpML
ISDA Sovereign 2004 Master Credit Derivatives Confirmation Agreement interpreted as if Emerging European and Middle Eastern had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2004CreditSovereignJapan FpML
ISDA Sovereign 2004 Master Credit Derivatives Confirmation Agreement interpreted as if Japan had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2004CreditSovereignLatinAmerican FpML
ISDA Sovereign 2004 Master Credit Derivatives Confirmation Agreement interpreted as if Latin American had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2004CreditSovereignWesternEuropean FpML
ISDA Sovereign 2004 Master Credit Derivatives Confirmation Agreement interpreted as if Western European had been specified as the relevant Transaction Type in the Transaction Supplement.

ISDA2004EquityAmericasInterdealer FpML
ISDA 2004 Americas Interdealer Master Equity Derivatives Confirmation Agreement applies.

ISDA2004EquityCanadianInterdealer FpML
ISDA 2004 Americas Interdealer Master Equty Derivatives Confirmation Agreement and 2004 Canadian Supplement to the Master Confirmation applies.

ISDA2005EquityAsiaExcludingJapanInterdealer FpML
ISDA 2005 AEJ (Asia Excluding Japan) Interdealer Master Equity Derivatives Confirmation Agreement applies.

ISDA2005EquityJapaneseInterdealer
ISDA 2005 Japanese Interdealer Master Equity Derivatives Confirmation Agreement.


4.25 matrixTypeScheme

Scheme Definition:

Defines a scheme of values for identifying the form of applicable matrix.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
CreditDerivativesPhysicalSettlementMatrix FpML
The ISDA-published Credit Derivatives Physical Settlement Matrix.

SettlementMatrix FpML
The ISDA-published 2000 ISDA Definitions Settlement Matrix for Early Terminations and Swaptions.


4.26 matrixTermScheme

Scheme Definition:

Defines a scheme of transaction types specified in the Credit Derivatives Physical Settlement Matrix.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
AsiaCorporate FpML
Matrix Transaction Type of Asia Corporate.

AsiaSovereign FpML
Matrix Transaction Type of Asia Sovereign.

AustraliaCorporate FpML
Matrix Transaction Type of Australia Corporate.

AustraliaSovereign FpML
Matrix Transaction Type of Australia Sovereign.

EmergingEuropeanAndMiddleEasternSovereign FpML
Matrix Transaction Type of Emerging European and Middle Eastern Sovereign.

EuropeanCorporate FpML
Matrix Transaction Type of European Corporate.

JapanCorporate FpML
Matrix Transaction Type of Japan Corporate.

JapanSovereign FpML
Matrix Transaction Type of Japan Sovereign.

LatinAmericaSovereign FpML
Matrix Transaction Type of Latin America Sovereign.

NewZealandCorporate FpML
Matrix Transaction Type of New Zealand Corporate.

NewZealandSovereign FpML
Matrix Transaction Type of New Zealand Sovereign.

NorthAmericanCorporate FpML
Matrix Transaction Type of North American Corporate.

SingaporeCorporate FpML
Matrix Transaction Type of Singapore Corporate.

SingaporeSovereign FpML
Matrix Transaction Type of Singapore Sovereign.

WesternEuropeanSovereign FpML
Matrix Transaction Type of Western European Sovereign.


4.27 perturbationTypeScheme

Scheme Definition:

Specifies the type of perturbation applied to compute a derivative perturbatively.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Absolute FpML
The perturbation is absolute, ie. it is ADDED to the original value.

Relative FpML
The perturbation is relative, ie. it is MULTIPLIED by the original value.


4.28 pricingInputTypeScheme

Scheme Definition:

Specifies the type of pricing structure represented.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
AssetPrices FpML
A representation of the prices of collection of assets (in any asset class).

CreditCurve FpML
A representation of credit pricing at different maturities.

FXForecastCurve FpML
A representation of forecast FX rates at different maturities.

Time FpML
The valuation date or other time input.

VolatilityMatrix FpML
A representation of the volatlity of an asset (in any asset class).

YieldCurve FpML
A representation of the interest rates (yields) at different maturities.


4.29 priceQuoteUnitsScheme

Scheme Definition:

Specifies the units in which a price is quoted.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
BasisPointValue FpML
The value (expressed in currency units) per basis point change in the underlying rate. Typically used for expressing sensitivity to interest rate chages ("IR delta" risk, "rho" risk).

BasisPointValuePerBasisPoint FpML
The Basis Point Value (BPV) (expressed in currency units per basis point) per basis point change in the underlying rate. Typically used for expressing second order sensitivity to interest rate changes (IR "gamma" risk, "convexity").

Discount FpML
A discount factor expressed as a decimal, e.g. 0.95.

ExchangeRate FpML
A dimensionless conversion rate, e.g. 1.2. Typically used for FX.

IRFuturesPrice FpML
A IMM futures style price, e.g. 9750 is equivalent to 2.5%.

LogNormalVolatility FpML
A log normal volatility, expressed in %/month [?] .

ParValueDecimal FpML
A price, expressed in percentage of face value as a decimal, e.g. 101.5.

ParValueFraction FpML
A price, expressed in percentage of face value with fractions, e.g. 101 3/8. Normally used for quoting bonds.

Price FpML
A price, expressed in currency units.

Rate FpML
A yield (typically an interest rate) expressed as a decimal. I.e. 0.05 means 5%.

Shares FpML
The number of units of stock. Typically used for expressing sensitivity to equity prices (equity "delta" risk).

ValuePerDay FpML
The value (expressed in currency units) for a one day change in a valuation date. Typically used for expressing sensitivity to the passage of time ("theta" risk, "carry", etc.).

ValuePerPercent FpML
The value (expressed in currency units) per percent change in the underlying rate. Typically used for expressing sensitivity to volatility changes ("vega" risk).


4.30 queryParameterOperatorScheme

Scheme Definition:

Specifies the query parameter operator.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Equals FpML
The equals operator.

GreaterThan FpML
The greater than operator.

LessThan FpML
The less than operator.

NotEquals FpML
The not equals operator.


4.31 quoteTimingScheme

Scheme Definition:

Specifies the type of the time of the quote.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Close FpML
The quotation represents the end of day/market close.

High FpML
The quotation represents the highest value obtained during the day.

Low FpML
The quotation represents the lowest value obtained during the day.

Open FpML
The quotation represents the beginning of day/market open.


4.32 restructuringScheme

Scheme Definition:

Specifies the form of the restructuring credit event that is applicable to the credit default swap.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
ModModR FpML
2003 Definitions: Restructuring (Section 4.7) and Modified Restructuring Maturity Limitation and Conditionally Transferable Obligation (Section 2.33) apply.

ModR FpML
1999 Definitions: Restructuring definition and May 2001 Restructuring supplement apply.Note that the 1999 Restructuring definition can be altered on a bilateral basis with the November 2001 Successor Supplement. 2003 Definitions: Restructuring (Section 4.7) and Restructuring Maturity Limitation and Fully Transferable Obligation (Section 2.32) apply.

R FpML
Restructuring as defined in the applicable ISDA Credit Derivatives Definitions. (1999 or 2003). Note that the 1999 Restructuring definition can be altered on a bilateral basis with the November 2001 Successor Supplement.


4.33 scheduledDateTypeScheme

Scheme Definition:

Defines the type of each scheduled date that is reported.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
AccrualStart FpML
Date interest first starts accruing. In most cases, this will be the effective date.

Effective FpML
The effective date of the swap leg. This is useful when the information is not directly included in the swap stream (for example, in certain equity swaps).

FinalPayment FpML
The date of the final payment defined by this asset. The amount of the payment, if known, could be represented by an associated value of measure type “Cash”.

FirstPayment FpML
The date of the first payment defined by this asset. The amount of the payment, if known, could be represented by an associated value of measure type “Cash”.

NextPayment FpML
The date of the next upcoming payment defined by this asset, on or after the valuation date. The amount of the payment, if known, could be represented by an associated value of measure type “Cash”.

NextReset FpML
The date of the next upcoming reset in this stream, after the valuation date.

PreviousPayment FpML
The date of the most recent payment defined by this asset prior to the valuation date. The amount of the payment could be represented by an associated value of measure type “Cash”.

PreviousReset FpML
The date of the most recent reset in this stream, on or before the valuation date. The reset rate could be represented by an associated value of measure type “MarketQuote” (for an untreated rate), and/or one of measure type “TreatedRate” (for a treated rate).

Termination FpML
The termination date of the swap leg. This is useful when the information is not directly included in the swap stream (for example, in certain equity swaps).


4.34 settlementMethodScheme

Scheme Definition:

The specification of the method for settling a particular trade.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Chaps FpML
To be settled via Chaps network.

ChipsABA FpML
To be settled via Chips ABA.

ChipsUID FpML
To be settled via Chips UID.

CLS FpML
To be settled via CLS Bank.

DDA FpML
To be settled over DDA account.

Fedwire FpML
To be settled via U.S. Fedwire.

SWIFT FpML
To be settled via SWIFT network.


4.35 settlementPriceSourceScheme

Scheme Definition:

The source from which the settlement price is to be obtained.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
Bid FpML
The bid price per share on the exchange at the valuation time on the valuation date

Mid FpML
The mid-market price per share on the exchange at the valuation time on the valuation date

NASDAQ FpML
An amount equal to the arithmetic average of the two prices constituting the Bid/Offer Spread. "Bid/Offer Spread" means the highest bid price per share and the corresponding lowest offer price per share last published prior to or at the expiration time on the expiration date.

Offer FpML
The offer price per share on the exchange at the valuation time on the valuation date

OfficialClose FpML
(i) The published official closing price of the shares on the exchange on the valuation date, or (ii) the official closing level of the index, as published by the index sponsor, on the valuation date

OfficialSettlement FpML
The official settlement price (however described under the rules of the relevant exchange or its clearing house) on maturity of any of the relevant exchange-traded contracts published by the exchange or its clearing house. For this purpose, exchange-traded contract shall mean a future or listed option contract on the Index whose delivery date is expected to be on the valuation date

PrezzoDiRiferimento FpML
The official reference price per share quoted by the exchange on the exchange business day immediately prior to the expiration date equal to the weighted average of the last 10% traded volume on the share


4.36 settlementRateOptionScheme

Scheme Definition:

Defines a scheme of settlement rate options specified in the Annex A to the 1998 FX and Currency Option Definitions.

Scheme Identification:

Coding Scheme

CODE SOURCE DESCRIPTION
ARS.BNAR/ARS01 FpML
The Spot Rate for a Rate Calculation Date will be the Argentine Peso/U.S. Dollar Specified Rate, expressed as the amount of Argentine Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Buenos Aires and New York) which appears on the Reuters Screen BNAR Page at the close of business in Buenos Aires on that Rate Calculation Date.

ARS.OFFICIAL.RATE/ARS02 FpML
The Spot Rate for a Rate Calculation Date will be the Argentine Peso/U.S. Dollar Specified Rate, expressed as the amount of Argentine Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Buenos Aires and New York) quoted by the Banco Central de la Republica Argentina (in accordance with the Convertibility Law and Regulatory Decree No. 529/91 of April 1, 1991) at the Specified Time, if any, on that Rate Calculation Date.

BRL.BRBY/BRL01 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar Specified Rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both Sao Paulo and New York) which appears on the Reuters Screen BRBY Page under the caption "INTBK FLTING (LAST)" at approximately 11:00 a.m., São Paulo time, on that Rate Calculation Date.

BRL.OFFICIAL.RATE/BRL02 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar Specified Rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both São Paulo and New York) reported by the Banco Central do Brasil in the "Diário Oficial da União" on the first Business Day following that Rate Calculation Date.

BRL.PCOT-COMMERCIAL/BRL03 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar commercial rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both São Paulo and New York) reported by the Banco Central do Brasil on SISBACEN Data System under transaction code PCOT- 390, Option 3, at the Specified Time, if any, on that Rate Calculation Date.

BRL.PCOT-FLOATING/BRL04 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar floating rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both São Paulo and New York) reported by the Banco Central do Brasil on SISBACEN Data System under transaction code PCOT- 390, Option 3, at the Specified Time, if any, on that Rate Calculation Date.

BRL.PTAX-COMMERCIAL.BRFR/BRL06 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar commercial rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both São Paulo and New York) reported by the Banco Central do Brasil which appears on the Reuters Screen BRFR Page at PTAX-800 as of 11:00 a.m., São Paulo time, on the first Business Day following that Rate Calculation Date. 23

BRL.PTAX-COMMERCIAL/BRL05 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar commercial rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both São Paulo and New York) reported by the Banco Central do Brasil on SISBACEN Data System under transaction code PTAX- 800 ("Consultas de Cãmbio" or Exchange Rate Inquiry), Option 5 ("Cotacões para Contabilidad" or Rates for Accounting Purposes) market type "L" (corresponding to U.S. Dollars traded in the foreign exchange market segment officially denominated "Livre" and commonly known as "Comercial") as of 7:30 p.m., São Paulo time, on that Rate Calculation Date.

BRL.PTAX-FLOATING.BRFR/BRL08 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar floating rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both São Paulo and New York) reported by the Banco Central do Brasil on the SISBACEN Data System which appears on the Reuters Screen BRFR Page at PTAX-800 as of 11:00 a.m., São Paulo time, on the first Business Day following that Rate Calculation Date.

BRL.PTAX-FLOATING/BRL07 FpML
The Spot Rate for a Rate Calculation Date will be the Brazilian Real/U.S. Dollar floating rate, expressed as the amount of Brazilian Reais per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both São Paulo and New York) reported by the Banco Central do Brasil on SISBACEN Data System under transaction code PTAX- 800 ("Consultas de Câmbio" or Exchange Rate Inquiry), Option 5 ("Cotacões para Contabilidad" or Rates for Accounting Purposes) market type "F" (corresponding to U.S. Dollars traded in the foreign exchange market segment officially denominated "Flutuante") as of 7:30 p.m., São Paulo time, on that Rate Calculation Date.

CLP.BCCH/CLP01 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar observado rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) reported by the Banco Central de Chile which appears on the Reuters Screen BCCH Page under the caption "OBSERVADO" at 10:00 a.m., Santiago time, on the first Business Day following that Rate Calculation Date.

CLP.CHILD-INFORMAL/CLP02 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar informal rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) of the informal exchange market which appears on the Reuters Screen CHILD Page at the Specified Time, if any, on that Rate Calculation Date.

CLP.CHILD-INTERBANK/CLP03 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar interbank rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) reported by the Banco Central de Chile for the formal exchange market which appears on the Reuters Screen CHILD Page at the Specified Time, if any, on that Rate Calculation Date.

CLP.CHILD-OBSERVADO/CLP04 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar observado rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) reported by the Banco Central de Chile which appears on the Reuters Screen CHILD Page on the first Business Day following that Rate Calculation Date.

CLP.CHILG-INFORMAL/CLP05 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar informal rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) of the informal exchange market which appears on the Reuters Screen CHILG Page at the Specified Time, if any, on that Rate Calculation Date.

CLP.CHILG-INTERBANK/CLP06 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar interbank rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) reported by the Banco Central de Chile for the formal exchange market which appears on the Reuters Screen CHILG Page at the Specified Time, if any, on that Rate Calculation Date.

CLP.CHILG-OBSERVADO/CLP07 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar observado rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) reported by the Banco Central de Chile which appears on the Reuters Screen CHILG Page under "OBSERVADO" at the Specified Time, if any, on the first Business Day following that Rate Calculation Date.

CLP.OFFICIAL.RATE/CLP08 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar Specified Rate, expressed as the amount of Chilean Pesos per one U.S. Dollar (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York), calculated in accordance with Title I, Chapter 1 Number 6 of the Compendium of International Exchange Norms of the Banco Central de Chile and published by the Banco Central de Chile at the Specified Time, if any, on the first Business Day following that Rate Calculation Date.

CLP.TELERATE.38942/CLP09 FpML
The Spot Rate for a Rate Calculation Date will be the Chilean Peso/U.S. Dollar observado rate, expressed as the amount of Chilean Pesos per one U.S. Dollar, for settlement on the same day (or, if such day is not a Business Day in New York, for settlement on the first succeeding day that is a Business Day in both Santiago and New York) reported by the Banco Central de Chile which appears on the Telerate Page 38942 opposite the caption "Observado" at the Specified Time, if any, on the first Business Day following the Rate Calculation Date.

CNY.SAEC/CNY01 FpML
The Spot Rate for a Rate Calculation Date will be the Chinese Renminbi/U.S. Dollar official fixing rate, expressed as the amount of Chinese Renminbi per one U.S. Dollar, for settlement in two Business Days reported by The State Administration of Exchange Control of the People’s Republic of China, Beijing, which appears on the Reuters Screen SAEC Page opposite the symbol "CYN=" as of 4:00 p.m., Beijing time, on that Rate Calculation Date.

COP.CO/COL03/COP01 FpML
The Spot Rate for a Rate Calculation Date will be the Colombian Peso/U.S. Dollar fixing rate, expressed as the amount of Colombian Pesos per one U.S. Dollar, for settlement on the same day (unless such day is not a Business Day in New York, then for settlement on the first succeeding day that is a Business Day in Bogota and New York) reported by the Colombian Banking Superintendency which appears on the Reuters Screen CO/COL03 Page opposite the caption "TRCM" ("Tasa de Cierre Representative del Mercado" or closing market price) at 12:00 noon, Bogota time, on the first Business Day following that Rate Calculation Date.

COP.TCRM/COP02 FpML
The Spot Rate for a Rate Calculation Date will be the Colombian Peso/U.S. Dollar fixing rate, expressed as the amount of Colombian Pesos per one U.S. Dollar, for settlement on the same day (unless such day is not a Business Day in New York, then for settlement on the first succeeding day that is a Business Day in Bogota and New York) reported by the Colombian Banking Superintendency as the "TASA Representative del Mercado" as of 12:00 noon, Bogota time, on the first Business Day following that Rate Calculation Date.

CURRENCY-IMPLIED.RATE.(ADR)/CURA1 FpML
the Spot Rate for a Rate Calculation Date will be the Reference Currency/U.S. Dollar exchange rate, expressed as the amount of Reference Currency per one U.S. Dollar, determined on the basis of quotations provided by Reference Dealers on that Rate Calculation Date of that day’s price of a Specified Company’s American Depositary Receipt or American Depositary Receipts (the "ADR" or "ADRs", as appropriate) and the price of the local share or shares of such Specified Company of the same type and in the same quantity represented by such ADR or ADRs, as the case may be (the "Share" or "Shares", as appropriate). The Calculation Agent will request each of the Reference Dealers to provide a firm quotation of (A) in the case where one ADR represents less than one Share, its bid and offer price (in the Reference Currency) for one Share and its bid and offer price (in U.S. Dollars) for the number of ADRs which represent such Share and (B) in all other cases, its bid and offer price (in the Reference Currency) for the Share or Shares, as the case may be, and its bid and offer price (in U.S. Dollars) for one ADR. If one or more quotations are provided, the rate for a Rate Calculation Date will equal the ratio of (1) the arithmetic mean of the midpoint of the bid and offer prices quoted in the Reference Currency by each Reference Dealer for such Share or Shares, as the case may be, and (2) the arithmetic mean of the midpoint of the bid and offer prices quoted in U.S. Dollars by each Reference Dealer for such ADR or ADRs, as the case may be, subject to an adjustment, if any, by the Calculation Agent to reduce the effect of momentary disparities in the prices of the Share or Shares and the ADR or ADRs, as appropriate. The quotations used to determine the Spot Rate for a Rate Calculation Date will be determined in each case at the Specified Time on the Rate Calculation Date or, if no such time is specified, the time chosen by the Calculation Agent.

CURRENCY-IMPLIED.RATE.(LOCAL.ASSET)/CURA2 FpML
The Spot Rate for a Rate Calculation Date will be the Reference Currency/Settlement Currency exchange rate, expressed as the amount of Reference Currency per one unit of Settlement Currency, determined on the basis of quotations provided by Reference Dealers on that Rate Calculation Date for that day’s price of Local Assets. The Calculation Agent will request each of the Reference Dealers to provide a firm quotation of its bid and offer price (in both the Reference Currency and the Settlement Currency) for an amount of Local Assets whose face value equals the Specified Amount. If one or more quotations are provided, the rate for a Rate Calculation Date will equal the ratio of (A) the arithmetic mean of the midpoint of the bid and offer prices quoted in the Reference Currency by each Reference Dealer for such Local Assets and (B) the arithmetic mean of the midpoint of the bid and offer prices quoted in the Settlement Currency by each Reference Dealer for such Local Assets. The quotations used to determine the Spot Rate for a Rate Calculation Date will be determined in each case at the Specified Time on the Rate Calculation Date or, if no such time is specified, the time chosen by the Calculation Agent.

CURRENCY-MUTUAL.AGREEMENT/CURA3 FpML
The Spot Rate for a Rate Calculation Date will be the Reference Currency/Settlement Currency Specified Rate, expressed as the amount of the Reference Currency per one unit of Settlement Currency, for settlement on the Settlement Date agreed upon by the parties on or prior to that Rate Calculation Date (or, if different, the day on which rates for that date would, in the ordinary course, be published or announced).

CURRENCY-REFERENCE.DEALERS/CURA4 FpML
The Spot Rate for a Rate Calculation Date will be determined on the basis of quotations provided by Reference Dealers on that Rate Calculation Date of that day’s Specified Rate, expressed as the amount of Reference Currency per one unit of Settlement Currency, for settlement on the Settlement Date. The Calculation Agent will request the Specified Office of each of the Reference Dealers to provide a firm quotation of its Specified Rate for a transaction where the amount of Reference Currency equals the Specified Amount. If four quotations are provided, the rate for a Rate Calculation Date will be the arithmetic mean of the Specified Rates, without regard to the Specified Rates having the highest and lowest value. If exactly three quotations are provided, the rate for a Rate Calculation Date will be the Specified Rate provided by the Reference Dealer that remains after disregarding the Specified Rates having the highest and lowest values. For this purpose, if more than one quotation has the same highest value or lowest value, then the Specified Rate of one of such quotations shall be disregarded. If exactly two quotations are provided, the rate for a Rate Calculation Date will be the arithmetic mean of the Specified Rates. If only one quotation is provided, the rate for a Rate Calculation Date will be the Specified Rate quoted by that Reference Dealer. The quotations used to determine the Spot Rate for a Rate Calculation Date will be determined in each case at the Specified Time on that Rate Calculation Date or, if no such time is specified, the time chosen by the Calculation Agent.

CURRENCY-WHOLESALE.MARKET/CURA5 FpML
The Spot Rate for a Rate Calculation Date will be determined by the Calculation Agent on the basis of that day’s Specified Rate, expressed as the amount of Reference Currency per one unit of Settlement Currency, in a legal and customary wholesale market in which there is no, or minimal, Governmental Authority controls or interference, except as a participant in such market.

ECS.DNRP/ECS01 FpML
The Spot Rate for a Rate Calculation Date will be the Ecuadorian Sucre/U.S. Dollar Specified Rate, expressed as the amount of Ecuadorian Sucres per one U.S. Dollar, for settlement in one Business Day (where such day is a Business Day in Guayaquil and New York) which appears on Reuters Screen DNRP Page at 12:00 noon, Guayaquil time, on that Rate Calculation Date.

ILS FXIL/ILS02 FpML
The Spot Rate for a Rate Calculation Date will be the Israeli Shekel/U.S. Dollar Specified Rate, expressed as the amount of Israeli Shekels per one U.S. Dollar, for settlement in two Business Days which appears on the Reuters Screen FXIL Page as of 1:00 p.m., Tel Aviv time, on that Rate Calculation Date.

ILS.BOIJ/ILS01 FpML
The Spot Rate for a Rate Calculation Date will be the Israeli Shekel/U.S. Dollar Specified Rate, expressed as the amount of Israeli Shekels per one U.S. Dollar, for settlement in two Business Days which appears on the Reuters Screen BOIJ Page as of 1:00 p.m., Tel Aviv time, on that Rate Calculation Date.

INR.RBIB/INR01 FpML
The Spot Rate for a Rate Calculation Date will be the Indian Rupee/U.S. Dollar reference rate, expressed as the amount of Indian Rupee per one U.S. Dollar, for settlement in two Business Days reported by the Reserve Bank of India which appears on the Reuters Screen RBIB Page at 2:30 p.m., Mumbai time, on that Rate Calculation Date.

KRW.KEBEY/KRW01 FpML
The Spot Rate for a Rate Calculation Date will be the Korean Won/U.S. Dollar Specified Rate, expressed as the amount of Korean Won per one U.S. Dollar, for settlement in two Business Days which appears on the Reuters Screen KEBEY Page at the Specified Time, if any, on that Rate Calculation Date.

KRW.KFTC18/KRW02 FpML
The Spot Rate for a Rate Calculation Date will be the Korean Won/U.S. Dollar market average rate (official fixing), expressed as the amount of Korean Won per one U.S. Dollar, for settlement in two Business Days reported by the Korea Financial Telecommunications and Clearing Corporation which appears on the Reuters Screen KFTC18 Page under the heading "KRW" and in the row "USD" between the hours of 8:00 a.m. and 9:00 a.m., Seoul time, on the first Business Day following that Rate Calculation Date.

KRW.TELERATE.45644/KRW03 FpML
The Spot Rate for a Rate Calculation Date will be the Korean Won/U.S. Dollar market average rate (official fixing), expressed as the amount of Korean Won per one U.S. Dollar, for settlement in two Business Days reported by the Korea Financial Telecommunications and Clearing Corporation which appears on the Telerate Page 45644 between the hours of 8:00 a.m. and 9:00 a.m., Seoul time, on the first Business Day following that Rate Calculation Date.

LBP.BDLX/LBP01 FpML
The Spot Rate for a Rate Calculation Date will be the Lebanese Pound/U.S. Dollar Specified Rate, expressed as the amount of Lebanese Pounds per one U.S. Dollar, for settlement in two Business Days which appears on the Reuters Screen BDLX Page as of 12:00 noon, Beirut time, on that Rate Calculation Date.

MAD.OFFICIAL.RATE/MAD01 FpML
The Spot Rate for a Rate Calculation Date will be the Moroccan Dirham/U.S. Dollar Specified Rate, expressed as the amount of Moroccan Dirham per one U.S. Dollar, for settlement in two Business Days reported by the Central Bank of Morocco as of 1:00 p.m., Rabat time, on that Rate Calculation Date.

MXP.BNMX/MXP01 FpML
The Spot Rate for a Rate Calculation Date will be the Mexican Pesos/U.S. Dollar Specified rate, expressed as the amount of Mexican Pesos per one U.S. Dollar, for settlement in two Business Days reported by Banco de Mexico which appears on the Reuters Screen BNMX Page opposite the caption "Fix" at the close of business in Mexico City on that Rate Calculation Date.

MXP.FIXING.RATE/MXP02 FpML
The Spot Rate for a Rate Calculation Date will be the Mexican Peso/U.S. Dollar fixing rate, expressed as the amount of Mexican Pesos per one U.S. Dollar, for settlement in two Business Days which is published by Banco de Mexico in the Official Gazette of the Federation pursuant to the "Disposiciones aplicables a la determinacion del tipo de Câmbio para solventar obligaciones denominadas en moneda extranjera pagaderas en la Republica Mexicana" (Rules applicable to determine the exchange rate to pay obligations denominated in foreign currency payable in Mexico) on the first Business Day following that Rate Calculation Date.

MXP.MEX01/MXP03 FpML
The Spot Rate for a Rate Calculation Date will be the Mexican Peso/U.S. Dollar fixing rate, expressed as the amount of Mexican Pesos per one U.S. Dollar, for settlement in two Business Days reported by Banco de Mexico which appears on Reuters Screen MEX01 Page under the heading "MXNFIX=RR", at the close of business in Mexico City on that Rate Calculation Date.

MXP.PUBLISHED/MXP04 FpML
The Spot Rate for a Rate Calculation Date will be the Mexican Peso/U.S. Dollar fixing rate, expressed as the amount of Mexican Pesos per one U.S. Dollar, for settlement in two Business Days which is published by the Bolsa Mexicana de Valores, S.A. de C.V. (as established in Section 2 of the "Resolution concerning the exchange rate applicable for calculating the Mexican Peso equivalent of principal and interest of Mexican Treasury Notes denominated in foreign currency and payable in Mexican Pesos" published in the Diário Oficial de la Federacion on November 11, 1991) in the Movimiento Diário del Mercado de Valores de la Bolsa Mexicana de Valores, S.A. de C.V. under the heading "Movimiento Diário del Mercado de Valores" on that Rate Calculation Date.

PEN.PDSB/PEN01 FpML
The Spot Rate for a Rate Calculation Date will be the Peruvian Sol/U.S. Dollar fixing rate (mid market last), expressed as the amount of Peruvian Sols per one U.S. Dollar, for settlement on that same day which appears on the Reuters Screen PDSB Page opposite the caption "PEN=" as of 12:00 noon, Lima time, on that Rate Calculation Date.

PHP.PHPESO/PHP01 FpML
The Spot Rate for a Rate Calculation Date will be the Philippine Peso/U.S. Dollar tom rate (mid market), expressed as the amount of Philippine Pesos per one U.S. Dollar, for settlement in one Business Day which appears on the Reuters Screen PHPESO Page at approximately 11:00 a.m., Manila time, on that Rate Calculation Date.

PHP.TELERATE.15439/PHP03 FpML
The Spot Rate for a Rate Calculation Date will be the Philippine Peso/U.S. Dollar tom rate (mid market), expressed as the amount of Philippine Pesos per one U.S. Dollar, for settlement in one Business Day which appears on the Telerate Page 15439 at approximately 11:00 a.m., Manila time, on that Rate Calculation Date.

PHP.TELERATE.2920/PHP02 FpML
The Spot Rate for a Rate Calculation Date will be the Philippine Peso/U.S. Dollar Specified Rate, expressed as the amount of Philippine Pesos per one U.S. Dollar, for settlement in one Business Day which appears on the Telerate Page 2920 at the Specified Time, if any, on that Rate Calculation Date.

PKR.SBPK/PKR01 FpML
The Spot Rate for a Rate Calculation Date will be the Pakistan Rupee/U.S. Dollar reference rate, expressed as the amount of Pakistan Rupee per one U.S. Dollar, for settlement in two Business Days which appears on Reuters Screen SBPK Page at the Specified Time, if any, on that Rate Calculation Date.

PLZ.NBPQ/PLZ01 FpML
The Spot Rate for a Rate Calculation Date will be the Polish Zloty/U.S. Dollar Specified Rate, expressed as the amount of Polish Zloty per one U.S. Dollar, for settlement in two Business Days reported by the National Bank of Poland which appears on the Reuters Screen NBPQ Page at the Specified Time, if any, on that Rate Calculation Date.

PLZ.NBPR/PLZ02 FpML
The Spot Rate for a Rate Calculation Date will be the Polish Zloty/U.S. Dollar fixing rate, expressed as the amount of Polish Zloty per one U.S. Dollar, for settlement in two Business Days reported by the National Bank of Poland which appears on the Reuters Screen NBPR Page at the Specified Time, if any, on that Rate Calculation Date.

RUB.MICEXFRX/RUB01 FpML
The Spot Rate for a Rate Calculation Date will be the Russian Ruble/U.S. Dollar Specified Rate, expressed as the amount of Russian Rubies per one U.S. Dollar, for settlement on the same day reported by the Moscow Interbank Currency Exchange which appears on the Reuters Screen MICEXFRX Page as of 10:30 a.m., Moscow time, on that Rate Calculation Date.

RUB.MMVB/RUB02 FpML
The Spot Rate for a Rate Calculation Date will be the Russian Ruble/U.S. Dollar Specified Rate, expressed as the amount of Russian Rubies per one U.S. Dollar, for settlement on the same day reported by the Moscow Interbank Currency Exchange which appears on the Reuters Screen MMVB Page as of 10:30 a.m., Moscow time, on that Rate Calculation Date.

SKK.NBSB/SKK01 FpML
The Spot Rate for a Rate Calculation Date will be the Slovak Koruna/U.S. Dollar Specified Rate, expressed as the amount of Slovak Koruna per one U.S. Dollar, for settlement in two Business Days reported by the National Bank of Slovakia which appears on the Reuters Screen NBSB Page as of 11:40 a.m., Bratislava time, on that Rate Calculation Date.

TWD.TELERATE.6161/TWD01 FpML
The Spot Rate for a Rate Calculation Date will be the Taiwanese Dollar/U.S. Dollar Specified Rate, expressed as the amount of Taiwanese Dollars per one U.S. Dollar, for settlement in two Business Days reported by the Taipei Forex Inc. which appears on the Telerate Page 6161 under the heading "Spot" as of 11:00 a.m., Taipei time, on that Rate Calculation Date.

TWD.TFEMA/TWD02 FpML
The Spot Rate for a Rate Calculation Date will be the Taiwanese Dollar/U.S. Dollar Specified Rate, expressed as the amount of Taiwanese Dollars per one U.S. Dollar, for settlement in two Business Days which appears on the Reuters Screen TFEMA Page as of 11:00 a.m., Taipei time, on that Rate Calculation Date.

TWD.TPFL/TWD03 FpML
The Spot Rate for a Rate Calculation Date will be the Taiwanese Dollar/U.S. Dollar Specified Rate, expressed as the amount of Taiwanese Dollars per one U.S. Dollar, for settlement in two Business Days which appears on the Reuters Screen TPFL Page as of 11:00 a.m., Taipei time, on that Rate Calculation Date.

UAH.UICEI/UAH01 FpML
The Spot Rate for a Rate Calculation Date will be the Ukrainian Hryvnia/U.S. Dollar interbank rate, expressed as the amount of Ukrainian Hryvnia per one U.S. Dollar, for settlement on the same day reported by the Ukraine Interbank Currency Exchange which appears on the Reuters Screen UICE1 Page at the Specified Time, if any, on that Rate Calculation Date.

VER.VBCV/VEB01 FpML
The Spot Rate for a Rate Calculation Date will be the Venezuelan Bolivar/U.S. Dollar tipo de câmbio referencial rate, expressed as the amount of Venezuelan Bolivar per one U.S. Dollar, for settlement in two Business Days (where such days are Business Days in both Caracas and New York) reported by the Banco Central de Venezuela which appears on the Reuters Screen VBCV Page at approximately 5:00 p.m., Caracas time, on that Rate Calculation Date.


5 EXTERNAL SCHEME DEFINITIONS

5.37 countryScheme

Scheme Definition:

The code representation of a country.

Scheme Identification:

Description:

A valid 2 character country code as defined by the ISO standard 3166 - Codes for representation of countries http://www.niso.org/standards/resources/3166.html.



5.38 currencyScheme

Scheme Definition:

The code representation of a currency.

Scheme Identification:

Description:

A valid currency code as defined by the ISO standard 4217 - Codes for representation of currencies and funds http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html.



5.39 entityIdScheme

Scheme Definition:

A qualifier for the entity identifier that specifies which set of entity identifiers has been used to specify an entity.

Scheme Identification:

Description:

RED Entity Identifiers



5.40 entityNameScheme

Scheme Definition:

A qualifier for the entity name that specifies which set of entity names has been used to specify an entity.

Scheme Identification:

Description:

RED Entity Names



5.41 exchangeIdScheme

Scheme Definition:

A qualifier for the exchange identifier that specifies which set of exchange identifiers has been used to specify a securities or derivatives exchange.

Scheme Identification:

Description:

Market Identifier Code


Alternate URIs:

URI:

http://www.fpml.org/spec/2002/exchange-id-REC-1-0

Description:

Reuters Exchange Code



5.42 instrumentIdScheme

Scheme Definition:

A qualifier for the instrument identifier that specifies which set of instrument identifiers has been used to specify an instrument.

Scheme Identification:

Description:

Bloomberg ticker symbol


Alternate URIs:

URI:

http://www.fpml.org/spec/2002/instrument-id-CUSIP-1-0

Description:

Committee on Uniform Securities Identification Procedures


URI:

http://www.fpml.org/spec/2002/instrument-id-ISIN-1-0

Description:

International Securities Identification Number


URI:

http://www.fpml.org/spec/2003/instrument-id-Reuters-RIC-1-0

Description:

Reuters Instrument Code (RIC)


URI:

http://www.fpml.org/spec/2003/instrument-id-RED-pair-1-0

Description:

RED pair code


URI:

http://www.fpml.org/spec/2002/instrument-id-SEDOL-1-0

Description:

London Stock Exchange Daily Official List


URI:

http://www.fpml.org/spec/2002/instrument-id-Sicovam-1-0

Description:

Sicovam code



5.43 partyIdScheme

Scheme Definition:

The code for identification of parties involved in a trade.

Scheme Identification:

Description:

Valid bank identifier codes (BICs) as defined by the ISO standard 9362 - Bank identifier codes (BIC)

S.W.I.F.T is the designated authority for the assignment of BIC codes. They maintain an online BIC directory at http://www.swift.com


Alternate URIs:

URI:

http://www.fpml.org/ext/duns-numbers

Description:

The DUNS number is D&B's distinctive 9-digit identification sequence and is an internationally recognized company identifier for EDI and global electronic commerce transactions. (http://www.dnb.com)


URI:

http://www.fpml.org/ext/reuters-dealer-codes

Description:

The Reuters dealing code is a unique 4-character code assigned by Reuters that identifies a particular party and are commonly used to identify a company in various types of financial transactions



5.44 routingIdCodeScheme

Scheme Definition:

The specification of the routing id code, which can be used to determine the coding convention for the settlement.

Scheme Identification:


Valid XHTML 1.1! Valid CSS!