Risk Analysis: Hedge Fund Strategies

A Case Study


Company: New York Hedge Fund
Application: Risk Analysis: Investment Strategies
Server Configuration: Up to 20
Reason For Deployment: Needed real-time analytics to manage hedging strategies during the trading day.
Results: Reduced analytics time from 15 minutes to 1 second.
View the Real-Time Strategy Management Demo


 Background

To maintain a competitive edge, hedge funds must be able to review their investment strategies in real time during the trading day. For example, a fund that employs the strategy called pairs trading may have thousands of long and short positions in equities that are viewed to be under and over-priced and therefore of interest for investment. The market constantly re-prices these equities throughout the trading day, resulting in a rapidly changing profit and loss profile. The challenge in this environment is to isolate critical changes from the massive volume of fluctuations occurring every fraction of a second.

One such fund in New York employs more than a thousand different equity investment strategies that are constructed using the pairs trading model. The company’s managers make use of their domain knowledge in dozens of different industries to create clusters of stocks that they view together as a strategic group. These strategies typically consist of a set of target equity investments, both long and short positions, and associated business rules regarding parameters such as total amount invested, target allocation among investments, and acceptable value ranges. This company has traders who manage the strategies and identify trades, with each trader monitoring and managing many strategies during the trading day.

Challenges

Although the company uses an in-memory data grid (IMDG) to manage its equity positions and enable fast updates as trades occur, this company’s IMDG does not have the ability to perform real-time analytics. Instead, the company has to flush data to a relational database to analyze its positions and determine whether a given strategy is “in range” according to its business rules. Timeliness of the analysis is of prime importance because when a strategy goes out of range, a fast response can have a huge impact on profits. Using the relational database, the company obtains response times of about fifteen minutes. Since investment markets can experience significant fluctuations in fifteen minutes, traders often need to eyeball market fluctuations. Unfortunately, this has proven to be difficult to scale across a large set of strategies. To solve this problem, the company needs the ability to analyze its equity positions in a scalable IMDG at market-speed, instantly alerting traders when a strategy goes out of range so that timely trades can be placed to re-optimize the strategy.

strat_alerts

SOAS reliably stores the hedging strategies within the IMDG as a large collection of objects distributed across a scalable farm of servers; each object contains details of a strategy’s core exposure and its long and short positions. The application’s ability to perform parallel computation using a SOAS feature called Parallel Method Invocation (PMI) is the key to achieving scalable performance and real-time results. PMI provides an easy to use, highly-optimized computational model that automatically pushes computational logic to every server in the grid for parallel execution. It eliminates the need for applications to explicitly code parallel computations and move data between servers at runtime.

”Every hedge fund needs this solution.”
— Chief Software Architect

A PMI executes every second to distribute a snapshot of the latest market prices to all strategy objects, update each strategy’s prices, and evaluate each strategy for an alert condition. Using a highly efficient distributed algorithm, the PMI collects the set of strategies currently alerted and returns them for reporting. By using PMI’s parallel computation model, the application’s throughput can be increased dynamically to handle a growing workload just by adding servers to the IMDG. These servers automatically take on an incremental portion of the overall load, thereby ensuring that execution time does not increase as the workload grows.

The application includes a very simple user interface to demonstrate the proof of concept. (A production application would include many more features and could be tied to a trading system to trigger automatic trades.) The user interface allows the user to examine the strategies and to identify which strategies are currently alerted. It also reports the total number of strategies and the overall throughput of the application, as measured by the total number of positions evaluated per second across all strategies. The figure below shows a snapshot of the user interface with two strategies highlighted to identify alerts due to out of range conditions. It also shows the details of a selected strategy and the specific equity that triggered the alert within the strategy.

strategy_alert_UI

Summing Up: Meeting the Need for Real-Time Analytics

By using ScaleOut Analytics Server instead of their relational database, this proof of concept application demonstrates that strategy analyses can be performed once per second instead of requiring the current fifteen minutes. All analytics are run on data held in the IMDG in memory without the need to move data to a separate analytics platform. Automatic alerting in real time relieves traders of the burden to continuously monitor the status of their strategies, enabling them to operate the fund much closer to market-speed, optimize its performance, and maximize profits.

Try Out the Sample Application

We invite you to download the sample application and try it out on a Windows workstation. The download includes the binaries needed to run the application, together with a detailed description of its design and instructions. Because this sample application is written in C#, it needs to be run on a Windows system. Note that ScaleOut Analytics Server also runs on Linux and provides full support for Java.

To run the application you also will need to download an evaluation copy of ScaleOut Analytics Server, which will enable you to host an IMDG on a single computer. To test larger workloads and scalability across multiple servers, please feel free to contact us at info@www.scaleoutsoftware.com to obtain a multiple server license key for evaluation purposes.

 

Try ScaleOut for free

Use the power of in-memory computing in minutes on Windows or Linux.

Try for Free

Not ready to download?
CONTACT US TO LEARN MORE