Empower Mobile Algorithmic Trading Services with Cloud Computing

Size: px
Start display at page:

Download "Empower Mobile Algorithmic Trading Services with Cloud Computing"

Transcription

1 Empower Mobile Algorithmic Trading Services with Cloud Computing Junwei Ma Southwestern University of Finance and Economics Abstract: Mobile devices can offer real time connection to stock exchange market anywhere, but restricted by its limited storage and computation capability it can t do high frequent trading effectively. With the support of information technology financial market steps into millisecond age, a millisecond can differentiate between a successful trade and an unsuccessful trade so we introduce MATS (Mobile Algorithmic Trading System) to help investors optimize their investment operation against market fluctuation. Facing voluminous data flow generated by scattered exchanges and ECNs across the globe, cloud computing technology is adopted to meet demand of algorithmic trading technology. Key words: Algorithmic Trading, Mobile Finance, Cloud Computing 1. Introduction Advances in rapidly rising number of mobile devices and development of network technology, mobile devices has been changing our life habits including investment behavior. In stock market, security prices and market fluctuations may change in seconds, thus the ability to trade securities from a mobile device will enable investor keep up with any fluctuation and trade at any time to avoid risk from short term market volatility. Now you can use plenty of mobile stock trading software on Android, iphone and other mobile operation systems. These trading software can transform real time stock information and delivery trading orders to order management system of your security broker and your orders will be executed by quotation system of the stock exchange. Although mobile device offers a real time access to financial market anywhere, mobile devices restricted to hardware conditions can t match computer in processing mass data and placing orders with speed and accuracy. The small screen can t show trade information effective, touch screen is unable input trade orders quickly and precisely and the network access quality effects real time property directly. To help mobile devices users trade stocks as effective as computer platform trader, we try to incorporate algorithmic trading technology into our mobile stock trading system. Algorithmic trading is commonly defined as the use of computer algorithms to optimize trading operations. Algorithmic trading makes real time optimizing

2 calculation relies on mass history trading data and efficient algorithm. To facilitate technical analysis of algorithmic trading, a computing platform powerful enough to handle the mass data storage, quick retrieval and real time calculate demand is crucial. Obviously mobile devices are unequal to this task. Thus we adopt cloud computing technology to reinforce the implementation of our design, in which mobile device only send instruction and accept treated data, the data storage and computing are done by server or grid computing system. 2. Background and Related Works 2.1 Mobile Finance The significant value of mobile is arising from the convenient of mobility, Kalakota and Robinson (2001) has defined mobile commerce as e-commerce for users on the move. With adoption of information technology in finance, financial market steps in to millisecond period. Milliseconds can cost a firm an opportunity to profit from a trade (Kim 2007), thus getting market information spontaneous and real time price volatility monitoring are crucial for investors. To facility this kind of immediate trade instructions, we introduced the Mobile Algorithmic Trading System. Nearly all of the mobile finance literatures are focus on mobile bank service, but we trust with the development of e-business there will be more scholar research application in securities markets. 2.2 Algorithmic Trading Algorithmic trading (AT) is defined as the use of computer algorithms to automatically make certain trading decisions, submit orders and manage those orders after submission (Hendershott et. al.). AT has sharply increased since the implementation of decimalization in After this reform AT is accepted by both sell side and buy side to reduce transaction cost, it is thought to be responsible for about 73% of trading volume in the U.S in (Kim 2007, Hendershott 2011). Compare with traditional execution transaction orders by traders, AT has several advantages including lower commissions, reduce market impact and timing risk (Kissell et.al. 2005). If a big block order is sent to stock exchange, solely execution the trade volume would make market price move to adverse direction, thus AT splits it into several small orders and delivery them in a interval to reduce market impact intelligently Gsell (2008). 3. Design of MATS 3.1 Services Provided by MATS Our system offers three services: portfolio recommendation, securities automatic

3 management, algorithmic trading. Portfolio recommendation will offer advice to investors which portfolio meets their demand based on data of stock market analysis. Securities automatic management is provided by a subsystem which monitoring market fluctuation real time and make trading decision according to authorities permitted by investors. Algorithmic trading keeps all transaction orders can be implemented effectively and costless. 3.2 Architecture of MATS Mobile devices can delivery instant operation orders, but its storage ability and compute ability are far from meeting the demands of AT. Kim (2007) has cited the statistical data of Securities industry Automation Corp, message traffic of finance market is growing quickly from 56,000 messages per second in Nov to 200,000 messages per second in Nov The information of financial market is not only excessive, but also dispersive. The massage from one market may correlated with another, thus mobile devices are clearly unfit to give support of AT service. On the other hand, ordinary investors can t monitor stock volatility in front of a computer all day long, only mobile devices can be the medium to communicate market information and delivery orders in time any where. So we built a trading an intelligent system to connect mobile users with high frequent exchange quotation systems to facility investors optimize implementation of their trading decisions through AT technology. The MATS is represented in figure 1. User interface Mobile device: smart phone, tablet Business Layer Portfolio Recommender Subsystem Algorithmic Trading Subsystem Automatic Trading Decision Subsystem Data Layer Analyze DB Transaction DB MATS Cloud Service Stock market A Stock market B ECN A ECN B

4 Figure 1. Architecture of MATS Users can connect this system by mobile devices. They can offer three kinds of instructions to correspond subsystem. If it s a consultation instruction, Portfolio Recommender Subsystem will extract relevant information from two databases. Analyze database contains the recent macroeconomic data, industry analysis, and financial data of the list companies created by analyst. The consultation instrument should include investment preferences such as expected duration of this investment, risk tolerance degree, target market and so on. Then the Portfolio Recommender Subsystem will match these requirements with his trading record and analysis data, then an investment recommendation including composition of investment portfolios, holding interval, expected return and volatility are transferred to mobile device. Algorithmic Trading Subsystem plays a central role in my MATS, all trade instructions both from Automatic Trading Decision Subsystem and investors are executed by this subsystem. Since finance trade is sensitive to time delay, one more millisecond may cause an order can t be matched. The primary improvement of our trading is fast transaction direct to disadvantage of ordinary mobile stock trade transaction systems which is the time interval from spot of a trading opportunity to execution of exchange system. There are at least four network nodes of ordinary mobile transaction system: mobile devices, wireless router, order management system of broker and stock exchange system. Algorithmic trading system can connect quotation system of exchange market by DMA (direct market access) technology to access liquidity pools, this high speed access channel facilities transaction in time. Of course the Algorithmic Trading Subsystem can be used to minimize market impact and reduce transaction cost by split a block trade order into small orders then submitted them to limit book of exchange market at appropriate opportunities. All these automatic subsystems operate relies on high frequent transaction data, these data is saved in Transaction Database. The data sources are scattered globally, a list company may issue shares in different stock exchange market. For example, Bank of China has offered company s stock to public both in Shanghai Stock Exchange and Hong Kong Stock Exchange, the trade message in these two markets are closely related. Another important factor is the widely use of Electronic Communications Network(ECN is one kind of electronic communication network facilities trading outside of stock exchange where all investors post limit orders and exchange with others if their orders matched). In 2001 hundreds of ECNs were estimated to capture 37.1% of the dollar volume of trading in NASDAQ (Kim 2007). In these ECNs securities can be trade outside exchange quotation system, after American stock exchanges close, investors can transform their securities in Hong Kong or various ECNs, a global financial market forms. To meet the requirements of fast data storage, immediate message retrieval and compute under restriction of loose data source distribution and diversified mobile devices we built this system on a cloud platform.

5 4. Implementation 4.1 Mobile Client Side Design The mobile devices of the MATS are smart phone and tablet.basically, they can support GSM or WIFI to Access the Internet. 3G and even 4G are more welcomed, because they are more reliable and more speedy. The mobile device client application can be readily developed by JAVA ME, ADT, Object C,.NET in different mobile platforms. Client side only response for delivery of instructions and feed back operation result, the implementation of these orders are carried out in public cloud. Corresponding three subsystems there are three kinds of instructions: consultation instruction, portfolio mandate instruction and transaction instruction. The details of structure of these instructions are described in the next part. 4.2 Background Function Realization Consultation Service Implementation If an investor has no idea about which securities or portfolio to selected, he can offer a recommend request to Portfolio Recommender Subsystem. This request instruction contains three factors: (i). Stock recommendation or portfolio recommendation. If an investor wants to hold a single stock, the recommendation system will selected a most qualified stock from analysis database according to other requirements. A portfolio recommendation is more complicated, investment portfolio optimizing is calculated with CAPM (capital assets pricing model) or other pricing models. (ii). Holding interval. Investor who requires liquidity may short position in next few days, so short term good trend stock is more appropriate than long term value investment portfolio. (iii). Risk bearing ability. Based on assets pricing theories, the portfolios at the portfolio efficiency frontier have different expected return and corresponding risk, a portfolio has more expected return also has larger risk so optimal portfolio is different among diverse investors. The instrument can contains more restrictions such as specified industry and specified plate, but these three factors are essential to keep the outcome accuracy Portfolio Mandate Implementation As mentioned above, Automatic Trading Decision Subsystem keeps monitoring market volatility to prevent loss caused by sudden fluctuation. Investor can set different level authority based on their personal preference. If an investor fully trusts this Automatic Trading Decision subsystem, he may give a top authority to it. Thus when a stock price drops dramatically of has significant drop trend on technology

6 analysis the automatic trading decision subsystem will offer corresponding transaction order to Algorithmic Trading Subsystem. The medium authority allows this subsystem trading securities after a warning message is confirmed by investor, if the user set low authority to this subsystem, it only works as an early warning system, the securities trade by investors themselves Algorithmic Trading Implementation Algorithmic Trading is the most important feature of our system, it s crucial to ensure all orders delivered to exchange effective executed. Timeliness and low transaction cost are the two main performances in the process of transaction stocks. DMA offers investors an efficient method of accessing electronic exchanges as introduced in last chapter. Algorithms typically tracks a benchmark and determine the price, quantity, opportunity and trading venues dynamically monitoring market conditions across different securities and trading venues (Hendershott 2011). These are three categories of AT strategies distinguished by their underlying benchmark. The first category of AT implemented execution strategies aims to match benchmarks generated by market itself such as volume weighted average price (VWAP). The second category of AT aims to meet benchmarks generated at the time of order submission to the algorithmic such as middle price at the moment. Third categories of AT strategies implement dynamic execution strategies as they re evaluate their strategies at each single decision time Gsell (2008). 4.3 Cloud Computing Technical Support As described above, the financial market message traffic increase rapidly and the data source is scattered all round earth, to facility rapid data storage computation and transaction, we whole system operate in cloud. The service provider develops and maintains the databases and subsystems to provide service to the mobile clients who access to the cloud. The MATS cloud services may be free or offered on a pay-per-usage model. To facilitate services we introduced above SaaS (Software as a Service) model is adopt in our cloud computing system. These cloud investors do not manage the cloud infrastructure and platform on which the application is running, this model increases elasticity of our system since developer can update algorithms real time to adapt market evolution and multi service access is available. 5. Conclusion and Further Research The current paper described a system to help investors optimize their investment behaviors against high volatility market by mobile service, algorithmic trading technology and cloud computing technology. To fit demand of mobility and easy operate, trade securities by mobile devices is a attractive choice. In our system the mobile devices connected with an intelligent supporting system, this system can offer portfolio recommendation and automatic transaction. These functions are

7 implemented by a modular system, investors can access to any subsystem and these subsystems can interact with each other. To cope with the challenge from rapid transaction in scattered global financial market and large amount data In the future, the primary task is realize MATS design, thus we can prove its feasibility. In the future, implementation of social network will be considered to add interaction among investors and help them to make investment decisions. Reference [1]. Kalakota R., and M. Robinson, M-Business: The Race to Mobility. McGraw-Hill, New York, [2]. Anckar B. and D Incau D. Value Creation in Mobile Commerce: Findings from a Consumer Survey. Journal of Information Technology Theory and Application. Vol. 4, Iss [3]. Kim K. and Kaljuvee J. Electronic Algorithmic Trading Technology. Elsevier Inc [4]. Hendershott T. Jones CM. and Menkveld AJ. Does Algorthmic Trading Improve Liquidity?. The Journal of Finance. Vol. 66, Iss. 1, Page [5]. Coggins R., Lim M. and Lo K. Algorithmic Trade Execution and Market Impact, IWIF 1, Melbourne Page [6]. Almgren R. and Lorenz J., Adaptive arrival price, Algorithmic Trading III: Precision, Control Execution [7]. Gsell. M. Assessing the impact of algorithmic trading on markets: A simulation approach. Proceedings of the 16th European Conference on Information Systems, 2008

QuotePower International Limited

QuotePower International Limited QuotePower International Limited Transaction Services QuotePower-Trade The Global Electronic Trading Solution for the Next Generation E-Brokerage Getting Started with On-line Trading Electronic trading

More information

Algorithmic Trading Present and Future in Korea

Algorithmic Trading Present and Future in Korea Algorithmic Trading Present and Future in Korea Sukju Hwang Nov. 15, 2013 Backgrounds Brief history of brokerage Algorithmic trading in Korea - 2003 FIX Adoption (Samsung Asset management) - 2003 FIX order

More information

The Challenge of Managing On-line Transaction Processing Applications in the Cloud Computing World

The Challenge of Managing On-line Transaction Processing Applications in the Cloud Computing World The Challenge of Managing On-line Transaction Processing Applications in the Cloud Computing World Marcia Kaufman, COO and Principal Analyst Sponsored by CloudTran The Challenge of Managing On-line Transaction

More information

Execution Costs. Post-trade reporting. December 17, 2008 Robert Almgren / Encyclopedia of Quantitative Finance Execution Costs 1

Execution Costs. Post-trade reporting. December 17, 2008 Robert Almgren / Encyclopedia of Quantitative Finance Execution Costs 1 December 17, 2008 Robert Almgren / Encyclopedia of Quantitative Finance Execution Costs 1 Execution Costs Execution costs are the difference in value between an ideal trade and what was actually done.

More information

A Prediction Model for Taiwan Tourism Industry Stock Index

A Prediction Model for Taiwan Tourism Industry Stock Index A Prediction Model for Taiwan Tourism Industry Stock Index ABSTRACT Han-Chen Huang and Fang-Wei Chang Yu Da University of Science and Technology, Taiwan Investors and scholars pay continuous attention

More information

A Stock Trading Algorithm Model Proposal, based on Technical Indicators Signals

A Stock Trading Algorithm Model Proposal, based on Technical Indicators Signals Informatica Economică vol. 15, no. 1/2011 183 A Stock Trading Algorithm Model Proposal, based on Technical Indicators Signals Darie MOLDOVAN, Mircea MOCA, Ştefan NIŢCHI Business Information Systems Dept.

More information

Overview. Integrated Front-mid-back office as well as standalone Front office or Back-office solution or Trading Channels

Overview. Integrated Front-mid-back office as well as standalone Front office or Back-office solution or Trading Channels Securities Trading The adoption of technology is rapidly changing the dynamics of the brokerage industry. The increasing use of smartphones and tablets represent a transformation in the way in which investors

More information

Lecture 24: Market Microstructure Steven Skiena. http://www.cs.sunysb.edu/ skiena

Lecture 24: Market Microstructure Steven Skiena. http://www.cs.sunysb.edu/ skiena Lecture 24: Market Microstructure Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena Types of Buy/Sell Orders Brokers

More information

High Frequency Trading Volumes Continue to Increase Throughout the World

High Frequency Trading Volumes Continue to Increase Throughout the World High Frequency Trading Volumes Continue to Increase Throughout the World High Frequency Trading (HFT) can be defined as any automated trading strategy where investment decisions are driven by quantitative

More information

Execution Costs of Exchange Traded Funds (ETFs)

Execution Costs of Exchange Traded Funds (ETFs) MARKET INSIGHTS Execution Costs of Exchange Traded Funds (ETFs) By Jagjeev Dosanjh, Daniel Joseph and Vito Mollica August 2012 Edition 37 in association with THE COMPANY ASX is a multi-asset class, vertically

More information

Future of the Trading Platform

Future of the Trading Platform Future of the Trading Platform Associate General Manager Capital Market Services Narayanan V Introduction The stage is set for some major changes in trading in the years to come. One glimpse at the trading

More information

Delivering NIST Time to Financial Markets Via Common-View GPS Measurements

Delivering NIST Time to Financial Markets Via Common-View GPS Measurements Delivering NIST Time to Financial Markets Via Common-View GPS Measurements Michael Lombardi NIST Time and Frequency Division lombardi@nist.gov 55 th CGSIC Meeting Timing Subcommittee Tampa, Florida September

More information

High Frequency Trading Background and Current Regulatory Discussion

High Frequency Trading Background and Current Regulatory Discussion 2. DVFA Banken Forum Frankfurt 20. Juni 2012 High Frequency Trading Background and Current Regulatory Discussion Prof. Dr. Peter Gomber Chair of Business Administration, especially e-finance E-Finance

More information

Goldman Sachs Electronic Trading India: Algorithmic Trading. FIXGlobal Face2Face Electronic Trading Forum - India

Goldman Sachs Electronic Trading India: Algorithmic Trading. FIXGlobal Face2Face Electronic Trading Forum - India Goldman Sachs Electronic Trading India: Algorithmic Trading FIXGlobal Face2Face Electronic Trading Forum - India 11 Agenda Goldman Sachs Algorithmic Trading solutions available in India How to access the

More information

Designator author. Selection and Execution Policy

Designator author. Selection and Execution Policy Designator author Selection and Execution Policy Contents 1. Context 2 2. Best selection and best execution policy 3 2.1. Selection and evaluation of financial intermediaries 3 2.1.1. Agreement by the

More information

Setting the Scene. FIX the Enabler & Electronic Trading

Setting the Scene. FIX the Enabler & Electronic Trading Setting the Scene FIX the Enabler & Electronic Trading Topics Overview of FIX and connectivity Direct Market Access Algorithmic Trading Dark Pools and Smart Order Routing 2 10,000+ firms use FIX globally

More information

Valdi for Equity Trading High performance trading solutions for global markets

Valdi for Equity Trading High performance trading solutions for global markets Valdi for Equity Trading High performance trading solutions for global markets EDA Orders SunGard s VALDI: SOLUTIONS FOR Equity Trading Traders on electronic markets face enormous challenges in maintaining

More information

Equities Dealing, Brokerage and Market Making

Equities Dealing, Brokerage and Market Making Equities Dealing, Brokerage and Market Making SEEK MORE Fully informed and ready to trade A whole world of information affects the equity markets economic data, global political events, company news and

More information

Towards an Automated Trading Ecosystem

Towards an Automated Trading Ecosystem Towards an Automated Trading Ecosystem Charles-Albert LEHALLE May 16, 2014 Outline 1 The need for Automated Trading Suppliers Users More technically... 2 Implied Changes New practices New (infrastructure)

More information

Algorithmic and advanced orders in SaxoTrader

Algorithmic and advanced orders in SaxoTrader Algorithmic and advanced orders in SaxoTrader Summary This document describes the algorithmic and advanced orders types functionality in the new Trade Ticket in SaxoTrader. This functionality allows the

More information

The Future of Algorithmic Trading

The Future of Algorithmic Trading The Future of Algorithmic Trading Apama Track Dan Hubscher, Principal Product Marketing Manager, Progress Apama Progress Exchange Brasil 2009 Progress Exchange Brasil 2009 21 de Outubro São Paulo Brasil

More information

Valdi. Equity Trading

Valdi. Equity Trading Valdi Equity Trading Valdi EDA Orders VALDI SOLUTIONS FOR EQUITY TRADING Traders on electronic markets face enormous challenges in maintaining and growing their profitability. The drive for greater efficiency

More information

Toxic Equity Trading Order Flow on Wall Street

Toxic Equity Trading Order Flow on Wall Street Toxic Equity Trading Order Flow on Wall Street INTRODUCTION The Real Force Behind the Explosion in Volume and Volatility By Sal L. Arnuk and Joseph Saluzzi A Themis Trading LLC White Paper Retail and institutional

More information

Guidance on Best Execution and Management of Orders

Guidance on Best Execution and Management of Orders Rules Notice Guidance Note UMIR Please distribute internally to: Legal and Compliance Trading Desk Senior Management Institutional Contact: Kevin McCoy Senior Policy Analyst, Market Regulation Policy Telephone:

More information

The Battle for Milliseconds

The Battle for Milliseconds The Battle for Milliseconds Attracting Algorithmic Order Flow VON RYAN RIORDAN, B.COMM., MBA DIPL. WI.-ING MARTIN WAGENER, INGÉNIEUR INPG Universität Karlsruhe (TH), Institut für Informationswirtschaft

More information

EE ALL IDES A GLOBAL NETWORK OF FINANCIAL INFORMATION, BUSINESS INTELLIGENCE, PEOPLE AND IDEAS

EE ALL IDES A GLOBAL NETWORK OF FINANCIAL INFORMATION, BUSINESS INTELLIGENCE, PEOPLE AND IDEAS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> A GLOBAL NETWORK OF FINANCIAL INFORMATION, BUSINESS INTELLIGENCE, PEOPLE AND IDEAS EE ALL IDES WELCOME / / / / / / / / / / / / / / / / / / / / /

More information

Understanding Leveraged Exchange Traded Funds AN EXPLORATION OF THE RISKS & BENEFITS

Understanding Leveraged Exchange Traded Funds AN EXPLORATION OF THE RISKS & BENEFITS Understanding Leveraged Exchange Traded Funds AN EXPLORATION OF THE RISKS & BENEFITS Direxion Shares Leveraged Exchange-Traded Funds (ETFs) are daily funds that provide 200% or 300% leverage and the ability

More information

Automated Trading Platform for Institutional Customers

Automated Trading Platform for Institutional Customers Automated Trading Platform for Institutional Customers About Olfa Trade (an Olfa Soft Company) Olfa Soft is a company specialized in the development and commercialization of technological solutions in

More information

CHAPTER 16. Stocks and Bonds

CHAPTER 16. Stocks and Bonds CHAPTER 16 Stocks and Bonds SECTION 1: Stocks Financial Markets Stocks and bonds are bought and sold in a financial market. Financial markets channel money from some people to other people. They bring

More information

White Paper Electronic Trading- Algorithmic & High Frequency Trading. PENINSULA STRATEGY, Namir Hamid

White Paper Electronic Trading- Algorithmic & High Frequency Trading. PENINSULA STRATEGY, Namir Hamid White Paper Electronic Trading- Algorithmic & High Frequency Trading PENINSULA STRATEGY, Namir Hamid AUG 2011 Table Of Contents EXECUTIVE SUMMARY...3 Overview... 3 Background... 3 HIGH FREQUENCY ALGORITHMIC

More information

The InstaQuote Solution

The InstaQuote Solution The InstaQuote Solution 1 ...a powerful strategic technology asset for today s traders Celadon Financial Group InstaQuote Solution Simple User Interface - Powerful Technology Easy to deploy and simple

More information

Improve your equity research productivity

Improve your equity research productivity Improve your equity research productivity Creating and updating company models Standardized Excel based company models ensure each analyst s work seamlessly integrates with research database and can be

More information

tran scend tran-sénd verb [trans.] to go beyond or rise above (a limit), to be greater than (something ordinary).

tran scend tran-sénd verb [trans.] to go beyond or rise above (a limit), to be greater than (something ordinary). tran scend tran-sénd verb [trans.] to go beyond or rise above (a limit), to be greater than (something ordinary). At Transcend Capital, we have earned our reputation for integrity, honesty and accountability

More information

Gaming as a Service. Prof. Victor C.M. Leung. The University of British Columbia, Canada www.ece.ubc.ca/~vleung

Gaming as a Service. Prof. Victor C.M. Leung. The University of British Columbia, Canada www.ece.ubc.ca/~vleung Gaming as a Service Prof. Victor C.M. Leung The University of British Columbia, Canada www.ece.ubc.ca/~vleung International Conference on Computing, Networking and Communications 4 February, 2014 Outline

More information

Measuring and Interpreting the Performance of Broker Algorithms

Measuring and Interpreting the Performance of Broker Algorithms Measuring and Interpreting the Performance of Broker Algorithms Ian Domowitz Managing Director ITG Inc. 380 Madison Ave. New York, NY 10017 212 588 4000 idomowitz@itginc.com Henry Yegerman Director ITG

More information

Answers to Concepts in Review

Answers to Concepts in Review Answers to Concepts in Review 1. A portfolio is simply a collection of investments assembled to meet a common investment goal. An efficient portfolio is a portfolio offering the highest expected return

More information

A practical guide to FX Arbitrage

A practical guide to FX Arbitrage A practical guide to FX Arbitrage FX Arbitrage is a highly debated topic in the FX community with many unknowns, as successful arbitrageurs may not be incentivized to disclose their methodology until after

More information

ELECTRONIC TRADING GLOSSARY

ELECTRONIC TRADING GLOSSARY ELECTRONIC TRADING GLOSSARY Algorithms: A series of specific steps used to complete a task. Many firms use them to execute trades with computers. Algorithmic Trading: The practice of using computer software

More information

Integration Maturity Model Capability #5: Infrastructure and Operations

Integration Maturity Model Capability #5: Infrastructure and Operations Integration Maturity Model Capability #5: Infrastructure and Operations How improving integration supplies greater agility, cost savings, and revenue opportunity TAKE THE INTEGRATION MATURITY SELFASSESSMENT

More information

SPDR S&P 400 Mid Cap Value ETF

SPDR S&P 400 Mid Cap Value ETF SPDR S&P 400 Mid Cap Value ETF Summary Prospectus-October 31, 2015 Before you invest in the SPDR S&P 400 Mid Cap Value ETF (the Fund ), you may want to review the Fund's prospectus and statement of additional

More information

Personalized User Journeys. By Kevin Jackson Global Sales Director Gravity R&D 12/15/14

Personalized User Journeys. By Kevin Jackson Global Sales Director Gravity R&D 12/15/14 Personalized User Journeys By Kevin Jackson Global Sales Director Gravity R&D 12/15/14 Table of Contents Omnichannel and Retail 2.0... 3 Moments of Truth (MOTs)... 4 ibeacons, MOTs, and Big Data... 5 Personalized

More information

On Cloud Computing Technology in the Construction of Digital Campus

On Cloud Computing Technology in the Construction of Digital Campus 2012 International Conference on Innovation and Information Management (ICIIM 2012) IPCSIT vol. 36 (2012) (2012) IACSIT Press, Singapore On Cloud Computing Technology in the Construction of Digital Campus

More information

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology FE670 Algorithmic Trading Strategies Lecture 10. Investment Management and Algorithmic Trading Steve Yang Stevens Institute of Technology 11/14/2013 Outline 1 Algorithmic Trading Strategies 2 Optimal Execution

More information

The Language of the Stock Market

The Language of the Stock Market The Language of the Stock Market Family Economics & Financial Education Family Economics & Financial Education Revised November 2004 Investing Unit Language of the Stock Market Slide 1 Why Learn About

More information

Do retail traders suffer from high frequency traders?

Do retail traders suffer from high frequency traders? Do retail traders suffer from high frequency traders? Katya Malinova, Andreas Park, Ryan Riordan November 15, 2013 Millions in Milliseconds Monday, June 03, 2013: a minor clock synchronization issue causes

More information

20 th Year of Publication. A monthly publication from South Indian Bank. www.sib.co.in

20 th Year of Publication. A monthly publication from South Indian Bank. www.sib.co.in To kindle interest in economic affairs... To empower the student community... Open YAccess www.sib.co.in ho2099@sib.co.in A monthly publication from South Indian Bank 20 th Year of Publication Experience

More information

Webpage: www.ijaret.org Volume 3, Issue XI, Nov. 2015 ISSN 2320-6802

Webpage: www.ijaret.org Volume 3, Issue XI, Nov. 2015 ISSN 2320-6802 An Effective VM scheduling using Hybrid Throttled algorithm for handling resource starvation in Heterogeneous Cloud Environment Er. Navdeep Kaur 1 Er. Pooja Nagpal 2 Dr.Vinay Guatum 3 1 M.Tech Student,

More information

DATA MANAGEMENT FOR THE INTERNET OF THINGS

DATA MANAGEMENT FOR THE INTERNET OF THINGS DATA MANAGEMENT FOR THE INTERNET OF THINGS February, 2015 Peter Krensky, Research Analyst, Analytics & Business Intelligence Report Highlights p2 p4 p6 p7 Data challenges Managing data at the edge Time

More information

Answers to Concepts in Review

Answers to Concepts in Review Answers to Concepts in Review 1. (a) In the money market, short-term securities such as CDs, T-bills, and banker s acceptances are traded. Long-term securities such as stocks and bonds are traded in the

More information

Note on New Products in F&O Segment. 2. Options Contracts with Longer Life/Tenure. 6. Exchange-traded Currency (Foreign Exchange) F&O Contracts

Note on New Products in F&O Segment. 2. Options Contracts with Longer Life/Tenure. 6. Exchange-traded Currency (Foreign Exchange) F&O Contracts Note on New Products in F&O Segment Contents 1. Mini Contracts in Equity Indices 2. Options Contracts with Longer Life/Tenure 3. Volatility Index and F&O Contracts 4. Options on Futures 5. Bond Index and

More information

An introduction to measuring trading costs - TCA

An introduction to measuring trading costs - TCA An introduction to measuring trading costs - TCA Ofir Gefen, Head of Research & Execution Consulting ITG Asia Pacific 2011 Investment Technology Group, Inc. All rights reserved. Not to be reproduced or

More information

POEMS ProTrader Trading System User Guide V01/2012

POEMS ProTrader Trading System User Guide V01/2012 POEMS ProTrader Trading System Page 1 of 23 Content Page 1. Description of Orders Limit Orders 3 Stop Limit Orders 3 Iceberg 4 Contingent Orders 5 Validity of Orders 6 2. POEMS ProTrader Platform Features

More information

2014 Global Asset Management Survey

2014 Global Asset Management Survey 2014 Global Asset Management Survey It is always wise to look ahead, but difficult to look further than you can see. Winston Churchill A survey carried out globally by Linedata. Introduction It is always

More information

Fuzzy logic decision support for long-term investing in the financial market

Fuzzy logic decision support for long-term investing in the financial market Fuzzy logic decision support for long-term investing in the financial market Abstract This paper discusses the use of fuzzy logic and modeling as a decision making support for long-term investment decisions

More information

Table of Contents. Abstract... Error! Bookmark not defined. Chapter 1... Error! Bookmark not defined. 1. Introduction... Error! Bookmark not defined.

Table of Contents. Abstract... Error! Bookmark not defined. Chapter 1... Error! Bookmark not defined. 1. Introduction... Error! Bookmark not defined. Table of Contents Abstract... Error! Bookmark not defined. Chapter 1... Error! Bookmark not defined. 1. Introduction... Error! Bookmark not defined. 1.1 Cloud Computing Development... Error! Bookmark not

More information

CFDs YOUR STARTER KIT

CFDs YOUR STARTER KIT CFDs YOUR STARTER KIT Risk Warning: Forex and CFDs are leveraged products and you may lose your initial deposit as well as substantial amounts of your investment. Trading leveraged products carries a high

More information

China Cloud Computing Industry Investment Report 2013

China Cloud Computing Industry Investment Report 2013 Contents 1 1.1 Definition of Cloud Computing 1 1.1.1 Definition 1 1.1.2 History 3 1.2 Research on Development Status of Cloud Computing Industry in China s Market 3 1.2.1 Policy Environment 5 1.2.2 Industrial

More information

Triton. All the trading power of ITG, now on your desktop. Client-Site Trading Products

Triton. All the trading power of ITG, now on your desktop. Client-Site Trading Products Triton All the trading power of ITG, now on your desktop. Client-Site Trading Products Triton ITG is known as the leader in quantitative trading, with more extensive capabilities and expertise than any

More information

The Economic Benefits of Multi-echelon Inventory Optimization

The Economic Benefits of Multi-echelon Inventory Optimization SOLUTION PERSPECTIVES: Leveraging Multi-echelon Replenishment to Maximize Return on Inventory Investment The Economic Benefits of Multi-echelon Inventory Optimization Lower working capital requirements,

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

DATA-DRIVEN EFFICIENCY

DATA-DRIVEN EFFICIENCY DATA-DRIVEN EFFICIENCY Combining actionable information with market insights to work intelligently and reduce costs ACTIONABLE INTELLIGENCE Ericsson is driving the development of actionable intelligence

More information

Security Benefits of Cloud Computing

Security Benefits of Cloud Computing Security Benefits of Cloud Computing FELICIAN ALECU Economy Informatics Department Academy of Economic Studies Bucharest ROMANIA e-mail: alecu.felician@ie.ase.ro Abstract: The nature of the Internet is

More information

SAXO BANK S BEST EXECUTION POLICY

SAXO BANK S BEST EXECUTION POLICY SAXO BANK S BEST EXECUTION POLICY THE SPECIALIST IN TRADING AND INVESTMENT Page 1 of 8 Page 1 of 8 1 INTRODUCTION 1.1 This policy is issued pursuant to, and in compliance with, EU Directive 2004/39/EC

More information

Full-scale Online Event Ticketing System The Design and Implementation

Full-scale Online Event Ticketing System The Design and Implementation ABSTRACT Full-scale Online Event Ticketing System The Design and Implementation The paper analyzed the system requirements for online shopping in general and specific requirements for event ticket online

More information

Big Data, Big Decisions The coming sea change in technology investments

Big Data, Big Decisions The coming sea change in technology investments 25 March 2014 Volume 5 Issue 2 The Blotter presents ITG s insights on complex global market structure, technology, and policy issues. Big Data, Big Decisions The coming sea change in technology investments

More information

NDD execution: NDD can help remove the conflict of interest >>> providing a confl ict free environment for Retail FX traders CLIENT.

NDD execution: NDD can help remove the conflict of interest >>> providing a confl ict free environment for Retail FX traders CLIENT. The Broker team NDD execution: providing a confl ict free environment for Retail FX traders In forex trading, the electronic execution engine used by Non Dealing Desk (NDD) brokers provides traders with

More information

CFH Clearing. The Complete Trading & Technology Solution

CFH Clearing. The Complete Trading & Technology Solution CFH Clearing The Complete Trading & Technology Solution CFH Clearing CFH Clearing is one of the most respected and reputable liquidity venues and Prime of Prime clearing providers in the world, having

More information

Elastic Application Platform for Market Data Real-Time Analytics. for E-Commerce

Elastic Application Platform for Market Data Real-Time Analytics. for E-Commerce Elastic Application Platform for Market Data Real-Time Analytics Can you deliver real-time pricing, on high-speed market data, for real-time critical for E-Commerce decisions? Market Data Analytics applications

More information

ORDER EXECUTION POLICY

ORDER EXECUTION POLICY ORDER EXECUTION POLICY Saxo Capital Markets UK Limited is authorised and regulated by the Financial Conduct Authority, Firm Reference Number 551422. Registered address: 26th Floor, 40 Bank Street, Canary

More information

To develop and deploy mission critical software products and solutions for the securities and related financial services sector.

To develop and deploy mission critical software products and solutions for the securities and related financial services sector. 1 Omnesys Profile Vision To develop and deploy mission critical software products and solutions for the securities and related financial services sector. Offices at Bangalore, Mangalore, Kolkatta, Delhi

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, July-Aug 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, July-Aug 2014 RESEARCH ARTICLE An Efficient Priority Based Load Balancing Algorithm for Cloud Environment Harmandeep Singh Brar 1, Vivek Thapar 2 Research Scholar 1, Assistant Professor 2, Department of Computer Science

More information

Start your Ecommerce Business

Start your Ecommerce Business Start your Ecommerce Business With Amazon Webstore White Paper by: Index 2 This white paper will cover how to sell online through:- Introduction 3 Setup new webstore 4 What is FBA?... 5 Comparison with

More information

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time SCALEOUT SOFTWARE How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time by Dr. William Bain and Dr. Mikhail Sobolev, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 T wenty-first

More information

Where in the Cloud are You? Session 17032 Thursday, March 5, 2015: 1:45 PM-2:45 PM Virginia (Sheraton Seattle)

Where in the Cloud are You? Session 17032 Thursday, March 5, 2015: 1:45 PM-2:45 PM Virginia (Sheraton Seattle) Where in the Cloud are You? Session 17032 Thursday, March 5, 2015: 1:45 PM-2:45 PM Virginia (Sheraton Seattle) Abstract The goal of this session is to understanding what is meant when we say Where in the

More information

Big Data Use Case: Business Analytics

Big Data Use Case: Business Analytics Big Data Use Case: Business Analytics Starting point A telecommunications company wants to allude to the topic of Big Data. The established Big Data working group has access to the data stock of the enterprise

More information

Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield. Karamay Hongyou Software Co., Ltd.

Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield. Karamay Hongyou Software Co., Ltd. Digital Modernization of Oilfields Digital Oilfield to Intelligent Oilfield Karamay Hongyou Software Co., Ltd. Professional technologies and information technology enhance the development of the oil industry.

More information

MANDATORY PROVIDENT FUND SCHEMES AUTHORITY. Guidelines on Index-Tracking Collective Investment Schemes

MANDATORY PROVIDENT FUND SCHEMES AUTHORITY. Guidelines on Index-Tracking Collective Investment Schemes MANDATORY PROVIDENT FUND SCHEMES AUTHORITY III.10 Guidelines on Index-Tracking Collective Investment Schemes INTRODUCTION Section 1(1) of Schedule 1 to the Mandatory Provident Fund Schemes (General) Regulation

More information

High-frequency trading: towards capital market efficiency, or a step too far?

High-frequency trading: towards capital market efficiency, or a step too far? Agenda Advancing economics in business High-frequency trading High-frequency trading: towards capital market efficiency, or a step too far? The growth in high-frequency trading has been a significant development

More information

Microsoft SQL Server Business Intelligence and Teradata Database

Microsoft SQL Server Business Intelligence and Teradata Database Microsoft SQL Server Business Intelligence and Teradata Database Help improve customer response rates by using the most sophisticated marketing automation application available. Integrated Marketing Management

More information

A Grid Architecture for Manufacturing Database System

A Grid Architecture for Manufacturing Database System Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies

More information

Professional IT Services for Businesses of All Shapes and Sizes

Professional IT Services for Businesses of All Shapes and Sizes Professional IT Services for Businesses of All Shapes and Sizes NCGIT.com Professional IT Services for Businesses of All Shapes and Sizes In today s digitally driven existence, essentially every business

More information

Branch Staffing: Everything has ALREADY changed and this is only. the beginning. CloudCords Forecaster. Save up to $20,000 per branch per year

Branch Staffing: Everything has ALREADY changed and this is only. the beginning. CloudCords Forecaster. Save up to $20,000 per branch per year Branch Staffing: Everything has ALREADY changed and this is only the beginning. CloudCords Forecaster Get out in front of the dramatic changes in customer behavior to align your staff and your budget to

More information

Algorithmic trading - Overview. Views expressed herein are personal views of the author

Algorithmic trading - Overview. Views expressed herein are personal views of the author Algorithmic trading - Overview Views expressed herein are personal views of the author Scenario 1 You are a fund manager and have Rs 500 Crores in hand (USD 83 million) to be invested. You have a highly

More information

WE WANT TO SHOW YOU WHAT S NEXT

WE WANT TO SHOW YOU WHAT S NEXT WE WANT TO SHOW YOU WHAT S NEXT algomi.com INTRODUCING ALGOMI We create the bond information network that enables all market participants to securely and intelligently harness data to make valuable financial

More information

The Economics of Cisco s nlight Multilayer Control Plane Architecture

The Economics of Cisco s nlight Multilayer Control Plane Architecture The Economics of Cisco s nlight Multilayer Control Plane Architecture Executive Summary Networks are becoming more difficult to plan and optimize because of high traffic growth, volatile traffic patterns,

More information

Cloud Computing: IaaS & PaaS

Cloud Computing: IaaS & PaaS Cloud Computing: IaaS & PaaS Thomas Kurian Executive Vice President Product Development 62 Safe Harbor Statement "Safe Harbor" Statement: Statements in this presentation relating to Oracle's future plans,

More information

Understanding Trading Performance in an Order Book Market Structure TraderEx LLC, July 2011

Understanding Trading Performance in an Order Book Market Structure TraderEx LLC, July 2011 TraderEx Self-Paced Tutorial & Case: Who moved my Alpha? Understanding Trading Performance in an Order Book Market Structure TraderEx LLC, July 2011 How should you handle instructions to buy or sell large

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

POEMS ProTrader Trading System User Guide Ver 1.22.0 Updated on Mar 2013 PHILLIP SECURITIES PTE LTD. POEMS ProTrader Trading System.

POEMS ProTrader Trading System User Guide Ver 1.22.0 Updated on Mar 2013 PHILLIP SECURITIES PTE LTD. POEMS ProTrader Trading System. PHILLIP SECURITIES PTE LTD POEMS ProTrader Trading System User Guide Phillip Securities Pte Ltd Page 1 of 25 Content Page 1. Descriptions of Orders Limit Orders. 3 Stop Limit Orders. 3 Iceberg.. 5 Contingent

More information

One Goal: Best Execution Trading and Services for Broker-Dealers

One Goal: Best Execution Trading and Services for Broker-Dealers One Goal: Best Execution Trading and Services for Broker-Dealers UBS Broker Services For more information please contact UBS Broker Services: +1-800-213 2923 +1-212-713 2923 www.ubs.com One Goal: Best

More information

Cognizant Mobility Testing Lab A state of the art Integrated platform for Mobility QA

Cognizant Mobility Testing Lab A state of the art Integrated platform for Mobility QA Solutions Overview Cognizant Mobility Testing Lab A state of the art Integrated platform for Mobility QA Mobile App QA Reinvented: With the astounding proliferation of mobile devices, smartphones and tablets

More information

algorithmic & program trading services

algorithmic & program trading services algorithmic & program trading services Featuring the Abel/Noser Signature Algorithm Series Institutional Agency Execution and Trade Analytics algorithmic & program trading services * Abel/Noser has offered

More information

Using Cloud Computing Technology to Develop a Emergency. Care System on Android

Using Cloud Computing Technology to Develop a Emergency. Care System on Android Using Cloud Computing Technology to Develop a Emergency Care System on Android Steven K.C. Lo 1 Chi-Ming Chung 2 Chien-Yuan Hunag 3 1 Department of Information Management, Jinwen University of Science

More information

Open Access Research and Design for Mobile Terminal-Based on Smart Home System

Open Access Research and Design for Mobile Terminal-Based on Smart Home System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System

More information

Innovation: Add Predictability to an Unpredictable World

Innovation: Add Predictability to an Unpredictable World Innovation: Add Predictability to an Unpredictable World Improve Visibility and Control of Your Telecom Network Judith Hurwitz President and CEO Sponsored by Hitachi Data Systems Introduction It is all

More information

PRODUCT KEY FACTS Samsung KOSPI 200 Daily (2x) Leveraged Product

PRODUCT KEY FACTS Samsung KOSPI 200 Daily (2x) Leveraged Product Issuer: Samsung Asset Management (Hong Kong) Limited 三 星 資 產 運 用 ( 香 港 ) 有 限 公 司 PRODUCT KEY FACTS Samsung KOSPI 200 Daily (2x) Leveraged Product 24 June 2016 This is a leveraged product. It is different

More information

Retailers Discover New Ways to Drive Consistent Margins on Fuel Sales

Retailers Discover New Ways to Drive Consistent Margins on Fuel Sales Retailers Discover New Ways to Drive Consistent Margins on Fuel Sales Improving gasoline margins and throughput volumes remain top-of-mind for convenience store operators, high-volume retailers and grocers

More information

Enhancing e-business Through Web Data Mining

Enhancing e-business Through Web Data Mining Enhancing e-business Through Web Data Mining Amy Shi 1, Allen Long 2, and David Newcomb 3 1 Accurate Business Solutions, Courtyard, Denmark Street, Wokingham, RG 40 2AZ, U.K. amy.shi@accurate.uk.com 2

More information

Trading & Its Features

Trading & Its Features Trading & Its Features The buying and selling of futures contracts, equity shares, bonds and options is known as trading. There are several types of trading styles that persons seeking to profi t from

More information