Trading costs - Spread measures

Size: px
Start display at page:

Download "Trading costs - Spread measures"

Transcription

1 Trading costs - Spread measures Bernt Arne Ødegaard 20 September 2018 Introduction In this lecture we discuss various definitions of spreads, all of which are used to estimate the transaction costs of trading. 1 The Bid/Ask Spread The Bid/ask spread: Intuitively difference prices at which somebody is willing to buy (bid), and price at which somebody is willing to sell (ask). The spread is viewed as an estimate of transaction costs because: Suppose you are the active trader, first buy a stock and immediately sell it again to current quotes. The price you buy it for (the ask) is higher than what you sell it for (the bid). The difference is a loss to this trader, and therefore an estimate of the transaction costs. But treating the observed bid/ask spread as the transaction costs one faces as a trader is not sufficient. One need to also bring quantities into the picture. This is easiest to see in the context of a limit order book. Let us look at an example from trading at the Oslo Stock Exchange, the company DAK Figure 1 Order book Volume Buy Sell Volume If you treat these possibilities as given: If you are doing a round trip on shares, your spread is =

2 But if you were doing it for shares, your spread would be 4 000( ) ( ) 5000 = 0.28 So, as this example indicates, the spread one reads off the closing bid and ask prices in the newspaper is not necessarily all that relevant. At best it is an estimate of the trading cost of a small order. 1.1 Why are spreads positive? Always the case that ask bid, but is ask > bid? If so, what causes it? Here one brings in economics. What are the reasons transaction costs for trading equities and other financial assets are nonzero? Typically decompose spread into Order processing costs. Inventory effects. Information effects (adverse selection) The Quoted Spread The quoted spread (or typically just the spread, is a measure of transaction costs, and measures the cost of a small round-trip transaction In a limit order book, one observe the best bid (P B ) and best ask (P A ) prices. The quoted spread is the difference of these two. Quoted Spread = P A P B The quoted spread is in units of currency. It is usually easier to think of the spread as a relative number, and we introduce the relative, or percentage spread, as the quoted spread relative to an estimate of the current true price P. Relative Spread = spread = P A P B P P The true price can be calculated in various ways. Two common cases: Use the last trade price P = P last Use the average of the bid and the ask P = (P A P B )/2 1.2 Example: Oslo Stock Exchange Median (closing) relative spread across listed stocks at the Oslo Stock Exchange. Monthly observations. 2

3 Exercise 1. You want to look at the evolution of the bid/ask spread for the company Odfjell. You have access to data for the period Calculate the average daily closing spread for each year Similarly calculate the average daily relative (closing) spread for each of the same years. Solution to Exercise 1. Reading the data DataOD <- read.zoo("../data/odfjell.csv", header=true,sep=";",format="%d.%m.%y") The data has the following structure, (showing first few lines) head(dataod) Siste Kjøper Selger Høy Lav Totalt.omsatt..NOK NA NA Totalt.antall.aksjer.omsatt Antall.off..handler NA NA NA NA Antall.handler.totalt NA NA To calculate the spread simply Spread <- DataOD$Selger - DataOD$Kjøper > RSpread <- Spread / DataOD$Siste Let us plot the spread and relative spread 3

4 > s08 <-na.omit( window(spread,start=as.date(" "),end=as.date(" "))) > sumstat <- c(mean(s08),min(s08),median(s08),max(s08)) > smstattable <- sumstat mean min median max mean min median max Spreads - intraday When one has access to the full orderbook, one can also observe the buy and sell quotes in the order book at any point of time during the trading day, and calculate the spread as difference between the two The Effective Spread The effective spread is an attempt to measure the transaction cost involved in a trade by asking how much did I have to change the price to achieve a trade? What is the price concession given by the active trader (the one accepting the current bid or ask). If the active party is selling, the trader accepts a lower price. Contrary, if the active trader is buying, this trader accepts a higher price. The effective spread is measured from the sequency of actual prices observed in a market. To measure it, we need to specify which side of the trade is active, by an order direction indicator d: { -1 if buyer-initiated d = +1 if seller-initiated The effective spread compares the transaction price p with an estimate of the price (m) just before the trade: S t = d(p m) 4

5 m is typically estimated as the midpoint price at the time of order submission. To do this estimation, the ideal case is to know the timing when an order is submitted. One then measures the effective spread by calculating the actual price achieved (which can be a weighted average if the order is split), which is compared to the the midpoint price at order submission. This spread figure then explicitly accounts for the order size. But this is an ideal. In practice estimation of effective spread done from sequences of transactions in limit order book. A number of problems occur when Only see one trade, not the total sequence of trades, which implies that one only see effect of small trade. Do not see which is the active party in the order (ie whether the buyer or seller crossed the spread There is a large literature on the problem of signing the order from the typical market data available (classifying trades into buy and sell orders). Will typically have sequences of limit order books, trades Trade is signed by it distance from the current mid price. Let m t be the midprice, and p t the trade price. A typical classification is buyer-initiated if p t > m t buyer-initiated if p t = m t and p t < p t 1 (downtick) seller-initiated if p t < m t seller-initiated if p t = m t and p t > p t 1 (uptick) This algorithm is called the Lee-Ready trade classification. Note that it is imperfect, there is no guarantee that the classification is correct. In fact, comparing the Lee-Ready algorithm with the true directions from observing the actual active party (whether a buyer or seller sent the last order), Odders-White (2000) find it is only correct 85% of the time. The effective spread is a measure from the point of view of a liquidity demander: If I send a market order, what is the price I expect to pay? The Realized Spread A different measure is the realized spread, which is more of an ex-post measure. It is an attempt to estimate: By how much did prices move as a result of a transaction? The realized spread is esimated by comparing The executed price The market price after a while To show the calculation of the realized spread, define d t as a trade direction indicator, equal to 1 if this is a buyer-initiated trade, and +1 if it is seller-initiated. Further, let p t be the transaction price, m t the mid price when transaction is submitted, and m t+ mid price later (typically five or ten minutes). Realized Spread = d t (p t m t+ ) To see how the realized spread is linked to the effective spread, add and subtract the current mid price, and rewrite the above as Realized Spread = d t (p t m t ) (m t+ m t ) Recoginizing the first term on the right as the definition of the effective spread, we have Realized Spread = Effective Spread (m t+ m t ). This expression link the difference between realized spread and effective spread to change in reference price. By the way, the second expression on the right is often called the price impact, or adverse selection associated with a trade. From that expression we see that Price Impact = (m t+ m t ) = Effective Spread Realized Spread 5

6 2 More Technical papers, how to estimate and decompose the spread? 2.1 Measuring the bid ask spread. This part looks at estimation of the bid ask spread. Using serial covariances to infer spread. Using a trade direction measure. Want to decompose spread into Order processing costs. Inventory effects. Information effects (adverse selection) An early effort was the paper by Roll (1984). 2.2 Decomposing the spread. Alternative, not working throught the serial covarinces, but rather using regressions, was Glosten and Harris (1988). See also Glosten (1987). 2.3 Continuing on this groundwork. George, Kaul, and Nimalendran (1991) extends the papers above, adds a AR part to returns, by adjusting for this get a better estimate of components of spread. (improving on Roll (1984)). Does the same thing in the regression framework of Glosten and Harris (1988) Apply to NYSE, NASDAQ daily data. Huang and Stoll (1997) is a recent contribution. Tries to reconcile the serial covariance and trade indicator approach within same framework. Can not distinguish adverse selection and inventory. Apply to trade NYSE data. Estimates of spread. Madhavan, Richardson, and Roomans (1997) methodological, develop general model similar to Huang and Stoll (1997), get a decomposition of spread, measurement of spread. Structural model of price formation. 6

7 References Thomas J George, Gautam Kaul, and M Nimalendran. Estimation of the bid ask spread and its components: A new approach. Review of Financial Studies, 4: , Lawrence R Glosten. Components of the bid ask spread and the statistical properties of transaction prices. Journal of Finance, 48(5): , December Lawrence R Glosten and Lawrence E Harris. Estimating the components of the bid/ask spread. Journal of Financial Economics, 21:123 42, Roger D Huang and Hans R Stoll. The components of the bid-ask spread: A general approach. Review of Financial Studies, 10(4): , Ananth Madhavan, Matthew Richardson, and Mark Roomans. Why do security prices change? A transaction-level analysis of NYSE stocks. Review of Financial Studies, 10(4): , Elizabeth J Odders-White. On the occurrence and consequences of inaccurate trade classification. Journal of Financial Markets, Richard Roll. A simple implicit measure of the effective bid ask spread in an efficient market. Journal of Finance, 39(4): , September

The (implicit) cost of equity trading at the Oslo Stock Exchange. What does the data tell us?

The (implicit) cost of equity trading at the Oslo Stock Exchange. What does the data tell us? The (implicit) cost of equity trading at the Oslo Stock Exchange. What does the data tell us? Bernt Arne Ødegaard Abstract We empirically investigate the costs of trading equity at the Oslo Stock Exchange

More information

Lecture 4. Market Microstructure

Lecture 4. Market Microstructure Lecture 4 Market Microstructure Market Microstructure Hasbrouck: Market microstructure is the study of trading mechanisms used for financial securities. New transactions databases facilitated the study

More information

The Liquidity Effects of Revisions to the CAC40 Stock Index.

The Liquidity Effects of Revisions to the CAC40 Stock Index. The Liquidity Effects of Revisions to the CAC40 Stock Index. Andros Gregoriou * Norwich Business School, University of East Anglia Norwich, NR4 7TJ, UK January 2009 Abstract: This paper explores liquidity

More information

The Reporting of Island Trades on the Cincinnati Stock Exchange

The Reporting of Island Trades on the Cincinnati Stock Exchange The Reporting of Island Trades on the Cincinnati Stock Exchange Van T. Nguyen, Bonnie F. Van Ness, and Robert A. Van Ness Island is the largest electronic communications network in the US. On March 18

More information

Gerhard Kling Utrecht School of Economics. Abstract

Gerhard Kling Utrecht School of Economics. Abstract The impact of trading mechanisms and stock characteristics on order processing and information costs: A panel GMM approach Gerhard Kling Utrecht School of Economics Abstract My study provides a panel approach

More information

Who Trades With Whom?

Who Trades With Whom? Who Trades With Whom? Pamela C. Moulton April 21, 2006 Abstract This paper examines empirically how market participants meet on the NYSE to form trades. Pure floor trades, involving only specialists and

More information

Market Microstructure. Hans R. Stoll. Owen Graduate School of Management Vanderbilt University Nashville, TN

Market Microstructure. Hans R. Stoll. Owen Graduate School of Management Vanderbilt University Nashville, TN Market Microstructure Hans R. Stoll Owen Graduate School of Management Vanderbilt University Nashville, TN 37203 Hans.Stoll@Owen.Vanderbilt.edu Financial Markets Research Center Working paper Nr. 01-16

More information

THE EFFECT OF LIQUIDITY COSTS ON SECURITIES PRICES AND RETURNS

THE EFFECT OF LIQUIDITY COSTS ON SECURITIES PRICES AND RETURNS PART I THE EFFECT OF LIQUIDITY COSTS ON SECURITIES PRICES AND RETURNS Introduction and Overview We begin by considering the direct effects of trading costs on the values of financial assets. Investors

More information

Classification of trade direction for an equity market with price limit and order match: evidence from the Taiwan stock market

Classification of trade direction for an equity market with price limit and order match: evidence from the Taiwan stock market of trade direction for an equity market with price limit and order match: evidence from the Taiwan stock market AUTHORS ARTICLE INFO JOURNAL FOUNDER Yang-Cheng Lu Yu-Chen-Wei Yang-Cheng Lu and Yu-Chen-Wei

More information

Bid-Ask Spreads: Measuring Trade Execution Costs in Financial Markets

Bid-Ask Spreads: Measuring Trade Execution Costs in Financial Markets Bid-Ask Spreads: Measuring Trade Execution Costs in Financial Markets Hendrik Bessembinder * David Eccles School of Business University of Utah Salt Lake City, UT 84112 U.S.A. Phone: (801) 581 8268 Fax:

More information

Large price movements and short-lived changes in spreads, volume, and selling pressure

Large price movements and short-lived changes in spreads, volume, and selling pressure The Quarterly Review of Economics and Finance 39 (1999) 303 316 Large price movements and short-lived changes in spreads, volume, and selling pressure Raymond M. Brooks a, JinWoo Park b, Tie Su c, * a

More information

Equity Trading by Institutional Investors. To Cross or Not To Cross? Randi Næs and Bernt Arne Ødegaard

Equity Trading by Institutional Investors. To Cross or Not To Cross? Randi Næs and Bernt Arne Ødegaard Equity Trading by Institutional Investors. To Cross or Not To Cross? Randi Næs and Bernt Arne Ødegaard Research problem Institutional investor, have money, will buy US Equity Submission strategy for institutional

More information

On the importance of timing specifications in market microstructure research

On the importance of timing specifications in market microstructure research On the importance of timing specifications in market microstructure research Thomas Henker and Jian-Xin Wang * This version: 6/14/2005 Abstract This paper highlights the importance of timing specifications

More information

The Effect of the Uptick Rule on Spreads, Depths, and Short Sale Prices

The Effect of the Uptick Rule on Spreads, Depths, and Short Sale Prices The Effect of the Uptick Rule on Spreads, Depths, and Short Sale Prices Gordon J. Alexander 321 19 th Avenue South Carlson School of Management University of Minnesota Minneapolis, MN 55455 (612) 624-8598

More information

Research Proposal. Order Imbalance around Corporate Information Events. Shiang Liu Michael Impson University of North Texas.

Research Proposal. Order Imbalance around Corporate Information Events. Shiang Liu Michael Impson University of North Texas. Research Proposal Order Imbalance around Corporate Information Events Shiang Liu Michael Impson University of North Texas October 3, 2016 Order Imbalance around Corporate Information Events Abstract Models

More information

Measuring and explaining liquidity on an electronic limit order book: evidence from Reuters D

Measuring and explaining liquidity on an electronic limit order book: evidence from Reuters D Measuring and explaining liquidity on an electronic limit order book: evidence from Reuters D2000-2 1 Jón Daníelsson and Richard Payne, London School of Economics Abstract The conference presentation focused

More information

Order flow and prices

Order flow and prices Order flow and prices Ekkehart Boehmer and Julie Wu Mays Business School Texas A&M University 1 eboehmer@mays.tamu.edu October 1, 2007 To download the paper: http://papers.ssrn.com/sol3/papers.cfm?abstract_id=891745

More information

Order flow and prices

Order flow and prices Order flow and prices Ekkehart Boehmer and Julie Wu * Mays Business School Texas A&M University College Station, TX 77845-4218 March 14, 2006 Abstract We provide new evidence on a central prediction of

More information

Measurement Effects and the Variance of Returns After Stock Splits and Stock Dividends

Measurement Effects and the Variance of Returns After Stock Splits and Stock Dividends Measurement Effects and the Variance of Returns After Stock Splits and Stock Dividends Jennifer Lynch Koski University of Washington This article examines the relation between two factors affecting stock

More information

An Investigation of Spot and Futures Market Spread in Indian Stock Market

An Investigation of Spot and Futures Market Spread in Indian Stock Market An Investigation of and Futures Market Spread in Indian Stock Market ISBN: 978-81-924713-8-9 Harish S N T. Mallikarjunappa Mangalore University (snharishuma@gmail.com) (tmmallik@yahoo.com) Executive Summary

More information

Inferring Trader Behavior from Transaction Data: A Simple Model

Inferring Trader Behavior from Transaction Data: A Simple Model Inferring Trader Behavior from Transaction Data: A Simple Model by David Jackson* First draft: May 08, 2003 This draft: May 08, 2003 * Sprott School of Business Telephone: (613) 520-2600 Ext. 2383 Carleton

More information

How Well Do Adverse Selection Components Measure Adverse Selection?

How Well Do Adverse Selection Components Measure Adverse Selection? How Well Do Adverse Selection Components Measure Adverse Selection? Bonnie F. Van Ness, Robert A. Van Ness, and Richard S. Warr* The performance of five adverse selection models are examined by comparing

More information

Forestalling Floor Closure: Evidence from a Natural Experiment on the German Stock Market *

Forestalling Floor Closure: Evidence from a Natural Experiment on the German Stock Market * Forestalling Floor Closure: Evidence from a Natural Experiment on the German Stock Market * Christiane Schoene a,** and Martin T. Bohl b a,b Westfaelische Wilhelms-University Muenster, Am Stadtgraben 9,

More information

Execution Quality in Open Outcry Futures Markets

Execution Quality in Open Outcry Futures Markets Execution Quality in Open Outcry Futures Markets Alexander Kurov May 2004 Abstract This study examines order flow composition and execution quality for different types of customer orders in six futures

More information

The Effect of the Establishment of the Day Clearing Branch on Trading Costs: A Look at the NYSE In 1920

The Effect of the Establishment of the Day Clearing Branch on Trading Costs: A Look at the NYSE In 1920 Claremont Colleges Scholarship @ Claremont CMC Senior Theses CMC Student Scholarship 2012 The Effect of the Establishment of the Day Clearing Branch on Trading Costs: A Look at the NYSE In 1920 Samuel

More information

Participation Strategy of the NYSE Specialists to the Trades

Participation Strategy of the NYSE Specialists to the Trades MPRA Munich Personal RePEc Archive Participation Strategy of the NYSE Specialists to the Trades Köksal Bülent Fatih University - Department of Economics 2008 Online at http://mpra.ub.uni-muenchen.de/30512/

More information

Market Microstructure

Market Microstructure Market Microstructure (Text reference: Chapter 3) Topics Issuance of securities Types of markets Trading on exchanges Margin trading and short selling Trading costs Some regulations Nasdaq and the odd-eighths

More information

The Accuracy of Trade Classification Rules: Evidence from Nasdaq

The Accuracy of Trade Classification Rules: Evidence from Nasdaq The Accuracy of Trade Classification Rules: Evidence from Nasdaq Katrina Ellis Australian Graduate School of Management Roni Michaely Cornell University and Tel-Aviv University And Maureen O Hara Cornell

More information

Trading costs - The High Low Spread Estimator

Trading costs - The High Low Spread Estimator Trading costs - The High Low Spread Estimator Bernt Arne Ødegaard 20 September 2018 Contents 1 Estimating spreads from high and lows 1 1.1 Intuition.................................................. 1

More information

Order Flow and Liquidity around NYSE Trading Halts

Order Flow and Liquidity around NYSE Trading Halts Order Flow and Liquidity around NYSE Trading Halts SHANE A. CORWIN AND MARC L. LIPSON Journal of Finance 55(4), August 2000, 1771-1801. This is an electronic version of an article published in the Journal

More information

The effect of decimalization on the components of the bid-ask spread

The effect of decimalization on the components of the bid-ask spread Journal of Financial Intermediation 12 (2003) 121 148 www.elsevier.com/locate/jfi The effect of decimalization on the components of the bid-ask spread Scott Gibson, a Rajdeep Singh, b, and Vijay Yerramilli

More information

Speed of Execution of Market Order Trades and Specialists' Inventory Risk-Management at the NYSE

Speed of Execution of Market Order Trades and Specialists' Inventory Risk-Management at the NYSE Speed of Execution of Market Order Trades and Specialists' Inventory Risk-Management at the NYSE December 23 rd, 2007 by Sasson Bar-Yosef School of Business Administration The Hebrew University of Jerusalem

More information

On the occurrence and consequences of inaccurate trade classi"cation

On the occurrence and consequences of inaccurate trade classication Journal of Financial Markets 3 (2000) 259}286 On the occurrence and consequences of inaccurate trade classi"cation Elizabeth R. Odders-White* Department of Finance, University of Wisconsin, Madison, 975

More information

Price Impact of Block Trades in the Saudi Stock Market. Ahmed A. Alzahranai, Andros Gregoriou, Robert Hudson and Kyriacos Kyriacou.

Price Impact of Block Trades in the Saudi Stock Market. Ahmed A. Alzahranai, Andros Gregoriou, Robert Hudson and Kyriacos Kyriacou. Department of Economics and Finance Working Paper No. 10-16 Economics and Finance Working Paper Series Ahmed A. Alzahranai, Andros Gregoriou, Robert Hudson and Kyriacos Kyriacou Price Impact of Block Trades

More information

Bid-Ask Spread Decomposition and Information Asymmetry of Firms Cross-Listed in the London and New York Exchanges

Bid-Ask Spread Decomposition and Information Asymmetry of Firms Cross-Listed in the London and New York Exchanges Bid-Ask Spread Decomposition and Information Asymmetry of Firms Cross-Listed in the London and New York Exchanges Robin Hang Luo Dept. of Business Administration, Faculty of Business, ALHOSN University,

More information

Short Sales and Put Options: Where is the Bad News First Traded?

Short Sales and Put Options: Where is the Bad News First Traded? Short Sales and Put Options: Where is the Bad News First Traded? Xiaoting Hao *, Natalia Piqueira ABSTRACT Although the literature provides strong evidence supporting the presence of informed trading in

More information

NYSE Execution Costs

NYSE Execution Costs NYSE Execution Costs Ingrid M. Werner * Abstract This paper uses unique audit trail data to evaluate execution costs and price impact for all NYSE order types: system orders as well as all types of floor

More information

Short-selling regulations and market liquidity: Evidence from Europe

Short-selling regulations and market liquidity: Evidence from Europe Short-selling regulations and market liquidity: Evidence from Europe PhD Candidate: Giannoula Karamichailidou Department of Accounting and Finance, Business School The University of Auckland g.karamichailidou@auckland.ac.nz

More information

State Ownership at the Oslo Stock Exchange. Bernt Arne Ødegaard

State Ownership at the Oslo Stock Exchange. Bernt Arne Ødegaard State Ownership at the Oslo Stock Exchange Bernt Arne Ødegaard Introduction We ask whether there is a state rebate on companies listed on the Oslo Stock Exchange, i.e. whether companies where the state

More information

A Liquidity Motivated Algorithm for Discerning Trade Direction

A Liquidity Motivated Algorithm for Discerning Trade Direction 1 A Liquidity Motivated Algorithm for Discerning Trade Direction David Michayluk University of Technology, Australia Laurie Prather Bond University, Australia Most exchanges do not report trade direction

More information

Tick Size, Spread, and Volume

Tick Size, Spread, and Volume JOURNAL OF FINANCIAL INTERMEDIATION 5, 2 22 (1996) ARTICLE NO. 0002 Tick Size, Spread, and Volume HEE-JOON AHN, CHARLES Q. CAO, AND HYUK CHOE* Department of Finance, The Pennsylvania State University,

More information

Market Liquidity. Theory, Evidence, and Policy OXFORD UNIVERSITY PRESS THIERRY FOUCAULT MARCO PAGANO AILSA ROELL

Market Liquidity. Theory, Evidence, and Policy OXFORD UNIVERSITY PRESS THIERRY FOUCAULT MARCO PAGANO AILSA ROELL Market Liquidity Theory, Evidence, and Policy THIERRY FOUCAULT MARCO PAGANO AILSA ROELL OXFORD UNIVERSITY PRESS CONTENTS Preface xii ' -. Introduction 1 0.1 What is This Book About? 1 0.2 Why Should We

More information

A Comparison of the Results in Barber, Odean, and Zhu (2006) and Hvidkjaer (2006)

A Comparison of the Results in Barber, Odean, and Zhu (2006) and Hvidkjaer (2006) A Comparison of the Results in Barber, Odean, and Zhu (2006) and Hvidkjaer (2006) Brad M. Barber University of California, Davis Soeren Hvidkjaer University of Maryland Terrance Odean University of California,

More information

Information Share. Bernt Arne Ødegaard 29 May 2018

Information Share. Bernt Arne Ødegaard 29 May 2018 Information Share Bernt Arne Ødegaard 29 May 2018 Contents 1 Information Share, or, measuring the importance of different markets 1 1.1 Setup................................................... 1 1.2 Information

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

Market Microstructure: A Survey*

Market Microstructure: A Survey* Market Microstructure: A Survey* Ananth Madhavan Marshall School of Business University of Southern California Los Angeles, CA 90089-1427 (213)-740-6519 March 16, 2000 Market microstructure is the area

More information

Finansavisen A case study of secondary dissemination of insider trade notifications

Finansavisen A case study of secondary dissemination of insider trade notifications Finansavisen A case study of secondary dissemination of insider trade notifications B Espen Eckbo and Bernt Arne Ødegaard Oct 2015 Abstract We consider a case of secondary dissemination of insider trades.

More information

A New Spread Estimator

A New Spread Estimator A New Spread Estimator Michael Bleaney and Zhiyong Li University of Nottingham forthcoming Review of Quantitative Finance and Accounting 2015 Abstract A new estimator of bid-ask spreads is presented. When

More information

An Empirical Analysis of Local Trader Profitability

An Empirical Analysis of Local Trader Profitability Current Draft: 23 July 2001 An Empirical Analysis of Local Trader Profitability Alex Frino *, Amelia Hill *, and Elvis Jarnecic, and Roger Feletto * Abstract: This study examines the profitability of local

More information

Evaluation of the biases in execution cost estimation using trade and quote data $

Evaluation of the biases in execution cost estimation using trade and quote data $ Journal of Financial Markets 6 (2003) 259 280 Evaluation of the biases in execution cost estimation using trade and quote data $ Mark Peterson a, *, Erik Sirri b a Department of Finance, Southern Illinois

More information

The information value of block trades in a limit order book market. C. D Hondt 1 & G. Baker

The information value of block trades in a limit order book market. C. D Hondt 1 & G. Baker The information value of block trades in a limit order book market C. D Hondt 1 & G. Baker 2 June 2005 Introduction Some US traders have commented on the how the rise of algorithmic execution has reduced

More information

The Behavior of Prices, Trades and Spreads for Canadian IPO s

The Behavior of Prices, Trades and Spreads for Canadian IPO s 1 The Behavior of Prices, Trades and Spreads for Canadian IPO s Lawrence Kryzanowski Concordia University, Canada Skander Lazrak Brock University, Canada Ian Rakita Concordia University, Canada Microstructure

More information

RESEARCH PROPOSAL PRICE BEHAVIOR AROUND BLOCK TRADES ON THE NATIONAL STOCK EXCHANGE, INDIA

RESEARCH PROPOSAL PRICE BEHAVIOR AROUND BLOCK TRADES ON THE NATIONAL STOCK EXCHANGE, INDIA RESEARCH PROPOSAL PRICE BEHAVIOR AROUND BLOCK TRADES ON THE NATIONAL STOCK EXCHANGE, INDIA BACKGROUND Although it has been empirically observed that information about block trades has mixed signaling effect

More information

An analysis of intraday patterns and liquidity on the Istanbul stock exchange

An analysis of intraday patterns and liquidity on the Istanbul stock exchange MPRA Munich Personal RePEc Archive An analysis of intraday patterns and liquidity on the Istanbul stock exchange Bülent Köksal Central Bank of Turkey 7. February 2012 Online at http://mpra.ub.uni-muenchen.de/36495/

More information

COPYRIGHTED MATERIAL. Order Imbalance, Liquidity, and Market Returns CHAPTER 1. Tarun Chordia, Richard Roll, and Avanidhar Subrahmanyam

COPYRIGHTED MATERIAL. Order Imbalance, Liquidity, and Market Returns CHAPTER 1. Tarun Chordia, Richard Roll, and Avanidhar Subrahmanyam CHAPTER 1 Order Imbalance, Liquidity, and Market Returns Tarun Chordia, Richard Roll, and Avanidhar Subrahmanyam Abstract: Traditionally, volume has provided the link between trading activity and returns.

More information

IMPACT OF RESTATEMENT OF EARNINGS ON TRADING METRICS. Duong Nguyen*, Shahid S. Hamid**, Suchi Mishra**, Arun Prakash**

IMPACT OF RESTATEMENT OF EARNINGS ON TRADING METRICS. Duong Nguyen*, Shahid S. Hamid**, Suchi Mishra**, Arun Prakash** IMPACT OF RESTATEMENT OF EARNINGS ON TRADING METRICS Duong Nguyen*, Shahid S. Hamid**, Suchi Mishra**, Arun Prakash** Address for correspondence: Duong Nguyen, PhD Assistant Professor of Finance, Department

More information

Full-information transaction costs

Full-information transaction costs Full-information transaction costs Federico M. Bandi and Jeffrey R. Russell Graduate School of Business, The University of Chicago April 27, 2004 Abstract In a world with private information and learning

More information

Global Trading Advantages of Flexible Equity Portfolios

Global Trading Advantages of Flexible Equity Portfolios RESEARCH Global Trading Advantages of Flexible Equity Portfolios April 2014 Dave Twardowski RESEARCHER Dave received his PhD in computer science and engineering from Dartmouth College and an MS in mechanical

More information

Bid Ask Spreads and Market Microstructure: Are narrow spreads always feasible? Very Preliminary Draft

Bid Ask Spreads and Market Microstructure: Are narrow spreads always feasible? Very Preliminary Draft Bid Ask Spreads and Market Microstructure: Are narrow spreads always feasible? Very Preliminary Draft Michael Schwarz UC Berkeley and NBER December 30, 005 Abstract This paper describes a simple example

More information

I. The Primary Market

I. The Primary Market University of California, Merced ECO 163-Economics of Investments Chapter 3 Lecture otes Professor Jason Lee I. The Primary Market A. Introduction Definition: The primary market is the market where new

More information

Are Retail Orders Different? Charles M. Jones Graduate School of Business Columbia University. and

Are Retail Orders Different? Charles M. Jones Graduate School of Business Columbia University. and Are Retail Orders Different? Charles M. Jones Graduate School of Business Columbia University and Marc L. Lipson Department of Banking and Finance Terry College of Business University of Georgia First

More information

U.S. Quantitative Easing Policy Effect on TAIEX Futures Market Efficiency

U.S. Quantitative Easing Policy Effect on TAIEX Futures Market Efficiency Applied Economics and Finance Vol. 4, No. 4; July 2017 ISSN 2332-7294 E-ISSN 2332-7308 Published by Redfame Publishing URL: http://aef.redfame.com U.S. Quantitative Easing Policy Effect on TAIEX Futures

More information

ARE TEENIES BETTER? ABSTRACT

ARE TEENIES BETTER? ABSTRACT NICOLAS P.B. BOLLEN * ROBERT E. WHALEY ARE TEENIES BETTER? ABSTRACT On June 5 th, 1997, the NYSE voted to adopt a system of decimal price trading, changing its longstanding practice of using 1/8 th s.

More information

Market Fragmentation and Information Quality: The Role of TRF Trades

Market Fragmentation and Information Quality: The Role of TRF Trades Market Fragmentation and Information Quality: The Role of TRF Trades Christine Jiang Fogelman College of Business and Economics, University of Memphis, Memphis, TN 38152 cjiang@memphis.edu, 901-678-5315

More information

Short Selling on the New York Stock Exchange and the Effects of the Uptick Rule

Short Selling on the New York Stock Exchange and the Effects of the Uptick Rule Journal of Financial Intermediation 8, 90 116 (1999) Article ID jfin.1998.0254, available online at http://www.idealibrary.com on Short Selling on the New York Stock Exchange and the Effects of the Uptick

More information

Liquidity and Asset Pricing. Evidence on the role of Investor Holding Period.

Liquidity and Asset Pricing. Evidence on the role of Investor Holding Period. Liquidity and Asset Pricing. Evidence on the role of Investor Holding Period. Randi Næs Norges Bank Bernt Arne Ødegaard Norwegian School of Management BI and Norges Bank UiS, Sep 2007 Holding period This

More information

A New Spread Estimator

A New Spread Estimator Title Page with ALL Author Contact Information Noname manuscript No. (will be inserted by the editor) A New Spread Estimator Michael Bleaney Zhiyong Li Abstract A new estimator of bid-ask spreads is presented.

More information

EC102: Market Institutions and Efficiency. A Double Auction Experiment. Double Auction: Experiment. Matthew Levy & Francesco Nava MT 2017

EC102: Market Institutions and Efficiency. A Double Auction Experiment. Double Auction: Experiment. Matthew Levy & Francesco Nava MT 2017 EC102: Market Institutions and Efficiency Double Auction: Experiment Matthew Levy & Francesco Nava London School of Economics MT 2017 Fig 1 Fig 1 Full LSE logo in colour The full LSE logo should be used

More information

Portfolio Transactions Costs at U.S. Equity Mutual Funds*

Portfolio Transactions Costs at U.S. Equity Mutual Funds* Portfolio Transactions Costs at U.S. Equity Mutual Funds* Jason Karceski University of Florida P.O. Box 117168 Gainesville, Florida 32611-7168 352-846-1059 jason.karceski@cba.ufl.edu Miles Livingston University

More information

Liquidity and asset pricing

Liquidity and asset pricing Liquidity and asset pricing Bernt Arne Ødegaard 21 March 2018 1 Liquidity in Asset Pricing Much market microstructure research is concerned with very a microscope view of financial markets, understanding

More information

Internet Appendix: High Frequency Trading and Extreme Price Movements

Internet Appendix: High Frequency Trading and Extreme Price Movements Internet Appendix: High Frequency Trading and Extreme Price Movements This appendix includes two parts. First, it reports the results from the sample of EPMs defined as the 99.9 th percentile of raw returns.

More information

CUR 412: Game Theory and its Applications, Lecture 4

CUR 412: Game Theory and its Applications, Lecture 4 CUR 412: Game Theory and its Applications, Lecture 4 Prof. Ronaldo CARPIO March 22, 2015 Homework #1 Homework #1 will be due at the end of class today. Please check the website later today for the solutions

More information

Why Do Traders Choose Dark Markets? Ryan Garvey, Tao Huang, Fei Wu *

Why Do Traders Choose Dark Markets? Ryan Garvey, Tao Huang, Fei Wu * Why Do Traders Choose Dark Markets? Ryan Garvey, Tao Huang, Fei Wu * Abstract We examine factors that influence U.S. equity trader choice between dark and lit markets. Marketable orders executed in the

More information

True Spreads and Equilibrium Prices

True Spreads and Equilibrium Prices THE JOURNAL OF FINANCE VOL. LVI, NO. 5 OCT. 2001 True Spreads and Equilibrium Prices CLIFFORD A. BALL and TARUN CHORDIA* ABSTRACT Stocks and other financial assets are traded at prices that lie on a fixed

More information

Dynamic Causality between Intraday Return and Order Imbalance in NASDAQ Speculative New Lows

Dynamic Causality between Intraday Return and Order Imbalance in NASDAQ Speculative New Lows Dynamic Causality between Intraday Return and Order Imbalance in NASDAQ Speculative New Lows Dr. YongChern Su, Associate professor of National aiwan University, aiwan HanChing Huang, Phd. Candidate of

More information

The Norwegian State Equity Ownership

The Norwegian State Equity Ownership The Norwegian State Equity Ownership B A Ødegaard 15 November 2018 Contents 1 Introduction 1 2 Doing a performance analysis 1 2.1 Using R....................................................................

More information

State Ownership at the Oslo Stock Exchange

State Ownership at the Oslo Stock Exchange State Ownership at the Oslo Stock Exchange Bernt Arne Ødegaard 1 Introduction We ask whether there is a state rebate on companies listed on the Oslo Stock Exchange, i.e. whether companies where the state

More information

Day-of-the-Week Trading Patterns of Individual and Institutional Investors

Day-of-the-Week Trading Patterns of Individual and Institutional Investors Day-of-the-Week Trading Patterns of Individual and Instutional Investors Hoang H. Nguyen, Universy of Baltimore Joel N. Morse, Universy of Baltimore 1 Keywords: Day-of-the-week effect; Trading volume-instutional

More information

Essay 1: The Value of Bond Listing. Brittany Cole University of Mississippi

Essay 1: The Value of Bond Listing. Brittany Cole University of Mississippi Essay 1: The Value of Bond Listing Brittany Cole University of Mississippi Abstract We study the impact of bond exchange listing in the US publicly traded corporate bond market. Overall, we find that listed

More information

Share repurchase tender o ers and bid±ask spreads

Share repurchase tender o ers and bid±ask spreads Journal of Banking & Finance 25 (2001) 445±478 www.elsevier.com/locate/econbase Share repurchase tender o ers and bid±ask spreads Hee-Joon Ahn a, Charles Cao b, *, Hyuk Choe c a Faculty of Business, City

More information

Caught on Tape: Institutional Trading, Stock Returns, and Earnings Announcements

Caught on Tape: Institutional Trading, Stock Returns, and Earnings Announcements Caught on Tape: Institutional Trading, Stock Returns, and Earnings Announcements The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters.

More information

Momentum and Post-Earnings-Announcement Drift Anomalies: The Role of Liquidity Risk

Momentum and Post-Earnings-Announcement Drift Anomalies: The Role of Liquidity Risk Momentum and Post-Earnings-Announcement Drift Anomalies: The Role of Liquidity Risk Ronnie Sadka May 3, 2005 Abstract This paper investigates the components of liquidity risk that are important for asset-pricing

More information

Who, if Anyone, Reacts to Accrual Information? Robert H. Battalio, Notre Dame Alina Lerman, NYU Joshua Livnat, NYU Richard R. Mendenhall, Notre Dame

Who, if Anyone, Reacts to Accrual Information? Robert H. Battalio, Notre Dame Alina Lerman, NYU Joshua Livnat, NYU Richard R. Mendenhall, Notre Dame Who, if Anyone, Reacts to Accrual Information? Robert H. Battalio, Notre Dame Alina Lerman, NYU Joshua Livnat, NYU Richard R. Mendenhall, Notre Dame 1 Overview Objectives: Can accruals add information

More information

Tracking Retail Investor Activity. Ekkehart Boehmer Charles M. Jones Xiaoyan Zhang

Tracking Retail Investor Activity. Ekkehart Boehmer Charles M. Jones Xiaoyan Zhang Tracking Retail Investor Activity Ekkehart Boehmer Charles M. Jones Xiaoyan Zhang May 2017 Retail vs. Institutional The role of retail traders Are retail investors informed? Do they make systematic mistakes

More information

Does an electronic stock exchange need an upstairs market?

Does an electronic stock exchange need an upstairs market? Does an electronic stock exchange need an upstairs market? Hendrik Bessembinder * and Kumar Venkataraman** First Draft: April 2000 Current Draft: April 2001 * Department of Finance, Goizueta Business School,

More information

Upstairs Market for Principal and Agency Trades: Analysis of Adverse Information and Price Effects

Upstairs Market for Principal and Agency Trades: Analysis of Adverse Information and Price Effects THE JOURNAL OF FINANCE VOL. LVI, NO. 5 OCT. 2001 Upstairs Market for Principal and Agency Trades: Analysis of Adverse Information and Price Effects BRIAN F. SMITH, D. ALASDAIR S. TURNBULL, and ROBERT W.

More information

Decimalization and Illiquidity Premiums: An Extended Analysis

Decimalization and Illiquidity Premiums: An Extended Analysis Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies 5-2015 Decimalization and Illiquidity Premiums: An Extended Analysis Seth E. Williams Utah State University

More information

Order Granting Limited Exemptions from Exchange Act Section 11(d), Exchange Act

Order Granting Limited Exemptions from Exchange Act Section 11(d), Exchange Act This document is scheduled to be published in the Federal Register on 03/02/2016 and available online at http://federalregister.gov/a/2016-04527, and on FDsys.gov SECURITIES AND EXCHANGE COMMISSION [Release

More information

LIQUIDITY OF AUCTION AND SPECIALIST MARKET STRUCTURES: EVIDENCE FROM THE BORSA ITALIANA

LIQUIDITY OF AUCTION AND SPECIALIST MARKET STRUCTURES: EVIDENCE FROM THE BORSA ITALIANA LIQUIDITY OF AUCTION AND SPECIALIST MARKET STRUCTURES: EVIDENCE FROM THE BORSA ITALIANA ALEX FRINO a, DIONIGI GERACE b AND ANDREW LEPONE a, a Finance Discipline, Faculty of Economics and Business, University

More information

Part 1 Back Testing Quantitative Trading Strategies

Part 1 Back Testing Quantitative Trading Strategies Part 1 Back Testing Quantitative Trading Strategies A Guide to Your Team Project 1 of 21 February 27, 2017 Pre-requisite The most important ingredient to any quantitative trading strategy is data that

More information

PRE-CLOSE TRANSPARENCY AND PRICE EFFICIENCY AT MARKET CLOSING: EVIDENCE FROM THE TAIWAN STOCK EXCHANGE Cheng-Yi Chien, Feng Chia University

PRE-CLOSE TRANSPARENCY AND PRICE EFFICIENCY AT MARKET CLOSING: EVIDENCE FROM THE TAIWAN STOCK EXCHANGE Cheng-Yi Chien, Feng Chia University The International Journal of Business and Finance Research VOLUME 7 NUMBER 2 2013 PRE-CLOSE TRANSPARENCY AND PRICE EFFICIENCY AT MARKET CLOSING: EVIDENCE FROM THE TAIWAN STOCK EXCHANGE Cheng-Yi Chien,

More information

Real Options. Bernt Arne Ødegaard. 23 November 2017

Real Options. Bernt Arne Ødegaard. 23 November 2017 Real Options Bernt Arne Ødegaard 23 November 2017 1 Real Options - intro Real options concerns using option pricing like thinking in situations where one looks at investments in real assets. This is really

More information

NHY examples. Bernt Arne Ødegaard. 23 November Estimating dividend growth in Norsk Hydro 8

NHY examples. Bernt Arne Ødegaard. 23 November Estimating dividend growth in Norsk Hydro 8 NHY examples Bernt Arne Ødegaard 23 November 2017 Abstract Finance examples using equity data for Norsk Hydro (NHY) Contents 1 Calculating Beta 4 2 Cost of Capital 7 3 Estimating dividend growth in Norsk

More information

Contrarian Trades and Disposition Effect: Evidence from Online Trade Data. Abstract

Contrarian Trades and Disposition Effect: Evidence from Online Trade Data. Abstract Contrarian Trades and Disposition Effect: Evidence from Online Trade Data Hayato Komai a Ryota Koyano b Daisuke Miyakawa c Abstract Using online stock trading records in Japan for 461 individual investors

More information

Subsidizing Liquidity: The Impact of Make/Take Fees on Market Quality

Subsidizing Liquidity: The Impact of Make/Take Fees on Market Quality Subsidizing Liquidity: The Impact of Make/Take Fees on Market Quality Katya Malinova and Andreas Park (2013) February 27, 2014 Background Exchanges have changed over the last two decades. Move from serving

More information

When is Inter-trade Time Informative? A Structural Approach. Tao Chen a*

When is Inter-trade Time Informative? A Structural Approach. Tao Chen a* When is Inter-trade Time Informative? A Structural Approach Tao Chen a* Abstract This paper reinvestigates the role of inter-trade time in price discovery. The GH model (Glosten & Harris, 1988), the VAR

More information

Liquidity and Asset Pricing. Evidence on the role of Investor Holding Period.

Liquidity and Asset Pricing. Evidence on the role of Investor Holding Period. Liquidity and Asset Pricing. Evidence on the role of Investor Holding Period. Randi Næs Norges Bank Bernt Arne Ødegaard Norges Bank and Norwegian School of Management BI Third workshop on Market Microstructure

More information

High-Frequency Quoting: Measurement, Detection and Interpretation. Joel Hasbrouck

High-Frequency Quoting: Measurement, Detection and Interpretation. Joel Hasbrouck High-Frequency Quoting: Measurement, Detection and Interpretation Joel Hasbrouck 1 Outline Background Look at a data fragment Economic significance Statistical modeling Application to larger sample Open

More information

ASYMMETRIC PRICE DISTRIBUTION AND BID-ASK QUOTES IN THE STOCK OPTIONS MARKET. Kalok Chan

ASYMMETRIC PRICE DISTRIBUTION AND BID-ASK QUOTES IN THE STOCK OPTIONS MARKET. Kalok Chan ASYMMERIC PRICE DISRIBUION AND BID-ASK QUOES IN HE SOCK OPIONS MARKE Kalok Chan Department of Finance Hong Kong University of Science & echnology ClearWater Bay, Hong Kong (852) 2358-7680 KACHAN@USHK.US.HK

More information

Anonymity, Adverse Selection, and the Sorting of Interdealer Trades

Anonymity, Adverse Selection, and the Sorting of Interdealer Trades Anonymity, Adverse Selection, and the Sorting of Interdealer Trades Peter C. Reiss Stanford University Ingrid M. Werner The Ohio State University This article uses unique data from the London Stock Exchange

More information