Algorithmic Portfolio Trading: A Primer

Size: px
Start display at page:

Download "Algorithmic Portfolio Trading: A Primer"

Transcription

1 CONTRIBUTORS Di Wu Vice President, Algorithmic Trading, ITG, Inc Wenjie Xu Quantitative Analyst, Algorithmic Trading, ITG, Inc CONTACT Asia Pacific Canada EMEA United States Algorithmic Portfolio Trading: A Primer Portfolio trading involves the execution of a basket of securities simultaneously. Compared to trading multiple securities independently, portfolio traders must consider a number of additional execution objectives in their decision-making process, such as minimizing risks, obtaining cash targets, and investing in multipleasset classes. For example, a portfolio strategy might require that securities in similar sectors remain hedged in order to reduce systematic risk; or have special funding needs to execute buys and sells in a dollar-neutral fashion; or involve equitizing cash by trading future contracts along side with equities. All of these complex and often conflicting objectives make portfolio trading inherently challenging. Developments in algorithmic trading play a critical role in addressing these challenges. Through sophisticated quantitative techniques, algorithmic strategies make it possible to incorporate major portfolio trading factors such as the composition of baskets, transaction cost of individual orders, volatility of the market, and price correlations amongst assets. These factors can be quantified and modeled under a unified optimization process to construct optimal execution strategies by minimizing transaction cost and portfolio risk simultaneously. Due to its complexity, algorithmic portfolio trading is often considered hard to understand and difficult to navigate. In this paper, we first provide an overview of a typical portfolio algorithm framework. We then discuss in detail the three key building blocks of this framework: strategic execution plan, tactical order placement, and real-time portfolio risk/cash management. We conclude with an explanation of the value that portfolio algorithms contribute to the overall investment process. 1. PORTFOLIO ALGORITHMIC FRAMEWORK In their seminal research, Almgren and Chriss (2001) 1 laid down the theoretical foundation of optimal portfolio transactions. Years have passed since then; however, it still remains unclear to many practitioners how algorithmic strategies can achieve best execution through incorporation of a variety of trading objectives, constraints, and market conditions. To address this lack of transparency, we outline a portfolio algorithm framework that consists of three components: 1 Almgren R., and Chriss N., Optimal Execution of Portfolio Transactions, Journal of Risk, Winter 2000/2001.

2 2 A Strategic Execution Plan generates an optimized trading schedule for each security by taking into account order sizes, expected transaction cost, estimated volatilities, correlations with other securities in a basket, and volume/cash constraints. Tactical Order Placement makes micro level decisions on how to best execute child orders according to the optimized plan. Specifically, for each security in a portfolio, algorithms choose the most appropriate trading tactics (i.e., passive vs. opportunistic) and trading venues (i.e., lit markets vs. dark pools) in order to minimize total trading costs. Real-time Portfolio Risk/Cash Management controls the trading process by reacting to changing information, such as risk exposures and cash imbalances. Once the control logic determines that execution plans and/or trading tactics have to be updated, it instructs the other two components to make adjustments accordingly. Figure 1 illustrates this framework. Note that it is a dynamic process in which all three components automatically adapt to real-time liquidity conditions and market movements. Figure 1. Portfolio Algorithm Framework Source: ITG 2. STRATEGIC EXECUTION PLAN A strategic execution plan slices large orders into small tranches and schedules quantities of shares to be traded at different points in time. This can be achieved by constructing an optimal plan that has the least total trading cost. Just like human traders, algorithms balance realized transaction cost against residual portfolio risk 2 in order to minimize total trading costs. A basket can be executed patiently with low transaction cost, but patient trading comes with the risk of future adverse market movement. In contrast, aggressive trading reduces risk, but incurs higher transaction cost due to increased market impact. This relationship can be illustrated by a total trading cost frontier in Figure 2.A. Depending on the degree of risk aversion, traders choose different urgencies (e.g., high vs. low) that correspond to various combinations of cost and risk on the frontier. Accordingly, algorithms generate execution plans with appropriate schedules (e.g., frontloaded vs. backloaded) to reach the desired level of risk exposure. Figure 2.B shows an example of two execution plans for a hypothetical portfolio. 2 Though total volatility is a commonly used proxy for the riskiness of portfolios, algorithms are flexible and can incorporate other risk measures such as cash risk, market risk, and sector risk.

3 3 Figure 2.A. Total Trading Cost Frontier Figure 2.B. Different Risk, Different Execution Source: ITG In addition to incorporating urgencies, portfolio algorithms also utilize quantitative approaches to minimize risk, leading to better execution performance. For example, algorithms consider the correlations of securities when building execution plans. If a buy and a sell are highly correlated, both orders can be executed more slowly since one naturally hedges the other. Algorithms can also recognize that a buy/sell imbalanced basket has greater risk than a balanced one. As a result, the larger side of an imbalanced basket will be traded more quickly to reduce market/cash risk, all else equal. Furthermore, algorithms are capable of identifying the orders that impose significant risk to a portfolio, such as a large order in an illiquid stock without a natural hedge on the other side of the basket. A well-designed portfolio algorithm will try to execute such orders quickly if it is not too costly to do so. The final outcome of all these risk-minimizing strategies is a total trading cost efficient frontier, i.e., the regular frontier is optimized in such a way that transaction cost can be further reduced for a given level of risk (Figure 3.A). Then, based on the efficient frontier, portfolio algorithms can generate an execution plan that trades more patiently to achieve lower market impact without increasing risk (Figure 3.B).

4 4 Figure 3.A. Total Trading Cost Efficient Frontier Figure 3.B. Same Risk, Different Execution Source: ITG 3. TACTICAL ORDER PLACEMENT After an execution plan is determined, portfolio algorithms must choose appropriate order placement tactics to best execute the desired shares in the marketplace. Algorithms must be able to handle a basket of orders with varying characteristics such as size, spread, and volatility. In particular, two critical decisions have to be made: a) when to trade passively vs. opportunistically; and b) when to source liquidity from lit markets vs. dark pools. 3.1 Passive vs. Opportunistic The advantages of passive trading are obvious: spread capture and reduced market impact. Disadvantages include possible adverse selection and increased opportunity costs. Opportunistic trading, on the other hand, allows algorithms to aggressively take liquidity under favorable conditions, but at higher spread costs and market impact. As a result, portfolio algorithms constantly make tradeoffs between being passive and opportunistic. 3 3 Bloomfield R. J., O Hara M., and Saar G., The Make or Take Decision in an Electronic Market: Evidence on the Evolution of Liquidity, Journal of Financial Economics, 75.1, 2005.

5 5 In the context of trading a basket, it becomes more complex to make such decisions since the dynamics of order placement must be considered from the portfolio perspective. For example, a passive strategy may minimize transaction cost for individual orders, but is not necessarily suitable for a basket if executing a given order aggressively will reduce overall risk quickly. Based on quantitative measures of order characteristics (e.g., liquid stocks vs. illiquid stocks) and portfolio risk profiles (e.g., risky orders vs. non-risky orders), algorithms are able to determine an optimal combination of passive and opportunistic trading for each order. This ability and the capacity to instantaneously process market signals allow algorithms to improve the quality of order placement and, ultimately, execution. 3.2 Lit markets vs. Dark pools As dark pools continue to prove to be an important source of liquidity, algorithmic trading evolves apace with this market microstructure shift. Portfolio algorithms are no exception. While dark trading typically results in spread saving and low market impact, the probability of non-execution imposes a significant challenge in the portfolio context, because synchronized execution among securities is required and the risk of opportunity costs due to unfilled shares is high. One solution is to apply a base litmarket execution strategy and overlay it with an opportunistic dark-pool trading strategy. The former guarantees that trading progress can be made to follow strategic execution plans; the latter responds to market intelligence and takes advantage of favorable liquidity conditions with the goal of reducing transaction cost and/or risk. In addition to non-execution risk, dark trading is also subject to adverse selection. To overcome this problem, algorithms can adopt intelligent order placement logic to maximize fill rate while minimizing unfavorable post-trade price movement. Disciplined approaches, such as predicting execution quality by fill types among dark pools 4, can significantly improve execution quality by avoiding interaction with the contra parties whose flow is often toxic. 4. REAL-TIME PORTFOLIO RISK/CASH MANAGEMENT Since trading is a dynamic process, any execution plan or order placement decision made at a prior point in time is subject to change later in response to new market dynamics as they emerge. Portfolio algorithms monitor execution progress in real time and adjust trading strategies continually. Among various execution measures, portfolio risk and cash position are two of the most critical that must be carefully managed. While lit-market and dark-pool trading take place, the portfolio risk of a basket fluctuates. For example, when the market rallies, sell orders are usually filled faster than the buys and cause dislocation in risk exposure. To overcome this issue, risk control periodically re-runs the risk minimization process (as described in Section 2) and updates the current execution plan. Figure 4.A shows a hypothetical scenario in which portfolio risk is managed for a dollar-neutral basket. When market goes up, sell orders fill faster, leading to an increase in overall portfolio risk. One possible solution for algorithms is to delay the execution of the sells but accelerate the buys. This will bring overall risk exposure back in line. Managing cash position is also important for trading portfolios, which often have mandates to reach specific cash targets and/or keep certain ratios between buy and sell values (e.g., dollar neutral). This is a constraint to be built into risk minimization, and the resulting execution plan usually maintains cash balances within tolerable $ Polidore B. Dark Pool DNA: Improving Dark Pool Assessment, Journal of Trading, Spring 2012.

6 6 ranges. However, when liquidity shocks occur (e.g., a few large blocks are crossed almost simultaneously), a basket may suddenly become oversold or overbought. Under this circumstance, algorithms need to reduce the temporary imbalance by holding back the fast side, thereby allowing the slow side to catch up. Figure 4.B illustrates how cash balance is controlled for a hypothetical portfolio. Figure 4.A Managing Portfolio Risk Figure 4.B Managing Cash Position Source: ITG, Inc. Note that well-designed portfolio algorithms do not solely rely on this real-time control logic to manage portfolio risk and cash position. A strategic execution plan is already in place to maintain desired levels of risk and cash throughout the entire trading horizon. However, when unpredicted events (such as market swings or fills from opportunistic trading) occur, real-time management is the most effective mechanism to keep portfolio risk and cash position in line. 5. CONCLUSION Portfolio traders are often confronted with complex decision making when executing portfolios. As the number of securities increases, it becomes progressively more challenging to manage the entire execution process. This paper discusses a portfolio algorithm framework with three components: a strategic execution plan, tactical order placement, and real-time portfolio risk/cash

7 7 management. We demonstrate that by leveraging quantitative approaches and advanced technologies, portfolio algorithms can play an important role in the pursuit of best execution. It is important for traders and portfolio managers to stay current with developments in algorithmic trading and identify the opportunities where portfolio algorithms can add value to the overall investment process Investment Technology Group, Inc. All rights reserved. Not to be reproduced or retransmitted without permission These materials are for informational purposes only, and are not intended to be used for trading or investment purposes or as an offer to sell or the solicitation of an offer to buy any security or financial product. The information contained herein has been taken from trade and statistical services and other sources we deem reliable but we do not represent that such information is accurate or complete and it should not be relied upon as such. No guarantee or warranty is made as to the reasonableness of the assumptions or the accuracy of the models or market data used by ITG. These materials do not provide any form of advice (investment, tax or legal).

Pairs Trading Algorithms in Equities Markets 1

Pairs Trading Algorithms in Equities Markets 1 AUTHORs Di Wu Vice President, Algorithmic Trading di.wu@itg.com Kenny Doerr Director, Electronic Trading Desk kenny.doerr@itg.com Cindy Y. Yang Quantitative Analyst, Algorithmic Trading yu.yang@itg.com

More information

Implementation Shortfall One Objective, Many Algorithms

Implementation Shortfall One Objective, Many Algorithms Implementation Shortfall One Objective, Many Algorithms VWAP (Volume Weighted Average Price) has ruled the algorithmic trading world for a long time, but there has been a significant move over the past

More information

Cluster Analysis for Evaluating Trading Strategies 1

Cluster Analysis for Evaluating Trading Strategies 1 CONTRIBUTORS Jeff Bacidore Managing Director, Head of Algorithmic Trading, ITG, Inc. Jeff.Bacidore@itg.com +1.212.588.4327 Kathryn Berkow Quantitative Analyst, Algorithmic Trading, ITG, Inc. Kathryn.Berkow@itg.com

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

Monthly Leveraged Mutual Funds UNDERSTANDING THE COMPOSITION, BENEFITS & RISKS

Monthly Leveraged Mutual Funds UNDERSTANDING THE COMPOSITION, BENEFITS & RISKS Monthly Leveraged Mutual Funds UNDERSTANDING THE COMPOSITION, BENEFITS & RISKS Direxion 2x Monthly Leveraged Mutual Funds provide 200% (or 200% of the inverse) exposure to their benchmarks and the ability

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

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

NorthCoast Investment Advisory Team 203.532.7000 info@northcoastam.com

NorthCoast Investment Advisory Team 203.532.7000 info@northcoastam.com NorthCoast Investment Advisory Team 203.532.7000 info@northcoastam.com NORTHCOAST ASSET MANAGEMENT An established leader in the field of tactical investment management, specializing in quantitative research

More information

Understanding Currency

Understanding Currency Understanding Currency Overlay July 2010 PREPARED BY Gregory J. Leonberger, FSA Director of Research Abstract As portfolios have expanded to include international investments, investors must be aware of

More information

Effective downside risk management

Effective downside risk management Effective downside risk management Aymeric Forest, Fund Manager, Multi-Asset Investments November 2012 Since 2008, the desire to avoid significant portfolio losses has, more than ever, been at the front

More information

Score. Stifel CONQUEST Portfolios. Research-Driven Portfolios PORTFOLIO STRATEGY EXCHANGE TRADED FUNDS. Ease of Diversification

Score. Stifel CONQUEST Portfolios. Research-Driven Portfolios PORTFOLIO STRATEGY EXCHANGE TRADED FUNDS. Ease of Diversification Stifel CONQUEST Portfolios PORTFOLIO STRATEGY The Washington Crossing Advisors Stifel CONQUEST Portfolios seek to add value by actively allocating assets among U.S. equities, bonds, commodities, and foreign

More information

The UBS Core-Satellite investment approach Build wealth for the long term and make the most of your own investment ideas

The UBS Core-Satellite investment approach Build wealth for the long term and make the most of your own investment ideas The UBS Core-Satellite investment approach Build wealth for the long term and make the most of your own investment ideas StabiIity, opportunity and flexibility build the foundation for optimal results

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

Adaptive Arrival Price

Adaptive Arrival Price Adaptive Arrival Price Julian Lorenz (ETH Zurich, Switzerland) Robert Almgren (Adjunct Professor, New York University) Algorithmic Trading 2008, London 07. 04. 2008 Outline Evolution of algorithmic trading

More information

The Role of Alternative Investments in a Diversified Investment Portfolio

The Role of Alternative Investments in a Diversified Investment Portfolio The Role of Alternative Investments in a Diversified Investment Portfolio By Baird Private Wealth Management Introduction Traditional Investments Domestic Equity International Equity Taxable Fixed Income

More information

white paper Challenges to Target Funds James Breen, President, Horizon Fiduciary Services

white paper Challenges to Target Funds James Breen, President, Horizon Fiduciary Services Challenges to Target Funds James Breen, President, Horizon Fiduciary Services Since their invention in the early 1990 s Target Date Funds have become a very popular investment vehicle, particularly with

More information

Obligation-based Asset Allocation for Public Pension Plans

Obligation-based Asset Allocation for Public Pension Plans Obligation-based Asset Allocation for Public Pension Plans Market Commentary July 2015 PUBLIC PENSION PLANS HAVE a single objective to provide income for a secure retirement for their members. Once the

More information

BECS Pre-Trade Analytics. An Overview

BECS Pre-Trade Analytics. An Overview BECS Pre-Trade Analytics An Overview January 2010 Citi s Pre-Trade Analytical Products and Services Citi has a long history of providing advanced analytical tools to our clients. Significant effort has

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

TRADING VENUE LIQUIDITY

TRADING VENUE LIQUIDITY TRADING VENUE LIQUIDITY IT S QUALITY, NOT QUANTITY, THAT MATTERS AUTHORS Mike Smith, Partner Benjamin Smith, Partner Daniela Peterhoff, Partner Quinton Goddard, Principal CHANGING THE GAME The concept

More information

Transaction Cost Analysis to Optimize Trading Strategies

Transaction Cost Analysis to Optimize Trading Strategies W W W. I I J O T. C O M OT F A L L 2 0 1 0 V O L U M E 5 N U M B E R 4 Transaction Cost Analysis to Optimize Trading Strategies CARLA GOMES AND HENRI WAELBROECK Sponsored by: Goldman Sachs Morgan Stanley

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

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

DYNAMIC DIVERSIFIED FUND

DYNAMIC DIVERSIFIED FUND DYNAMIC DIVERSIFIED FUND The Right Assets at the Right Time The SSgA Dynamic Diversifed Fund uses proven market-aware intelligence to dynamically adjust asset allocation ensuring you are in the right assets

More information

How To Model Volume On A Stock With A Trading Model

How To Model Volume On A Stock With A Trading Model AUTHORS Benjamin Polidore Managing Director Head of Algorithmic Trading benjamin.polidore@itg.com Lin Jiang Assistant Vice President ITG Algorithms lin.jiang@itg.com Yichu Li Analyst ITG Algorithms yichu.li@itg.com

More information

Adjusting for Size Liquidity and Risk Effects in Foreign Exchange Trading

Adjusting for Size Liquidity and Risk Effects in Foreign Exchange Trading AUTHORS Jim Cochrane Director ITG TCA for FX jim.cochrane@itg.com Ian Domowitz Managing Director Head of ITG Analytics ian.domowitz@itg.com Milan Borkovec Managing Director Head of Financial Engineering

More information

Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients

Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients www.mce-ama.com/2396 Senior Managers Days 4 www.mce-ama.com 1 WHY attend this programme? This

More information

Equity Market Risk Premium Research Summary. 12 April 2016

Equity Market Risk Premium Research Summary. 12 April 2016 Equity Market Risk Premium Research Summary 12 April 2016 Introduction welcome If you are reading this, it is likely that you are in regular contact with KPMG on the topic of valuations. The goal of this

More information

Volatility: A Brief Overview

Volatility: A Brief Overview The Benefits of Systematically Selling Volatility July 2014 By Jeremy Berman Justin Frankel Co-Portfolio Managers of the RiverPark Structural Alpha Fund Abstract: A strategy of systematically selling volatility

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

SEI Income Portfolio. Investment Policy Statement

SEI Income Portfolio. Investment Policy Statement SEI Income Portfolio Investment Policy Statement INTRODUCTION An Investment Management Program will determine the right mix of investments for your personal situation in order to meet your long-term investment

More information

Overview. October 2013. Investment Portfolios & Products. Approved for public distribution. Investment Advisory Services

Overview. October 2013. Investment Portfolios & Products. Approved for public distribution. Investment Advisory Services Equity Risk Management Strategy Overview Approved for public distribution October 2013 Services Portfolios & Products Equity Risk Management Strategy* Tactical allocation strategy that seeks to adjust

More information

A: SGEAX C: SGECX I: SGEIX

A: SGEAX C: SGECX I: SGEIX A: SGEAX C: SGECX I: SGEIX NOT FDIC INSURED MAY LOSE VALUE NO BANK GUARANTEE Salient Global Equity Fund The investment objective of the Salient Global Equity Fund (the Fund ) is to seek long term capital

More information

Keeping it Simple: White Paper. Lifestyle Funds: A Streamlined Approach

Keeping it Simple: White Paper. Lifestyle Funds: A Streamlined Approach Keeping it Simple: Lifestyle Funds for Retirement Planning Retirement investors who suspect that things are more complicated than they used to be can take heart from the findings of a new study by American

More information

Trading Around the Close

Trading Around the Close AUTHORs Jeff Bacidore Managing Director, Head of Algorithmic Trading jeff.bacidore@itg.com Ben Polidore Director, Algorithmic Trading ben.polidore@itg.com Wenjie Xu Quantitative Analyst, Algorithmic Trading

More information

ITG Smart Limit Algorithm Low latency algorithm for passive trading

ITG Smart Limit Algorithm Low latency algorithm for passive trading uthors Jeff acidore Managing Director, Head of lgorithmic Trading Rana Goyal Vice President, lgorithmic Trading en Polidore Managing Director, lgorithmic Trading lak Vasa Director, lgorithmic Trading indy

More information

Intro to Forex and Futures

Intro to Forex and Futures Intro to Forex and Futures 1 Forex Trading Forex is a term meaning foreign exchange, and refers to trading the currency of one country against the currency from another country simultaneously. Over $1.4

More information

J.P. Morgan Asset Management Institutional Order Execution Policy Disclosure

J.P. Morgan Asset Management Institutional Order Execution Policy Disclosure J.P. Morgan Asset Management Institutional Order Execution Policy Disclosure 1 Introduction and scope The rules of the Financial Services Authority ( FSA ), in implementing the Markets in Financial Instruments

More information

Article from: Risk Management. June 2009 Issue 16

Article from: Risk Management. June 2009 Issue 16 Article from: Risk Management June 2009 Issue 16 CHAIRSPERSON S Risk quantification CORNER Structural Credit Risk Modeling: Merton and Beyond By Yu Wang The past two years have seen global financial markets

More information

Unified Managed Accounts An Investor s Guide

Unified Managed Accounts An Investor s Guide Briefing Unified managed accounts provide a consolidated approach to asset allocation, investment selection, account administration and performance reporting. Unified Managed Accounts An Investor s Guide

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

Investing 200: Behind the scenes on Western s two largest funds

Investing 200: Behind the scenes on Western s two largest funds Investing 200: Behind the scenes on Western s two largest funds Martin Bélanger Director, Investments November 20, 2015 Human Resources Disclaimer This presentation material was created to educate and

More information

TOTAL RETURN INVESTMENT POOL (TRIP) INVESTMENT POLICY

TOTAL RETURN INVESTMENT POOL (TRIP) INVESTMENT POLICY Effective: July 23, 2015 Replaces version effective: August 1, 2013 TOTAL RETURN INVESTMENT POOL (TRIP) INVESTMENT POLICY The purpose for this investment policy ( Policy ) is to clearly state the investment

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

Margin Guide and Guide to Margin Close Out

Margin Guide and Guide to Margin Close Out Margin Guide and Guide to Margin Close Out The purpose of this guide is to set-out the treatment of your positions and the actions we may take in the event that your Margin Level falls below your Margin

More information

Algorithmic Trading: A Buy-side Perspective

Algorithmic Trading: A Buy-side Perspective Algorithmic Trading: A Buy-side Perspective Ananth Madhavan Barclays Global Investors Q Group Seminar October 2007 Barclays Global Investors. All Rights Reserved This material may not be distributed beyond

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

SSgA CAPITAL INSIGHTS

SSgA CAPITAL INSIGHTS SSgA CAPITAL INSIGHTS viewpoints Part of State Street s Vision thought leadership series A Stratified Sampling Approach to Generating Fixed Income Beta PHOTO by Mathias Marta Senior Investment Manager,

More information

Volatility Series Trading Halts

Volatility Series Trading Halts AUTHORS Ben Polidore Managing Director Head of ITG Algorithms ben.polidore@itg.com Philip Pearson, CFA Director ITG Algorithms philip.pearson@itg.com CONTACT Asia Pacific +852.2846.3500 Canada +1.416.874.0900

More information

by Maria Heiden, Berenberg Bank

by Maria Heiden, Berenberg Bank Dynamic hedging of equity price risk with an equity protect overlay: reduce losses and exploit opportunities by Maria Heiden, Berenberg Bank As part of the distortions on the international stock markets

More information

AMERICAN REGISTRY OF INTERNET NUMBERS INVESTMENT POLICY STATEMENT January 2014

AMERICAN REGISTRY OF INTERNET NUMBERS INVESTMENT POLICY STATEMENT January 2014 AMERICAN REGISTRY OF INTERNET NUMBERS INVESTMENT POLICY STATEMENT January 2014 Introduction This statement of investment policy has been adopted by the Board of Trustees of the American Registry of Internet

More information

Los Angeles County Employees Retirement Association Private Equity Objectives, Policies, and Procedures. Adopted: April 23, 1997

Los Angeles County Employees Retirement Association Private Equity Objectives, Policies, and Procedures. Adopted: April 23, 1997 Private Equity Objectives, Policies, and Procedures Adopted: April 23, 1997 Last Revised: February 10, 2016 Page 2 Table of Contents A. DOCUMENT PURPOSE 3 B. INVESTMENT OBJECTIVE AND STRATEGY 3 C. DEFINITIONS

More information

Diversified Alternatives Index

Diversified Alternatives Index The Morningstar October 2014 SM Diversified Alternatives Index For Financial Professional Use Only 1 5 Learn More indexes@morningstar.com +1 12 84-75 Contents Executive Summary The Morningstar Diversified

More information

High Frequency Trading + Stochastic Latency and Regulation 2.0. Andrei Kirilenko MIT Sloan

High Frequency Trading + Stochastic Latency and Regulation 2.0. Andrei Kirilenko MIT Sloan High Frequency Trading + Stochastic Latency and Regulation 2.0 Andrei Kirilenko MIT Sloan High Frequency Trading: Good or Evil? Good Bryan Durkin, Chief Operating Officer, CME Group: "There is considerable

More information

Enterprise Pension Risk Assessing Corporate Risk Profiles When Setting Long-Term Pension Strategies

Enterprise Pension Risk Assessing Corporate Risk Profiles When Setting Long-Term Pension Strategies Enterprise Pension Risk Assessing Corporate Risk Profiles When Setting Long-Term Pension Strategies As many corporations try to determine the appropriate level of risk in their pension portfolios given

More information

Transaction Cost Analysis and Best Execution

Transaction Cost Analysis and Best Execution ATMonitor Commentary July 2011 Issue Transaction Cost Analysis and Best Execution 10 things you wanted to know about TCA but hesitated to ask Foreword This is not an academic paper on theoretical discussions

More information

The Need for Speed: It s Important, Even for VWAP Strategies

The Need for Speed: It s Important, Even for VWAP Strategies Market Insights The Need for Speed: It s Important, Even for VWAP Strategies November 201 by Phil Mackintosh CONTENTS Speed benefits passive investors too 2 Speed helps a market maker 3 Speed improves

More information

About Hedge Funds. What is a Hedge Fund?

About Hedge Funds. What is a Hedge Fund? About Hedge Funds What is a Hedge Fund? A hedge fund is a fund that can take both long and short positions, use arbitrage, buy and sell undervalued securities, trade options or bonds, and invest in almost

More information

20 Myths about Long-Short

20 Myths about Long-Short 20 Myths about Long-Short Bruce I. Jacobs and Kenneth N. Levy Popular conceptions of long-short investing are distorted by a number of myths, many of which appear to result from viewing long-short from

More information

UBS Global Asset Management has

UBS Global Asset Management has IIJ-130-STAUB.qxp 4/17/08 4:45 PM Page 1 RENATO STAUB is a senior assest allocation and risk analyst at UBS Global Asset Management in Zurich. renato.staub@ubs.com Deploying Alpha: A Strategy to Capture

More information

Understanding a Firm s Different Financing Options. A Closer Look at Equity vs. Debt

Understanding a Firm s Different Financing Options. A Closer Look at Equity vs. Debt Understanding a Firm s Different Financing Options A Closer Look at Equity vs. Debt Financing Options: A Closer Look at Equity vs. Debt Business owners who seek financing face a fundamental choice: should

More information

Principles and Practices in Credit Portfolio Management Findings of the 2011 IACPM Survey. www.iacpm.org

Principles and Practices in Credit Portfolio Management Findings of the 2011 IACPM Survey. www.iacpm.org Principles and Practices in Credit Portfolio Management Findings of the 2011 IACPM Survey www.iacpm.org TABLE OF CONTENTS I. INTRODUCTION...3 Survey Results Overview...3 Credit Portfolio Management Business

More information

The Morningstar Category TM Classifications for Hedge Funds

The Morningstar Category TM Classifications for Hedge Funds The Morningstar Category TM Classifications for Hedge Funds Morningstar Methodology Paper Effective April 30, 2012 Contents Introduction 4 Directional Equity Asia/Pacific Long/Short Equity Bear-Market

More information

PORTFOLIO DISCUSSION SPOTLIGHT ON. 130/30 strategies EXPANDING OPPORTUNITY. Initial opportunity set

PORTFOLIO DISCUSSION SPOTLIGHT ON. 130/30 strategies EXPANDING OPPORTUNITY. Initial opportunity set PORTFOLIO DISCUSSION SPOTLIGHT ON 130/30 strategies 1Q 2014 PLEASE VISIT jpmorganfunds.com for access to all of our Insights publications. MONETIZING POSITIVE AND NEGATIVE STOCK VIEWS Managers of 130/30

More information

TRANSAMERICA SERIES TRUST Transamerica Vanguard ETF Portfolio Conservative VP. Supplement to the Currently Effective Prospectus and Summary Prospectus

TRANSAMERICA SERIES TRUST Transamerica Vanguard ETF Portfolio Conservative VP. Supplement to the Currently Effective Prospectus and Summary Prospectus TRANSAMERICA SERIES TRUST Transamerica Vanguard ETF Portfolio Conservative VP Supplement to the Currently Effective Prospectus and Summary Prospectus * * * The following replaces in their entirety the

More information

Navigating the Target Date Fund Evaluation Process

Navigating the Target Date Fund Evaluation Process Navigating the Target Date Fund Evaluation Process A Primer for Retirement Plan Sponsors Benjamin J. Smith, CFA Principal, Chief Investment Officer Contents Introduction. Understanding the Core Attributes

More information

Navellier Tactical U.S. Equity Sector Plus

Navellier Tactical U.S. Equity Sector Plus Navellier Tactical U.S. Equity Sector Plus B-063014/NCD-14-846 www.navellier.com Tactical Series 1 U.S. Equity Sector Plus Navellier Tactical U.S. Equity Sector Plus Model a hypothetical example Hypothetical

More information

Portfolio Management Consultants Perfecting the Portfolio

Portfolio Management Consultants Perfecting the Portfolio Portfolio Management Consultants Perfecting the Portfolio Envestnet PMC is the ultimate advisor to the advisor. Our goal is to help advisors strengthen relationships with their clients and improve outcomes

More information

Asset Matters: How Goals-Based Allocation Drives Portfolio Positioning

Asset Matters: How Goals-Based Allocation Drives Portfolio Positioning Asset Matters: How Goals-Based Allocation Drives Portfolio Positioning November 16, 2015 by Matthew Rubin of Neuberger Berman When we work with clients to design a customized portfolio, we need to understand

More information

Trusted by the Market. Driven by You. www.yieldbook.com. We stop at nothing. Portfolio analysis and risk management

Trusted by the Market. Driven by You. www.yieldbook.com. We stop at nothing. Portfolio analysis and risk management Trusted by the Market. Driven by You. www.yieldbook.com We stop at nothing. The is the trusted and authoritative source for fixed income analytics that enables market makers and institutional investors

More information

Single Manager vs. Multi-Manager Alternative Investment Funds

Single Manager vs. Multi-Manager Alternative Investment Funds September 2015 Single Manager vs. Multi-Manager Alternative Investment Funds John Dolfin, CFA Chief Investment Officer Steben & Company, Inc. Christopher Maxey, CAIA Senior Portfolio Manager Steben & Company,

More information

Exchange Traded Funds A Brief Introduction

Exchange Traded Funds A Brief Introduction Exchange Traded Funds A Brief Introduction spdrs.com What You Need to Know about ETFs ETF Basics Potential Benefits of ETFs ETFs versus Mutual Funds The Role of ETFs in Your Portfolio Our Next Steps Frequently

More information

MLC MasterKey Unit Trust Product Disclosure Statement (PDS)

MLC MasterKey Unit Trust Product Disclosure Statement (PDS) MLC MasterKey Unit Trust Product Disclosure Statement (PDS) Preparation date 1 July 2014 Issued by MLC Investments Limited (MLC) ABN 30 002 641 661 AFSL 230705 This information is general and doesn t take

More information

A Look at Exchange Traded Funds September 16, 2010

A Look at Exchange Traded Funds September 16, 2010 A Look at Exchange Traded Funds September 16, 2010 Exchange traded funds, or ETFs, are one of the fastest growing products in the investment industry. Used by both professional and individual investors,

More information

Bringing Alternatives Within Reach

Bringing Alternatives Within Reach Bringing Alternatives Within Reach Goldman Sachs Multi-Manager Alternatives Fund (Ticker: GSMMX) Mutual funds pursuing alternative investment strategies, also known as alternative mutual funds, open up

More information

EQUITY RISK CONTROLS. FPL Risk Management Committee

EQUITY RISK CONTROLS. FPL Risk Management Committee EQUITY RISK CONTROLS FPL Risk Management Committee TABLE OF CONTENTS Objective...3 Overview...3 The Client/Broker Relationship...4 Benefits of Risk Controls...4 Typical Workflow...5 Implementation of Risk

More information

FEATURES LIST OF THE SYSTEMS FOR SMART ORDER ROUTING AND THE APPLICABLE TERMS AND CONDITIONS

FEATURES LIST OF THE SYSTEMS FOR SMART ORDER ROUTING AND THE APPLICABLE TERMS AND CONDITIONS FEATURES LIST OF THE SYSTEMS FOR SMART ORDER ROUTING AND THE APPLICABLE TERMS AND CONDITIONS FEATURES LIST OF OUR SMART ORDER ROUTING SYSTEM When an order is placed by the client who requires the order

More information

FE570 Financial Markets and Trading. Stevens Institute of Technology

FE570 Financial Markets and Trading. Stevens Institute of Technology FE570 Financial Markets and Trading Lecture 13. Execution Strategies (Ref. Anatoly Schmidt CHAPTER 13 Execution Strategies) Steve Yang Stevens Institute of Technology 11/27/2012 Outline 1 Execution Strategies

More information

Alternative Investing

Alternative Investing Alternative Investing An important piece of the puzzle Improve diversification Manage portfolio risk Target absolute returns Innovation is our capital. Make it yours. Manage Risk and Enhance Performance

More information

WHY FLEXSHARES? Based on Understanding. Built on Experience.

WHY FLEXSHARES? Based on Understanding. Built on Experience. WHY FLEXSHARES? Based on Understanding. Built on Experience. BASED ON UNDERSTANDING Most exchange traded funds (ETFs) are designed to track indexes. You invest for a reason, though and need to accomplish

More information

Active Versus Passive Low-Volatility Investing

Active Versus Passive Low-Volatility Investing Active Versus Passive Low-Volatility Investing Introduction ISSUE 3 October 013 Danny Meidan, Ph.D. (561) 775.1100 Low-volatility equity investing has gained quite a lot of interest and assets over the

More information

Financial Evolution and Stability The Case of Hedge Funds

Financial Evolution and Stability The Case of Hedge Funds Financial Evolution and Stability The Case of Hedge Funds KENT JANÉR MD of Nektar Asset Management, a market-neutral hedge fund that works with a large element of macroeconomic assessment. Hedge funds

More information

Structured Products. Designing a modern portfolio

Structured Products. Designing a modern portfolio ab Structured Products Designing a modern portfolio Achieving your personal goals is the driving motivation for how and why you invest. Whether your goal is to grow and preserve wealth, save for your children

More information

SOURCING LIQUIDITY IN FRAGMENTED MARKETS

SOURCING LIQUIDITY IN FRAGMENTED MARKETS 01 2015 ASSET MANAGER ISSN 2387-6255 As a large participant in global asset markets, Norges Bank Investment Management has to ensure that our liquidity sourcing strategies reflect ever-changing market

More information

FOREIGN EXCHANGE RISK MANAGEMENT

FOREIGN EXCHANGE RISK MANAGEMENT STANDARDS OF SOUND BUSINESS PRACTICES FOREIGN EXCHANGE RISK MANAGEMENT 2005 The. All rights reserved Foreign Exchange Risk Management Page 2 FOREIGN EXCHANGE RISK MANAGEMENT A. PURPOSE This document sets

More information

EATON VANCE HEXAVEST GLOBAL EQUITY FUND Supplement to Summary Prospectus dated December 1, 2015

EATON VANCE HEXAVEST GLOBAL EQUITY FUND Supplement to Summary Prospectus dated December 1, 2015 EATON VANCE HEXAVEST GLOBAL EQUITY FUND Supplement to Summary Prospectus dated December 1, 2015 1. The following replaces Fees and Expenses of the Fund : Fees and Expenses of the Fund This table describes

More information

Learn about alternative investments. Investor education

Learn about alternative investments. Investor education Learn about alternative investments Investor education Special investment instruments may help enhance a portfolio Once the exclusive domain of the ultrawealthy, alternative investments are beginning

More information

Auctions (Opening and Close) in NYSE and NASDAQ

Auctions (Opening and Close) in NYSE and NASDAQ ITG Primer Auctions (Opening and Close) in NYSE and NASDAQ 2009 Investment Technology Group, Inc. All rights reserved. Not to be reproduced or retransmitted without permission. Broker-dealer products and

More information

SEI Aggressive Global Equity Portfolio

SEI Aggressive Global Equity Portfolio SEI Aggressive Global Equity Portfolio Investment Policy Statement INTRODUCTION An Investment Management Program will determine the right mix of investments for your personal situation in order to meet

More information

AUTOMATED CURRENCY TRADING

AUTOMATED CURRENCY TRADING AUTOMATED CURRENCY TRADING The objective, automated and time efficient way how to diversify your investment activity fully under own control. 1 AlgoFxSolution.com INTRODUCTION We are a technology company

More information

Practical aspects of implementing MiFID requirementsin GIPS compositereports

Practical aspects of implementing MiFID requirementsin GIPS compositereports GIPS and MiFID investmentreporting: Practical aspects of implementing MiFID requirementsin GIPS compositereports Zurich, November 15, 2007 Eugene Skrynnyk, UBS Wealth Management November 15, 2007 Agenda

More information

Quarterly cash equity market data: Methodology and definitions

Quarterly cash equity market data: Methodology and definitions INFORMATION SHEET 177 Quarterly cash equity market data: Methodology and definitions This information sheet is designed to help with the interpretation of our quarterly cash equity market data. It provides

More information

Contents. 1 Asset allocation 2 Sub-asset allocation 3 Active/passive combinations 4 Asset location

Contents. 1 Asset allocation 2 Sub-asset allocation 3 Active/passive combinations 4 Asset location ETF Strategies Contents Why ETFs? Strategic uses for ETFs 1 Asset allocation 2 Sub-asset allocation 3 Active/passive combinations 4 Asset location Tactical uses for ETFs 1 Portfolio completion 2 Cash

More information

Optimization applications in finance, securities, banking and insurance

Optimization applications in finance, securities, banking and insurance IBM Software IBM ILOG Optimization and Analytical Decision Support Solutions White Paper Optimization applications in finance, securities, banking and insurance 2 Optimization applications in finance,

More information

Solutions Platform & Due Diligence Executing from the foundation of strategic asset allocation

Solutions Platform & Due Diligence Executing from the foundation of strategic asset allocation Solutions Platform & Due Diligence Executing from the foundation of strategic asset allocation We emphasize a thorough, disciplined process designed to identify and monitor what we believe to be the best

More information

PRICE FIXING STRATEGIES INTRO TO HEDGING

PRICE FIXING STRATEGIES INTRO TO HEDGING PRICE FIXING STRATEGIES INTRO TO HEDGING QuickTime and a decompressor are needed to see this picture. Why manage risk? The business of a cotton producer is to grow and market cotton at a profitable price.

More information

Leveraged ETFs: Pursuing Daily Targets in Volatile Markets

Leveraged ETFs: Pursuing Daily Targets in Volatile Markets Leveraged ETFs: Pursuing Daily Targets in Volatile Markets The Daily Objective The Direxion Shares Daily 3x Exchange Traded Funds (ETFs) seek to provide daily leveraged investment results that are either

More information

How To Invest In American Funds Insurance Series Portfolio Series

How To Invest In American Funds Insurance Series Portfolio Series American Funds Insurance Series Portfolio Series Prospectus May 1, 2015 Class 4 shares American Funds Global Growth Portfolio American Funds Growth and Income Portfolio Class P2 shares American Funds Managed

More information

A Simple Utility Approach to Private Equity Sales

A Simple Utility Approach to Private Equity Sales The Journal of Entrepreneurial Finance Volume 8 Issue 1 Spring 2003 Article 7 12-2003 A Simple Utility Approach to Private Equity Sales Robert Dubil San Jose State University Follow this and additional

More information