Files
RosettaHaskellCompiler/resources/Rosetta/Contracts/imports backup.rosetta
2022-05-19 01:53:19 +02:00

875 lines
105 KiB
Plaintext

namespace imports : <"Something">
version "${version.ok}"
enum CounterpartyRoleEnum: <"Defines the enumerated values to specify the two counterparties to the transaction.">
Party1
Party2
enum CapacityUnitEnum: <"Provides enumerated values for capacity units, generally used in the context of defining quantities for commodities.">
ALW <"Denotes Allowances as standard unit.">
BBL <"Denotes a Barrel as a standard unit.">
BCF <"Denotes Billion Cubic Feet as a standard unit.">
BDFT <"Denotes Board Feet as a standard unit.">
BSH <"Denotes a Bushel as a standard unit of weight (48 lb or 21.7725 kg).">
BTU <"Denotes British Thermal Units as a standard unit.">
CBM <"Denotes Cubic Meters as a standard unit.">
CER <"Denotes Certified Emissions Reduction as a standard unit.">
CRT <"Denotes Climate Reserve Tonnes as a standard unit.">
DAG <"Denotes 10 grams as a standard unit used in precious metals contracts (e.g MCX).">
DAY <"Denotes a single day as a standard unit used in time charter trades.">
DMTU <"Denotes Dry Metric Ton (Tonne) Units - Consists of a metric ton of mass excluding moisture.">
DTH <"Denotes a Dekatherm as a standard unit.">
ENVCRD <"Denotes Environmental Credit as a standard unit.">
ENVOFST <"Denotes Environmental Offset as a standard unit.">
FEU <"Denotes a 40 ft. Equivalent Unit container as a standard unit.">
G <"Denotes a Gram as a standard unit.">
GBCWT <"Denotes a GB Hundredweight unit as standard unit.">
GBGAL <"Denotes a GB Gallon unit as standard unit.">
GBT <"Denotes a GB Ton as a standard unit.">
GJ <"Denotes a Gigajoule as a standard unit.">
GW <"Denotes a Gigawatt as a standard unit.">
GWH <"Denotes a Gigawatt-hour as a standard unit.">
HL <"Denotes a Hectolitre as a standard unit.">
INGOT <"Denotes an Ingot as a standard unit.">
KG <"Denotes a Kilogram as a standard unit.">
KL <"Denotes a Kilolitre as a standard unit.">
KW <"Denotes a Kilowatt as a standard unit.">
KWDC <"Denotes a Kilowatt Day Capacity as a standard unit.">
KWH <"Denotes a Kilowatt-hour as a standard unit.">
KWHC <"Denotes a Kilowatt Hours Capacity as a standard unit.">
KWMC <"Denotes a Kilowatt Month Capacity as a standard unit.">
KWMINC <"Denotes a Kilowatt Minute Capacity as a standard unit.">
KWYC <"Denotes a Kilowatt Year Capacity as a standard unit.">
L <"Denotes a Litre as a standard unit.">
LB <"Denotes a Pound as a standard unit.">
MB <"Denotes a Thousand Barrels as a standard unit.">
MBF <"Denotes a Thousand board feet, which are used in contracts on forestry underlyers as a standard unit.">
MJ <"Denotes a Megajoule as a standard unit.">
MMBF <"Denotes a Million board feet, which are used in contracts on forestry underlyers as a standard unit.">
MMBBL <"Denotes a Million Barrels as a standard unit.">
MMBTU <"Denotes a Million British Thermal Units as a standard unit.">
MSF <"Denotes a Thousand square feet as a standard unit.">
MT <"Denotes a Metric Ton as a standard unit.">
MW <"Denotes a Megawatt as a standard unit.">
MWDC <"Denotes a Megawatt Day Capacity as a standard unit.">
MWH <"Denotes a Megawatt-hour as a standard unit.">
MWHC <"Denotes a Megawatt Hours Capacity as a standard unit.">
MWMC <"Denotes a Megawatt Month Capacity as a standard unit.">
MWMINC <"Denotes a Megawatt Minute Capacity as a standard unit.">
MWYC <"Denotes a Megawatt Year Capacity as a standard unit.">
OZT <"Denotes a Troy Ounce as a standard unit.">
TEU <"Denotes a 20 ft. Equivalent Unit container as a standard unit.">
THERM <"Denotes a Thermal Unit as a standard unit.">
USCWT <"Denotes US Hundredweight unit as a standard unit.">
USGAL <"Denotes a US Gallon unit as a standard unit.">
UST <"Denotes a US Ton as a standard unit.">
enum WeatherUnitEnum: <"Provides enumerated values for weather units, generally used in the context of defining quantities for commodities.">
CDD <"Denotes Cooling Degree Days as a standard unit.">
CPD <"Denotes Critical Precipitation Day as a standard unit.">
HDD <"Heating Degree Day as a standard unit.">
enum FinancialUnitEnum: <"Provides enumerated values for financial units, generally used in the context of defining quantities for securities.">
Contract <"Denotes financial contracts, such as listed futures and options.">
ContractualProduct <"Denotes a Contractual Product as defined in the CDM. This unit type would be used when the price applies to the whole product, for example, in the case of a premium expressed as a cash amount.">
IndexUnit <"Denotes a price expressed in index points, e.g. for a stock index.">
LogNormalVolatility <"Denotes a log normal volatility, expressed in %/month, where the percentage is represented as a decimal. For example, 0.15 means a log-normal volatility of 15% per month.">
Share <"Denotes the number of units of financial stock shares.">
ValuePerDay <"Denotes a value (expressed in currency units) for a one day change in a valuation date, which is typically used for expressing sensitivity to the passage of time, also known as theta risk, or carry, or other names.">
ValuePerPercent <"Denotes a value (expressed in currency units) per percent change in the underlying rate which is typically used for expressing sensitivity to volatility changes, also known as vega risk.">
Weight <"Denotes a quantity (expressed as a decimal value) represented the weight of a component in a basket.">
enum BusinessDayConventionEnum: <"The enumerated values to specify the convention for adjusting any relevant date if it would otherwise fall on a day that is not a valid business day.">
FOLLOWING <"The non-business date will be adjusted to the first following day that is a business day">
FRN <"Per 2000 ISDA Definitions, Section 4.11. FRN Convention; Eurodollar Convention. FRN is included here as a type of business day convention although it does not strictly fall within ISDA's definition of a Business Day Convention and does not conform to the simple definition given above.">
MODFOLLOWING <"The non-business date will be adjusted to the first following day that is a business day unless that day falls in the next calendar month, in which case that date will be the first preceding day that is a business day.">
PRECEDING <"The non-business day will be adjusted to the first preceding day that is a business day.">
MODPRECEDING <"The non-business date will be adjusted to the first preceding day that is a business day unless that day falls in the previous calendar month, in which case that date will be the first following day that us a business day.">
NEAREST <"The non-business date will be adjusted to the nearest day that is a business day - i.e. if the non-business day falls on any day other than a Sunday or a Monday, it will be the first preceding day that is a business day, and will be the first following business day if it falls on a Sunday or a Monday.">
NONE <"The date will not be adjusted if it falls on a day that is not a business day.">
NotApplicable <"The date adjustments conventions are defined elsewhere, so it is not required to specify them here.">
enum PeriodExtendedEnum /*extends PeriodEnum*/: <"The enumerated values to specify a time period containing the additional value of Term.">
D <"Day">
W <"Week">
M <"Month">
Y <"Year">
T <"Term. The period commencing on the effective date and ending on the termination date. The T period always appears in association with periodMultiplier = 1, and the notation is intended for use in contexts where the interval thus qualified (e.g. accrual period, payment period, reset period, ...) spans the entire term of the trade.">
C <"CalculationPeriod - the period corresponds to the calculation period For example, used in the Commodity Markets to indicate that a reference contract is the one that corresponds to the period of the calculation period.">
enum PeriodEnum: <"The enumerated values to specify the period, e.g. day, week.">
D <"Day">
W <"Week">
M <"Month">
Y <"Year">
enum InformationProviderEnum: <"The enumerated values to specify the list of information providers.">
AssocBanksSingapore <"The Association of Banks in Singapore.">
BankOfCanada <"The central bank of Canada.">
BankOfEngland <"The Bank Of England.">
BankOfJapan <"The central bank of Japan.">
Bloomberg <"Bloomberg LP.">
EuroCentralBank <"The European Central Bank.">
FederalReserve <"The Federal Reserve, the central bank of the United States.">
FHLBSF <"The Federal Home Loan Bank of San Francisco, or its successor.">
ICESWAP <"ICESWAP Rate Administrator which means ICE Benchmark Administration, or any successor thereto, as administrator of the ICE Swap Rate.">
ISDA <"International Swaps and Derivatives Association, Inc.">
Refinitiv <"Refinitiv, formerly Thomson Reuters Financial & Risk.">
ReserveBankAustralia <"The Reserve Bank of Australia.">
ReserveBankNewZealand <"The Reserve Bank of New Zealand.">
Reuters <"Reuters Group Plc.">
SAFEX <"South African Futures Exchange, or its successor.">
Telerate <"Telerate, Inc.">
TOKYOSWAP <"The Tokyo Swap Reference Rate (or TSR) Administrator, which means Refinitiv Asia Pacific Limited, or any successor thereto, as administrator of the TSR.">
enum BusinessCenterEnum: <"The enumerated values to specify the business centers.">
AEAD <"Abu Dhabi, United Arab Emirates">
AEDU <"Dubai, United Arab Emirates">
AMYE <"Yerevan, Armenia">
AOLU <"Luanda, Angola">
ARBA <"Buenos Aires, Argentina">
ATVI <"Vienna, Austria">
AUAD <"Adelaide, Australia">
AUBR <"Brisbane, Australia">
AUCA <"Canberra, Australia">
AUDA <"Darwin, Australia">
AUME <"Melbourne, Australia">
AUPE <"Perth, Australia">
AUSY <"Sydney, Australia">
BBBR <"Bridgetown, Barbados">
BDDH <"Dhaka, Bangladesh">
BEBR <"Brussels, Belgium">
BGSO <"Sofia, Bulgaria">
BHMA <"Manama, Bahrain">
BMHA <"Hamilton, Bermuda">
BNBS <"Bandar Seri Begawan, Brunei">
BOLP <"La Paz, Bolivia">
BRBD <"Brazil Business Day. This means a business day in any of Sao Paulo, Rio de Janeiro or Brasilia not otherwise declared as a financial market holiday by the Bolsa de Mercadorias & Futuros (BM&F)">
BRBR <"Brasilia, Brazil">
BRRJ <"Rio de Janeiro, Brazil">
BRSP <"Sao Paulo, Brazil">
BSNA <"Nassau, Bahamas">
BWGA <"Gaborone, Botswana">
BYMI <"Minsk, Belarus">
CACL <"Calgary, Canada">
CAMO <"Montreal, Canada">
CAOT <"Ottawa, Canada">
CATO <"Toronto, Canada">
CAVA <"Vancouver, Canada">
CAWI <"Winnipeg, Canada">
CHBA <"Basel, Switzerland">
CHGE <"Geneva, Switzerland">
CHZU <"Zurich, Switzerland">
CIAB <"Abidjan, Cote d\'Ivoire">
CLSA <"Santiago, Chile">
CNBE <"Beijing, China">
CNSH <"Shanghai, China">
COBO <"Bogota, Colombia">
CRSJ <"San Jose, Costa Rica">
CYNI <"Nicosia, Cyprus">
CZPR <"Prague, Czech Republic">
DECO <"Cologne, Germany">
DEDU <"Dusseldorf, Germany">
DEFR <"Frankfurt, Germany">
DEHH <"Hamburg, Germany">
DELE <"Leipzig, Germany">
DEMA <"Mainz, Germany">
DEMU <"Munich, Germany">
DEST <"Stuttgart, Germany">
DKCO <"Copenhagen, Denmark">
DOSD <"Santo Domingo, Dominican Republic">
DZAL <"Algiers, Algeria">
EETA <"Tallinn, Estonia">
EGCA <"Cairo, Egypt">
ESAS <"ESAS Settlement Day (as defined in 2006 ISDA Definitions Section 7.1 and Supplement Number 15 to the 2000 ISDA Definitions)">
ESBA <"Barcelona, Spain">
ESMA <"Madrid, Spain">
ETAA <"Addis Ababa, Ethiopia">
EUTA <"TARGET (euro 'Business Center')">
FIHE <"Helsinki, Finland">
FRPA <"Paris, France">
GBED <"Edinburgh, Scotland">
GBLO <"London, United Kingdom">
GETB <"Tbilisi, Georgia">
GGSP <"Saint Peter Port, Guernsey">
GHAC <"Accra, Ghana">
GRAT <"Athens, Greece">
HKHK <"Hong Kong, Hong Kong">
HNTE <"Tegucigalpa, Honduras">
HRZA <"Zagreb, Republic of Croatia">
HUBU <"Budapest, Hungary">
IDJA <"Jakarta, Indonesia">
IEDU <"Dublin, Ireland">
ILJE <"Jerusalem, Israel">
ILTA <"Tel Aviv, Israel">
INBA <"Bangalore, India">
INCH <"Chennai, India">
INHY <"Hyderabad, India">
INKO <"Kolkata, India">
INMU <"Mumbai, India">
INND <"New Delhi, India">
IRTE <"Tehran, Iran">
ISRE <"Reykjavik, Iceland">
ITMI <"Milan, Italy">
ITRO <"Rome, Italy">
ITTU <"Turin, Italy">
JESH <"St. Helier, Channel Islands, Jersey">
JMKI <"Kingston, Jamaica">
JOAM <"Amman, Jordan">
JPTO <"Tokyo, Japan">
KENA <"Nairobi, Kenya">
KRSE <"Seoul, Republic of Korea">
KWKC <"Kuwait City, Kuwait">
KYGE <"George Town, Cayman Islands">
KZAL <"Almaty, Kazakhstan">
LBBE <"Beirut, Lebanon">
LKCO <"Colombo, Sri Lanka">
LULU <"Luxembourg, Luxembourg">
LVRI <"Riga, Latvia">
MACA <"Casablanca, Morocco">
MARA <"Rabat, Morocco">
MCMO <"Monaco, Monaco">
MOMA <"Macau, Macao">
MTVA <"Valletta, Malta">
MUPL <"Port Louis, Mauritius">
MVMA <"Male, Maldives">
MWLI <"Lilongwe, Malawi">
MXMC <"Mexico City, Mexico">
MYKL <"Kuala Lumpur, Malaysia">
MYLA <"Labuan, Malaysia">
NAWI <"Windhoek, Namibia">
NGAB <"Abuja, Nigeria">
NGLA <"Lagos, Nigeria">
NLAM <"Amsterdam, Netherlands">
NLRO <"Rotterdam, Netherlands">
NOOS <"Oslo, Norway">
NPKA <"Kathmandu, Nepal">
NYFD <"New York Fed Business Day (as defined in 2006 ISDA Definitions Section 1.9 and 2000 ISDA Definitions Section 1.9)">
NYSE <"New York Stock Exchange Business Day (as defined in 2006 ISDA Definitions Section 1.10 and 2000 ISDA Definitions Section 1.10)">
NZAU <"Auckland, New Zealand">
NZWE <"Wellington, New Zealand">
OMMU <"Muscat, Oman">
PAPC <"Panama City, Panama">
PELI <"Lima, Peru">
PHMA <"Manila, Philippines">
PHMK <"Makati, Philippines">
PKKA <"Karachi, Pakistan">
PLWA <"Warsaw, Poland">
PRSJ <"San Juan, Puerto Rico">
PTLI <"Lisbon, Portugal">
QADO <"Doha, Qatar">
ROBU <"Bucarest, Romania">
RSBE <"Belgrade, Serbia">
RUMO <"Moscow, Russian Federation">
SAAB <"Abha, Saudi Arabia">
SAJE <"Jeddah, Saudi Arabia">
SARI <"Riyadh, Saudi Arabia">
SEST <"Stockholm, Sweden">
SGSI <"Singapore, Singapore">
SILJ <"Ljubljana, Slovenia">
SKBR <"Bratislava, Slovakia">
SNDA <"Dakar, Senegal">
SVSS <"San Salvador, El Salvador">
THBA <"Bangkok, Thailand">
TNTU <"Tunis, Tunisia">
TRAN <"Ankara, Turkey">
TRIS <"Istanbul, Turkey">
TTPS <"Port of Spain, Trinidad and Tobago">
TWTA <"Taipei, Taiwan">
TZDA <"Dar es Salaam, Tanzania">
TZDO <"Dodoma, Tanzania">
UAKI <"Kiev, Ukraine">
UGKA <"Kampala, Uganda">
USBO <"Boston, Massachusetts, United States">
USCH <"Chicago, United States">
USCR <"Charlotte, North Carolina, United States">
USDC <"Washington, District of Columbia, United States">
USDN <"Denver, United States">
USDT <"Detroit, Michigan, United States">
USGS <"U.S. Government Securities Business Day (as defined in 2006 ISDA Definitions Section 1.11 and 2000 ISDA Definitions Section 1.11)">
USHL <"Honolulu, Hawaii, United States">
USHO <"Houston, United States">
USLA <"Los Angeles, United States">
USMB <"Mobile, Alabama, United States">
USMN <"Minneapolis, United States">
USNY <"New York, United States">
USPO <"Portland, Oregon, United States">
USSA <"Sacramento, California, United States">
USSE <"Seattle, United States">
USWT <"Wichita, United States">
UYMO <"Montevideo, Uruguay">
VECA <"Caracas, Venezuela">
VGRT <"Road Town, Virgin Islands (British)">
VNHA <"Hanoi, Vietnam">
VNHC <"Ho Chi Minh (formerly Saigon), Vietnam">
YEAD <"Aden, Yemen">
ZAJO <"Johannesburg, South Africa">
ZMLU <"Lusaka, Zambia">
ZWHA <"Harare, Zimbabwe">
// CommodityCenters
ADSM <"Abu Dhabi Securities Exchange https://www.adx.ae/">
AGRUSFMB <"Argus Media Fertilizer Reports. http://www.argusmedia.com/Fertilizer">
APPI <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
ARGUSCRUDE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
ARGUSEUROPEANGAS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
ARGUSEUROPEANPRODUCTS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
ARGUSINTERNATIONALLPG <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
ARGUSMCCLOSKEYSCOALREPORT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
ARGUSUSPRODUCTS <"The Argus US Products report. http://www.argusmedia.com/Petroleum/Petroleum-Products/Argus-US-Products">
ASX <"Australian Securities Exchange http://www.asx.com.au/">
AWB <"Australian Wheat Board. www.awb.com.au">
AWEX <"Australian Wool Exchange. http://www.awex.com.au/home.html">
BALTICEXCHANGE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
BANKNEGARAMALAYSIAPOLICYCOMMITTEE <"The business calendar of the Bank Negara Malaysia Policy Committee.">
BELPEX <"The business calendar for the Belpex power exchange (www.belpex.be).">
BLUENEXT <"BlueNext Power Market.">
BMandF <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
BURSAMALAYSIASETTLEMENT <"The settlement business calendar for Bursa Malaysia.">
BURSAMALAYSIATRADING <"The trading business calendar for Bursa Malaysia.">
CANADIANGASPRICEREPORTER <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
CBOTSOFT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
CMAIAROMATICSMARKETREPORT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
CMAIGLOBALPLASTICSANDPOLYMERSMARKETREPORT <"CMAI Global Plastics and Polymers Market Report. http://www.ihs.com/products/chemical/index.aspx?pu=1&rd=cmai">
CMAIMETHANOLMARKETREPORT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
CMAIMONOMERSMARKETREPORT <"CMAI Monomers Market Report. http://www.ihs.com/products/chemical/index.aspx?pu=1&rd=cmai">
CMEDAIRY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
CMENONDAIRYSOFT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
COMEX <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
CRU <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
CRULONG <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
DEPARTMENTOFENERGY <"The business calendar for statistical publications by the by the United States Department of Energy (DOE).">
DEWITTBENZENEDERIVATIVES <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
DME <" Dubai Mercantile Exchange. http://www.dubaimerc.com/">
DOWJONES <"Dow Jones US Calendar. http://www.dowjones.com/">
DOWJONESENERGYSERVICE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
DowJonesPower <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
EEXCOAL <"European Energy Exchange-Coal">
EEXEMISSIONS <"European Energy Exchange-Emissions Rights">
EEXGAS <"European Energy Exchange-Gas">
EEXPOWER <"European Energy Exchange-Power">
EURONEXMATIF <"TBD.">
FERTECON <"FERTECON Limited Information Services. http://fertecon.com/current_information_services.asp">
FERTILIZERWEEK <"Fertilizer Week. http://www.crugroup.com/market-analysis/products/fertilizerweek">
GASDAILY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
GASDAILYPRICEGUIDE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
GLOBALCOAL <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
HERENREPORT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
ICE10XDAILY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
ICE10XMONTHLY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
ICECANADA <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
ICEECX <"European Climate Exchange.">
ICEGAS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
ICEOIL <"The business calendar oil and refined product contracts on ICE Futures Europe.">
ICEUSAGRICULTURAL <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
ICISPRICINGBENZENEEUROPE <"The business calendar for publication of ICIS Benzene (Europe) data.">
ICISPRICINGETHYLENEEUROPE <"The business calendar for publication of ICIS Ethylene (Europe) data.">
ICISPRICINGPOLYPROPYLENEEUROPE <"The business calendar for publication of ICIS Polyproylene (Europe) data.">
INSIDEFERC <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
JAPANMOFTSRR <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
KCBOT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
KUALALUMPURBANK <"The banking business calendar in Kuala Lumpur.">
LABUANBANK <"The business calendar for the Labuan Bank (Malaysia).">
LIFFELONDONSOFT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
LME <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
LONDONBULLIONMARKET <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
LONDONBULLIONMARKETGOLDAMONLY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
LONDONPLATINUMPALLADIUMMARKET <"The London Platinum and Palladium Market in London on which members quote prices for the buying and selling of Platinum and Palladium.">
MGEX <"Minneapolis Grain Exchange http://www.mgex.com/">
N2EX <"The business calendar for the N2EX UK power exchange (https://www.n2ex.com/aboutn2ex).">
NASDAQOMX <"NASDAQ-OMX (Formerly known as Nordpool). http://www.nasdaqomx.com/commodities">
NATURALGASWEEK <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
NERC <"Per 2005 ISDA Commodity Definitions, Article XIV.">
NGI <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
NGX <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
NUCLEARMARKETREVIEW <"The Nuclear Market Review report as published by Trade tech. http://www.uranium.info/nuclear_market_review.php">
NYMEXELECTRICITY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
NYMEXGAS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
NYMEXNATURALGAS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
NYMEXOIL <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
OFFICIALBOARDMARKETS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
OPISLPGAS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
OPISPROPANE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
PAPERPACKAGINGMONITOR <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
PAPERTRADER <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
PERTAMINA <"Pertamina-Indonesia. http://www.pertamina.com/">
PETROCHEMWIRE <"PetroChemWire Publication Calendar. http://www.petrochemwire.com/">
PIXPULPBENCHMARKINDICES <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSAPAGMARKETSCAN <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSBUNKERWIRE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSCLEANTANKERWIRE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSCRUDEOILMARKETWIRE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSDIRTYTANKERWIRE <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSEUROPEANGAS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSEUROPEANMARKETSCAN <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSMETALSALERT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSOILGRAM <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices">
PLATTSTSIIRONORE <"The Steel Index Iron Ore Service. http://www.thesteelindex.com/en/iron-ore">
PLATTSTSISCRAP <"The Steel Index Scrap Reference Prices. http://www.thesteelindex.com/en/scrapprices">
PLATTSTSISTEEL <"The Steel Index. http://www.thesteelindex.com/en/price-specifications">
PLATTSUSMARKETSCAN <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
PULPANDPAPERINTERNATIONAL <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
PULPANDPAPERWEEK <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
RIMPRODUCTSINTELLIGENCEDAILY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
SAFEXSOFT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
SFESOFT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
SGX <"Singapore Exchange. www.sgx.com">
SICOM <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
SPGSCI <"Standard and Poor's GSCI. http://us.spindices.com/index-family/commodities/sp-gsci">
STATISTICHESBUNDESAMT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
TGE <"Tokyo Grain Exchange. www.tge.or.jp">
TOCOMOIL <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
TOCOMPRECIOUS <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
TOCOMSOFT <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
UXWEEKLY <"The Ux Consulting Company. http://www.uxc.com/products/uxw_overview.aspx">
WORLDPULPMONTHLY <"Per 2005 ISDA Commodity Definitions, Section 7.2 Certain Definitions Relating To Commodity Reference Prices.">
enum DayTypeEnum: <"Lists the enumerated values to specify the day type classification used in counting the number of days between two dates.">
Business <"Applies when calculating the number of days between two dates the count includes only business days.">
Calendar <"Applies when calculating the number of days between two dates the count includes all calendar days.">
CurrencyBusiness <"Applies when calculating the number of days between two dates the count includes only currency business days.">
ExchangeBusiness <"Applies when calculating the number of days between two dates the count includes only stock exchange business days.">
ScheduledTradingDay <"Applies when calculating the number of days between two dates the count includes only scheduled trading days.">
enum SettlementTypeEnum: <"The enumeration values to specify how the option is to be settled when exercised.">
Cash <"The intrinsic value of the option will be delivered by way of a cash settlement amount determined, (i) by reference to the differential between the strike price and the settlement price; or (ii) in accordance with a bilateral agreement between the parties.">
Physical <"The securities underlying the transaction will be delivered by (i) in the case of a call, the seller to the buyer, or (ii) in the case of a put, the buyer to the seller versus a settlement amount equivalent to the strike price per share.">
Election <"Allow Election of either Cash or Physical settlement.">
CashOrPhysical <"Allow use of either Cash or Physical settlement without prior Election.">
enum TransferSettlementEnum: <"The enumeration values to specify how the transfer will settle, e.g. DvP.">
DeliveryVersusDelivery <"Simultaneous transfer of two assets, typically securities, as a way to avoid settlement risk.">
DeliveryVersusPayment <"Settlement in which the transfer of the asset and the cash settlement are simultaneous.">
PaymentVersusPayment <"Simultaneous transfer of cashflows.">
NotCentralSettlement <"No central settlement.">
enum CashSettlementMethodEnum: <"Defines the different cash settlement methods for a product where cash settlement is applicable.">
CashPriceMethod <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2006 ISDA Definitions, Section 18.3. Cash Settlement Methods, paragraph (a).">
CashPriceAlternateMethod <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2006 ISDA Definitions, Section 18.3. Cash Settlement Methods, paragraph (b).">
ParYieldCurveAdjustedMethod <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2006 ISDA Definitions, Section 18.3. Cash Settlement Methods, paragraph (c).">
ZeroCouponYieldAdjustedMethod <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2006 ISDA Definitions, Section 18.3. Cash Settlement Methods, paragraph (d).">
ParYieldCurveUnadjustedMethod <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2006 ISDA Definitions, Section 18.3. Cash Settlement Methods, paragraph (e).">
CrossCurrencyMethod <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2006 ISDA Definitions, Section 18.3. Cash Settlement Methods, paragraph (f) (published in Supplement number 23).">
CollateralizedCashPriceMethod <"An ISDA defined cash settlement method (yield curve) used for the determination of the applicable cash settlement amount. The method is defined in the 2006 ISDA Definitions, Section 18.3. Cash Settlement Methods, paragraph (g) (published in Supplement number 28). The method is defined in the 2021 ISDA Definitions, section 18.2.6.">
MidMarketIndicativeQuotations <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2021 ISDA Definitions, Section 18.2.1.">
MidMarketIndicativeQuotationsAlternate <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2021 ISDA Definitions, Section 18.2.2.">
MidMarketCalculationAgentDetermination <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2021 ISDA Definitions, Section 18.2.3.">
ReplacementValueFirmQuotations <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2021 ISDA Definitions, Section 18.2.4.">
ReplacementValueCalculationAgentDetermination <"An ISDA defined cash settlement method used for the determination of the applicable cash settlement amount. The method is defined in the 2021 ISDA Definitions, Section 18.2.5">
enum ValuationMethodEnum: <"The enumerated values to specify the ISDA defined methodology for determining the final price of the reference obligation for purposes of cash settlement.">
Market
Highest
AverageMarket
AverageHighest
BlendedMarket
BlendedHighest
AverageBlendedMarket
AverageBlendedHighest
enum RollConventionEnum: <"The enumerated values to specify the period term as part of a periodic schedule, i.e. the calculation period end date within the regular part of the calculation period. The value could be a rule, e.g. IMM Settlement Dates, which is the 3rd Wednesday of the month, or it could be a specific day of the month, such as the first day of the applicable month.">
EOM <"Rolls on month end dates irrespective of the length of the month and the previous roll day.">
FRN <"Roll days are determined according to the FRN Convention or Euro-dollar Convention as described in ISDA 2000 definitions.">
IMM <"IMM Settlement Dates. The third Wednesday of the (delivery) month.">
IMMCAD <"The last trading day/expiration day of the Canadian Derivatives Exchange (Bourse de Montreal Inc) Three-month Canadian Bankers' Acceptance Futures (Ticker Symbol BAX). The second London banking day prior to the third Wednesday of the contract month. If the determined day is a Bourse or bank holiday in Montreal or Toronto, the last trading day shall be the previous bank business day. Per Canadian Derivatives Exchange BAX contract specification.">
IMMAUD <"The last trading day of the Sydney Futures Exchange 90 Day Bank Accepted Bills Futures contract (see http://www.sfe.com.au/content/sfe/trading/con_specs.pdf). One Sydney business day preceding the second Friday of the relevant settlement.">
IMMNZD <"The last trading day of the Sydney Futures Exchange NZ 90 Day Bank Bill Futures contract (see http://www.sfe.com.au/content/sfe/trading/con_specs.pdf). The first Wednesday after the ninth day of the relevant settlement month.">
SFE <"Sydney Futures Exchange 90-Day Bank Accepted Bill Futures Settlement Dates. The second Friday of the (delivery) month">
NONE <"The roll convention is not required. For example, in the case of a daily calculation frequency.">
TBILL <"13-week and 26-week U.S. Treasury Bill Auction Dates. Each Monday except for U.S. (New York) holidays when it will occur on a Tuesday.">
_1 displayName "1" <"Rolls on the 1st day of the month.">
_2 displayName "2" <"Rolls on the 2nd day of the month.">
_3 displayName "3" <"Rolls on the 3rd day of the month.">
_4 displayName "4" <"Rolls on the 4th day of the month.">
_5 displayName "5" <"Rolls on the 5th day of the month.">
_6 displayName "6" <"Rolls on the 6th day of the month.">
_7 displayName "7" <"Rolls on the 7th day of the month.">
_8 displayName "8" <"Rolls on the 8th day of the month.">
_9 displayName "9" <"Rolls on the 9th day of the month.">
_10 displayName "10" <"Rolls on the 10th day of the month.">
_11 displayName "11" <"Rolls on the 11th day of the month.">
_12 displayName "12" <"Rolls on the 12th day of the month.">
_13 displayName "13" <"Rolls on the 13th day of the month.">
_14 displayName "14" <"Rolls on the 14th day of the month.">
_15 displayName "15" <"Rolls on the 15th day of the month.">
_16 displayName "16" <"Rolls on the 16th day of the month.">
_17 displayName "17" <"Rolls on the 17th day of the month.">
_18 displayName "18" <"Rolls on the 18th day of the month.">
_19 displayName "19" <"Rolls on the 19th day of the month.">
_20 displayName "20" <"Rolls on the 20th day of the month.">
_21 displayName "21" <"Rolls on the 21st day of the month.">
_22 displayName "22" <"Rolls on the 22nd day of the month.">
_23 displayName "23" <"Rolls on the 23rd day of the month.">
_24 displayName "24" <"Rolls on the 24th day of the month.">
_25 displayName "25" <"Rolls on the 25th day of the month.">
_26 displayName "26" <"Rolls on the 26th day of the month.">
_27 displayName "27" <"Rolls on the 27th day of the month.">
_28 displayName "28" <"Rolls on the 28th day of the month.">
_29 displayName "29" <"Rolls on the 29th day of the month.">
_30 displayName "30" <"Rolls on the 30th day of the month.">
MON <"Rolling weekly on a Monday.">
TUE <"Rolling weekly on a Tuesday">
WED <"Rolling weekly on a Wednesday">
THU <"Rolling weekly on a Thursday">
FRI <"Rolling weekly on a Friday">
SAT <"Rolling weekly on a Saturday">
SUN <"Rolling weekly on a Sunday">
enum PayRelativeToEnum: <"The enumerated values to specify whether payments occur relative to the calculation period start date or end date, each reset date, valuation date or the last pricing date.">
CalculationPeriodStartDate <"Payments will occur relative to the first day of each calculation period.">
CalculationPeriodEndDate <"Payments will occur relative to the last day of each calculation period.">
LastPricingDate <"Payments will occur relative to the last Pricing Date of each Calculation Period.">
ResetDate <"Payments will occur relative to the reset date.">
ValuationDate <"Payments will occur relative to the valuation date.">
enum StubPeriodTypeEnum: <"The enumerated values to specify how to deal with a non standard calculation period within a swap stream.">
ShortInitial <"If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the start of the stream.">
ShortFinal <"If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the end of the stream.">
LongInitial <"If there is a non regular period remaining it is placed at the start of the stream and combined with the adjacent calculation period to give a long first calculation period.">
LongFinal <"If there is a non regular period remaining it is placed at the end of the stream and combined with the adjacent calculation period to give a long last calculation period.">
enum TimeTypeEnum: <"The enumerated values to specify points in the day when option exercise and valuation can occur.">
Close <"The official closing time of the exchange on the valuation date.">
Open <"The official opening time of the exchange on the valuation date.">
OSP <"The time at which the official settlement price is determined.">
SpecificTime <"The time specified in the element equityExpirationTime or valuationTime (as appropriate).">
XETRA <"The time at which the official settlement price (following the auction by the exchange) is determined by the exchange.">
DerivativesClose <"The official closing time of the derivatives exchange on which a derivative contract is listed on that security underlier.">
AsSpecifiedInMasterConfirmation <"The time is determined as provided in the relevant Master Confirmation.">
enum DeterminationMethodEnum: <"The enumerated values to specify the method according to which an amount or a date is determined.">
AgreedInitialPrice <"Agreed separately between the parties.">
AsSpecifiedInMasterConfirmation <"As specified in Master Confirmation.">
CalculationAgent <"Determined by the Calculation Agent.">
ClosingPrice <"Official Closing Price.">
DividendCurrency <"Determined by the Currency of Equity Dividends.">
ExpiringContractLevel <"The initial Index Level is the level of the Expiring Contract as provided in the Master Confirmation.">
HedgeExecution <"Determined by the Hedging Party.">
IssuerPaymentCurrency <"Issuer Payment Currency.">
NAV <"Net Asset Value.">
OpenPrice <"Opening Price of the Market.">
OSPPrice <"OSP Price.">
SettlementCurrency <"Settlement Currency.">
StrikeDateDetermination <"Date on which the strike is determined in respect of a forward starting swap.">
TWAPPrice <"Official TWAP Price.">
ValuationTime <"Price determined at valuation time.">
VWAPPrice <"Official VWAP Price.">
enum AncillaryRoleEnum: <"Defines the enumerated values to specify the ancillary roles to the transaction. The product is agnostic to the actual parties involved in the transaction, with the party references abstracted away from the product definition and replaced by the AncillaryRoleEnum. The AncillaryRoleEnum can then be positioned in the product and the AncillaryParty type, which is positioned outside of the product definition, allows the AncillaryRoleEnum to be associated with an actual party reference.">
DisruptionEventsDeterminingParty <"Specifies the party which determines additional disruption events.">
ExtraordinaryDividendsParty <"Specifies the party which determines if dividends are extraordinary in relation to normal levels.">
PredeterminedClearingOrganizationParty <"Specifies the clearing organization (CCP, DCO) which the trade should be cleared.">
ExerciseNoticeReceiverPartyManual <"Specifies the party to which notice of a manual exercise should be given.">
ExerciseNoticeReceiverPartyOptionalEarlyTermination <"Specifies the party to which notice of a optional early termination exercise should be given.">
ExerciseNoticeReceiverPartyCancelableProvision <"Specifies the party to which notice of a cancelable provision exercise should be given.">
ExerciseNoticeReceiverPartyExtendibleProvision <"Specifies the party to which notice of a extendible provision exercise should be given.">
CalculationAgentIndependent <"Specifies the party responsible for performing calculation agent duties as defined in the applicable product definition.">
CalculationAgentOptionalEarlyTermination <"Specifies the party responsible for performing calculation agent duties associated with an optional early termination.">
CalculationAgentMandatoryEarlyTermination <"Specifies the party responsible for performing calculation agent duties associated with an mandatory early termination.">
CalculationAgentFallback <"Specifies the party responsible for deciding the fallback rate.">
enum ObligationCategoryEnum: <"The enumerated values used in both the obligations and deliverable obligations of the credit default swap to represent a class or type of securities which apply.">
Payment <"ISDA term 'Payment'.">
BorrowedMoney <"ISDA term 'Borrowed Money'.">
ReferenceObligationsOnly <"ISDA term 'Reference Obligations Only'.">
Bond <"ISDA term 'Bond'.">
Loan <"ISDA term 'Loan'.">
BondOrLoan <"ISDA term 'Bond or Loan'.">
type PayoutBase: <" Base class that all payout types should extend. Use case is that some validation rules may need to apply across all payout types, for which the data rule can be written at the base class level">
payerReceiver PayerReceiver (1..1) <"Canonical representation of the payer and receiver parties applicable to each payout leg.">
payoutQuantity ResolvablePayoutQuantity (1..1) <"Each payout leg must implement the quantity concept as a 'resolvable' type, which allows for different payout legs to be linked to each other (e.g. in the case of cross-curreny products).">
settlementTerms SettlementTerms (0..1) <"Each payout leg must specifies its settlement terms, including the delivery type (i.e. cash vs physical, and their respective terms), the transfer type (DvP etc.) and settlement date, if any.">
type PayerReceiver: <"Specifies the parties responsible for making and receiving payments defined by this structure.">
payer CounterpartyRoleEnum (1..1) <"Specifies the counterparty responsible for making the payments defined by this structure. The party is one of the two principal parties to the transaction.">
receiver CounterpartyRoleEnum (1..1) <"Specifies the party that receives the payments corresponding to this structure. The party is one of the two counterparties to the transaction.">
type ResolvablePayoutQuantity: <"Generic class to specify the quantity for different payout legs in a contractual product, when that quantity can vary across payout legs or across time. A resolvable quantity can always be resolved into a single quantity from the quantity notation which has a corresponding asset identifier. In addition to the base case, where quantity is directly specified as a number as part of the quantity notation, the other use cases are: (i) quantity based on some pre-defined schedule (eg amortising notional), (ii) quantity based on some pre-defined events (eg resetting cross-currency notional), or quantity set as reference to another quantity (eg equity notional as no. securities x price).">
resolvedQuantity Quantity (0..1) <"A product's quantity as a single, non-negative amount. When specified as part of a product definition, this quantity attribute would not be set. Instead it is specified on the quantity notation along with an asset identifier matching this payout's asset identifier. This allows the quantity to be resolved for a payout leg, which can then be specified here for convenience during data processing. There needs to be at least one resolvable quantity across payout legs of a product to define an anchor that other payout quantities can refer to. This attribute is ignored when mapping existing FpML messages.">
quantitySchedule NonNegativeQuantitySchedule (0..1) <"Quantity step schedule, including an initial quantity specified as an absolute number.">
quantityReference ResolvablePayoutQuantity (0..1) <"Reference quantity when resolvable quantity is defined as relative to another (resolvable) quantity. A resolvable quantity needs to contain either an absolute quantity or a reference to another (resolvable) quantity. This requirement is captured by a choice rule on the class.">
quantityMultiplier QuantityMultiplier (0..1) <"Quantity multiplier is specified on top of a reference quantity and is used as a multiplying factor when resolving the quantity. A quantity multiplier can only exist when the resolvable quantity specifies a reference quantity.">
reset boolean (0..1) <"Whether the quantity is resettable">
futureValueNotional FutureValueAmount (0..1) <"The future value notional is specific to BRL CDI swaps, and is specified alongside the notional amount. The value is calculated as follows: Future Value Notional = Notional Amount * (1 + Fixed Rate) ^ (Fixed Rate Day Count Fraction). The currency should always match that expressed in the notional schedule. The value date should match the adjusted termination date.">
type Quantity extends MeasureBase: <"Specifies a quantity to be associated to a financial product, for example a trade amount or a cashflow amount resulting from a trade.">
multiplier number (0..1) <"Defines the number to be multiplied by the amount to derive a total quantity.">
multiplierUnit UnitType (0..1) <"Qualifies the multiplier with the applicable unit. For example in the case of the Coal (API2) CIF ARA (ARGUS-McCloskey) Futures Contract on the CME, where the unitOfAmount would be contracts, the multiplier would 1,000 and the mulitiplier Unit would be 1,000 MT (Metric Tons).">
frequency Frequency (0..1) <"Defines the frequency to be used when defining a quantity.">
type Frequency: <"A class for defining a date frequency, e.g. one day, three months, through the combination of an integer value and a standardized period value that is specified as part of an enumeration.">
periodMultiplier int (1..1) <"A time period multiplier, e.g. 1, 2, or 3. If the period value is T (Term) then period multiplier must contain the value 1.">
period PeriodExtendedEnum (1..1) <"A time period, e.g. a day, week, month, year or term of the stream.">
type MeasureBase:
amount number (1..1)
unitOfAmount UnitType (0..1)
type UnitType: <"Defines the unit to be used for price, quantity, or other purposes">
capacityUnit CapacityUnitEnum (0..1) <"Provides an enumerated value for a capacity unit, generally used in the context of defining quantities for commodities.">
weatherUnit WeatherUnitEnum (0..1) <"Provides an enumerated values for a weather unit, generally used in the context of defining quantities for commodities.">
financialUnit FinancialUnitEnum (0..1) <"Provides an enumerated value for financial units, generally used in the context of defining quantities for securities.">
currency string (0..1) <"Defines the currency to be used as a unit for a price, quantity, or other purpose.">
condition: one-of
type NonNegativeQuantitySchedule: <"Class to specify a non-negative quantity schedule, which is used to define the quantity of a payout leg. This quantity cannot be negative, while direction is specified through a BuyerSeller or PayerReceiver attribute. The only available schedule implementation is a step schedule, specified as a set of date-value pairs. The non-negativity is enforced by using the non-negative quantity and step schedule classes.">
initialQuantity Quantity (1..1) <"The initial quantity of a schedule represented as a single, non-negative number. In the case where no schedule is specified, the constant quantity is specified at a higher level. Can be referenced from TradableProduct">
step NonNegativeStep (0..*) <"The schedule specified as a set of date-value pairs. Attribute is optional, to represent the case where no schedule is specified so quantity is just constant over time.">
type NonNegativeStep: <"A class defining a step date and non-negative step value pair. This step definitions are used to define varying rate or amount schedules, e.g. a notional amortisation or a step-up coupon schedule.">
stepDate date (1..1) <"The date on which the associated stepValue becomes effective. This day may be subject to adjustment in accordance with a business day convention.">
stepValue number (1..1) <"The non-negative rate or amount which becomes effective on the associated stepDate. A rate of 5% would be represented as 0.05.">
type QuantityMultiplier: <" Class to specify a mechanism for a quantity to be set as a multiplier to another (reference) quantity, based on a price observation. At the moment this class only supports FX or Equity-linked notional and re-uses existing building blocks for those 2 cases, until such time when component can be made more generic. This captures the case of resetting cross-currency swaps and resetting equity swaps.">
fxLinkedNotionalSchedule FxLinkedNotionalSchedule (0..1) <"Multiplier specified as an FX-linked schedule, e.g. for a resetting cross-currency swap..">
multiplierValue number (0..1)
condition: one-of
type FxLinkedNotionalSchedule: <"A data to: describe a notional schedule where each notional that applies to a calculation period is calculated with reference to a notional amount or notional amount schedule in a different currency by means of a spot currency exchange rate which is normally observed at the beginning of each period.">
varyingNotionalCurrency string (1..1) <"The currency of the varying notional amount, i.e. the notional amount being determined periodically based on observation of a spot currency exchange rate. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.">
varyingNotionalFixingDates RelativeDateOffset (1..1) <"The dates on which spot currency exchange rates are observed for purposes of determining the varying notional currency amount that will apply to a calculation period.">
fxSpotRateSource FxSpotRateSource (1..1) <"The information source and time at which the spot currency exchange rate will be observed.">
fixingTime BusinessCenterTime (0..1) <"The time at which the spot currency exchange rate will be observed. It is specified as a time in a business day calendar location, e.g. 11:00am London time.">
varyingNotionalInterimExchangePaymentDates RelativeDateOffset (1..1) <"The dates on which interim exchanges of notional are paid. Interim exchanges will arise as a result of changes in the spot currency exchange amount or changes in the constant notional schedule (e.g. amortisation).">
type BusinessCenters: <"A class for specifying the business day calendar location used in determining whether a day is a business day or not, either by specifying this business center by reference to an enumerated list that is maintained by the FpML standard, or by reference to such specification when it exists elsewhere as part of the instance document. This class corresponds to the FpML BusinessCentersOrReference.model.">
businessCenter BusinessCenterEnum (0..*) <"A code identifying one or several business day calendar location(s). The set of business day calendar locations are specified by the business day calendar location enumeration which is maintained by the FpML standard.">
businessCentersReference BusinessCenters (0..1) <"A reference to a financial business center location specified elsewhere in the instance document.">
type Offset extends Period: <"A class defining an offset used in calculating a new date relative to a reference date, e.g. calendar days, business days, commodity Business days, etc.">
dayType DayTypeEnum (0..1) <"In the case of an offset specified as a number of days, this element defines whether consideration is given as to whether a day is a good business day or not. If a day type of business days is specified then non-business days are ignored when calculating the offset. The financial business centers to use for determination of business days are implied by the context in which this element is used. This element must only be included when the offset is specified as a number of days. If the offset is zero days then the dayType element should not be included.">
type Period: <"A class to define recurring periods or time offsets.">
periodMultiplier int (1..1) <"A time period multiplier, e.g. 1, 2 or 3 etc. A negative value can be used when specifying an offset relative to another date, e.g. -2 days.">
period PeriodEnum (1..1) <"A time period, e.g. a day, week, month or year of the stream. If the periodMultiplier value is 0 (zero) then period must contain the value D (day).">
type FxSpotRateSource: <"A class defining the rate source and fixing time for an FX rate.">
primaryRateSource InformationSource (1..1) <"The primary source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.">
secondaryRateSource InformationSource (0..1) <"An alternative, or secondary, source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.">
type InformationSource: <"A class defining the source for a piece of information (e.g. a rate fix or an FX fixing). The attribute names have been adjusted from FpML to address the fact that the information is not limited to rates.">
sourceProvider InformationProviderEnum (1..1) <"An information source for obtaining a market data point. For example Bloomberg, Reuters, Telerate, etc.">
sourcePage string (0..1) <"A specific page for the source for obtaining a market data point. In FpML, this is specified as a scheme, rateSourcePageScheme, for which no coding Scheme or URI is specified.">
sourcePageHeading string (0..1) <"The heading for the source on a given source page.">
type BusinessCenterTime: <"A class for defining a time with respect to a business day calendar location. For example, 11:00:00 GBLO.">
hourMinuteTime time (1..1) <"A time specified in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.">
businessCenter BusinessCenterEnum (1..1) <"A code identifying a business day calendar location. A business day calendar location is drawn from the list identified by the business day calendar location enumeration.">
type FutureValueAmount: <"A class defining a currency and a future value date.">
quantity Quantity (0..1)
currency string (1..1) <"The currency in which the an amount is denominated. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.">
calculationPeriodNumberOfDays int (1..1) <"The number of days from the adjusted calculation period start date to the adjusted value date, calculated in accordance with the applicable day count fraction.">
valueDate date (1..1) <"Adjusted value date of the future value amount.">
type SettlementTerms extends SettlementBase: <"Specifies the settlement terms, which can either be cash, physical, or fx-based cash-settlement. This class can be used for the settlement of options and forwards, cash transactions (e.g. securities or foreign exchange), or in case of credit event.">
cashSettlementTerms CashSettlementTerms (0..*) <"Specifies the parameters associated with the cash settlement procedure.">
physicalSettlementTerms PhysicalSettlementTerms (0..1) <"Specifies the physical settlement terms which apply to the transaction.">
type SettlementBase: <"A base class to be extended by the SettlementTerms class.">
settlementType SettlementTypeEnum (1..1) <"Whether the settlement will be cash, physical, by election, ...">
transferSettlementType TransferSettlementEnum (0..1) <"The qualification as to how the transfer will settle, e.g. a DvP settlement.">
settlementCurrency string (0..1) <"The settlement currency is to be specified when the Settlement Amount cannot be known in advance. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.">
settlementDate SettlementDate (0..1) <"The date on which the settlement amount will be paid, subject to adjustment in accordance with any applicable business day convention. This component would not be present for a mandatory early termination provision where the cash settlement payment date is the mandatory early termination date.">
type SettlementDate: <"A data defining the settlement date(s) for cash or physical settlement as either a set of explicit dates, together with applicable adjustments, or as a date relative to some other (anchor) date, or as any date in a range of contiguous business days. This data type provides a level of abstraction on top of the different legacy methods used to specify a settlement / payment date, which vary across product types, asset classes and delivery types.">
adjustedDate AdjustableOrAdjustedOrRelativeDate (0..1) <"A single settlement date subject to adjustment or specified as relative to another date (e.g. the trade date). This attribute was formerly part of 'SettlementTerms', which is now being harmonised to include a common 'SettlementDate', as inherited from 'SettlementBase'.">
valueDate date (0..1) <"The settlement date for a forward settling product. For Foreign Exchange contracts, this represents a common settlement date between both currency legs. To specify different settlement dates for each currency leg, see the ForeignExchange class. This attribute was formerly part of 'SettlementTerms', which is now being harmonised to include a common 'SettlementDate', as inherited from 'SettlementBase'.">
adjustableDates AdjustableDates (0..1) <"A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date. This attributes was formerly part of 'CashSettlementPaymentDate' as included into 'OptionCashSettlement' (which is now merged into a unique 'CashSettlementTerms' data type.">
businessDateRange BusinessDateRange (0..1) <"A range of contiguous business days. This attribute is meant to be merged with the 'settlementDate' at some future point once we refactor 'Date' to use a single complex type across the model. This attributes was formerly part of 'CashSettlementPaymentDate', as included into 'OptionCashSettlement' (which is now merged into a unique 'CashSettlementTerms' data type.">
cashSettlementBusinessDays int (0..1) <"The number of business days used in the determination of the cash settlement payment date. If a cash settlement amount is specified, the cash settlement payment date will be this number of business days following the calculation of the final price. If a cash settlement amount is not specified, the cash settlement payment date will be this number of business days after all conditions to settlement are satisfied. ISDA 2003 Term: Cash Settlement Date. This attribute was formerly part of 'CashSettlementTerms' as used for credit event settlement, which now includes a common 'SettlementDate' attribute.">
paymentDelay boolean (0..1) <"Applicable to CDS on MBS to specify whether payment delays are applicable to the fixed Amount. RMBS typically have a payment delay of 5 days between the coupon date of the reference obligation and the payment date of the synthetic swap. CMBS do not, on the other hand, with both payment dates being on the 25th of each month.">
type AdjustableOrAdjustedOrRelativeDate: <"This Rosetta class specifies the date as either an unadjusted, adjusted or relative date. It supplements the features of the AdjustableOrAdjustedDate to support the credit default swap option premium, which uses the relative date construct.">
unadjustedDate date (0..1 ) <"A date subject to adjustment.">
dateAdjustments BusinessDayAdjustments (0..1) <"The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.">
adjustedDate date (0..1) <"The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).">
relativeDate RelativeDateOffset (0..1) <"A date specified as some offset to another date (the anchor date).">
type BusinessDayAdjustments: <"A class defining the business day convention and financial business centers used for adjusting any relevant date if it would otherwise fall on a day that is not a business day in the specified business center.">
businessDayConvention BusinessDayConventionEnum (1..1) <"The convention for adjusting a date if it would otherwise fall on a day that is not a business day.">
businessCenters BusinessCenters (0..1) <"The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document.">
type AdjustableDates: <"A class for defining a series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the dates.">
unadjustedDate date (1..*) <"A date subject to adjustment.">
dateAdjustments BusinessDayAdjustments (1..1) <"The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.">
adjustedDate date (0..*) <"The date(s) once the adjustment has been performed. (Note that this date may change if the business center holidays change).">
type BusinessDateRange extends DateRange: <"A class defining a range of contiguous business days by defining an unadjusted first date, an unadjusted last date and a business day convention and business centers for adjusting the first and last dates if they would otherwise fall on a non business day in the specified business centers. The days between the first and last date must also be good business days in the specified centers to be counted in the range.">
businessDayConvention BusinessDayConventionEnum (1..1) <"The convention for adjusting a date if it would otherwise fall on a day that is not a business day, as specified by an ISDA convention (e.g. Following, Precedent).">
businessCenters BusinessCenters (0..1) <"The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document.">
type DateRange: <"A class defining a contiguous series of calendar dates. The date range is defined as all the dates between and including the first and the last date. The first date must fall before the last date.">
unadjustedFirstDate date (1..1) <"The first date of a date range.">
unadjustedLastDate date (1..1) <"The last date of a date range.">
type CashSettlementTerms: <"Defines the terms required to compute and settle a cash settlement amount according to a fixing value, including the fixing source, fixing method and fixing date. In FpML, PhysicalSettlementTerms and CashSettlementTerms extend SettlementTerms. In the CDM, this extension paradigm has not been used because SettlementTerms class has been used for purposes related to securities transactions, while it is not used as such in the FpML standard (i.e. only as an abstract construct.">
cashSettlementMethod CashSettlementMethodEnum (0..1) <"Specifies the type of cash settlement method: cash price, yield curve etc.">
valuationMethod ValuationMethod (0..1) <"Specifies the parameters required to obtain a valuation, including the source, quotation method (bid, mid etc.) and any applicable quotation amount.">
valuationDate ValuationDate (0..1) <"Defines the different methods to specify a valuation date, as used for cash settlement. The Single / Multiple ValuationDate is used for the determination of recovery in a credit event, the RelativeDateOffset is used for cash-settled option, and FxFixingDate is used for cross-currency settlement.">
valuationTime BusinessCenterTime (0..1) <"The time of the cash settlement valuation date when the cash settlement amount will be determined according to the cash settlement method, if the parties have not otherwise been able to agree the cash settlement amount. When using quations, this is the time of day in the specified business center when the calculation agent seeks quotations for an amount of the reference obligation for purposes of cash settlement. ISDA 2003 Term: Valuation Time.">
cashSettlementAmount Money (0..1) <"The amount paid by the seller to the buyer for cash settlement on the cash settlement date. If not otherwise specified, would typically be calculated as 100 (or the Reference Price) minus the price of the Reference Obligation (all expressed as a percentage) times Floating Rate Payer Calculation Amount. ISDA 2003 Term: Cash Settlement Amount.">
recoveryFactor number (0..1) <"Used for fixed recovery, specifies the recovery level, determined at contract formation, to be applied on a default. Used to calculate the amount paid by the seller to the buyer for cash settlement on the cash settlement date. Amount calculation is (1 minus the Recovery Factor) multiplied by the Floating Rate Payer Calculation Amount. The currency will be derived from the Floating Rate Payer Calculation Amount.">
fixedSettlement boolean (0..1) <"Used for Recovery Lock, to indicate whether fixed Settlement is Applicable or Not Applicable. If Buyer fails to deliver an effective Notice of Physical Settlement on or before the Buyer NOPS Cut-off Date, and if Seller fails to deliver an effective Seller NOPS on or before the Seller NOPS Cut-off Date, then either: (a) if Fixed Settlement is specified in the related Confirmation as not applicable, then the Seller NOPS Cut-off Date shall be the Termination Date; or (b) if Fixed Settlement is specified in the related Confirmation as applicable, then: (i) if the Fixed Settlement Amount is a positive number, Seller shall, subject to Section 3.1 (except for the requirement of satisfaction of the Notice of Physical Settlement Condition to Settlement), pay the Fixed Settlement Amount to Buyer on the Fixed Settlement Payment Date; and (ii) if the Fixed Settlement Amount is a negative number, Buyer shall, subject to Section 3.1 (except for the requirement of satisfaction of the Notice of Physical Settlement Condition to Settlement), pay the absolute value of the Fixed Settlement Amount to Seller on the Fixed Settlement Payment Date.">
accruedInterest boolean (0..1) <"Indicates whether accrued interest is included (true) or not (false). For cash settlement this specifies whether quotations should be obtained inclusive or not of accrued interest. For physical settlement this specifies whether the buyer should deliver the obligation with an outstanding principal balance that includes or excludes accrued interest. ISDA 2003 Term: Include/Exclude Accrued Interest.">
type Money extends Quantity: <"Defines a monetary amount in a specified currency.">
type ValuationDate: <"A single object that represents the different methods to specify a valuation date, as used for cash settlement. The Single / Multiple ValuationDate is used for the determination of recovery in a credit event, the RelativeDateOffset is used for cash-settled option, and FxFixingDate is used for cross-currency settlement.">
singleValuationDate SingleValuationDate (0..1) <"Where single valuation date is specified as being applicable for cash settlement, this element specifies the number of business days after satisfaction of all conditions to settlement when such valuation date occurs. ISDA 2003 Term: Single Valuation Date.">
multipleValuationDates MultipleValuationDates (0..1) <"Where multiple valuation dates are specified as being applicable for cash settlement, this element specifies (a) the number of applicable valuation dates, and (b) the number of business days after satisfaction of all conditions to settlement when the first such valuation date occurs, and (c) the number of business days thereafter of each successive valuation date. ISDA 2003 Term: Multiple Valuation Dates.">
valuationDate RelativeDateOffset (0..1) <"The date on which the cash settlement amount will be determined according to the cash settlement method if the parties have not otherwise been able to agree the cash settlement amount. This attribute was formerly part of 'OptionCashSettlement', which is now being harmonised into a common 'CashSettlementTerms' that includes a 'ValuationDate'.">
fxFixingDate FxFixingDate (0..1) <"The date on which the currency rate will be determined for the purpose of specifying the amount in deliverable currency. This attribute was formerly part of 'NonDeliverableSettlement', which is now being harmonised into a common 'CashSettlementTerms' that includes a 'ValuationDate'.">
fxFixingSchedule AdjustableDates (0..1) <"The date, when expressed as a schedule of date(s), on which the currency rate will be determined for the purpose of specifying the amount in deliverable currency. This attribute was formerly part of 'NonDeliverableSettlement', which is now being harmonised into a common 'CashSettlementTerms' that includes a 'ValuationDate'.">
condition: one-of
type SingleValuationDate: <"A class to specify the number of business days after satisfaction of all conditions to settlement.">
businessDays int (0..1) <"A number of business days. Its precise meaning is dependant on the context in which this element is used. ISDA 2003 Term: Business Day.">
type MultipleValuationDates extends SingleValuationDate:
businessDaysThereafter int (0..1) <"The number of business days between successive valuation dates when multiple valuation dates are applicable for cash settlement. ISDA 2003 Term: Business Days thereafter.">
numberValuationDates int (0..1) <"Where multiple valuation dates are specified as being applicable for cash settlement, this element specifies (a) the number of applicable valuation dates, and (b) the number of business days after satisfaction of all conditions to settlement when the first such valuation date occurs, and (c) the number of business days thereafter of each successive valuation date. ISDA 2003 Term: Multiple Valuation Dates.">
type FxFixingDate extends Offset: <"Extends the Offset structure to specify an FX fixing date as an offset to dates specified somewhere else in the document.">
businessDayConvention BusinessDayConventionEnum (0..1) <"The convention for adjusting a date if it would otherwise fall on a day that is not a business day, as specified by an ISDA convention (e.g. Following, Precedent).">
businessCenters BusinessCenters (0..1)
businessCentersReference BusinessCenters (0..1) <"A reference to a set of financial business centers defined elsewhere in the document. This set of business centers is used to determine whether a particular day is a business day or not.">
dateRelativeToPaymentDates DateRelativeToPaymentDates (0..1) <"The payment date references on which settlements in non-deliverable currency are due and will then have to be converted according to the terms specified through the other parts of the nonDeliverableSettlement structure.">
dateRelativeToCalculationPeriodDates DateRelativeToCalculationPeriodDates (0..1) <"The calculation period references on which settlements in non-deliverable currency are due and will then have to be converted according to the terms specified through the other parts of the nonDeliverableSettlement structure. Implemented for Brazilian-CDI swaps where it will refer to the termination date of the appropriate leg.">
dateRelativeToValuationDates DateRelativeToValuationDates (0..1) <"The calculation period references on which settlements in non-deliverable currency are due and will then have to be converted according to the terms specified through the other parts of the nonDeliverableSettlement structure. Implemented for Brazilian-CDI swaps where it will refer to the termination date of the appropriate leg.">
fxFixingDate AdjustableOrRelativeDate (0..1) <"Describes the specific date when a non-deliverable forward or cash-settled option will 'fix' against a particular rate, which will be used to compute the ultimate cash settlement. This element should be omitted where a single, discrete fixing date cannot be identified e.g. on an american option, where fixing may occur at any date on a continuous range. This attribute was formerly part of 'fxSettlementTerms', which is now being harmonised into a common 'CashSettlementTerms' that includes a 'ValuationDate'.">
type DateRelativeToPaymentDates: <"A data to: provide the ability to point to multiple payment nodes in the document through the unbounded paymentDatesReference.">
paymentDatesReference PaymentDates (1..*) <"A set of href pointers to payment dates defined somewhere else in the document.">
type PaymentDates: <"Specifies the parameters to generate the payment date schedule, either through a parametric representation or by reference to specified dates.">
paymentFrequency Frequency (0..1) <"The frequency at which regular payment dates occur. If the payment frequency is equal to the frequency defined in the calculation period dates component then one calculation period contributes to each payment amount. If the payment frequency is less frequent than the frequency defined in the calculation period dates component then more than one calculation period will contribute to the payment amount. A payment frequency more frequent than the calculation period frequency or one that is not a multiple of the calculation period frequency is invalid. If the payment frequency is of value T (term), the period is defined by the effectiveDate and the terminationDate.">
firstPaymentDate date (0..1) <"The first unadjusted payment date. This day may be subject to adjustment in accordance with any business day convention specified in paymentDatesAdjustments. This element must only be included if there is an initial stub. This date will normally correspond to an unadjusted calculation period start or end date. This is true even if early or delayed payment is specified to be applicable since the actual first payment date will be the specified number of days before or after the applicable adjusted calculation period start or end date with the resulting payment date then being adjusted in accordance with any business day convention specified in paymentDatesAdjustments.">
lastRegularPaymentDate date (0..1) <"The last regular payment date when specified as a date, as in the FpML interest rate construct. FpML specifies that this date may be subject to adjustment in accordance with any business day convention specified in the paymentDatesAdjustments attribute.">
paymentDateSchedule PaymentDateSchedule (0..1) <"The payment dates when specified as relative to a set of dates specified somewhere else in the instance document/transaction, e.g. the valuation dates as typically the case for equity swaps, or when specified as a calculation period schedule.">
payRelativeTo PayRelativeToEnum (0..1) <"Specifies whether the payments occur relative to each adjusted calculation period start date or end date, each reset date, valuation date or the last pricing date. Calculation period start date means relative to the start of the first calculation period contributing to a given payment. Similarly, calculation period end date means the end of the last calculation period contributing to a given payment. The valuation date is applicable for Brazilian-CDI and equity swaps.">
paymentDaysOffset Offset (0..1) <"If early payment or delayed payment is required, specifies the number of days offset that the payment occurs relative to what would otherwise be the unadjusted payment date. The offset can be specified in terms of either calendar or business days. Even in the case of a calendar days offset, the resulting payment date, adjusted for the specified calendar days offset, will still be adjusted in accordance with the specified payment dates adjustments. This element should only be included if early or delayed payment is applicable, i.e. if the periodMultiplier element value is not equal to zero. An early payment would be indicated by a negative periodMultiplier element value and a delayed payment (or payment lag) would be indicated by a positive periodMultiplier element value.">
paymentDatesAdjustments BusinessDayAdjustments (0..1) <"The definition of the business day convention and financial business centers used for adjusting the payment date if it would otherwise fall on a day that is not a business day in the specified business center.">
type PaymentDateSchedule: <"The payment dates when specified as relative to a set of dates specified somewhere else in the instance document/transaction, e.g. the valuation dates as typically the case for equity swaps, or when specified as a calculation period schedule.">
interimPaymentDates AdjustableRelativeOrPeriodicDates (0..*)
finalPaymentDate AdjustableOrRelativeDate (0..1) <"The last payment when specified as an adjustable or relative date, as in the FpML total return construct.">
type AdjustableRelativeOrPeriodicDates: <"A class giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates, or as a calculation period schedule.">
adjustableDates AdjustableDates (0..1) <"A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.">
relativeDates RelativeDates (0..1) <"A series of dates specified as some offset to another series of dates (the anchor dates).">
periodicDates PeriodicDates (0..1) <"A calculation period schedule.">
type RelativeDates extends RelativeDateOffset: <"A class describing a set of dates defined as relative to another set of dates.">
periodSkip int (0..1) <"The number of periods in the referenced date schedule that are between each date in the relative date schedule. Thus a skip of 2 would mean that dates are relative to every second date in the referenced schedule. If present this should have a value greater than 1.">
scheduleBounds DateRange (0..1) <"The first and last dates of a schedule. This can be used to restrict the range of values in a reference series of dates.">
type RelativeDateOffset extends Offset: <"A class defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date). If the anchor date is itself an adjustable date then the offset is assumed to be calculated from the adjusted anchor date. A number of different scenarios can be supported, namely; 1) the derived date may simply be a number of calendar periods (days, weeks, months or years) preceding or following the anchor date; 2) the unadjusted derived date may be a number of calendar periods (days, weeks, months or years) preceding or following the anchor date with the resulting unadjusted derived date subject to adjustment in accordance with a specified business day convention, i.e. the derived date must fall on a good business day; 3) the derived date may be a number of business days preceding or following the anchor date. Note that the businessDayConvention specifies any required adjustment to the unadjusted derived date. A negative or positive value in the periodMultiplier indicates whether the unadjusted derived precedes or follows the anchor date. The businessDayConvention should contain a value NONE if the day type element contains a value of Business (since specifying a negative or positive business days offset would already guarantee that the derived date would fall on a good business day in the specified business centers).">
businessDayConvention BusinessDayConventionEnum (1..1) <"The convention for adjusting a date if it would otherwise fall on a day that is not a business day, as specified by an ISDA convention (e.g. Following, Precedent).">
businessCenters BusinessCenters (0..1)
businessCentersReference BusinessCenters (0..1) <"A pointer style reference to a set of financial business centers defined elsewhere in the document. This set of business centers is used to determine whether a particular day is a business day or not.">
dateRelativeTo date (0..1) <"Specifies the anchor as an href attribute. The href attribute value is a pointer style reference to the element or component elsewhere in the document where the anchor date is defined.">
adjustedDate date (0..1) <"The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).">
type PeriodicDates: <"A class for specifying a calculation period schedule.">
startDate AdjustableOrRelativeDate (0..1) <"The start date of the calculation period. FpML specifies that for interest rate swaps this date must only be specified if it is not equal to the effective date. It is always specified in the case of equity swaps and credit default swaps with periodic payments. This date may be subject to adjustment in accordance with a business day convention.">
endDate AdjustableOrRelativeDate (0..1) <"The end date of the calculation period. FpML specifies that for interest rate swaps this date must only be specified if it is not equal to the termination date. It is always specified in the case of equity swaps with periodic payments. This date may be subject to adjustment in accordance with a business day convention.">
periodFrequency CalculationPeriodFrequency (0..1) <"The frequency at which calculation period end dates occur with the regular part of the calculation period schedule and their roll date convention.">
periodDatesAdjustments BusinessDayAdjustments (0..1) <"The specification of the business day convention and financial business centers used for adjusting any calculation period date if it would otherwise fall on a day that is not a business day in the specified business center.">
type AdjustableOrRelativeDate: <"A class giving the choice between defining a date as an explicit date together with applicable adjustments or as relative to some other (anchor) date.">
adjustableDate AdjustableDate (0..1) <"A date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.">
relativeDate AdjustedRelativeDateOffset (0..1) <"A date specified as some offset to another date (the anchor date).">
type AdjustableDate: <"A class for defining a date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.">
unadjustedDate date (0..1 ) <"A date subject to adjustment. While in FpML this date is required, this cardinality constraint has been relaxed as part of the CDM in order to support the FRA representation, which effective and termination dates are specified in FpML as adjusted dates.">
dateAdjustments BusinessDayAdjustments (0..1) <"The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.">
dateAdjustmentsReference BusinessDayAdjustments (0..1) <"A pointer style reference to date adjustments defined elsewhere in the document.">
adjustedDate date (0..1) <"The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).">
type AdjustedRelativeDateOffset extends RelativeDateOffset: <"A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date) plus optional date adjustments.">
relativeDateAdjustments BusinessDayAdjustments (0..1) <"The business day convention and financial business centers used for adjusting the relative date if it would otherwise fall on a day that is not a business date in the specified business centers.">
type CalculationPeriodFrequency extends Frequency: <"A class to specify the frequency at which calculation period end dates occur within the regular part of the calculation period schedule and their roll date convention.">
rollConvention RollConventionEnum (1..1) <"The roll convention specifies the period term as part of a periodic schedule, i.e. the calculation period end date within the regular part of the calculation period. The value could be a rule, e.g. IMM Settlement Dates, which is the 3rd Wednesday of the month, or it could be a specific day of the month, such as the first day of the applicable month. It is used in conjunction with a frequency and the regular period start date of a calculation period.">
balanceOfFirstPeriod boolean (0..1) <"Indicates, when true, that that the first Calculation Period should run from the Effective Date to the end of the calendar period in which the Effective Date falls, e.g. Jan 15 - Jan 31 if the calculation periods are one month long and Effective Date is Jan 15. If false, the first Calculation Period should run from the Effective Date for one whole period, e.g. Jan 15 to Feb 14 if the calculation periods are one month long and Effective Date is Jan 15. Mostly used in Commmodity Swaps.">
type DateRelativeToCalculationPeriodDates: <"A data to: provide the ability to point to multiple payment nodes in the document through the unbounded paymentDatesReference.">
calculationPeriodDatesReference CalculationPeriodDates (1..*) <"A set of href pointers to calculation period dates defined somewhere else in the document.">
type CalculationPeriodDates: <"A data for: defining the parameters used to generate the calculation period dates schedule, including the specification of any initial or final stub calculation periods. A calculation period schedule consists of an optional initial stub calculation period, one or more regular calculation periods and an optional final stub calculation period. In the absence of any initial or final stub calculation periods, the regular part of the calculation period schedule is assumed to be between the effective date and the termination date. No implicit stubs are allowed, i.e. stubs must be explicitly specified using an appropriate combination of firstPeriodStartDate, firstRegularPeriodStartDate and lastRegularPeriodEndDate.">
effectiveDate AdjustableOrRelativeDate (0..1) <"The first day of the terms of the trade. This day may be subject to adjustment in accordance with a business day convention.">
terminationDate AdjustableOrRelativeDate (0..1) <"The last day of the terms of the trade. This date may be subject to adjustments in accordance with the business day convention. It can also be specified in relation to another scheduled date (e.g. the last payment date).">
calculationPeriodDatesAdjustments BusinessDayAdjustments (0..1) <"The specification of the business day convention and financial business centers used for adjusting any calculation period date if it would otherwise fall on a day that is not a business day in the specified business center.">
firstPeriodStartDate AdjustableOrRelativeDate (0..1) <"The start date of the calculation period. FpML specifies that for interest rate swaps this date must only be specified if it is not equal to the effective date. It is always specified in the case of equity swaps and credit default swaps with periodic payments. This date may be subject to adjustment in accordance with a business day convention.">
firstRegularPeriodStartDate date (0..1) <"The start date of the regular part of the calculation period schedule. It must only be specified if there is an initial stub calculation period. This day may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.">
firstCompoundingPeriodEndDate date (0..1) <"The end date of the initial compounding period when compounding is applicable. It must only be specified when the compoundingMethod element is present and not equal to a value of None. This date may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.">
lastRegularPeriodEndDate date (0..1) <"The end date of the regular part of the calculation period schedule. It must only be specified if there is a final stub calculation period. This day may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments.">
stubPeriodType StubPeriodTypeEnum (0..1) <"Method to allocate any irregular period remaining after regular periods have been allocated between the effective and termination date.">
calculationPeriodFrequency CalculationPeriodFrequency (0..1) <"The frequency at which calculation period end dates occur with the regular part of the calculation period schedule and their roll date convention.">
type DateRelativeToValuationDates: <"A data to: provide the ability to point to multiple payment nodes in the document through the unbounded paymentDatesReference.">
valuationDatesReference EquityValuationDates (1..*) <"A set of href pointers to valuation period dates defined somewhere else in the document.">
type EquityValuationDates : <"Defines how and when a performance type option or performance type swap is to be valued.">
determinationMethod DeterminationMethodEnum (1..1) <"Specifies the method according to which an amount or a date is determined.">
valuationDates AdjustableRelativeOrPeriodicDates (0..1) <"2018 ISDA CDM Equity Confirmation for Security Equity Swap: Pricing Date">
valuationDate AdjustableOrRelativeDate (0..1) <"2018 ISDA CDM Equity Confirmation for Security Equity Swap: Pricing Date">
valuationTime BusinessCenterTime (0..1) <"The specific time of day at which the calculation agent values the underlying. The SpecificTime is the only case when the valuationTime (time + business center location e.g. 10:00:00 USNY) should be provided. You should be able to provide just the valuationTime without valuationTimeType, which infer that this is a specific time.">
valuationTimeType TimeTypeEnum (0..1) <"The time of day at which the calculation agent values the underlying, for example the official closing time of the exchange.">
type PhysicalSettlementTerms: <"Specifies Physical Settlement Terms characteristics for the settlement of a Credit Default Swap or Option.">
clearedPhysicalSettlement boolean (0..1) <"Specifies whether the swap resulting from physical settlement of the swaption transaction will clear through a clearing house. The meaning of Cleared Physical Settlement is defined in the 2006 ISDA Definitions, Section 15.2 (published in Supplement number 28).">
predeterminedClearingOrganizationParty AncillaryRoleEnum (0..1) <"Specifies the clearing organization (CCP, DCO) to which the trade should be cleared.">
physicalSettlementPeriod PhysicalSettlementPeriod (0..1) <"The number of business days used in the determination of the physical settlement date. The physical settlement date is this number of business days after all applicable conditions to settlement are satisfied. If a number of business days is not specified fallback provisions apply for determining the number of business days. If Section 8.5/8.6 of the 1999/2003 ISDA Definitions are to apply the businessDaysNotSpecified element should be included. If a specified number of business days are to apply these should be specified in the businessDays element. If Section 8.5/8.6 of the 1999/2003 ISDA Definitions are to apply but capped at a maximum number of business days then the maximum number should be specified in the maximumBusinessDays element. ISDA 2003 Term: Physical Settlement Period.">
deliverableObligations DeliverableObligations (0..1) <"This element contains all the ISDA terms relevant to defining the deliverable obligations.">
escrow boolean (0..1) <"If this element is specified and set to 'true', indicates that physical settlement must take place through the use of an escrow agent. (For Canadian counterparties this is always 'Not Applicable'. ISDA 2003 Term: Escrow.">
sixtyBusinessDaySettlementCap boolean (0..1) <"If this element is specified and set to 'true', for a transaction documented under the 2003 ISDA Credit Derivatives Definitions, has the effect of incorporating the language set forth below into the confirmation. The section references are to the 2003 ISDA Credit Derivatives Definitions. Notwithstanding Section 1.7 or any provisions of Sections 9.9 or 9.10 to the contrary, but without prejudice to Section 9.3 and (where applicable) Sections 9.4, 9.5 and 9.6, if the Termination Date has not occurred on or prior to the date that is 60 Business Days following the Physical Settlement Date, such 60th Business Day shall be deemed to be the Termination Date with respect to this Transaction except in relation to any portion of the Transaction (an 'Affected Portion') in respect of which: (1) a valid notice of Buy-in Price has been delivered that is effective fewer than three Business Days prior to such 60th Business Day, in which case the Termination Date for that Affected Portion shall be the third Business Day following the date on which such notice is effective; or (2) Buyer has purchased but not Delivered Deliverable Obligations validly specified by Seller pursuant to Section 9.10(b), in which case the Termination Date for that Affected Portion shall be the tenth Business Day following the date on which Seller validly specified such Deliverable Obligations to Buyer.">
type PhysicalSettlementPeriod:
businessDaysNotSpecified boolean (0..1) <"An explicit indication that a number of business days are not specified and therefore ISDA fallback provisions should apply.">
businessDays int (0..1) <"A number of business days. Its precise meaning is dependant on the context in which this element is used. ISDA 2003 Term: Business Day.">
maximumBusinessDays int (0..1) <"A maximum number of business days. Its precise meaning is dependant on the context in which this element is used. Intended to be used to limit a particular ISDA fallback provision.">
condition: one-of
type DeliverableObligations: <"A class to specify all the ISDA terms relevant to defining the deliverable obligations.">
accruedInterest boolean (0..1) <"Indicates whether accrued interest is included (true) or not (false). For cash settlement this specifies whether quotations should be obtained inclusive or not of accrued interest. For physical settlement this specifies whether the buyer should deliver the obligation with an outstanding principal balance that includes or excludes accrued interest. ISDA 2003 Term: Include/Exclude Accrued Interest.">
category ObligationCategoryEnum (0..1) <"Used in both obligations and deliverable obligations to represent a class or type of securities which apply. ISDA 2003 Term: Obligation Category/Deliverable Obligation Category.">
notSubordinated boolean (0..1) <"An obligation and deliverable obligation characteristic. An obligation that ranks at least equal with the most senior Reference Obligation in priority of payment or, if no Reference Obligation is specified in the related Confirmation, the obligations of the Reference Entity that are senior. ISDA 2003 Term: Not Subordinated.">
specifiedCurrency SpecifiedCurrency (0..1) <"An obligation and deliverable obligation characteristic. The currency or currencies in which an obligation or deliverable obligation must be payable. ISDA 2003 Term: Specified Currency.">
notSovereignLender boolean (0..1) <"An obligation and deliverable obligation characteristic. Any obligation that is not primarily (majority) owed to a Sovereign or Supranational Organisation. ISDA 2003 Term: Not Sovereign Lender.">
notDomesticCurrency NotDomesticCurrency (0..1) <"An obligation and deliverable obligation characteristic. Any obligation that is payable in any currency other than the domestic currency. Domestic currency is either the currency so specified or, if no currency is specified, the currency of (a) the reference entity, if the reference entity is a sovereign, or (b) the jurisdiction in which the relevant reference entity is organised, if the reference entity is not a sovereign. ISDA 2003 Term: Not Domestic Currency.">
notDomesticLaw boolean (0..1) <"An obligation and deliverable obligation characteristic. If the reference entity is a Sovereign, this means any obligation that is not subject to the laws of the reference entity. If the reference entity is not a sovereign, this means any obligation that is not subject to the laws of the jurisdiction of the reference entity. ISDA 2003 Term: Not Domestic Law.">
listed boolean (0..1) <"An obligation and deliverable obligation characteristic. Indicates whether or not the obligation is quoted, listed or ordinarily purchased and sold on an exchange. ISDA 2003 Term: Listed.">
notContingent boolean (0..1) <"A deliverable obligation characteristic. In essence Not Contingent means the repayment of principal cannot be dependant on a formula/index, i.e. to prevent the risk of being delivered an instrument that may never pay any element of principal, and to ensure that the obligation is interest bearing (on a regular schedule). ISDA 2003 Term: Not Contingent.">
notDomesticIssuance boolean (0..1) <"An obligation and deliverable obligation characteristic. Any obligation other than an obligation that was intended to be offered for sale primarily in the domestic market of the relevant Reference Entity. This specifies that the obligation must be an internationally recognised bond. ISDA 2003 Term: Not Domestic Issuance.">
assignableLoan PCDeliverableObligationCharac (0..1) <"A deliverable obligation characteristic. A loan that is freely assignable to a bank or financial institution without the consent of the Reference Entity or the guarantor, if any, of the loan (or the consent of the applicable borrower if a Reference Entity is guaranteeing the loan) or any agent. ISDA 2003 Term: Assignable Loan.">
consentRequiredLoan PCDeliverableObligationCharac (0..1) <"A deliverable obligation characteristic. A loan that is capable of being assigned with the consent of the Reference Entity or the guarantor, if any, of the loan or any agent. ISDA 2003 Term: Consent Required Loan.">
directLoanParticipation LoanParticipation (0..1) <"A deliverable obligation characteristic. A loan with a participation agreement whereby the buyer is capable of creating, or procuring the creation of, a contractual right in favour of the seller that provides the seller with recourse to the participation seller for a specified share in any payments due under the relevant loan which are received by the participation seller. ISDA 2003 Term: Direct Loan Participation.">
transferable boolean (0..1) <"A deliverable obligation characteristic. An obligation that is transferable to institutional investors without any contractual, statutory or regulatory restrictions. ISDA 2003 Term: Transferable.">
maximumMaturity Period (0..1) <"A deliverable obligation characteristic. An obligation that has a remaining maturity from the Physical Settlement Date of not greater than the period specified. ISDA 2003 Term: Maximum Maturity.">
acceleratedOrMatured boolean (0..1) <"A deliverable obligation characteristic. An obligation at time of default is due to mature and due to be repaid, or as a result of downgrade/bankruptcy is due to be repaid as a result of an acceleration clause. ISDA 2003 Term: Accelerated or Matured.">
notBearer boolean (0..1) <"A deliverable obligation characteristic. Any obligation that is not a bearer instrument. This applies to Bonds only and is meant to avoid tax, fraud and security/delivery provisions that can potentially be associated with Bearer Bonds. ISDA 2003 Term: Not Bearer.">
fullFaithAndCreditObLiability boolean (0..1) <"An obligation and deliverable obligation characteristic. Defined in the ISDA published additional provisions for U.S. Municipal as Reference Entity. ISDA 2003 Term: Full Faith and Credit Obligation Liability.">
generalFundObligationLiability boolean (0..1) <"An obligation and deliverable obligation characteristic. Defined in the ISDA published additional provisions for U.S. Municipal as Reference Entity. ISDA 2003 Term: General Fund Obligation Liability.">
revenueObligationLiability boolean (0..1) <"An obligation and deliverable obligation characteristic. Defined in the ISDA published additional provisions for U.S. Municipal as Reference Entity. ISDA 2003 Term: Revenue Obligation Liability.">
indirectLoanParticipation LoanParticipation (0..1) <"ISDA 1999 Term: Indirect Loan Participation. NOTE: Only applicable as a deliverable obligation under ISDA Credit 1999.">
excluded string (0..1) <"A free format string to specify any excluded obligations or deliverable obligations, as the case may be, of the reference entity or excluded types of obligations or deliverable obligations. ISDA 2003 Term: Excluded Obligations/Excluded Deliverable Obligations.">
othReferenceEntityObligations string (0..1) <"This element is used to specify any other obligations of a reference entity in both obligations and deliverable obligations. The obligations can be specified free-form. ISDA 2003 Term: Other Obligations of a Reference Entity.">
type SpecifiedCurrency:
applicable boolean (1..1) <"Indicates whether the specified currency provision is applicable.">
currency string (0..1) <"The currency in which the specified currency is denominated. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.">
type NotDomesticCurrency: <"A class to specify the ISDA 2003 Term: Not Domestic Currency.">
applicable boolean (1..1) <"Indicates whether the Not Domestic Currency provision is applicable.">
currency string (0..1) <"An explicit specification of the domestic currency. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.">
type PCDeliverableObligationCharac: <"A class to specify the Partial Cash Deliverable Obligation Characteristic.">
applicable boolean (1..1) <"Indicates whether the provision is applicable.">
partialCashSettlement boolean (0..1) <"Specifies whether either 'Partial Cash Settlement of Assignable Loans', 'Partial Cash Settlement of Consent Required Loans' or 'Partial Cash Settlement of Participations' is applicable. If this element is specified and Assignable Loan is a Deliverable Obligation Characteristic, any Assignable Loan that is deliverable, but where a non-receipt of Consent by the Physical Settlement Date has occurred, the Loan can be cash settled rather than physically delivered. If this element is specified and Consent Required Loan is a Deliverable Obligation Characteristic, any Consent Required Loan that is deliverable, but where a non-receipt of Consent by the Physical Settlement Date has occurred, the Loan can be cash settled rather than physically delivered. If this element is specified and Direct Loan Participation is a Deliverable Obligation Characteristic, any Participation that is deliverable, but where this participation has not been effected (has not come into effect) by the Physical Settlement Date, the participation can be cash settled rather than physically delivered.">
type LoanParticipation extends PCDeliverableObligationCharac: <"A class to specify loan with a participation agreement whereby the buyer is capable of creating, or procuring the creation of, a contractual right in favour of the seller that provides the seller with recourse to the participation seller for a specified share in any payments due under the relevant loan which are received by the participation seller. ISDA 2003 Term: Direct Loan Participation.">
qualifyingParticipationSeller string (0..1) <"If Direct Loan Participation is specified as a deliverable obligation characteristic, this specifies any requirements for the Qualifying Participation Seller. The requirements may be listed free-form. ISDA 2003 Term: Qualifying Participation Seller.">