Hardwired: FX trading in a chip

Size: px
Start display at page:

Download "Hardwired: FX trading in a chip"

Transcription

1 Hardwired: FX trading in a chip When every microsecond counts cutting code into specialised hardware offers real time saving, but has standard chip evolution caught up? Dan Barnes weighs up the benefits of hardware-accelerated appliances for electronic FX trading applications. If you stub your toe against a wall, you will feel the impact of brickwork one or two seconds before you feel the pain. The reason for this is that there are different nerves to conduct the sensations of touch and pain, each having a different structure. A trader seeing the yuan plummet against the dollar may equally feel pain several seconds after he has registered the changing digits on a screen. To avoid this dislocation of input and reaction time, many traders prefer to employ digital nervous systems that will react almost instantly to such market shifts, whether to generate alpha or to avoid losses. Choosing which components to use when building this circuitry can make a crucial impact on how fast it is. In a technology stack a firm will have both hardware and software that is used to pass information about. The more components there are, the more time is taken to move information from one part to another, albeit in fractions of a second. Those fractions will count, nevertheless, when trying to beat other traders in the market. At the very core of high-speed trading is automated decision-making, which requires a program that takes in data and triggers an appropriate response. Mark Skalabrin, CEO at Redline Trading Solutions, a provider of TECHNOLOGY ultra-low latency market data and order execution systems, says, In terms of hardware acceleration, you have to look at what you are trying to achieve. In FX trading it is to reduce latency on the information from a counterparty and the market, then make a decision and get that back to the liquidity provider and have it executed. We design to reduce latency while improving determinism so we can make the response time very consistent. A consequence of fast and consistent latency is an improvement in the aggregation and accuracy of pricing data feeding your trading strategies. FPGA S Typically a program is software and the processor - central processing unit (CPU) or a graphics processing unit (GPU), is hardware. The software contains instructions on what to do based on incoming data, and those are held in one chip. They have to be grabbed and translated into commands by the processor, which then distributes those commands across the CPU s transistors, binary switches set to 1 or 0. The setting of these switches executes the instructions and then the outcome of those instructions is written into memory. There are alternatives to that model. The field-programmable gate array (FPGA) is a chip that can have instructions 138 october 2015 e-forex october 2015 e-forex 139

2 written into the hardware itself, removing the need for the movement of instructions in and out of the processor. It does this by having the logic written in a program that is translated into a binary file that is downloaded in the chip. For performance and latency you are never going to beat the FPGA, says Craig Davis, senior product marketing manager at FPGA supplier Altera. Any other standard processing unit such as a GPU, will never be as close to the data as an FPGA. You have to take data from the accelerator card, to express bus to your processor then you have to do the return journey as well with your data. That is usually done with a block copy and takes a while each time. The use of software, such as an operating system (OS) Mark Skalabrin can also impede speed. An OS has to effectively keep an eye on everything, from how to paint a pixel on the screen to any other activity on other programs, and so sometimes for no particular reason while a trading algo is being run the CPU could disappear for 10 microseconds. Careful BIOS, firmware and OS tuning for low latency applications is required to minimize this effect. However the advantages conferred by FPGAs are challenged by Redline, which in its paper Thinking of FPGAs for Trading? Think Again!, issued in February 2015, says that developments in other technologies can offer considerable advantages. Skalabrin says that there is a wide range of application performance optimization expertise, from firms writing software that is logically correct but ignorant of the underlying hardware to the other end of the spectrum where firms are writing applications for FPGAs using a hardware programming language. Redline asserts using industry-standard chips can be highly effective when programmed optimally. What we have said is writing applications to the capabilities A consequence of fast and consistent latency is an improvement in the aggregation and accuracy of pricing data feeding your trading strategies. of mainstream hardware can give you the advantages of reducing latency and very much improved determinism without all the disadvantages of having to write applications into an FPGA, Skalabrin says. LATENT NOISE The application of low-latency technology is valuable in several areas of FX trading. Marcus Perrett, director of Technology & Development at Fixnetix provider of multi-functional lowlatency technology and services, says that one of the firm s first projects was in FX, addressing two aspects of concern. The first of these was building a consolidated market-data feed handler. Because FX markets have a distributed network and they run 24-hours a day, then traders want a market data appliance that sits in the corner, and doesn t need too much interaction as regards software that might need to be monitored, he says. Consequently we could see that FPGAs have value running in the background from a maintenance and liability point of view. The handler took sources of data from various venues and markets around the world, and combined them together into a single consolidated feed. By using raw data the firm could manipulate how the consolidated feed appeared, which provided the specific Fixnetix - for global FX infrastructure providing bespoke, low latency, fully managed, co-location, liquidity venue connectivity, networking, hardware, monitoring and 24x7x365 support. Fixnetix provides you with performance, speed and agility to compete in today s electronic trading world. sales@fixnetix.com LONDON - NEW YORK - BOSTON - CHICAGO - TOKYO 140 october 2015 e-forex

3 value of the market data feed. One of the benchmarks of the systems was not simply whether it worked, but would it work over a big figure such as non-farm payroll? says Perrett. What does the latency look like during that period? Can it maintain three 9s reliability and its latency profile over nonfarm payroll? The key is always about testing a technology s limits. In any marketplace where an event causes volatility - for equities that could be an initial public offering, for FX it could be a macro number like nonfarm payroll - that s when you need your technology to work and if that s the time when the technology lets you down historically, it is the software that lets you down. That is where you will see the adoption A Taxonomy of the Total Latency Budget in an Electronic Trading Platform of technology like FPGAs. Redline s market data software not only includes feed handlers that normalize the data but also builds a consolidated order level view across multiple venues. Lee Fisher, vice president of marketing at Redline Trading Solutions says, We distribute market data to the trading applications that our customers are writing and then we have an execution gateway which processes their orders. It runs pre-trade risk checks,, manages the orders, and sends them to the selected liquidity provider. Crucially it does all of that in the accelerated software it is running on general purpose Intel processors, speeding timeto-market. Some people are trying to do each one of those steps with FPGAs the market data handling, order execution and the pre-trade risk. We feel very strongly that there really isn t much benefit doing that, particularly in Forex where data rates are relatively low. When you look at the whole end-toend application performance ( tick-to-trade as shown in the taxonomy diagram) there is not a material gain for using FPGA over the highly accelerated software versions that we develop and there is just a lot of downside associated with it, explains Fisher. THE USE CASE WITH FX AND HFT Within foreign exchange trading, the capacity to use low-latency trading strategies is less than in some other asset classes such as equities and futures. High-frequency trading (HFT) is optimal in a very stable infrastructure where the timing of data flows and order placement is very predictable. With exchange-traded products which trade at high volume and use a centralised infrastructure such trading patterns tend to work well. FX does not tend to have the same centralized infrastructure because of the over-the-counter (OTC) trading model. In our opinion one of the drivers to use new technology is regulation, says Perrett. The current round of regulation, not just in equities as in 2008 but all asset classes including FX, is forcing clients towards the adoption and implementation of compliance and credit checks to meet internally and externally imposed rules. If performance and determinism above all else is the focus then FPGAs are the only viable solution. Regulation has changed that. By imposing a series of checks on traders of FX derivatives a clash occurs; the need for speed contrasts with the implementation of checks thereby slowing the process. The adoption of a [low latency] pre-trade risk gateway can be based on a use case of the broker making make more money if they speed the process up. TECHNOLOGY the more regulation that comes in to the FX space the more you are going to see FPGAs and GPUs and other acceleration technology start to crop up because then you have actually got a problem to solve. That s generally a harder sell internally; if you build a solution to address regulation everybody is going to take it in your marketplace, Perrett says. If you build a bespoke solution for one set of clients that think they can make money by accelerating and then it doesn t work out, then you have both wasted time. So I think regulation is a big part and I think the more regulation that comes in to the FX space the more you are going to see FPGAs and GPUs and other acceleration technology start to crop up because then you have actually got a problem to solve. An FPGA is in the same place as the data, so it could be in the place of an accelerator card, and it could accelerate algorithmic trading, for example, and send the order straight back out without really having to touch the processor. Another aspect to the sell side use of FPGAs is in aggregation of data where some value adding is needed for clients. Perrett says, One proposal we saw was to normalise all of Marcus Perrett Any other standard processing unit such as a GPU, will never be as close to the data as an FPGA. Craig Davis 142 october 2015 e-forex october 2015 e-forex 143

4 Another aspect to the sell side use of FPGAs is in aggregation of data the anticipated performance advantage may evaporate if the trading application is slowed down by unnecessary processing. If a more featurerich ticker plant can minimise the workload on the trading application by delivering only the market data of interest, in the form that is most efficient for that application to consume, then the trading application will run faster and overall tickto-trade performance may be improved over a barebones feed handler. the different clients, including historical clients that would be trading on bespoke application programming interfaces (APIs) or market specific APIs. This institution was going to push at some point to get clients and it had up to 20 APIs to manage. The idea was to have the FPGA normalise all those on the fly into a single protocol which was then used internally within that bank. TOO RIGID Skalabrin says that there is definitely a push in FX to get to the next level of performance, as systems are moving from milliseconds and hundreds of microseconds down into the single digit micro second range It makes sense that there are gains in terms of getting more consistent, lower latency performance and we see that happening, he says. But what we see is you can get that performance out of standard hardware with the right kind of architecture and that you don t need to endure the costs of FPGAs. One of the challenges identified by Redline in the use of FPGAs is the matching of a trading application to the digestion of incoming market data. In order to make a trading decision the order decision latency needs to be incorporated in the platform selection analysis. In its paper, Redline wrote, While some FPGA-based solutions may be able to flood a trading application with raw updates at impressive speed, COMPLEXITY A further challenge in the use of FPGAs, also identified by Redline in its paper, is the complexity or specialised skills needed when the chips have to be reprogrammed. Lee Fisher When you look at the whole of the application performance end-to-end there is not a material gain for using FPGA over the highly accelerated software versions that we run 144 october 2015 e-forex

5 There are certain situations where standard chips with optimised software can be advantageous and others where specialised hardware has an edge, argues Perrett. The problem with FPGA is that it takes a long time to get it to talk to a complicated market protocol. Some of the European markets have incredibly complicated protocol specs, similarly to arrowhead in Tokyo. It is actually easier and quicker and better to maintain that kind of operation with software. In circumstances where tuning a system to within 10 to 15 micro seconds and to a reliability of 99% is acceptable, using an FPGA can add work beyond the necessary return. Non-FPGA solutions really come into their own because if you don t want to have the ultimate fastest solution but you want to drastically reduce your time to market, then those solutions fit really really nicely, says Perrett. I am not so hard-nosed as to say that they are not good for those purposes, because they fill a niche. If you need to be absolute fastest you would always have to do it in hardware. If I am writing algorithm and I am writing it in Java well probably I should do that in CPU because that s where it s going to run best. However hardcoding FPGAs is not the only way to use them for advantage adds Davis. If you want to make sure things are easy to do, you wouldn t have to write that from scratch, you could buy an IP box in. That tends to be a Lego block of logic that can be incorporated into a system, he concludes.

How To Trade At Speed On An Exchange Market

How To Trade At Speed On An Exchange Market Forex Technology Software, hardware and hybrids: optimal configurations for achieving low latency FX Scott Sellers, founder and CEO of Azul Systems says that Reducing latency is a never-ending challenge.

More information

FX co-location: what s fuelling the rush?

FX co-location: what s fuelling the rush? FX co-location: what s fuelling the rush? The demand for co-location services is still booming despite the market s maturity but, as Dan Barnes discovers, the detonation of the Swiss Franc cap in mid-january

More information

HIGH VELOCITY VOLUME COMPLEXITY. Addressing the challenges of Big Data in FX

HIGH VELOCITY VOLUME COMPLEXITY. Addressing the challenges of Big Data in FX HIGH VELOCITY VOLUME COMPLEXITY Addressing the challenges of Big Data in FX The big data challenges that face traders in foreign exchange are the sheer volume of trading, amount of data and number of execution

More information

Latency in High Performance Trading Systems Feb 2010

Latency in High Performance Trading Systems Feb 2010 Latency in High Performance Trading Systems Feb 2010 Stephen Gibbs Automated Trading Group Overview Review the architecture of a typical automated trading system Review the major sources of latency, many

More information

Brennan Hughes Partner WWFIRS, LLC 312.924.1458 bhughes@wwfirs.com

Brennan Hughes Partner WWFIRS, LLC 312.924.1458 bhughes@wwfirs.com Brennan Hughes Partner WWFIRS, LLC 312.924.1458 bhughes@wwfirs.com A program trading platform that uses powerful computers to transact a large number of orders at very fast speeds. High-frequency trading

More information

Isolating the real merits of fully outsourced hosting and FX connectivity services

Isolating the real merits of fully outsourced hosting and FX connectivity services Isolating the real merits of fully outsourced hosting and FX connectivity services Opportunities in FX trading are enormous, but the risks are also considerable. In the current low volatility environment,

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

Research Report: The Arista 7124FX Switch as a High Performance Trade Execution Platform

Research Report: The Arista 7124FX Switch as a High Performance Trade Execution Platform Research Report: The Arista 7124FX Switch as a High Performance Trade Execution Platform Abstract: Many groups are working on reducing trading execution latency - the time from a critical Ethernet frame

More information

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data

Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data White Paper Enhance Service Delivery and Accelerate Financial Applications with Consolidated Market Data What You Will Learn Financial market technology is advancing at a rapid pace. The integration of

More information

TRADING STRATEGIES 2011. Urs Rutschmann, COO Tbricks

TRADING STRATEGIES 2011. Urs Rutschmann, COO Tbricks TRADING STRATEGIES 2011 Urs Rutschmann, COO Tbricks SEMANTIC CHALLENGE High Frequency Trading Low latency trading Algorithmic trading Strategy trading Systematic trading Speed Arbitrage Statistical Arbitrage

More information

How to incorporate high frequency trading into your business model? Peter van Kleef www.lakeview-cms.com

How to incorporate high frequency trading into your business model? Peter van Kleef www.lakeview-cms.com May 2011 How to incorporate high frequency trading into your business model? Peter van Kleef www.lakeview-cms.com Main topics Trading requirements for HFT in futures, options and FX Critical components

More information

SGX Proximity Hosting Services

SGX Proximity Hosting Services Proximity Hosting Services Did You Know? The blink of a human eye takes an average of 300 milliseconds. Today s computers can process instructions in fractions of a millisecond. The rapid advancement in

More information

Bricata Next Generation Intrusion Prevention System A New, Evolved Breed of Threat Mitigation

Bricata Next Generation Intrusion Prevention System A New, Evolved Breed of Threat Mitigation Bricata Next Generation Intrusion Prevention System A New, Evolved Breed of Threat Mitigation Iain Davison Chief Technology Officer Bricata, LLC WWW.BRICATA.COM The Need for Multi-Threaded, Multi-Core

More information

HARDWARE ACCELERATION IN FINANCIAL MARKETS. A step change in speed

HARDWARE ACCELERATION IN FINANCIAL MARKETS. A step change in speed HARDWARE ACCELERATION IN FINANCIAL MARKETS A step change in speed NAME OF REPORT SECTION 3 HARDWARE ACCELERATION IN FINANCIAL MARKETS A step change in speed Faster is more profitable in the front office

More information

The global FX marketplace is huge and highly

The global FX marketplace is huge and highly all trading in FX is done electronically up from 57% the previous year. We think that trend is going to increase, he continues. Where there is more volume it will attract high-frequency strategies. With

More information

A Low Latency Library in FPGA Hardware for High Frequency Trading (HFT)

A Low Latency Library in FPGA Hardware for High Frequency Trading (HFT) A Low Latency Library in FPGA Hardware for High Frequency Trading (HFT) John W. Lockwood, Adwait Gupte, Nishit Mehta (Algo-Logic Systems) Michaela Blott, Tom English, Kees Vissers (Xilinx) August 22, 2012,

More information

How Solace Message Routers Reduce the Cost of IT Infrastructure

How Solace Message Routers Reduce the Cost of IT Infrastructure How Message Routers Reduce the Cost of IT Infrastructure This paper explains how s innovative solution can significantly reduce the total cost of ownership of your messaging middleware platform and IT

More information

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging

Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging Achieving Nanosecond Latency Between Applications with IPC Shared Memory Messaging In some markets and scenarios where competitive advantage is all about speed, speed is measured in micro- and even nano-seconds.

More information

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010 Flash Memory Arrays Enabling the Virtualized Data Center July 2010 2 Flash Memory Arrays Enabling the Virtualized Data Center This White Paper describes a new product category, the flash Memory Array,

More information

Informatica Ultra Messaging SMX Shared-Memory Transport

Informatica Ultra Messaging SMX Shared-Memory Transport White Paper Informatica Ultra Messaging SMX Shared-Memory Transport Breaking the 100-Nanosecond Latency Barrier with Benchmark-Proven Performance This document contains Confidential, Proprietary and Trade

More information

Algorithmic Trading, High-Frequency Trading and Colocation: What does it mean to Emerging Market?

Algorithmic Trading, High-Frequency Trading and Colocation: What does it mean to Emerging Market? Algorithmic Trading, High-Frequency Trading and Colocation: What does it mean to Emerging Market? Ashok Jhunjhunwala, IIT Madras ashok@tenet.res.in HFTs are being pushed out of the more established markets,

More information

Managed connectivity the better way to access Emerging Market FX

Managed connectivity the better way to access Emerging Market FX Managed connectivity the better way to access Emerging Market FX Dan Barnes reports on how market volatility has made flexibility and control of connectivity key for FX trading firms looking to access

More information

Speeding Foreign Exchange (FX) Mobile Trading Apps

Speeding Foreign Exchange (FX) Mobile Trading Apps Speeding Foreign Exchange (FX) Mobile Trading Apps A Neumob White Paper Introduction: The Costs and Causes of Poor Mobile App Performance The foreign exchange market, or FX, is the mostly widely traded

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

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

Transaction-cost analysis (TCA) offers buyside

Transaction-cost analysis (TCA) offers buyside Applying real-time trading analytics for achieving improved TCA in FX TCA is still nascent in the FX environment but as Dan Barnes discovers, it has the potential to leapfrog development stages found in

More information

High Frequency Trading Turns to High Frequency Technology to Reduce Latency

High Frequency Trading Turns to High Frequency Technology to Reduce Latency High Frequency Trading Turns to High Frequency Technology to Reduce Latency For financial companies engaged in high frequency trading, profitability depends on how quickly trades are executed. Now, new

More information

Nine Use Cases for Endace Systems in a Modern Trading Environment

Nine Use Cases for Endace Systems in a Modern Trading Environment FINANCIAL SERVICES OVERVIEW Nine Use Cases for Endace Systems in a Modern Trading Environment Introduction High-frequency trading (HFT) accounts for as much as 75% of equity trades in the US. As capital

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

This paper sets out the challenges faced to maintain efficient markets, and the actions that the WFE and its member exchanges support.

This paper sets out the challenges faced to maintain efficient markets, and the actions that the WFE and its member exchanges support. Understanding High Frequency Trading (HFT) Executive Summary This paper is designed to cover the definitions of HFT set by regulators, the impact HFT has made on markets, the actions taken by exchange

More information

Millennium SOR. Fast. Flexible. Robust.

Millennium SOR. Fast. Flexible. Robust. Millennium SOR Fast. Flexible. Robust. Millennium SOR Millennium SOR offers a single platform capable of housing multiple asset classes, numerous order routing algorithms and pre-trade risk control mechanisms.

More information

ACTIV Financial offers fast access to market-leading financial data with colocation and interconnections from Telx

ACTIV Financial offers fast access to market-leading financial data with colocation and interconnections from Telx ACTIV Financial offers fast access to market-leading financial data with colocation and interconnections from Telx Challenge Maintain a competitive advantage by providing fast data feeds, maximum up-time

More information

Man vs Machine: Coping with the Changing Face of Financial Technology. Pierre FELIGIONI Head of Real Time Product Strategy S&P Capital IQ

Man vs Machine: Coping with the Changing Face of Financial Technology. Pierre FELIGIONI Head of Real Time Product Strategy S&P Capital IQ Man vs Machine: Coping with the Changing Face of Financial Technology Pierre FELIGIONI Head of Real Time Product Strategy S&P Capital IQ Time Of Change : from Human Based Trading to Automated Trading and

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

Low Latency Market Data and Ticker Plant Technology. SpryWare.

Low Latency Market Data and Ticker Plant Technology. SpryWare. Low Latency Market Data and Ticker Plant Technology. SpryWare. Direct Feeds Ultra Low Latency Extreme Capacity High Throughput Fully Scalable SpryWare s state-of-the-art Ticker Plant technology enables

More information

BUILD VERSUS BUY. Understanding the Total Cost of Embedded Design. www.ni.com/buildvsbuy

BUILD VERSUS BUY. Understanding the Total Cost of Embedded Design. www.ni.com/buildvsbuy BUILD VERSUS BUY Understanding the Total Cost of Embedded Design Table of Contents I. Introduction II. The Build Approach: Custom Design a. Hardware Design b. Software Design c. Manufacturing d. System

More information

The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM)

The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) The Trellis Dynamic Infrastructure Optimization Platform for Data Center Infrastructure Management (DCIM) TM IS YOUR DATA CENTER OPERATING AT PEAK PERFORMANCE? MITIGATE RISK. OPTIMIZE EFFICIENCY. SUPPORT

More information

US Futures Trading 2012: Buy-Side Demands in an Evolving Marketplace

US Futures Trading 2012: Buy-Side Demands in an Evolving Marketplace US Futures Trading 2012: Buy-Side Demands in an Evolving Marketplace February 2012 Executive Summary Author: Matthew Simon Futures markets are about to become a lot more competitive. As buy-side portfolio

More information

Emerging storage and HPC technologies to accelerate big data analytics Jerome Gaysse JG Consulting

Emerging storage and HPC technologies to accelerate big data analytics Jerome Gaysse JG Consulting Emerging storage and HPC technologies to accelerate big data analytics Jerome Gaysse JG Consulting Introduction Big Data Analytics needs: Low latency data access Fast computing Power efficiency Latest

More information

FTEN Trade Control Gateways

FTEN Trade Control Gateways FTEN Trade Control Gateways Changing Market Access Requirements Trading firms need fast, reliable and scalable access to market centers and liquidity pools in order to be competitive. Likewise current

More information

Enabling Cloud Architecture for Globally Distributed Applications

Enabling Cloud Architecture for Globally Distributed Applications The increasingly on demand nature of enterprise and consumer services is driving more companies to execute business processes in real-time and give users information in a more realtime, self-service manner.

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

FX Aggregation: There are three factors that are always a big. leveraging frameworks for overcoming ineffi cient trade execution >>> FOREX TECHNOLOGY

FX Aggregation: There are three factors that are always a big. leveraging frameworks for overcoming ineffi cient trade execution >>> FOREX TECHNOLOGY FX Aggregation: leveraging frameworks for overcoming ineffi cient trade execution By Nicholas Pratt Pressures within the fragmented FX marketplace are leading increasing numbers of buy and sellside firms

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

Spike Trading: Spot FX Vs Futures

Spike Trading: Spot FX Vs Futures You should be aware of all the risks associated with foreign exchange and futures trading. There is a substantial risk of loss in foreign exchange and futures trading. Past performance is not indicative

More information

HMS Industrial Networks

HMS Industrial Networks HMS Industrial Networks The guide to connecting automation devices to industrial networks Whitepaper Five ways to connect devices to fieldbus and industrial networks. HMS Industrial Networks AB Stationsgatan

More information

Reconfigurable Architecture Requirements for Co-Designed Virtual Machines

Reconfigurable Architecture Requirements for Co-Designed Virtual Machines Reconfigurable Architecture Requirements for Co-Designed Virtual Machines Kenneth B. Kent University of New Brunswick Faculty of Computer Science Fredericton, New Brunswick, Canada ken@unb.ca Micaela Serra

More information

Going to the wire: The next generation financial risk management platform

Going to the wire: The next generation financial risk management platform Going to the wire: The next generation financial risk management platform Ari Studnitzer, MD of Platform Development, CME Group Oskar Mencer, CEO and Founder, Maxeler CME Group CME Group is the world s

More information

Case Study: BlueCrest Capital Management Ltd.

Case Study: BlueCrest Capital Management Ltd. IN PARTNERSHIP WITH Case Study: BlueCrest Capital Management Ltd. Real-Time Market Data Management By Bob Giffords Independent Banking and Technology Analyst Motivation for Real-Time Market Data Management

More information

Inside Track Research Note. In association with. Enterprise Storage Architectures. Is it only about scale up or scale out?

Inside Track Research Note. In association with. Enterprise Storage Architectures. Is it only about scale up or scale out? Research Note In association with Enterprise Storage Architectures Is it only about scale up or scale out? August 2015 About this The insights presented in this document are derived from independent research

More information

How To Improve Your Communication With An Informatica Ultra Messaging Streaming Edition

How To Improve Your Communication With An Informatica Ultra Messaging Streaming Edition Messaging High Performance Peer-to-Peer Messaging Middleware brochure Can You Grow Your Business Without Growing Your Infrastructure? The speed and efficiency of your messaging middleware is often a limiting

More information

G100 VIEWS HIGH FREQUENCY TRADING. Group of 100

G100 VIEWS HIGH FREQUENCY TRADING. Group of 100 G100 VIEWS ON HIGH FREQUENCY TRADING DECEMBER 2012 -1- Over the last few years there has been a marked increase in media and regulatory scrutiny of high frequency trading ("HFT") in Australia. HFT, a subset

More information

FPGA-based Multithreading for In-Memory Hash Joins

FPGA-based Multithreading for In-Memory Hash Joins FPGA-based Multithreading for In-Memory Hash Joins Robert J. Halstead, Ildar Absalyamov, Walid A. Najjar, Vassilis J. Tsotras University of California, Riverside Outline Background What are FPGAs Multithreaded

More information

Trading Education. July 2014. The Five Key Elements of CFD Trading. The Five Key Elements of CFD Trading INTRODUCTION

Trading Education. July 2014. The Five Key Elements of CFD Trading. The Five Key Elements of CFD Trading INTRODUCTION READ OUR FULL RISK WARNING. Spread betting, Contracts for Differences (CFDs) & Foreign Exchange (FX) are leveraged products & carry a high level of risk to your capital as prices might move rapidly against

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

Exploring Algorithmic Trading in Reconfigurable Hardware

Exploring Algorithmic Trading in Reconfigurable Hardware Department of Computing Imperial College London Exploring Algorithmic Trading in Reconfigurable Hardware MEng Final Year Project Author: Stephen Wray sjw06@doc.ic.ac.uk Supervisor: Prof. Wayne Luk wl@doc.ic.ac.uk

More information

Until recently, the majority of

Until recently, the majority of Identifying the real value of algorithms in a fragmented market Charlie Susi* Until recently, the majority of algorithmic trading strategies used in the global marketplace have been created to address

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

Whitepaper. Latency Management For Co-Location Trading

Whitepaper. Latency Management For Co-Location Trading Whitepaper Latency Management For Co-Location Trading Contents Introduction 3 Intra Co-location Latency 3 The Latency Matrix 5 Inter Co-Location Latency 7 Exchange-Side Latency Monitoring and Transparency

More information

ctrader: The New Standard in FX Trading 18 February 2013, London

ctrader: The New Standard in FX Trading 18 February 2013, London ctrader: The New Standard in FX Trading 18 February 2013, London Table Of Contents ctrader Platform as a Service (PaaS).. 3 Fast & Easy to Integrate... 4 Why ctrader?.. 5 What s in the box?.. 6 ctrader.

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

Achieving Low-Latency Security

Achieving Low-Latency Security Achieving Low-Latency Security In Today's Competitive, Regulatory and High-Speed Transaction Environment Darren Turnbull, VP Strategic Solutions - Fortinet Agenda 1 2 3 Firewall Architecture Typical Requirements

More information

Rambus Smart Data Acceleration

Rambus Smart Data Acceleration Rambus Smart Data Acceleration Back to the Future Memory and Data Access: The Final Frontier As an industry, if real progress is to be made towards the level of computing that the future mandates, then

More information

Enterprise-Class Virtualization with Open Source Technologies

Enterprise-Class Virtualization with Open Source Technologies Enterprise-Class Virtualization with Open Source Technologies Alex Vasilevsky CTO & Founder Virtual Iron Software June 14, 2006 Virtualization Overview Traditional x86 Architecture Each server runs single

More information

HEDGE FUND PORTFOLIO MANAGEMENT FRONT ARENA

HEDGE FUND PORTFOLIO MANAGEMENT FRONT ARENA HEDGE FUND PORTFOLIO MANAGEMENT FRONT ARENA FRONT ARENA FOR HEDGE FUNDS REAL TIME PORTFOLIO AND RISK MANAGEMENT The pressure has never been higher to find software solutions able to adapt to the changing

More information

FX Trading: The Next Generation FX Trading and Technology Trends in 2010

FX Trading: The Next Generation FX Trading and Technology Trends in 2010 FX Trading: The Next Generation FX Trading and Technology Trends in 2010 Emily Fraser Voigt, Freelance Journalist Table of Contents 3 FX Trading and Technology Trends in 2010 Survey 5 Broker Systems 7

More information

High frequency trading

High frequency trading High frequency trading Bruno Biais (Toulouse School of Economics) Presentation prepared for the European Institute of Financial Regulation Paris, Sept 2011 Outline 1) Description 2) Motivation for HFT

More information

White Paper: Enhancing Functionality and Security of Enterprise Data Holdings

White Paper: Enhancing Functionality and Security of Enterprise Data Holdings White Paper: Enhancing Functionality and Security of Enterprise Data Holdings Examining New Mission- Enabling Design Patterns Made Possible by the Cloudera- Intel Partnership Inside: Improving Return on

More information

Moving Beyond CPUs in the Cloud: Will FPGAs Sink or Swim?

Moving Beyond CPUs in the Cloud: Will FPGAs Sink or Swim? Moving Beyond CPUs in the Cloud: Will FPGAs Sink or Swim? Successful FPGA datacenter usage at scale will require differentiated capability, programming ease, and scalable implementation models Executive

More information

Evolution of the Trading Technological Infrastructure in the Mexican Stock Exchange

Evolution of the Trading Technological Infrastructure in the Mexican Stock Exchange Evolution of the Trading Technological Infrastructure in the Mexican Stock Exchange Dr Enrique Ibarra Senior Vice President of Technology November 21, 2011 WFE - MIT Exchange Technology Workshop 2011 Accelerated

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

IP- enabled trading in financial services

IP- enabled trading in financial services IP- enabled trading in financial services September 2012 Copyright 2012 Hudson & Yorke Limited. Unauthorised copying or reproduction prohibited Table of contents 1 Introduction 3 2 Background to IP turrets

More information

Six Steps to Improved SharePoint Performance & Operations

Six Steps to Improved SharePoint Performance & Operations Accelerating SharePoint Performance The guys at Application Performance quickly understood our SharePoint problem. They demonstrated that the combination of WebTuna and Riverbed SteelApp Web Accelerator

More information

PERFORMANCE STABILITY CONNECTIVITY TIME TO MARKET. A Bloomberg offering

PERFORMANCE STABILITY CONNECTIVITY TIME TO MARKET. A Bloomberg offering PERFORMANCE STABILITY CONNECTIVITY TIME TO MARKET A Bloomberg offering TRADE WITH A COMPETITIVE EDGE Tango * Ultra-low Latency and Algorithmic Solution Realtime Trading Desktop Functionality Rich Trading

More information

A Comparative Study on Vega-HTTP & Popular Open-source Web-servers

A Comparative Study on Vega-HTTP & Popular Open-source Web-servers A Comparative Study on Vega-HTTP & Popular Open-source Web-servers Happiest People. Happiest Customers Contents Abstract... 3 Introduction... 3 Performance Comparison... 4 Architecture... 5 Diagram...

More information

FOREX FOR BEGINNERS. www.mundomarkets.com

FOREX FOR BEGINNERS. www.mundomarkets.com FOREX FOR BEGINNERS CONTENT 01. 02. 03. 04. What is forex market and how it works? Forex market (page 2) Liquidity providers (page 3) Why acquiring knowledge is important in the forex market? Experience

More information

Reducing Complexity for Trading Speed and Efficiency

Reducing Complexity for Trading Speed and Efficiency Case study Reducing Complexity for Trading Speed and Efficiency NYSE Technologies single-server Trading-in-a-Box solution uses Intel Xeon Processor 7500 Series in an IBM System x3850 X5 system to drive

More information

Performance Beyond PCI Express: Moving Storage to The Memory Bus A Technical Whitepaper

Performance Beyond PCI Express: Moving Storage to The Memory Bus A Technical Whitepaper : Moving Storage to The Memory Bus A Technical Whitepaper By Stephen Foskett April 2014 2 Introduction In the quest to eliminate bottlenecks and improve system performance, the state of the art has continually

More information

Parallel Computing. Benson Muite. benson.muite@ut.ee http://math.ut.ee/ benson. https://courses.cs.ut.ee/2014/paralleel/fall/main/homepage

Parallel Computing. Benson Muite. benson.muite@ut.ee http://math.ut.ee/ benson. https://courses.cs.ut.ee/2014/paralleel/fall/main/homepage Parallel Computing Benson Muite benson.muite@ut.ee http://math.ut.ee/ benson https://courses.cs.ut.ee/2014/paralleel/fall/main/homepage 3 November 2014 Hadoop, Review Hadoop Hadoop History Hadoop Framework

More information

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage sponsored by Dan Sullivan Chapter 1: Advantages of Hybrid Storage... 1 Overview of Flash Deployment in Hybrid Storage Systems...

More information

Accelerating I/O- Intensive Applications in IT Infrastructure with Innodisk FlexiArray Flash Appliance. Alex Ho, Product Manager Innodisk Corporation

Accelerating I/O- Intensive Applications in IT Infrastructure with Innodisk FlexiArray Flash Appliance. Alex Ho, Product Manager Innodisk Corporation Accelerating I/O- Intensive Applications in IT Infrastructure with Innodisk FlexiArray Flash Appliance Alex Ho, Product Manager Innodisk Corporation Outline Innodisk Introduction Industry Trend & Challenge

More information

Low-latency market data delivery to seize competitive advantage. WebSphere Front Office for Financial Markets: Fast, scalable access to market data.

Low-latency market data delivery to seize competitive advantage. WebSphere Front Office for Financial Markets: Fast, scalable access to market data. Low-latency market data delivery to seize competitive advantage WebSphere Front Office for Financial Markets: Fast, scalable access to market data. Data from SIAC, NASDAQ and NYSE indicates a 158% increase

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

Taming Big Data. 1010data ACCELERATES INSIGHT

Taming Big Data. 1010data ACCELERATES INSIGHT Taming Big Data 1010data ACCELERATES INSIGHT Lightning-fast and transparent, 1010data analytics gives you instant access to all your data, without technical expertise or expensive infrastructure. TAMING

More information

From Particles To Electronic Trading. Simon Bevan

From Particles To Electronic Trading. Simon Bevan From Particles To Electronic Trading Simon Bevan May 13th, 2015 Introduction For the first few slides we will aim to give you a feeling of what high frequency trading means and the arguments for and against

More information

Focus: Fixed income electronic trading /17. Finger on the button

Focus: Fixed income electronic trading /17. Finger on the button Focus: Fixed income electronic trading /17 Finger on the button Fixed income electronic trading is growing, so is regulation. Industry experts gathered to tell Lynn Strongin Dodds how they see the market

More information

Flash Memory Solutions for Small Business

Flash Memory Solutions for Small Business Optimization Techniques Change the Competitive Landscape Jered Floyd CTO, Permabit Technology Corp. Flash Memory Summit 2013 Santa Clara, CA 1 Permabit and Albireo Overview Headquarters: Cambridge, MA

More information

The Role of Precise Timing in High-Speed, Low-Latency Trading

The Role of Precise Timing in High-Speed, Low-Latency Trading The Role of Precise Timing in High-Speed, Low-Latency Trading The race to zero nanoseconds Whether measuring network latency or comparing real-time trading data from different computers on the planet,

More information

Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability

Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability White Paper Windows TCP Chimney: Network Protocol Offload for Optimal Application Scalability and Manageability The new TCP Chimney Offload Architecture from Microsoft enables offload of the TCP protocol

More information

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance 11 th International LS-DYNA Users Conference Session # LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance Gilad Shainer 1, Tong Liu 2, Jeff Layton 3, Onur Celebioglu

More information

Lightspeed Gateway Overview Document

Lightspeed Gateway Overview Document Lightspeed Gateway Overview Document Version 1.00 September 30, 2009 I. INTRO Lightspeed s algorithmic-based trading platform, Lightspeed Gateway, provides active traders, proprietary trading groups and

More information

High Frequency Trading in FX

High Frequency Trading in FX High Frequency Trading in FX While regulatory scrutiny continues to Figure 2: Electronic Trading Adoption in FX build in the U.S. equity market driven by populist-led political pressures, High Frequency

More information

BT Low Latency Management for Financial Markets

BT Low Latency Management for Financial Markets Bringing it all together BT Low Latency Management for Financial Markets Increased reliance on electronic and algorithmic trading, combined with regulatory and structural changes, has accelerated the pace

More information

Handbook for finding the right FX Broker

Handbook for finding the right FX Broker Handbook for finding the right FX Broker With currency trading becoming even more popular, the number of brokers is growing at a rapid rate. What should one look at when deciding which broker to open an

More information

The Next Generation Trading Infrastructure What You Will Learn. The State of High-Performance Trading Architecture

The Next Generation Trading Infrastructure What You Will Learn. The State of High-Performance Trading Architecture The Next Generation Trading Infrastructure What You Will Learn Optimizing latency and throughput is essential to high performance trading companies. They are challenged, however, by the complexity of their

More information

There is a shortening time cycle in the

There is a shortening time cycle in the Nicholas Pratt Everything is getting faster, it seems. And the faster things get, the shorter they last. Whether this relatively unrefined truism can be applied to FX algorithmic trading remains a moot

More information

Since the advent of electronic. Smart, Fast Trading Platforms Start with FPGAs

Since the advent of electronic. Smart, Fast Trading Platforms Start with FPGAs Smart, Fast Trading Platforms Start with FPGAs A new framework speeds application development of ultralow-latency financial systems. by Rafeh Hulays, PhD Vice President, Business Development AdvancedIO

More information

Trading. Theory and Practice

Trading. Theory and Practice Professional Automated Trading Theory and Practice EUGENE A. DURENARD WILEY Contents Preface xv CHAPTffi 1 introductiofl to Systematic Tradlns 1 1.1 Definition of Systematic Trading 2 1.2 Philosophy of

More information

Intel IT s Cloud Journey. Speaker: [speaker name], Intel IT

Intel IT s Cloud Journey. Speaker: [speaker name], Intel IT Intel IT s Cloud Journey Speaker: [speaker name], Intel IT Accelerating The Corporate IT Journey Cloud enables ubiquitous access to resources and applications, and workload flexibility Cloud IaaS Infrastructure

More information

The role of Access and Control in DCIM

The role of Access and Control in DCIM Data Center Infrastructure Management for System Administrators The role of Access and Control in DCIM Table of Contents 1. Executive Summary... 3 2. Server Access & Control... 4 2.1 Remote Access Tools

More information