Revision History Introduction What Is an API? Using the EQUOS API

Total Page:16

File Type:pdf, Size:1020Kb

Revision History Introduction What Is an API? Using the EQUOS API 2021/3/1 Revision History – API Reference Revision History Introduction What is an API? Using the EQUOS API? Support Terms of Service Authentication REST API Overview Overview REST Public Endpoints Get Instruments Get Instrument Pairs Get Order Book Get Trade History Get Funding Rate History Get Chart REST Private Endpoints Roles Logon Signing REST API Calls Place a New Order Cancel Order Cancel Replace Get Orders List Get Order Status Get Order History Get User Trade History List Position Cancel All Orders Get User History Get Risk REST Wallet Endpoints Get Deposit Addresses List Withdraw Requests Send Withdraw Request Get Transfer History WebSocket Overview Protocol Overview Heartbeat / Websocket Ping Pong Subscribe Unsubscribe WebSocket Public Channels Order Book Channel Trade History Channel Chart Channel Ticker WebSocket Private Channels User Orders Channel https://developer.equos.io/#revision-history 1/113 2021/3/1 Revision History – API Reference User Position Channel User Risk Channel FIX Overview FIX Dictionary Testnet Environment SSL Proxy Third Party Platform and Network Support Instruments and Trading Pairs Symbols Message Identifiers Data Types Standard Header Standard Trailer FIX Session Management Commencing a Session Ending a Session Logon < A > Logout < 5 > Heartbeat <0> TestRequest <1> ResendRequest <2> Reject < 3 > SequenceReset < 4 > BusinessMessageReject < j > FIX Market Data SecurityListRequest < x > SecurityList < y > MarketDataRequest < V > MarketDataRequestReject < Y > MarketDataSnapshotFullRefresh < W > MarketDataIncrementalRefresh < X > FIX Order Management NewOrderSingle< D > ExecutionReport<8> OrderCancelRequest < F > OrderCancel/ReplaceRequest< G > OrderCancelReject<9> OrderMassStatusRequest < AF > FIX Drop Copy ccxt Revision History Revision History Date Ver API End Point Type Description https://developer.equos.io/#revision-history 2/113 2021/3/1 Revision History – API Reference Date Ver API End Point Type Description REST https://equos.io/api/sendWithdrawRequest https://equos.io/api/getTransferHistory Updates for crypto New Features 2021/02/03 5.0 REST withdrawal endpoint and https://equos.io/api/getUserHistory and updates order endpoints https://equos.io/api/cancelOrder https://equos.io/api/userTrades https://equos.io/api/cancelAll REST https://equos.io/api/getRisk REST & Updated mandatory fields 2021/01/12 4.13 WSS Updates WSS for Institutional User wss://equos.io/ws/userrisk wss://equos.io/ws/userorders wss://equos.io/ws/userposition REST updated REST api/getRisk https://equos.io/api/getRisk wss/userrisk wss://equos.io/ws/userrisk api/getOrderStatus( REST & 2021/01/11 4.12 https://equos.io/api/getOrderStatus Updates removed old endpoint FIX /getOrder) FIX MarketDataRequest < V > FIX updated MDEntryType<269> https://equos.io/api/userTrades https://equos.io/api/getInstrumentPairs https://equos.io/api/getRisk wss://equos.io/ws/userrisk updates to api/userTrades REST & https://equos.io/api/getOrder and updates to 2021/01/08 4.11 Updates WSS https://equos.io/api/getInstruments getInstrumentPairs with https://equos.io/api/getInstrumentPairs example for Perpetuals https://equos.io/api/getOrderBook https://equos.io/api/getTradeHistory https://equos.io/api/getChart New API health check https://equos.io/api/health New Feature endpoint and 2020/12/24 4.10 REST https://equos.io/api/getOrderStatus and updates api/getOrderStatus endpoint wss://equos.io/ws/ticker wss://equos.io/w Public Websocket endpoints with Unsubscribe s/orderbook wss://equos.io/ws/tradehistor 2020/11/24 4.9 WSS New Feature and updates on description y wss://equos.io/ws/chart https://equos.i of the FIX and REST o/api/userTrades endpoints and examples. 2020/09/20 4.8 WSS wss://equos.io/ws/ticker New Feature Ticker Endpoint GET https://equos.io/api/getFundingRateHis Perpetual Funding Rate 2020/09/05 4.7 REST New Feature tory History https://developer.equos.io/#revision-history 3/113 2021/3/1 Revision History – API Reference Date Ver API End Point Type Description User History Reports 2020/09/05 4.7 REST POST https://equos.io/api/getUserHistory New Feature supporting Order, Trade, Funding History, Position Expanded reference data GET https://equos.io/api/getInstrumentPai 2020/08/25 4.6 REST Enhancement fields to support Perpetuals, rs Futures & Options Expanded fields for 2020/08/25 4.6 WSS wss://equos.io/ws/orderbook Enhancement perpetual contract data Wait for orderId from 2020/08/25 4.6 REST POST https://equos.io/api/order Enhancement matching engine control flag added Python Sample Codes Python Sample Codes for REST / WS and Up to date added for REST / WS APIs 2020/08/06 4.5 REST/WS Enhancement REST / WS / FIX API documents and Updated REST/WS/FIX APIs documentation GET https://equos.io/api/userTrades Average execution price 2020/07/28 4.4 REST/WS Enhancement wss://equos.io/ws//userTrades added GET https://equos.io/api/getTradeHistory AggressorSide added to 2020/07/21 4.2.7 REST/WS Enhancement wss://equos.io/ws/tradehistory tradeHistory endpoint Commission fields added to 2020/06/17 4.2 FIX ExecutionReport<8> Enhancement ExecutionReport USD/USDC Book 2020/05/15 3.10 All All New Feature consolidation System USD Instruments removed 2020/05/15 3.10 All All Change from the trading list New https://equos.io/api/ System 2020/05/15 3.10 REST Endpoint URL change Legacy https://trade.equos.io/api/ Change 2020/05/06 3.02 FIX Logon<1> New Feature Cancel on Disconnect 2020/04/28 3.00 ccxt github developer resources New Feature ccxt API support released POST https://trade.equos.io/api/logon POST https://trade.equos.io/api/order POST https://trade.equos.io/api/cancelOrd er POST https://trade.equos.io/api/cancelRepl Institutional/multiple 2020/04/06 2.20 REST aceOrder Update account support in REST POST https://trade.equos.io/api/getOrders POST https://trade.equos.io/api/getOrder POST https://trade.equos.io/api/getPositi ons POST https://trade.equos.io/api/getRisk 2020/03/27 2.00 All EQUOS developer documentation site Initial Document Release https://developer.equos.io/#revision-history 4/113 2021/3/1 Revision History – API Reference Introduction Welcome to the EQUOS Exchange developer site What is an API? API is the acronym for Application Programming Interface. An API provides a means for one application to interact with another according to a rules of engagement. The EQUOS developer documentation, describes the rules by which your application can interact with the EQUOS exchange. EQUOS supports a variety of popular Application Programming Interfaces: REST Web Sockets FIX Protocol ccxt library If you would like to discuss which API might best suits your business requirements, please feel free to reach out to our API support team. Using the EQUOS API? The EQUOS Exchange API allows access to all the features of the EQUOS Exchange platform. Developers can leverage the API to build custom trading applications, or connect existing application with the EQUOS Exchange. Through use of our comprehensive suite of APIs you can: Instrument information on the products traded on the EQUOS Exchange Retrieve historical or stream live market data Submit and manage orders Retrieve Order History Retrieve Positions Check balances Automate Deposit and Withdrawal Requests Generally every function which you might use via the GUI web application can be replicated through use of the API. Support Please refer to your account manager, or integration support for further information. Integration Support and technical onboarding please contact [email protected] API support, errors or omissions in this document [email protected] https://developer.equos.io/#revision-history 5/113 2021/3/1 Revision History – API Reference Terms of Service By accessing or using any EQUOS public or private API endpoint you have agreed to be bound by the EQUOS API Terms of Service. Usage of, or interaction with any product or service offered by EQUOS, whether by API or any other method of access is bound by the EQUOS Terms and Conditions and Business Rules of EQUOS. References in this API to “EQUOS”, “we”, “our”, or “us”, are to Diginex Capital Pte. Ltd. (company number 079903) and the Diginex Group depending on the services being discussed. API Keys All API keys are used at your own risk and expense. EQUOS will not be held responsible for any error, malfunction, negligence, compromised security, cyber attack, or other force majeure affecting this platform. Users of the API will indemnify and hold harmless, the Diginex Group EQUOS, its Affiliates, and affiliated and other group companies from all damages losses and claims associate with the usage of this API and trading system. Authentication A registered user should have API access to Equos via FIX, REST, and WebSocket. Please refer to this help article on how to obtain your credentials for API access: API Username API Password SenderCompID (specific for FIX connectivity) Once you have completed this step, you can follow the authentication steps as in the respective section for FIX, REST, and WebSocket. REST API Overview Overview The REST API has endpoints for Public market data access Account management Order management Data fields use enums defined in the FIX 4.4 standard, unless otherwise specified. REST Public Endpoints The Market Data API is a public set of endpoints for retrieving market data. These endpoints provide snapshots of market data. For real-time market data updates, see the Websocket Feed documentation for connecting and re-creating a perfect real-time copy of the order book and trades. https://developer.equos.io/#revision-history
Recommended publications
  • David Michehl Subject
    MEMORANDUM To: File No. S7-26-15 From: David Michehl Subject: Summary of meeting with representatives from SWIFT Date: January 28, 2016 On January 28, 2016, representatives from the Securities and Exchange Commission’s Division of Trading and Markets (Michael Gaw, Tom Eady, Yvonne Fraticelli, David Michehl, Kathleen Gross, Sarah Albertson, and Justin Pica) and Division of Economic and Risk Analysis (Narahari Phatak, Burt Porter, Walter Hamscher, Hermine Wong, Yee Loon, Mike Willis) met with Paul Janssens (SWIFT). The SWIFT representative discussed issues relating to the use of ISO 20022. In addition, Mr. Janssens provided the staff with an information paper related to ISO 20022. Information paper Standards – A Value Proposition for Regulators Contents About Standards .....................................................................................................3 About SWIFT & Standards .....................................................................................4 Standards & Regulation .........................................................................................6 About ISO 20022 .....................................................................................................8 ISO 20022 & Regional/Global Adoption ................................................................9 Conclusion ............................................................................................................11 3 Standards – A Value Proposition for Regulators About Standards Norms, models, rules, measures, Rather less obvious
    [Show full text]
  • An Architecture for Making Object-Oriented Systems Available from Prolog
    An Architecture for Making Object-Oriented Systems Available from Prolog Jan Wielemaker and Anjo Anjewierden Social Science Informatics (SWI), University of Amsterdam, Roetersstraat 15, 1018 WB Amsterdam, The Netherlands, {jan,anjo}@swi.psy.uva.nl August 2, 2002 Abstract It is next to impossible to develop real-life applications in just pure Prolog. With XPCE [5] we realised a mechanism for integrating Prolog with an external object-oriented system that turns this OO system into a natural extension to Prolog. We describe the design and how it can be applied to other external OO systems. 1 Introduction A wealth of functionality is available in object-oriented systems and libraries. This paper addresses the issue of how such libraries can be made available in Prolog, in particular libraries for creating user interfaces. Almost any modern Prolog system can call routines in C and be called from C (or other impera- tive languages). Also, most systems provide ready-to-use libraries to handle network communication. These primitives are used to build bridges between Prolog and external libraries for (graphical) user- interfacing (GUIs), connecting to databases, embedding in (web-)servers, etc. Some, especially most GUI systems, are object-oriented (OO). The rest of this paper concentrates on GUIs, though the argu- ments apply to other systems too. GUIs consist of a large set of entities such as windows and controls that define a large number of operations. These operations often involve destructive state changes and the behaviour of GUI components normally involves handling spontaneous input in the form of events. OO techniques are very well suited to handle this complexity.
    [Show full text]
  • 18Th ABMF Agenda
    28th ASEAN+3 Bond Market Forum (ABMF) Meeting And relevant meetings 18-21 June 2018 / Seinan Gakuin University, Fukuoka City, Japan DAY 3 – 20 June 2018 Venue: Multi-Purpose Hall, 1st Floor, Centennial Hall TIME PROGRAM ABMF Sub Forum 2 (SF2) Meeting 08:30 – 09:00 Registration 09:00 – 09:05 Opening Remarks by Mr. Seung-Kwon Lee, SF2 Chair Session 12: RegTech in US 09:05 – 09:40 by Mr. Hudson Hollister, Data Transparency Coalition (DTC) via Webex - Financial Transparency Act in US Session 13: Enhanced Supervisions and Surveillance with Technology by Mr. Lim Kok Eng, Analytics Department, Securities Commission Malaysia 09:40 – 10:20 - XBRL submission platform - Web crawling robots - Artificial Intelligence for sentiment and text mining capability 10:20 – 10:45 Coffee break Session 14: Panel Discussion: Global trends in data collection and standardization for more structured data - What are the drivers of the trends? What are benefits and costs of building structured data environment? - What needs to be standardized (ISO 20022, XBRL, LEI, ISIN, CFI, etc)? - How can we standardize? What is the role of international body? - What does Asia need to understand and prepare? 10:45 – 12:15 Panelist: Mr. Francois Laurent, European Central Bank, ISO TC68 Mr. Masayuki Tagai, JP Morgan, ISO 20022 RMG Vice Convener Mr. Yoshiaki Wada, NTT Data, Chair of XBRL Asia Round Table Mr. Beju Shah, Bank of England Ms. Meiko Morioka, SWIFT Moderator: ADB 12:15 – 12:25 Wrap-up by ADB Secretariat 12:25 – 12:30 Closing Remarks by Mr. Seung-Kwon Lee, SF2 Chair 12:30 – 13:30 Lunch Farewell Dinner, Café d' Erte, 3rd floor, Hotel Clio Court Hakata, 18:30 – 20:30 5-3 Hakataekichuogai , Hakataku, Hakata, 812-0012 Fukuoka RegTech in the United States Hudson Hollister, Executive Director, Data Coalition @hudsonhollister What is RegTech? “RegTech” refers to technological solutions that perform one of the following functions: ● Automate regulatory compliance or regulatory reporting tasks.
    [Show full text]
  • Double Volume Cap Mechanism: the Impact on EU Equity Markets 
    ESMA Working Paper No. 3, 2020 DVC mechanism: The impact on EU equity markets Claudia Guagliano, Cyrille Guillaumie, Paul Reiche, Alessandro Spolaore and Arianna Zanon September 2020| ESMA/2020/ WP-2020-3 ESMA Working Paper No. 3, 2020 2 ESMA Working Paper, No. 3, 2020 Authors: Claudia Guagliano, Cyrille Guillaumie, Paul Reiche, Alessandro Spolaore and Arianna Zanon Authorisation: This Working Paper has been approved for publication by the Selection Committee and reviewed by the Scientific Committee of ESMA. © European Securities and Markets Authority, Paris, 2020. All rights reserved. Brief excerpts may be reproduced or translated provided the source is cited adequately. Legal reference of this Report: Regulation (EU) No 1095/2010 of the European Parliament and of the Council of 24 November 2010 establishing a European Supervisory Authority (European Securities and Markets Authority), amending Decision No 716/2009/EC and repealing Commission Decision 2009/77/EC, Article 32 “Assessment of market developments”, 1. “The Authority shall monitor and assess market developments in the area of its competence and, where necessary, inform the European Supervisory Authority (European Banking Authority), and the European Supervisory Authority (European Insurance and Occupational Pensions Authority), the ESRB and the European Parliament, the Council and the Commission about the relevant micro- prudential trends, potential risks and vulnerabilities. The Authority shall include in its assessments an economic analysis of the markets in which financial market participants operate, and an assessment of the impact of potential market developments on such financial market participants.” The charts and analyses in this report are, fully or in parts, based on data not proprietary to ESMA, including from commercial data providers and public authorities.
    [Show full text]
  • Identifiers Documentation
    identifiers Documentation Release 0.4.1 Michael Amrhein Dec 11, 2020 Contents 1 Overview 3 1.1 Identifiers standardized by GS1.....................................3 1.2 Identifiers for publications........................................3 1.3 Identifiers for banks and bank accounts.................................4 1.4 Identifiers for exchanges and exchange traded financial assets.....................4 1.5 Identifiers for Value Added Taxation...................................4 2 Common Features 5 3 Identifiers standardized by GS17 4 Identifiers for publications 15 5 Identifiers for banks and bank accounts 19 6 Identifiers for exchanges and exchange traded financial assets 23 7 European Union VAT Registration Number 25 Python Module Index 27 Index 29 i ii identifiers Documentation, Release 0.4.1 This package provides classes that can be used to create and check identifiers for unique objects or unique classes of objects according to international standards. Definition from Wikipedia: “An identifier is a name that identifies (that is, labels the identity of) either a unique object or a unique class of objects, where the “object” or class may be an idea, physical [countable] object (or class thereof), or physical [noncountable] substance (or class thereof). The abbreviation ID often refers to identity, identification (the process of identifying), or an identifier (that is, an instance of identification). An identifier may be a word, number, letter, symbol, or any combination of those.” Contents: Contents 1 identifiers Documentation, Release 0.4.1 2 Contents CHAPTER 1 Overview 1.1 Identifiers standardized by GS1 See http://www.gs1.org/id-keys. • Global Trade Item Number (GTIN) Used to identify products and services. Variants: GTIN12, GTIN13, GTIN14 • Global Location Number (GLN) Used to identify parties and locations, for example companies, warehouses, factories and stores.
    [Show full text]
  • DOC: Advent Portfolio Exchange Release 3
    Public SQL Views in Advent Portfolio Exchange Release 3 CONFIDENTIAL — DO NOT DISTRIBUTE NOTICE The software described in this document is furnished under a license agreement. The software may be used or copied only in accordance with the terms of the agreement. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, for any purpose without the express written permission of Advent Software, Inc. Information in this document may be revised from time to time without notice. This document, which is provided solely to Licensees of Advent Software, Inc., is confidential and proprietary. U.S. Government Users: Use, duplication, or disclosure is subject to the restrictions as set forth in the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 subparagraph (c)(1)(ii), or the Commercial Computer Software -- Restricted Rights at CFR 52.227-19, subparagraphs (c)(1) and (2), as applicable. Manufacturer is Advent Software, Inc. 600 Townsend Street, San Francisco, CA 94103 Copyright 2011 by Advent Software, Inc. All rights reserved. NOTE: All names of individuals that may appear in any displays herein are fictitious. Any similarity to the names of any persons living or dead is unintentional and strictly coincidental. Part number: APXSQL3U2b Release number: Advent Portfolio Exchange Release 3 Publication date: February 2011 Advent, the Advent logo, Advent Browser Reporting, Advent Corporate Actions, Advent INX, Advent Office, AdventOnDemand, Advent Packager, Advent Partner, Advent Portfolio Exchange, Advent Revenue Center, Advent Rules Manager, Advent Software, Inc., Advent TrustedNetwork, Advent Warehouse, Axys, Geneva, Moxy, MyAdvent, Portfolio Exchange, Qube, Rex, SmartClick, and WealthLine are registered trademarks of Advent Software, Inc.
    [Show full text]
  • Global Equity Data Fundamentals Confidential
    Morningstar, Inc. Global Equity Data Fundamentals Confidential Global Equity Data User’s Definitions Operational page 2 Profile page 6 Proprietary page 8 Ratios page 12 Valuation page 18 Raw Fundamentals Income Statement page 21 Balance Sheet page 43 Cash Flow page 71 Earnings Report/EPS and Share page 90 TTM page 92 Price/Returns page 92 Alpha/Beta page 96 Statistics page 97 Currency Exchange page 98 Corporate Calendar page 99 Ownership/Short Interest page 99 Ownership Detail page 101 Insider Trading Activities page 101 Corporate Actions page 103 Executive Insight page 108 Consensus Recommendations page 113 Consensus Estimates page 114 Say on Pay page 120 Voting Report page 121 Quantitative Data page 122 Questions: 1-800-775-8118 or [email protected] 1 Morningstar, Inc. Global Equity Data Fundamentals Confidential Operational CompanyId (1) 10-digit unique and unchanging Morningstar identifier assigned to every company. ShortName (2) 25-character max abbreviated name of the firm. In most cases, the short name will simply be the Legal Name less the “Corporation”, “Corp.”, “Inc.”, “Incorporated”, etc… StandardName (3) The English translation of the foreign legal name if/when applicable. LegalName (4) The full name of the registrant as specified in its charter, and most often found on the front cover of the 10K/10Q/20F filing. CountryId (5) 3 Character ISO code of the country where the firm is domiciled. See separate reference document for Country Mappings. CIK (6) The Central Index Key; a corporate identifier assigned by the Securities and Exchange Commission (SEC). CompanyStatus (9) At the Company level; each company is assigned to 1 of 3 possible status classifications; (U) Public, (V) Private, or (O) Obsolete: Public-Firm is operating and currently has at least one common share class that is currently trading on a public exchange.
    [Show full text]
  • Prolog Programming a First Course
    Prolog Programming A First Course Paul Brna March 5, 2001 Abstract The course for which these notes are designed is intended for undergraduate students who have some programming experience and may even have written a few programs in Prolog. They are not assumed to have had any formal course in either propositional or predicate logic. At the end of the course, the students should have enough familiarity with Prolog to be able to pursue any undergraduate course which makes use of Prolog. This is a rather ambitious undertaking for a course of only twelve lectures so the lectures are supplemented with exercises and small practical projects wherever possible. The Prolog implementation used is SICStus Prolog which is closely mod- elled on Quintus Prolog (SICS is the Swedish Institute of Computer Science). The reference manual should also be available for consultation [SICStus, 1988]. °c Paul Brna 1988 Contents 1 Introduction 1 1.1 Declarative vs Procedural Programming . 1 1.2 What Kind of Logic? . 1 1.3 A Warning . 2 1.4 A Request . 2 2 Knowledge Representation 3 2.1 Propositional Calculus . 3 2.2 First Order Predicate Calculus . 4 2.3 We Turn to Prolog ....................... 5 2.4 Prolog Constants . 7 2.5 Goals and Clauses . 8 2.6 Multiple Clauses . 8 2.7 Rules . 9 2.8 Semantics . 10 2.9 The Logical Variable . 11 2.10 Rules and Conjunctions . 12 2.11 Rules and Disjunctions . 13 2.12 Both Disjunctions and Conjunctions . 14 2.13 What You Should Be Able To Do . 15 3 Prolog’s Search Strategy 16 3.1 Queries and Disjunctions .
    [Show full text]
  • SAP Enhancement Package 7 for SAP ERP 6.0, SAP® What's New? – Release Notes
    Release Notes for SAP enhancement package 7 for SAP ERP 6.0, SAP® What's New? – Release Notes Copyright © Copyright 2012 SAP AG. All rights reserved. Document classification: CUSTOMER No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft, Windows, Excel, Outlook, PowerPoint, Silverlight, and Visual Studio are registered trademarks of Microsoft Corporation. IBM, DB2, DB2 Universal Database, System i, System i5, System p, System p5, System x, System z, System z10, z10, z/VM, z/OS, OS/390, zEnterprise, PowerVM, Power Architecture, Power Systems, POWER7, POWER6+, POWER6, POWER, PowerHA, pureScale, PowerPC, BladeCenter, System Storage, Storwize, XIV, GPFS, HACMP, RETAIN, DB2 Connect, RACF, Redbooks, OS/2, AIX, Intelligent Miner, WebSphere, Tivoli, Informix, and Smarter Planet are trademarks or registered trademarks of IBM Corporation. Linux is the registered trademark of Linus Torvalds in the United States and other countries. Adobe, the Adobe logo, Acrobat, PostScript, and Reader are trademarks or registered trademarks of Adobe Systems Incorporated in the United States and other countries. Oracle and Java are registered trademarks of Oracle and its affiliates. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group.
    [Show full text]
  • Federation of Euro-Asian Stock Exchanges
    FEDERATION OF EURO-ASIAN STOCK EXCHANGES YEARBOOK 2002/2003 FEDERATION OF EURO-ASIAN STOCK EXCHANGES YEARBOOK 2002/2003 FEDERATION OF EURO-ASIAN STOCK EXCHANGES > YEARBOOK 2002/2003 > PAGE 1 TABLE OF CONTENTS President’s Message 3 Articles Federation of Euro-Asian Stock Exchanges 4 Takasbank 8 HP Capital Markets Framework 10 World Federation of Exchanges 12 The International Accounting Standards Board 14 Stock Exchange Profiles Amman Stock Exchange 16 Lahore Stock Exchange 52 Armenian Stock Exchange 19 Macedonian Stock Exchange 55 Baku Interbank Currency Exchange 22 Moldovan Stock Exchange 59 Baku Stock Exchange 25 Mongolian Stock Exchange 62 Bulgarian Stock Exchange 28 Muscat Securities Market 65 Cairo and Alexandria Stock Exchanges 31 Palestine Securities Exchange 68 Dhaka Stock Exchange 34 State Commodity & Raw Materials Georgian Stock Exchange 37 Exchange of Turkmenistan 71 Istanbul Stock Exchange 40 Tehran Stock Exchange 73 Karachi Stock Exchange 43 Tirana Stock Exchange 76 Kazakhstan Stock Exchange 46 “Toshkent” Republican Stock Exchange 79 Kyrgyz Stock Exchange 49 Ukrainian Stock Exchange 82 Zagreb Stock Exchange 85 Member List 89 FEDERATION OF EURO-ASIAN STOCK EXCHANGES (FEAS) I.M.K.B, Reflitpafla Mah. Tuncay Artun Cad. Emirgan 34467 Istanbul, Turkey Tel: (90 212) 298 2160 Fax: (90 212) 298 2209 E-mail: [email protected] Web address: www.feas.org Contacts: Mr. Aril Seren, Secretary General Ms. Rosalind Marshall, Assistant Secretary General The Federation of Euro-Asian Stock Exchanges Yearbook 2002/2003 is published by the Federation of Euro-Asian Stock Exchanges. All editorial material was collated and edited by the Federation of Euro-Asian Stock Exchanges. The design, production and distribution was coordinated by the Federation of Euro-Asian Stock Exchanges.
    [Show full text]
  • The Role of ANNA and ISO Standards in the International Capital Markets
    ANNA numbers the world Association of National Numbering Agencies scrl The role of ANNA and ISO Standards in the International Capital Markets Dan Kuhnel – ANNA Chairman XII International AECSD Conference Almaty, Kazakhstan – September 10/11, 2015 ANNA numbers the world Name Agenda Who is ANNA? - Objectives - Mission Statement - ANNA Organisation and Membership - ANNA Service Bureau Overview - Benefits of ANNA Membership ANNA’s role in Cross-Border Standardisation - Overview of ISO Financial standards - Existing ISO Financial standards - ISO Financial Standards in preparation ANNA’s involvement in the Eurasian Capital Markets - How are we involved? - Benefits for members and the region ANNA numbers the world 2 Agenda What is ANNA? - Objectives - Mission Statement - ANNA Organisation and Membership - ANNA Service Bureau Overview - Benefits of ANNA Membership ANNA’s role in Cross-Border Standardisation - Overview of ISO Financial standards - Existing ISO Financial standards - ISO Financial Standards in preparation ANNA’s involvement in Asian Capital Markets - How are we involved? - Benefits for members and the region ANNA numbers the world 3 Objectives . Globally develop and promote standards under ANNA‘s control; . Commit to work for the benefit of the financial industry; . Codify, classify and make data accessible and available to industry participants; . Contribute to ISO Standards development process; . Ensure timeliness, accuracy and quality in the application of standards; . Fulfil our obligation as an ISO Registration Authority for the ISIN (ISO 6166) and CFI (ISO 10962) standards. ANNA numbers the world 4 Mission Statement We are committed to providing actionable global ID and reference data products and services to global market participants, including Regulators and the financial services industry to uniquely identify, classify and describe entities and financial instruments.
    [Show full text]
  • Doing Data Differently
    General Company Overview Doing data differently V.14.9. Company Overview Helping the global financial community make informed decisions through the provision of fast, accurate, timely and affordable reference data services With more than 20 years of experience, we offer comprehensive and complete securities reference and pricing data for equities, fixed income and derivative instruments around the globe. Our customers can rely on our successful track record to efficiently deliver high quality data sets including: § Worldwide Corporate Actions § Worldwide Fixed Income § Security Reference File § Worldwide End-of-Day Prices Exchange Data International has recently expanded its data coverage to include economic data. Currently it has three products: § African Economic Data www.africadata.com § Economic Indicator Service (EIS) § Global Economic Data Our professional sales, support and data/research teams deliver the lowest cost of ownership whilst at the same time being the most responsive to client requests. As a result of our on-going commitment to providing cost effective and innovative data solutions, whilst at the same time ensuring the highest standards, we have been awarded the internationally recognized symbol of quality ISO 9001. Headquartered in United Kingdom, we have staff in Canada, India, Morocco, South Africa and United States. www.exchange-data.com 2 Company Overview Contents Reference Data ............................................................................................................................................
    [Show full text]