Balancing Execution Risk and Trading Cost in Portfolio Algorithms

Size: px
Start display at page:

Download "Balancing Execution Risk and Trading Cost in Portfolio Algorithms"

Transcription

1 Balancing Execution Risk and Trading Cost in Portfolio Algorithms Jeff Bacidore Di Wu Wenjie Xu Algorithmic Trading ITG June, 2013

2 Introduction For a portfolio trader, achieving best execution requires balancing execution risk and transaction cost across a basket of securities. Naturally, reducing risk and minimizing cost have opposing effects on execution. Simply put, trading aggressively incurs higher cost but lower risk, while trading patiently yields lower cost but higher risk. Furthermore, traders often have secondary considerations such as maintaining cash- or beta-neutrality, which makes this trade-off even more challenging. In this paper, we discuss the cost-risk trade-off in a portfolio trading context. We provide examples of how trading a basket in a coordinated manner can lead to more efficient execution than by trading each stock independently. Specifically, by trading buy and sell orders in a synchronized way, traders are able to trade more passively, reducing cost without increasing risk. We discuss how this cost-risk trade-off can be operationalized via an optimization approach, even when traders apply additional constraints like cash- or beta-neutrality. Finally, we address the importance of incorporating intraday variation in cost and risk when formulating an optimal trading strategy. Managing Risk in Portfolio Transactions When trading a single stock, the only means of managing risk is to execute quickly to reduce the chance of an adverse price movement. In the context of portfolio transactions, however, traders can also control risk by exploiting the correlations between stocks. For example, consider a trade basket that has more sells than buys and is therefore vulnerable to sudden market declines. Single-stock algorithms would trade each stock independently and would likely frontload both the buys and sells to reduce risk (Figure 1a). In contrast, portfolio algorithms would trade the orders in a coordinated way to exploit the natural negative correlation between the buys and sells. In this example, a portfolio algorithm would execute the sells more aggressively, while trading the buys more slowly possibly even backloading them to reduce the imbalance and help immunize the basket from market moves (Figure 1b). 1

3 Figure 1a: Risk reduction in single-stock algorithms Figure 1b: Risk reduction in portfolio algorithms Another benefit of managing risk in a portfolio context is that it allows traders to trade more passively, leading to lower trading cost. Given that buy and sell orders are typically negatively correlated, one naturally hedges the other and hence both can be executed more passively without increasing risk. For example, as noted above, a single-stock implementation shortfall algorithm will generally frontload both the buys and sells to shorten the time over which a basket is exposed to market volatility (Figure 2a). Had the trader executed the orders as part of a coordinated portfolio trade, she could have controlled risk by pairing correlated buys and sells together to offset future market swings. This would have allowed her to lower cost by spreading the order out without increasing her risk exposure (Figure 2b). Figure 2a: Aggressive trading with higher cost Figure 2b: Passive trading with lower cost Successful risk management also requires efficient utilization of dark liquidity. When stocks are executed independently, a block crossed in dark pools is generally welcomed since it reduces both cost and risk. In a portfolio context, however, block fills may result in lower trading cost but 2

4 unwanted market exposures as well. For example, if a basket is risk-balanced, receiving a large block on one side of the market could substantially increase risk. When this happens, a portfolio algorithm must quickly bring risk under control through actions such as executing the slow side more quickly. 1 Therefore, a well-designed portfolio algorithm needs to be careful when exposing orders to dark pools and, following dark fills, it must bring risk back in line in the most efficient way. Minimizing Cost and Risk under Constraints One way to operationalize the cost-risk tradeoff is via an optimization. 2 However, the basic cost-risk optimization can become challenging in a real-world context. For example, the scale of the optimization can be quite large given that a portfolio trader could include thousands of orders. In addition, traders may have other objectives that must be satisfied, such as maintaining beta- or cash-neutrality. For an optimization to be practical, it must incorporate these constraints in a way that generates intuitive solutions, and not simply apply them mechanically. For example, if an algorithm receives a beta-imbalanced basket but the trader wants to eventually reach beta neutrality, the algorithm should not simply remove the imbalance immediately (and at high cost) just to meet the constraint. Rather, the algorithm should use the same cost-risk approach when determining how quickly to meet these additional cash or beta considerations. An added benefit of incorporating constraints in the optimization directly is that it allows the optimization to formulate a trading strategy that will adhere to these secondary considerations while still meeting the primary trading objectives. For example, consider a common scenario in which a trader wants to manage both total risk and beta risk explicitly. The conventional method that only takes total risk into consideration may often end up with a solution with a slow decrease in beta exposure, since the optimizer may find it more efficient to lower total risk by managing the firm-specific portion of risk as opposed to beta (Figure 3a). Specifically, if the basket has some positions that have large firm-specific risk, the optimizer may accept additional beta risk in order 1 See for example Wu and Xu (2012). 2 See for example Almgren and Chriss (2001), Kissell and Malamut (2007), and Engle and Ferstenberg (2007). 3

5 to reduce the firm-specific risk. If, on the other hand, the optimization directly incorporated the trader s secondary consideration to neutralize beta exposure, the result would be a trading strategy that reduced beta risk much more rapidly (Figure 3b). Figure 3a: Cost-risk minimization without constraints Figure 3b: Cost-risk minimization with constraints The Time-of-Day Effect of Cost and Risk The ability to manage risk by controlling the composition of a trade basket allows portfolio trades to be executed passively, over a relatively long time period (e.g., hours). Therefore, an optimal trading strategy must consider not only the differences in cost and risk across stocks, but also how cost and risk vary over time. For example, the cost of liquidity is generally at its peak right around market open, then declines uniformly as the day progresses (Figure 4a). This implies that if one executes the same order at different times of day, the expected cost and therefore the inherent cost-risk tradeoff will vary. Figure 4b displays four curves that represent the cost of trading a given quantity at different points in time. The clear distinction between these curves demonstrates how intraday variation in liquidity can significantly affect costs. A well-designed algorithm therefore needs to recognize this effect and use time-dependent cost variables in its optimization process. 4

6 Figure 4a: The intraday pattern of cost Figure 4b: Time-dependent cost Similarly, price volatility also exhibits a time-varying pattern (Figure 5). In general, the price of a stock is most volatile in early morning, especially around the open. As the day goes on, volatility tapers off, but often with a slight increase just prior to the close. As was the case with time-varying cost, a well-designed portfolio algorithm must also consider time-varying volatility in its risk estimate in order to make the trading schedule to be optimal. Figure 5: The intraday pattern of volatility Figures 6a and 6b show how ignoring time-variation can lead to suboptimal schedules. Given the same amount of risk, time-dependent cost will lead to a more backloaded strategy as the algorithm tries to avoid the costly liquidity at the start of the day and exploit the cheap liquidity at the end of the day (Figure 6a). Equivalently, for a fixed level of cost, time-dependent volatility results in a strategy that is more frontloaded so that risk is reduced more quickly given the unusually high volatility around market open (Figure 6b). 5

7 Figure 6a: Time-dependent vs. constant cost Figure 6b: Time-dependent vs. constant volatility Conclusion Execution risk and transaction cost are the two main drivers of trading performance. However, reducing one driver often leads to increasing the other. Achieving best execution therefore requires traders to strike a balance between these two. In the context of portfolio trading, risk can be managed not only through speeding up the trade, but also through exploiting the correlations across stocks. A trader executing a two-sided basket for example can use the buys as a hedge against the sells, making it possible for the trader to effectively lower costs by trading more passively without dramatically increasing risk. In practice, this balance can be effectively achieved via the use of portfolio trading algorithms. Such algorithms can balance cost against risk by executing a basket in a coordinated manner, e.g., speeding up certain orders while slowing down others to keep the basket risk-balanced. Algorithms are often best suited for this task since they can consider the full correlation matrix when formulating an optimal trading strategy. Such a framework also makes it possible to efficiently incorporate other considerations, e.g. maintaining beta- or cash-neutrality and even factoring in time-varying cost and risk. Equipped with these advanced quantitative trading techniques, portfolio algorithms will be able to help traders improve execution performance and eventually increase overall investment returns. 6

8 REFERENCES Almgren R., and Chriss N., Optimal Execution of Portfolio Transactions, Journal of Risk, Winter 2000/2001. Kissell R., and Malamut R., Investing and Trading Consistency, Journal of Trading, Fall Engle R., and Ferstenberg R., Execution Risk, Journal of Portfolio Management, Winter Wu D., and Xu W. J., Algorithmic Portfolio Trading: A Primer, ITG White Paper, July

Transition Management

Transition Management Transition Management Introduction Asset transitions are inevitable and necessary in managing an institutional investment program. They can also result in significant costs for a plan. An asset transition

More information

wwav.iiguides.com Institutional Investor PRECISION CONTROL EXECUTION Brian R. Bruce, Editor

wwav.iiguides.com Institutional Investor PRECISION CONTROL EXECUTION Brian R. Bruce, Editor wwav.iiguides.com Institutional Investor PRECISION CONTROL EXECUTION Brian R. Bruce, Editor MGORITMMIC TRADING II THE NEW ELECTRONIC TRADING REGIME OF DARK BOOKS, MASHUPS, AND ALGORITHMIC TRADING 14 CARL

More information

Algorithm Training Guide Q1 2017

Algorithm Training Guide Q1 2017 Algorithm Training Guide Q1 2017 TIMED ORDER Key Parameters : START TIME - END TIME Behaviour Start Time represents the effective time at which an order will begin to become eligible to trade. If this

More information

Gas storage: overview and static valuation

Gas storage: overview and static valuation In this first article of the new gas storage segment of the Masterclass series, John Breslin, Les Clewlow, Tobias Elbert, Calvin Kwok and Chris Strickland provide an illustration of how the four most common

More information

In this blog we focus on what lessons we can learn about the operation of UK debt management from this dataset.

In this blog we focus on what lessons we can learn about the operation of UK debt management from this dataset. Managing the UK National Debt 1694-2017 III Debt Management Over the last couple of years Martin Ellison and I have created a historical database of UK government debt. A number of authors have made extensive

More information

BROKERS: YOU BETTER WATCH OUT, YOU BETTER NOT CRY, FINRA IS COMING TO

BROKERS: YOU BETTER WATCH OUT, YOU BETTER NOT CRY, FINRA IS COMING TO November 2017 BROKERS: YOU BETTER WATCH OUT, YOU BETTER NOT CRY, FINRA IS COMING TO TOWN Why FINRA s Order Routing Review Could Be a Turning Point for Best Execution FINRA recently informed its member

More information

EQUITY EXECUTION STRATEGIES. Street Smart OPTIMAL PARTICIPATION RATES AND SHORT-TERM ALPHA

EQUITY EXECUTION STRATEGIES. Street Smart OPTIMAL PARTICIPATION RATES AND SHORT-TERM ALPHA EQUITY EXECUTION STRATEGIES Street Smart Issue 39 United States September 30, 2009 Mark Gurliacci mark.gurliacci@gs.com NY: 212-357-5448 David Jeria david.jeria@gs.com NY: 917-343-6886 George Sofianos

More information

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT

Retirement. Optimal Asset Allocation in Retirement: A Downside Risk Perspective. JUne W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Putnam Institute JUne 2011 Optimal Asset Allocation in : A Downside Perspective W. Van Harlow, Ph.D., CFA Director of Research ABSTRACT Once an individual has retired, asset allocation becomes a critical

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the year ended December 31st, 2018 PLEASE NOTE: For purposes of consistency and clarity, Table 1, Chart 1, and Table 3 have been updated to reflect that

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2016

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2016 FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the quarter ended March 31, 2016 The Market Risk Rule In order to better capture the risks inherent in trading positions the Office of the Comptroller of

More information

AbleMarkets 20-minute Aggressive HFT Index Helped Beat VWAP by 8% Across Russell 3000 Stocks in 2015

AbleMarkets 20-minute Aggressive HFT Index Helped Beat VWAP by 8% Across Russell 3000 Stocks in 2015 AbleMarkets 20-minute Aggressive HFT Index Helped Beat by 8% Across Russell 3000 Stocks in 2015 Live out-of-sample demo of the 20-minute aggressive HFT index performance in execution on Canadian dollar

More information

The basics of energy trading. Edgar Wilton

The basics of energy trading. Edgar Wilton The basics of energy trading Edgar Wilton Overview I. Liberalized electricity markets II. OTC and exchange trading III. Pricing analysis IV. Risk management V. Trading strategies 2 About me MSc in Risk

More information

Portfolio Rebalancing:

Portfolio Rebalancing: Portfolio Rebalancing: A Guide For Institutional Investors May 2012 PREPARED BY Nat Kellogg, CFA Associate Director of Research Eric Przybylinski, CAIA Senior Research Analyst Abstract Failure to rebalance

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2014

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2014 FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the quarter ended March 31, 2014 The Market Risk Rule The Office of the Comptroller of the Currency (OCC), jointly with the Board of Governors of the Federal

More information

NATIONWIDE ASSET ALLOCATION INVESTMENT PROCESS

NATIONWIDE ASSET ALLOCATION INVESTMENT PROCESS Nationwide Funds A Nationwide White Paper NATIONWIDE ASSET ALLOCATION INVESTMENT PROCESS May 2017 INTRODUCTION In the market decline of 2008, the S&P 500 Index lost more than 37%, numerous equity strategies

More information

The Benefits of Dynamic Factor Weights

The Benefits of Dynamic Factor Weights 100 Main Street Suite 301 Safety Harbor, FL 34695 TEL (727) 799-3671 (888) 248-8324 FAX (727) 799-1232 The Benefits of Dynamic Factor Weights Douglas W. Case, CFA Anatoly Reznik 3Q 2009 The Benefits of

More information

NET SPOTTING: REDUCING TRADING COSTS FOR U.S. CORPORATE BONDS

NET SPOTTING: REDUCING TRADING COSTS FOR U.S. CORPORATE BONDS NET SPOTTING: REDUCING TRADING COSTS FOR U.S. CORPORATE BONDS WWW.TRADEWEB.COM/CREDIT LINKING CORPORATE BOND PRICING ELECTRONICALLY TO THE ACTUAL HEDGE REFERENCE PRICES REPRESENTS ALMOST $500 MILLION DOLLARS

More information

Operating Reserves Procurement Understanding Market Outcomes

Operating Reserves Procurement Understanding Market Outcomes Operating Reserves Procurement Understanding Market Outcomes TABLE OF CONTENTS PAGE 1 INTRODUCTION... 1 2 OPERATING RESERVES... 1 2.1 Operating Reserves Regulating, Spinning, and Supplemental... 3 2.2

More information

Masterclass on Portfolio Construction and Optimisation

Masterclass on Portfolio Construction and Optimisation Masterclass on Portfolio Construction and Optimisation 5 Day programme Programme Objectives This Masterclass on Portfolio Construction and Optimisation will equip participants with the skillset required

More information

Dynamic Smart Beta Investing Relative Risk Control and Tactical Bets, Making the Most of Smart Betas

Dynamic Smart Beta Investing Relative Risk Control and Tactical Bets, Making the Most of Smart Betas Dynamic Smart Beta Investing Relative Risk Control and Tactical Bets, Making the Most of Smart Betas Koris International June 2014 Emilien Audeguil Research & Development ORIAS n 13000579 (www.orias.fr).

More information

A passive liquidity providing algorithm that will never cross the mid-price

A passive liquidity providing algorithm that will never cross the mid-price A passive liquidity providing algorithm that will never cross the mid-price 1 (7) will post limit orders to the market and update their price to maintain a constant distance to the top of the book. The

More information

Robert Engle and Robert Ferstenberg Microstructure in Paris December 8, 2014

Robert Engle and Robert Ferstenberg Microstructure in Paris December 8, 2014 Robert Engle and Robert Ferstenberg Microstructure in Paris December 8, 2014 Is varying over time and over assets Is a powerful input to many financial decisions such as portfolio construction and trading

More information

Traditional Optimization is Not Optimal for Leverage-Averse Investors

Traditional Optimization is Not Optimal for Leverage-Averse Investors Posted SSRN 10/1/2013 Traditional Optimization is Not Optimal for Leverage-Averse Investors Bruce I. Jacobs and Kenneth N. Levy forthcoming The Journal of Portfolio Management, Winter 2014 Bruce I. Jacobs

More information

Terms and Conditions

Terms and Conditions - 1 - Terms and Conditions LEGAL NOTICE The Publisher has strived to be as accurate and complete as possible in the creation of this report, notwithstanding the fact that he does not warrant or represent

More information

The Effects of Responsible Investment: Financial Returns, Risk, Reduction and Impact

The Effects of Responsible Investment: Financial Returns, Risk, Reduction and Impact The Effects of Responsible Investment: Financial Returns, Risk Reduction and Impact Jonathan Harris ET Index Research Quarter 1 017 This report focuses on three key questions for responsible investors:

More information

Andrew Falde s Strategy Set Theory Updated 2/19/2016

Andrew Falde s Strategy Set Theory Updated 2/19/2016 Andrew Falde s Strategy Set Theory Updated 2/19/2016 Core Concept The following ideas revolve around one core concept: Intelligent combinations of simple strategies should be more effective than elaborate

More information

Guidelines Guidelines on stress tests scenarios under Article 28 of the MMF Regulation

Guidelines Guidelines on stress tests scenarios under Article 28 of the MMF Regulation Guidelines Guidelines on stress tests scenarios under Article 28 of the MMF Regulation 21/03/2018 ESMA34-49-115 Table of Contents 1 Scope... 3 2 Purpose... 4 3 Compliance and reporting obligations... 5

More information

P2.T5. Market Risk Measurement & Management. Bruce Tuckman, Fixed Income Securities, 3rd Edition

P2.T5. Market Risk Measurement & Management. Bruce Tuckman, Fixed Income Securities, 3rd Edition P2.T5. Market Risk Measurement & Management Bruce Tuckman, Fixed Income Securities, 3rd Edition Bionic Turtle FRM Study Notes Reading 40 By David Harper, CFA FRM CIPM www.bionicturtle.com TUCKMAN, CHAPTER

More information

MOLONEY A.M. SYSTEMS THE FINANCIAL MODELLING MODULE A BRIEF DESCRIPTION

MOLONEY A.M. SYSTEMS THE FINANCIAL MODELLING MODULE A BRIEF DESCRIPTION MOLONEY A.M. SYSTEMS THE FINANCIAL MODELLING MODULE A BRIEF DESCRIPTION Dec 2005 1.0 Summary of Financial Modelling Process: The Moloney Financial Modelling software contained within the excel file Model

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended September 30, 2015

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended September 30, 2015 FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the quarter ended September 30, 2015 The Market Risk Rule In order to better capture the risks inherent in trading positions the Office of the Comptroller

More information

Chapter 11 Currency Risk Management

Chapter 11 Currency Risk Management Chapter 11 Currency Risk Management Note: In these problems, the notation / is used to mean per. For example, 158/$ means 158 per $. 1. To lock in the rate at which yen can be converted into U.S. dollars,

More information

Managing the Uncertainty: An Approach to Private Equity Modeling

Managing the Uncertainty: An Approach to Private Equity Modeling Managing the Uncertainty: An Approach to Private Equity Modeling We propose a Monte Carlo model that enables endowments to project the distributions of asset values and unfunded liability levels for the

More information

TraderEx Self-Paced Tutorial and Case

TraderEx Self-Paced Tutorial and Case Background to: TraderEx Self-Paced Tutorial and Case Securities Trading TraderEx LLC, July 2011 Trading in financial markets involves the conversion of an investment decision into a desired portfolio position.

More information

FINAL RECOMMENDATIONS - DIVIDEND DETERMINATION

FINAL RECOMMENDATIONS - DIVIDEND DETERMINATION FINAL RECOMMENDATIONS - DIVIDEND DETERMINATION AND ILLUSTRATION RECOMMENDATIONS CONCERNING ACTUARIAL PRINCIPLES AND PRACTICES IN CONNECTION WITH DIVIDEND DETERMINATION AND ILLUSTRATION FOR PARTICIPATING

More information

AlgorithmicTrading Session 3 Trade Signal Generation I FindingTrading Ideas and Common Pitfalls. Oliver Steinki, CFA, FRM

AlgorithmicTrading Session 3 Trade Signal Generation I FindingTrading Ideas and Common Pitfalls. Oliver Steinki, CFA, FRM AlgorithmicTrading Session 3 Trade Signal Generation I FindingTrading Ideas and Common Pitfalls Oliver Steinki, CFA, FRM Outline Introduction Finding Trading Ideas Common Pitfalls of Trading Strategies

More information

C ARRY MEASUREMENT FOR

C ARRY MEASUREMENT FOR C ARRY MEASUREMENT FOR CAPITAL STRUCTURE ARBITRAGE INVESTMENTS Jan-Frederik Mai XAIA Investment GmbH Sonnenstraße 19, 80331 München, Germany jan-frederik.mai@xaia.com July 10, 2015 Abstract An expected

More information

Return to Risk Limited website: Swing Options Structure & Pricing

Return to Risk Limited website:  Swing Options Structure & Pricing Return to Risk Limited website: www.risklimited.com Swing Options Structure & Pricing What Is A Swing Option? A swing option grants the option holder the right to take a volume of some specified product

More information

Return Enhancing Style Drifts in Futures/FX-Based Momentum Portfolios

Return Enhancing Style Drifts in Futures/FX-Based Momentum Portfolios AlphaQuest Research Series #6 The goal of this research series is to demystify hedge funds and specific black box CTA trend following strategies and to analyze their characteristics both as a stand-alone

More information

Indian Association of Alternative Investment Funds (IAAIF) Swapnil Pawar Scient Capital

Indian Association of Alternative Investment Funds (IAAIF) Swapnil Pawar Scient Capital Indian Association of Alternative Investment Funds (IAAIF) Swapnil Pawar Scient Capital Contents Quick introduction to hedge funds and the idea of market inefficiencies Types of hedge funds Background

More information

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems January 26, 2018 1 / 24 Basic information All information is available in the syllabus

More information

COPYRIGHTED MATERIAL. Investment management is the process of managing money. Other terms. Overview of Investment Management CHAPTER 1

COPYRIGHTED MATERIAL. Investment management is the process of managing money. Other terms. Overview of Investment Management CHAPTER 1 CHAPTER 1 Overview of Investment Management Investment management is the process of managing money. Other terms commonly used to describe this process are portfolio management, asset management, and money

More information

Estimating Key Economic Variables: The Policy Implications

Estimating Key Economic Variables: The Policy Implications EMBARGOED UNTIL 11:45 A.M. Eastern Time on Saturday, October 7, 2017 OR UPON DELIVERY Estimating Key Economic Variables: The Policy Implications Eric S. Rosengren President & Chief Executive Officer Federal

More information

Does Portfolio Theory Work During Financial Crises?

Does Portfolio Theory Work During Financial Crises? Does Portfolio Theory Work During Financial Crises? Harry M. Markowitz, Mark T. Hebner, Mary E. Brunson It is sometimes said that portfolio theory fails during financial crises because: All asset classes

More information

The OMS as an Algorithmic Trading Platform: Five Critical Business and Technical Considerations

The OMS as an Algorithmic Trading Platform: Five Critical Business and Technical Considerations W W W. I I J O T. C O M OT S U M M E R 2 0 0 9 V O L U M E 4 N U M B E R 3 The OMS as an Algorithmic Trading Platform: Five Critical Business and Technical Considerations Sponsored by Goldman Sachs UBS

More information

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005 Corporate Finance, Module 21: Option Valuation Practice Problems (The attached PDF file has better formatting.) Updated: July 7, 2005 {This posting has more information than is needed for the corporate

More information

Assessing dynamic hedging strategies

Assessing dynamic hedging strategies Düsseldorf, 5 April 2017 Energy portfolio optimisation and electricity price forecasting forum Assessing dynamic hedging strategies www.kyos.com, +31 (0)23 5510221 Cyriel de Jong, dejong@kyos.com KYOS

More information

Diversified Growth Fund

Diversified Growth Fund Diversified Growth Fund A Sophisticated Approach to Multi-Asset Investing Introduction The Trustee of the NOW: Pensions Scheme has appointed NOW: Pensions Investment A/S Fondsmæglerselskab A/S as Investment

More information

REGULATORY GUIDELINE Liquidity Risk Management Principles TABLE OF CONTENTS. I. Introduction II. Purpose and Scope III. Principles...

REGULATORY GUIDELINE Liquidity Risk Management Principles TABLE OF CONTENTS. I. Introduction II. Purpose and Scope III. Principles... REGULATORY GUIDELINE Liquidity Risk Management Principles SYSTEM COMMUNICATION NUMBER Guideline 2015-02 ISSUE DATE June 2015 TABLE OF CONTENTS I. Introduction... 1 II. Purpose and Scope... 1 III. Principles...

More information

The Hidden Costs of Changing Indices

The Hidden Costs of Changing Indices The Hidden Costs of Changing Indices Terrence Hendershott Haas School of Business, UC Berkeley Summary If a large amount of capital is linked to an index, changes to the index impact realized fund returns

More information

CFA Level III - LOS Changes

CFA Level III - LOS Changes CFA Level III - LOS Changes 2016-2017 Ethics Ethics Ethics Ethics Ethics Ethics Ethics Ethics Topic LOS Level III - 2016 (332 LOS) LOS Level III - 2017 (337 LOS) Compared 1.1.a 1.1.b 1.2.a 1.2.b 2.3.a

More information

Multidimensional Futures Rolls

Multidimensional Futures Rolls Isaac Carruthers December 15, 2016 Page 1 Multidimensional Futures Rolls Calendar rolls are a characteristic feature of futures contracts. Because contracts expire at monthly or quarterly intervals, and

More information

Introducing the JPMorgan Cross Sectional Volatility Model & Report

Introducing the JPMorgan Cross Sectional Volatility Model & Report Equity Derivatives Introducing the JPMorgan Cross Sectional Volatility Model & Report A multi-factor model for valuing implied volatility For more information, please contact Ben Graves or Wilson Er in

More information

Ahedge fund s principals spend

Ahedge fund s principals spend Implementation of Hedge Fund Strategies ANANTH MADHAVAN ANANTH MADHAVAN is a managing director of research at ITG Inc. in New York. Ahedge fund s principals spend countless hours developing their investment

More information

DALTON STRATEGIC PARTNERSHIP LLP ORDER EXECUTION POLICY DECEMBER 2017

DALTON STRATEGIC PARTNERSHIP LLP ORDER EXECUTION POLICY DECEMBER 2017 DALTON STRATEGIC PARTNERSHIP LLP ORDER EXECUTION POLICY DECEMBER 2017 General Policy Information Dalton Strategic Partnership (DSP) invests in various asset classes as part of the investment management

More information

August Asset/Liability Study Texas Municipal Retirement System

August Asset/Liability Study Texas Municipal Retirement System August 2016 Asset/Liability Study Texas Municipal Retirement System Table of Contents ACKNOWLEDGEMENTS... PAGE 2 INTRODUCTION... PAGE 3 CURRENT STATUS... PAGE 7 DETERMINISTIC ANALYSIS... PAGE 8 DETERMINISTIC

More information

The Relation between Government Bonds Liquidity and Yield

The Relation between Government Bonds Liquidity and Yield Capital Markets The Relation between Government Bonds Liquidity and Yield Pil-kyu Kim, Senior Research Fellow* In this article, I analyze the microstructure of government bonds liquidity using trading

More information

Effective Trade Execution 1

Effective Trade Execution 1 Effective Trade Execution 1 RICCARDO CESARI Department of Statistics, University of Bologna MASSIMILIANO MARZO Department of Economics, University of Bologna PAOLO ZAGAGLIA Department of Economics, University

More information

D.1 Sufficient conditions for the modified FV model

D.1 Sufficient conditions for the modified FV model D Internet Appendix Jin Hyuk Choi, Ulsan National Institute of Science and Technology (UNIST Kasper Larsen, Rutgers University Duane J. Seppi, Carnegie Mellon University April 7, 2018 This Internet Appendix

More information

Fixed Income Commentary Winter 2018

Fixed Income Commentary Winter 2018 Fixed Income Commentary Winter 2018 Interest rates marched higher this quarter, but consistent with the general trend for most of 2017, short-term bond rates increased by more than long-term rates. The

More information

Six Guidelines to Effectively Manage Your Commodity Risk

Six Guidelines to Effectively Manage Your Commodity Risk Six Guidelines to Effectively Manage Your Commodity Risk By Moazzam Khoja, CFA, SunGard Kiodex Introduction: Commodity and Energy Markets 1. Do not be fooled by mean reversion. There is a lot of recent

More information

BEST EXECUTION POLICIES and PROCEDURES CLIENT NOTICE ( Notice )

BEST EXECUTION POLICIES and PROCEDURES CLIENT NOTICE ( Notice ) BEST EXECUTION POLICIES and PROCEDURES CLIENT NOTICE ( Notice ) 1. Introduction Haywood Securities Inc. ( Haywood ) has established and follows policies and procedures which are designed to achieve best

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

Chapter 14. Working Capital and Current Asset Management

Chapter 14. Working Capital and Current Asset Management Chapter 14 Working Capital and Current Asset Management Learning Goals 1. Understand short-term financial management, net working capital, and the related trade-off between profitability and risk. 2. Describe

More information

VIX Option Strategies

VIX Option Strategies VIX Option Strategies Russell Rhoads, CFA Instructor The Options Institute 2010 Chicago Board Options Exchange, Incorporated. All rights reserved. CBOE Disclaimer Options involve risks and are not suitable

More information

Information regarding where your orders have been routed for execution is available by contacting your sales representative.

Information regarding where your orders have been routed for execution is available by contacting your sales representative. REGULATORY DISCLOSURE STATEMENT The U.S. Securities and Exchange Commission ( SEC ), the Financial Industry Regulatory Authority, Inc. ( FINRA ), and other regulators have various rules and regulations

More information

Global Investment Committee Themes

Global Investment Committee Themes Global Investment Committee Themes The Global Investment Committee (GIC), which meets monthly to review the economic and political environment and asset allocation models for Morgan Stanley Wealth Management

More information

15 MINUTES IMBALANCE SETTLEMENT PERIOD MARKET IMPACTS OF LATE IMPLEMENTATION Final report. June 15, 2018

15 MINUTES IMBALANCE SETTLEMENT PERIOD MARKET IMPACTS OF LATE IMPLEMENTATION Final report. June 15, 2018 15 MINUTES IMBALANCE SETTLEMENT PERIOD MARKET IMPACTS OF LATE IMPLEMENTATION Final report June 15, 2018 DISCLAIMER AND RIGHTS This report has been prepared by Pöyry Management Consulting Oy ( Pöyry ) for

More information

Hedge Funds: Past, present and future By Rene M Stulz, Journal of Economic Perspectives, Spring 2007

Hedge Funds: Past, present and future By Rene M Stulz, Journal of Economic Perspectives, Spring 2007 Hedge Funds: Past, present and future By Rene M Stulz, Journal of Economic Perspectives, Spring 2007 Hedge funds are unregulated pools of money managed with a great deal of flexibility. Thus, hedge fund

More information

Re: Release No , File No. S , Regulation of Non-Public Trading Interest

Re: Release No , File No. S , Regulation of Non-Public Trading Interest Goldman, Sachs & Co. lone New York Plaza I New York, New York 10004 Goldman Sachs February 17, 2010 Ms. Elizabeth M. Murphy Secretary Securities and Exchange Commission 100 F Street, N.E. Washington, D.C.

More information

Volatility-Managed Strategies

Volatility-Managed Strategies Volatility-Managed Strategies Public Pension Funding Forum Presentation By: David R. Wilson, CFA Managing Director, Head of Institutional Solutions August 24, 15 Equity Risk Part 1 S&P 5 Index 1 9 8 7

More information

BSE Trading Rules July 2012 TRADING RULES FOR EQUITY SECURITIES JULY 2012

BSE Trading Rules July 2012 TRADING RULES FOR EQUITY SECURITIES JULY 2012 TRADING RULES FOR EQUITY SECURITIES JULY 2012 i TABLE OF CONTENTS Page No: CHAPTER 1... 1 INTRODUCTION... 1 1.1 TRADING BOARDS... 1 1.2 TRADING AND SYSTEM OPERATION SESSIONS... 2 1.2.1 Pre-trading Session...

More information

Pricing & Risk Management of Synthetic CDOs

Pricing & Risk Management of Synthetic CDOs Pricing & Risk Management of Synthetic CDOs Jaffar Hussain* j.hussain@alahli.com September 2006 Abstract The purpose of this paper is to analyze the risks of synthetic CDO structures and their sensitivity

More information

The slippage paradox

The slippage paradox The slippage paradox Steffen Bohn LPMA, Universit Paris Diderot (Paris 7) & CNRS Site Chevaleret, Case 7012 75205 Paris Cedex 13, France March 10, 2011 Abstract Buying or selling assets leads to transaction

More information

CFA Level III - LOS Changes

CFA Level III - LOS Changes CFA Level III - LOS Changes 2017-2018 Ethics Ethics Ethics Ethics Ethics Ethics Ethics Topic LOS Level III - 2017 (337 LOS) LOS Level III - 2018 (340 LOS) Compared 1.1.a 1.1.b 1.2.a 1.2.b 2.3.a 2.3.b 2.4.a

More information

Optimal Trading Strategy With Optimal Horizon

Optimal Trading Strategy With Optimal Horizon Optimal Trading Strategy With Optimal Horizon Financial Math Festival Florida State University March 1, 2008 Edward Qian PanAgora Asset Management Trading An Integral Part of Investment Process Return

More information

It s Closing Time. Trading Strategy. Volume Curves Shift More into the Close. Key Points

It s Closing Time. Trading Strategy. Volume Curves Shift More into the Close. Key Points ( ( Trading Strategy It s Closing Time Victor Lin Victor.lin@credit-suisse.com 1-86-76 Market Commentary 12 September 217 Key Points Over the past decade, an increasing proportion of stock volume has moved

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

COMMUNIQUE. Page 1 of 13

COMMUNIQUE. Page 1 of 13 COMMUNIQUE 16-COM-001 Feb. 1, 2016 Release of Liquidity Risk Management Guiding Principles The Credit Union Prudential Supervisors Association (CUPSA) has released guiding principles for Liquidity Risk

More information

Trading Around the Open

Trading Around the Open AUTHORS Ofir Gefen Managing Director Head of Electronic Brokerage in Asia Pacific ofir.gefen@itg.com Bobby So Vice President ITG Algorithms bobby.so@itg.com CONTACT Asia Pacific +852.2846.3500 Canada +1.416.874.0900

More information

Disclosure Booklet A. Information and Disclosure Statements

Disclosure Booklet A. Information and Disclosure Statements Disclosure Booklet A Information and Disclosure Statements 216 West Jackson Boulevard, Suite 400, Chicago, Illinois 60606 +1-312-795-7931 Fax: +1-312-795-7948 NewAccounts@RCGdirect.com Rev.10/07/10 {Firm

More information

Synchronize Your Risk Tolerance and LDI Glide Path.

Synchronize Your Risk Tolerance and LDI Glide Path. Investment Insights Reflecting Plan Sponsor Risk Tolerance in Glide Path Design May 201 Synchronize Your Risk Tolerance and LDI Glide Path. Summary What is the optimal way for a defined benefit plan to

More information

Transparency case study. Assessment of adequacy and portfolio optimization through time. THE ARCHITECTS OF CAPITAL

Transparency case study. Assessment of adequacy and portfolio optimization through time. THE ARCHITECTS OF CAPITAL Transparency case study Assessment of adequacy and portfolio optimization through time. THE ARCHITECTS OF CAPITAL Transparency is a fundamental regulatory requirement as well as an ethical driver for highly

More information

VOLATILITY EFFECTS AND VIRTUAL ASSETS: HOW TO PRICE AND HEDGE AN ENERGY PORTFOLIO

VOLATILITY EFFECTS AND VIRTUAL ASSETS: HOW TO PRICE AND HEDGE AN ENERGY PORTFOLIO VOLATILITY EFFECTS AND VIRTUAL ASSETS: HOW TO PRICE AND HEDGE AN ENERGY PORTFOLIO GME Workshop on FINANCIAL MARKETS IMPACT ON ENERGY PRICES Responsabile Pricing and Structuring Edison Trading Rome, 4 December

More information

ITG TCA Venue Analysis I m Shocked, Shocked to Find that (TCA) is Going on in Here! 1

ITG TCA Venue Analysis I m Shocked, Shocked to Find that (TCA) is Going on in Here! 1 AUTHORS Ian Domowitz Managing Director Head of Analytics ian.domowitz@itg.com ITG TCA Venue Analysis I m Shocked, Shocked to Find that (TCA) is Going on in Here! 1 CONTACT Asia Pacific +852.2846.3500 Canada

More information

Aiming at a Moving Target Managing inflation risk in target date funds

Aiming at a Moving Target Managing inflation risk in target date funds Aiming at a Moving Target Managing inflation risk in target date funds Executive Summary This research seeks to help plan sponsors expand their fiduciary understanding and knowledge in providing inflation

More information

CHAPTER 17 INVESTMENT MANAGEMENT. by Alistair Byrne, PhD, CFA

CHAPTER 17 INVESTMENT MANAGEMENT. by Alistair Byrne, PhD, CFA CHAPTER 17 INVESTMENT MANAGEMENT by Alistair Byrne, PhD, CFA LEARNING OUTCOMES After completing this chapter, you should be able to do the following: a Describe systematic risk and specific risk; b Describe

More information

TCH Research Note: 2016 Federal Reserve s Stress Testing Scenarios

TCH Research Note: 2016 Federal Reserve s Stress Testing Scenarios TCH Research Note: 2016 Federal Reserve s Stress Testing Scenarios March 2016 Francisco Covas +1.202.649.4605 francisco.covas@theclearinghouse.org I. Executive Summary On January 28, the Federal Reserve

More information

BATSETA Durban Mark Davids Head of Pre-retirement Investments

BATSETA Durban Mark Davids Head of Pre-retirement Investments BATSETA Durban 2016 Mark Davids Head of Pre-retirement Investments Liberty Corporate VALUE Dividend yield Earning yield Key considerations in utilising PASSIVE and Smart Beta solutions in retirement fund

More information

The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD

The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD UPDATED ESTIMATE OF BT S EQUITY BETA NOVEMBER 4TH 2008 The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD office@brattle.co.uk Contents 1 Introduction and Summary of Findings... 3 2 Statistical

More information

Sovereign Debt Management, Fiscal Vulnerabilities and Monetary Policy Interaction Alessandro Missale University of Milan

Sovereign Debt Management, Fiscal Vulnerabilities and Monetary Policy Interaction Alessandro Missale University of Milan Sovereign Debt Management, Fiscal Vulnerabilities and Monetary Policy Interaction Alessandro Missale University of Milan 21st OECD Global Forum on Public Debt Management Paris 20 January 2012 Presentation

More information

Monetary Economics: Macro Aspects, 19/ Henrik Jensen Department of Economics University of Copenhagen

Monetary Economics: Macro Aspects, 19/ Henrik Jensen Department of Economics University of Copenhagen Monetary Economics: Macro Aspects, 19/5 2009 Henrik Jensen Department of Economics University of Copenhagen Open-economy Aspects (II) 1. The Obstfeld and Rogo two-country model with sticky prices 2. An

More information

Multiple Objective Asset Allocation for Retirees Using Simulation

Multiple Objective Asset Allocation for Retirees Using Simulation Multiple Objective Asset Allocation for Retirees Using Simulation Kailan Shang and Lingyan Jiang The asset portfolios of retirees serve many purposes. Retirees may need them to provide stable cash flow

More information

Controling investment risk in the commodity space

Controling investment risk in the commodity space OSSIAM RESEARCH TEAM April, 4, 2014 WHITE PAPER 1 Controling investment risk in the commodity space Bruno Monnier April, 4, 2014, This is the submitted version of the following article : Controling investment

More information

REVERSE ASSET ALLOCATION:

REVERSE ASSET ALLOCATION: REVERSE ASSET ALLOCATION: Alternatives at the core second QUARTER 2007 By P. Brett Hammond INTRODUCTION Institutional investors have shown an increasing interest in alternative asset classes including

More information

Performance Metrics for Algorithmic Traders

Performance Metrics for Algorithmic Traders Performance Metrics for Algorithmic Traders Dale W.R. Rosenthal 1 University of Illinois at Chicago, Department of Finance 26 January 2012 1 daler@uic.edu; tigger.uic.edu/ daler Introduction Trading changed

More information

The Information Content of Implied Volatility Skew: Evidence on Taiwan Stock Index Options

The Information Content of Implied Volatility Skew: Evidence on Taiwan Stock Index Options Data Science and Pattern Recognition c 2017 ISSN 2520-4165 Ubiquitous International Volume 1, Number 1, February 2017 The Information Content of Implied Volatility Skew: Evidence on Taiwan Stock Index

More information

Axioma s Equity Factor Risk Model Suite

Axioma s Equity Factor Risk Model Suite Axioma s Equity Factor Risk Model Suite Axioma offers investment professionals the most valuable suite of model capabilities and options available. We are the only provider of fundamental and statistical

More information

Solvency II Risk Management Forecasting. Presenter(s): Peter M. Phillips

Solvency II Risk Management Forecasting. Presenter(s): Peter M. Phillips Sponsored by and Solvency II Risk Management Forecasting Presenter(s): Peter M. Phillips Solvency II Risk Management Forecasting Peter M Phillips Equity Based Insurance Guarantees 2015 Nov 17, 2015 8:30

More information

MFE8825 Quantitative Management of Bond Portfolios

MFE8825 Quantitative Management of Bond Portfolios MFE8825 Quantitative Management of Bond Portfolios William C. H. Leon Nanyang Business School March 18, 2018 1 / 150 William C. H. Leon MFE8825 Quantitative Management of Bond Portfolios 1 Overview 2 /

More information

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0 Portfolio Value-at-Risk Sridhar Gollamudi & Bryan Weber September 22, 2011 Version 1.0 Table of Contents 1 Portfolio Value-at-Risk 2 2 Fundamental Factor Models 3 3 Valuation methodology 5 3.1 Linear factor

More information