Liquidity and asset pricing

Size: px
Start display at page:

Download "Liquidity and asset pricing"

Transcription

1 Liquidity and asset pricing Bernt Arne Ødegaard 21 March Liquidity in Asset Pricing Much market microstructure research is concerned with very a microscope view of financial markets, understanding how markets are organized is affecting the price formation process, or how information gets into prices. Most concepts of liquidity is then a result of this process. This is however not the only way to approach liquidity. An alternative is to ask whether liquidity affects asset prices at a more macro level, in a way that one can discern from the crossection of asset returns. A famous call for this merging of the worlds of market microstructure and asset pricing was O Hara (2003) s Presidential Address at the annual AFA meetings. This has resulted in a sizeable literature looking for liquidity in the cross-section of asset returns. Much of this research has identified an empirical liquidity premium in stock returns. Less liquid stocks command a premium. But this is not a settled literature. Let us mention some well known studies. An early paper was Amihud and Mendelson (1986), which show spread measures important for cross sectional returns. They also have a theoretical argument for why spread should be important, namely that traders with longer holding periods will accept holding higher spread stocks. But this is not an equilibrium argument, it just states that if traders take spreads as given, only people with longer expected holding periods will hold the high-spread stocks. It does not adress the source of the spread. Other well known early investigations were Brennan and Subrahmanyam (1996), showing that Kyles lambda estimated from intraday data is important for crossection, and Brennan, Chordia, and Subrahmanyam (1998), showing that trading volume as measure of illiquidity seems priced. Datar, Naik, and Radcliffe (1998) uses turnover (the inverse of holding period) as a measure of liquidity. The problem with most of the literature is that it does not explain why idiosyncratic things such as spreads, should be relevant in an asset pricing settings, which should be limited to systematic sources of risk. Acharya and Pedersen (2005) 1 attempts to model the systematic sources of liquidity risk. The financial crash of 08 has brought home to many the importance of liquidity for asset pricing, and the literature on the intersection of liquidity and asset prices is expanding. We will not go in detail over this literature. In the following we illustrate a couple of standard asset pricing studies of liquidity. 1 See also the survey of Amihud, Mendelson, and Pedersen (2005). 1

2 2 Theoretical approaches How can one build a model where liquidity is incorporated in asset prices? Liquidity should be a property valued by the investor. Will not be valued if markets are frictionless, need some friction that affects investor decisions. Transaction costs Informational inefficienes Grossman and Stiglitz (1980) 2.1 Transaction costs Constantinides (1986) Effect of transaction costs second order. 2.2 Spreads and holding period Early approach, paper of Amihud and Mendelson (1986). Partial equilibrium model, investors provided with a menu of assets which differs in the bid/ask spread. Investors discount future transaction costs when investing. Return depressed by spread. Spread differences induce clienteles: Long term investors spread the high spread over longer periods, can afford to buy the high spread stocks. Empirical implications In the crossection, returns increasing in spreads. Expected returns an increasing and concave function of transaction costs. 2.3 Time variation in liquidity Acharya and Pedersen (2005) model economy with time variation in cost of liquidity. Agents in an OLG model. End up with a model in gross return with three liquidity betas Covariability between assets illiquidity and markets illiquidity. (Usually positive) Exposure to market-wide illiquidity. (Usually negative) Third liquidity beta (usually negative) 2.4 Variation in trading horizon Vayanos (1998) 2.5 Others Huang and Wang (2010) 2

3 3 Liquidity in the crossection at the Oslo Stock Exchange We do a couple of exercises investigating whether liquidity is important for the crossection at the Oslo Stock Exchange (OSE). Do we find signs of liquidity being important? 3.1 Can asset pricing models explain liquidity One way to ask that question is to construct portfolios sorted on a liquidity measure, and see if the standard asset pricing models are sufficient to explain the crossection. Exercise 1. The CAPM is usually written as E[r it ] = r ft + β i (E[r mt ] r ft ) where r ft is the risk free rate, r it the return on an asset, and r mt the market return. Rewriting in excess return form, where we find the excess asset return er it = r it r ft and excess market return er mt = r mt r ft we write the univariate regression. er it = α i + β i er mt + e it A testable implication of the CAPM is that α i = 0 in this regression. As first shown by Black, Jensen, and Scholes (1972) this can be tested by time series regressions. Run these regressions on 10 (ew) spread sorted portfolios at the OSE. Test α i = 0 on a portfolio by portfolio basis. Use an equally weighted market index, and returns data Solution to Exercise 1. Reading in the data and running the regressions > library(sandwich) > Rets <- read.zoo("../../data/relative_spread_portfolios_monthly_ew.txt", + format="%y%m%d",header=true,sep=";") > Rf <- read.zoo("../../data/nibor_monthly.txt",format="%y%m%d", + header=true,sep=";"); > er <- Rets - lag(rf,-1) > Rm <- read.zoo("../../data/market_portfolios_monthly.txt", + header=true,sep=";",format="%y%m%d") > ermew <- Rm$EW - lag(rf,-1) > data <- merge(er,ermew,all=false) > er <- as.matrix(data[,1:10]) > erm <-as.matrix(data[,11]) > reg <- lm(er~erm) Results, All Portfolios 3

4 Model 1 Model 2 Model 3 Model 4 Model 5 Model 6 Model 7 Model 8 Model 9 Model 10 (Intercept) (0.003) (0.002) (0.002) (0.002) (0.002) (0.002) (0.002) (0.002) (0.002) (0.003) erm (0.043) (0.030) (0.033) (0.029) (0.033) (0.030) (0.034) (0.040) (0.040) (0.052) R Adj. R Num. obs *** p < 0.001, ** p < 0.01, * p < 0.05, p < 0.1 Note that we reject that the intercept is zero for many of these portfolios 3.2 Can a liquidity measure price risk? Another is to construct a measure similar to the Fama French measures capturing the liquidity risk. Use LIQ from Næs, Skjeltorp, and Ødegaard (2009) Exercise 2. Consider the model E[r i ] r f = E[r m r f ]β i + b liq i LIQ where LIQ is a zero investment portfolio designed to represent liquidity, as described in Næs, Skjeltorp and Ødegaard (2008). er it = α i + β i er mt + +b liq i LIQ t e it Run these regressions on size sorted portfolios at the OSE. Is the LIQ factor useful for pricing the crossection? Use an equally weighted market index, and returns data Solution to Exercise 2. Reading the data etc. > library(zoo) > Rets <- read.zoo("../../data/equity_size_portfolios_monthly_ew.txt", + header=true,sep=";",format="%y%m%d") > Rf <- read.zoo("../../data/nibor_monthly.txt", + format="%y%m%d",header=true,sep=";") > er <- Rets - lag(rf,-1) > Rm <- read.zoo("../../data/market_portfolios_monthly.txt", + format="%y%m%d",header=true,sep=";") > ermew <- Rm$EW - lag(rf,-1) > FF <- read.zoo("../../data/pricing_factors_monthly.txt", + header=true,sep=";",format="%y%m%d") > data <- merge(er,ermew,ff$liq,all=false) > er <- as.matrix(data[,1:10]) > erm <-as.matrix(data[,11]) > LIQ <- as.matrix(data[,12]) > reg <- lm(er~erm + LIQ) Results First five portfolios 4

5 Last five portfolios Model 1 Model 2 Model 3 Model 4 Model 5 (Intercept) (0.00) (0.00) (0.00) (0.00) (0.00) erm (0.05) (0.04) (0.03) (0.04) (0.04) LIQ (0.05) (0.04) (0.04) (0.04) (0.04) R Adj. R Num. obs *** p < 0.001, ** p < 0.01, * p < 0.05, p < 0.1 Model 6 Model 7 Model 8 Model 9 Model 10 (Intercept) (0.00) (0.00) (0.00) (0.00) (0.00) erm (0.03) (0.03) (0.03) (0.03) (0.04) LIQ (0.04) (0.04) (0.04) (0.03) (0.05) R Adj. R Num. obs *** p < 0.001, ** p < 0.01, * p < 0.05, p < 0.1 See that LIQ is significant in most cases. 5

6 4 Literature A couple of useful surveys: Goyal (2012) has a section on liquidity bases asset pricing in his broad survey of cross-sectional asset pricing Amihud et al. (2005) surveys liquidity literature. References Viral A Acharya and Lasse Heje Pedersen. Asset pricing with liquidity risk. Journal of Financial Economics, 77: , Yakov Amihud and Yakov Mendelson. Asset pricing and the bid/ask spread. Journal of Financial Economics, 17: , Yakov Amihud, Haim Mendelson, and Lasse Heje Pedersen. Liquidity and asset prices. Foundations and Trends in Finance, 1(4): , Fisher Black, Michael Jensen, and Myron Scholes. The capital asset pricing model, some empirical tests. In Michael C Jensen, editor, Studies in the theory of capital markets. Preager, Michael J Brennan and Avanidhar Subrahmanyam. Market microstructure and asset pricing: On the compensation for illiquidity in stock returns. Journal of Financial Economics, 41: , Michael J Brennan, Tarun Chordia, and Avanidhar Subrahmanyam. Alternative factor specifications, security characteristics, and the cross-section of expected stock returns. Journal of Financial Economics, 49: , George M Constantinides. Capital market equilibrium with transaction costs. Journal of Political Economy, 94(4): , August Vinay T Datar, Narayan Y Naik, and Robert Radcliffe. Liquidity and stock returns: An alternative test. Journal of Financial Markets, 1: , Amit Goyal. Empirical cross-sectional asset pricing: a survey. Financial Markets and Portfolio Management, 26: 3 38, Sanford Grossman and Joseph Stiglitz. On the impossibility of informationally efficient markets. American Economic Review, Jennifer Huang and Jiang Wang. Market liquidity, asset prices, and welfare. Journal of Financial Economics, 95: , Randi Næs, Johannes Skjeltorp, and Bernt Arne Ødegaard. What factors affect the Oslo Stock Exchange? Working Paper, Norges Bank (Central Bank of Norway), December Maureen O Hara. Presidential adress: Liquidity and price discovery. Journal of Finance, LVIII(4), August D Vayanos. Transaction costs and asset prices: A dynamic equilibrium model. Review of Financial Studies, 11(1): 1 58,

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

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

Measuring Performance with Factor Models

Measuring Performance with Factor Models Measuring Performance with Factor Models Bernt Arne Ødegaard February 21, 2017 The Jensen alpha Does the return on a portfolio/asset exceed its required return? α p = r p required return = r p ˆr p To

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

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 and Bernt Arne Ødegaard April 2008 Abstract We use data on actual holding periods for all investors in a stock market

More information

Crossectional asset pricing - Fama French The research post CAPM-APT. The Fama French papers and the literature following.

Crossectional asset pricing - Fama French The research post CAPM-APT. The Fama French papers and the literature following. Crossectional asset pricing - Fama French The research post CAPM-APT. The Fama French papers and the literature following. The Fama French debate Background: Fama on efficient markets Fama at the forefront

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

Does market liquidity explain the idiosyncratic volatility puzzle in the Chinese stock market?

Does market liquidity explain the idiosyncratic volatility puzzle in the Chinese stock market? Does market liquidity explain the idiosyncratic volatility puzzle in the Chinese stock market? Xiaoxing Liu Guangping Shi Southeast University, China Bin Shi Acadian-Asset Management Disclosure The views

More information

Liquidity Variation and the Cross-Section of Stock Returns *

Liquidity Variation and the Cross-Section of Stock Returns * Liquidity Variation and the Cross-Section of Stock Returns * Fangjian Fu Singapore Management University Wenjin Kang National University of Singapore Yuping Shao National University of Singapore Abstract

More information

Empirics of the Oslo Stock Exchange:. Asset pricing results

Empirics of the Oslo Stock Exchange:. Asset pricing results Empirics of the Oslo Stock Exchange:. Asset pricing results. 1980 2016. Bernt Arne Ødegaard Jan 2017 Abstract We show the results of numerous asset pricing specifications on the crossection of assets at

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

Liquidity Creation as Volatility Risk

Liquidity Creation as Volatility Risk Liquidity Creation as Volatility Risk Itamar Drechsler Alan Moreira Alexi Savov New York University and NBER University of Rochester March, 2018 Motivation 1. A key function of the financial sector is

More information

Illiquidity and Stock Returns:

Illiquidity and Stock Returns: Illiquidity and Stock Returns: Empirical Evidence from the Stockholm Stock Exchange Jakob Grunditz and Malin Härdig Master Thesis in Accounting & Financial Management Stockholm School of Economics Abstract:

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

Inside data at the OSE Finansavisen s portfolio

Inside data at the OSE Finansavisen s portfolio Inside data at the OSE Finansavisen s portfolio Bernt Arne Ødegaard Aug 2015 This note shows the actual calculation of some of the results in the article. 1 Descriptives for the portfolio Table 1 Describing

More information

Asset-Specific and Systematic Liquidity on the Swedish Stock Market

Asset-Specific and Systematic Liquidity on the Swedish Stock Market Master Essay Asset-Specific and Systematic Liquidity on the Swedish Stock Market Supervisor: Hossein Asgharian Authors: Veronika Lunina Tetiana Dzhumurat 2010-06-04 Abstract This essay studies the effect

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

Global Liquidity Risk, Country Market Liquidity and Country Market Returns

Global Liquidity Risk, Country Market Liquidity and Country Market Returns Global Liquidity Risk, Country Market Liquidity and Country Market Returns Samuel Xin Liang* Department of Finance School of Business and Management Hong Kong University of Science and Technology First

More information

Liquidity Creation as Volatility Risk

Liquidity Creation as Volatility Risk Liquidity Creation as Volatility Risk Itamar Drechsler Alan Moreira Alexi Savov Wharton Rochester NYU Chicago November 2018 1 Liquidity and Volatility 1. Liquidity creation - makes it cheaper to pledge

More information

The Finansavisen Inside Portfolio

The Finansavisen Inside Portfolio The Finansavisen Inside Portfolio B. Espen Eckbo Tuck School of Business, Darthmouth College Bernt Arne Ødegaard University of Stavanger (UiS) We consider a case of secondary dissemination of insider trades.

More information

The effect of liquidity on expected returns in U.S. stock markets. Master Thesis

The effect of liquidity on expected returns in U.S. stock markets. Master Thesis The effect of liquidity on expected returns in U.S. stock markets Master Thesis Student name: Yori van der Kruijs Administration number: 471570 E-mail address: Y.vdrKruijs@tilburguniversity.edu Date: December,

More information

Liquidity as risk factor

Liquidity as risk factor Liquidity as risk factor A research at the influence of liquidity on stock returns Bachelor Thesis Finance R.H.T. Verschuren 134477 Supervisor: M. Nie Liquidity as risk factor A research at the influence

More information

SDF based asset pricing

SDF based asset pricing SDF based asset pricing Bernt Arne Ødegaard 20 September 2018 Contents 1 General overview of asset pricing testing. 1 1.1 Pricing operators........................................ 1 2 Present value relationship.

More information

Asset Pricing with Liquidity Risk

Asset Pricing with Liquidity Risk Asset Pricing with Liquidity Risk Viral V. Acharya and Lasse Heje Pedersen First Version: July 10, 2000 Current Version: January 2, 2003 Abstract This paper studies equilibrium asset pricing with liquidity

More information

What factors affect the Oslo Stock Exchange?

What factors affect the Oslo Stock Exchange? What factors affect the Oslo Stock Exchange? Randi Næs, Johannes A. Skjeltorp and Bernt Arne Ødegaard November 2009 Abstract This paper analyzes return patterns and determinants at the Oslo Stock Exchange

More information

Performance evaluation of managed portfolios

Performance evaluation of managed portfolios Performance evaluation of managed portfolios The business of evaluating the performance of a portfolio manager has developed a rich set of methodologies for testing whether a manager is skilled or not.

More information

Asset Pricing with Liquidity Risk

Asset Pricing with Liquidity Risk Asset Pricing with Liquidity Risk Viral V. Acharya and Lasse Heje Pedersen First Version: July 10, 2000 Current Version: July 17, 2003 Abstract This paper studies equilibrium asset pricing with liquidity

More information

Variation in Liquidity and Costly Arbitrage

Variation in Liquidity and Costly Arbitrage Variation in Liquidity and Costly Arbitrage Badrinath Kottimukkalur George Washington University Discussed by Fang Qiao PBCSF, TSinghua University EMF, 15 December 2018 Puzzle The level of liquidity affects

More information

Market Frictions, Price Delay, and the Cross-Section of Expected Returns

Market Frictions, Price Delay, and the Cross-Section of Expected Returns Market Frictions, Price Delay, and the Cross-Section of Expected Returns forthcoming The Review of Financial Studies Kewei Hou Fisher College of Business Ohio State University and Tobias J. Moskowitz Graduate

More information

Equity Risk Premium Estimation Models

Equity Risk Premium Estimation Models Equity Risk Premium Estimation Models A study of the effects of trading liquidity on traditional asset pricing models Andreas Bertheussen NTNU School of Entrepreneurship Submission date: June 2011 Supervisor:

More information

Pricing Implications of Shared Variance in Liquidity Measures

Pricing Implications of Shared Variance in Liquidity Measures Pricing Implications of Shared Variance in Liquidity Measures Loran Chollete Norwegain Scool of Economics and Business Administration, Norway Randi Næs Norges Bank, Norway Johannes A. Skjeltorp Norges

More information

Beta Uncertainty and the Cross Section of Stock Returns. Dennis J. Lasser 1 and Andrew Lynch 2 Binghamton University

Beta Uncertainty and the Cross Section of Stock Returns. Dennis J. Lasser 1 and Andrew Lynch 2 Binghamton University Beta Uncertainty and the Cross Section of Stock Returns Dennis J. Lasser 1 and Andrew Lynch 2 Binghamton University Abstract This paper examines to what extent the significance of size as a factor loading

More information

The Volatility of Liquidity and Expected Stock Returns

The Volatility of Liquidity and Expected Stock Returns The Volatility of Liquidity and Expected Stock Returns Ferhat Akbas, Will J. Armstrong, Ralitsa Petkova January, 2011 ABSTRACT We document a positive relation between the volatility of liquidity and expected

More information

Why do listed firms pay for market making in their own stock?

Why do listed firms pay for market making in their own stock? Why do listed firms pay for market making in their own stock? Johannes A Skjeltorp Norges Bank Johannes-A.Skjeltorp@Norges-Bank.no and Bernt Arne Ødegaard University of Stavanger and Norges Bank Bernt.A.Odegaard@uis.no

More information

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

Size Matters, if You Control Your Junk

Size Matters, if You Control Your Junk Discussion of: Size Matters, if You Control Your Junk by: Cliff Asness, Andrea Frazzini, Ronen Israel, Tobias Moskowitz, and Lasse H. Pedersen Kent Daniel Columbia Business School & NBER AFA Meetings 7

More information

Differential Pricing Effects of Volatility on Individual Equity Options

Differential Pricing Effects of Volatility on Individual Equity Options Differential Pricing Effects of Volatility on Individual Equity Options Mobina Shafaati Abstract This study analyzes the impact of volatility on the prices of individual equity options. Using the daily

More information

Asset pricing at the Oslo Stock Exchange. A Source Book

Asset pricing at the Oslo Stock Exchange. A Source Book Asset pricing at the Oslo Stock Exchange. A Source Book Bernt Arne Ødegaard BI Norwegian School of Management and Norges Bank February 2007 In this paper we use data from the Oslo Stock Exchange in the

More information

Seasonality at The Oslo Stock Exchange

Seasonality at The Oslo Stock Exchange Seasonality at The Oslo Stock Exchange Bernt Arne Ødegaard September 6, 2018 Seasonality concerns patterns in stock returns related to calendar time. Internationally, the best known such pattern is the

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

Liquidity Creation as Volatility Risk

Liquidity Creation as Volatility Risk Liquidity Creation as Volatility Risk Itamar Drechsler, NYU and NBER Alan Moreira, Rochester Alexi Savov, NYU and NBER JHU Carey Finance Conference June, 2018 1 Liquidity and Volatility 1. Liquidity creation

More information

Liquidity and the Stock Market

Liquidity and the Stock Market UNIVERSITEIT VAN TILBURG Liquidity and the Stock Market BACHELOR THESIS FINANCE S.A.M. Nieuwenburg S589660 Bedrijfseconomie Supervisor Sohail Ahmed Finance Department 13 th August 2010 (Resit) -Abstract-

More information

Lectures on Market Microstructure Illiquidity and Asset Pricing

Lectures on Market Microstructure Illiquidity and Asset Pricing Lectures on Market Microstructure Illiquidity and Asset Pricing Ingrid M. Werner Martin and Andrew Murrer Professor of Finance Fisher College of Business, The Ohio State University 1 Liquidity and Asset

More information

LIQUIDITY, STOCK RETURNS AND INVESTMENTS

LIQUIDITY, STOCK RETURNS AND INVESTMENTS Spring Semester 12 LIQUIDITY, STOCK RETURNS AND INVESTMENTS A theoretical and empirical approach A thesis submitted in partial fulfillment of the requirement for the degree of: BACHELOR OF SCIENCE IN INTERNATIONAL

More information

Excess return and liquidity: Evidence from A shares of the Shanghai Stock Exchange

Excess return and liquidity: Evidence from A shares of the Shanghai Stock Exchange Excess return and liquidity: Evidence from A shares of the Shanghai Stock Exchange By Hongbo Wang Dissertation Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy

More information

Asian Economic and Financial Review, 2015, 5(1): Asian Economic and Financial Review. ISSN(e): /ISSN(p):

Asian Economic and Financial Review, 2015, 5(1): Asian Economic and Financial Review. ISSN(e): /ISSN(p): Asian Economic and Financial Review ISSN(e): 2222-6737/ISSN(p): 2305-2147 journal homepage: http://www.aessweb.com/journals/5002 LIQUIDITY AND RETURNS: EVIDENCES FROM STOCK INDEXES AROUND THE WORLD Kenas

More information

Stock Market Liquidity and the Business Cycle

Stock Market Liquidity and the Business Cycle Stock Market Liquidity and the Business Cycle RANDI NÆS, JOHANNES A. SKJELTORP, and BERNT ARNE ØDEGAARD ABSTRACT In the recent financial crisis we saw liquidity in the stock market drying up as a precursor

More information

Liquidity as an Investment Style 1 : 2015 Update

Liquidity as an Investment Style 1 : 2015 Update Liquidity as an Investment Style 1 : Roger G. Ibbotson Professor in the Practice of Finance Yale School of Management Chairman & CIO Zebra Capital Management, LLC Email: roger.ibbotson@yale.edu Daniel

More information

LIQUIDITY AND STOCK PRICE VOLATILITY: EVIDENCE FROM THE GREEK STOCK MARKET

LIQUIDITY AND STOCK PRICE VOLATILITY: EVIDENCE FROM THE GREEK STOCK MARKET University of Piraeus MSc in Banking and Finance Department of Banking and Financial Management July 2007 Master thesis: LIQUIDITY AND STOCK PRICE VOLATILITY: EVIDENCE FROM THE GREEK STOCK MARKET by VASILEIOS

More information

THE TERM STRUCTURE OF BOND MARKET LIQUIDITY

THE TERM STRUCTURE OF BOND MARKET LIQUIDITY THE TERM STRUCTURE OF BOND MARKET LIQUIDITY Ruslan Goyenko, University Avanidhar Subrahmanyam, Andrey Ukhov, ON-the-Run vs OFF-the-Run Treasury market illiquidity literature focus: on-the-run ( Fleming

More information

NON-PROFIT FUNDS Issues and Opportunities, Getting More Mileage, and more...

NON-PROFIT FUNDS Issues and Opportunities, Getting More Mileage, and more... Issue 12 January 2014 www.cfasingapore.org CFA Charter Awards Robert Merton Rapid News Flow Sustainable Alpha Sources Coping with it in Crises Quarterly NON-PROFIT FUNDS Issues and Opportunities, Getting

More information

Liquidity and IPO performance in the last decade

Liquidity and IPO performance in the last decade Liquidity and IPO performance in the last decade Saurav Roychoudhury Associate Professor School of Management and Leadership Capital University Abstract It is well documented by that if long run IPO underperformance

More information

The Value of True Liquidity

The Value of True Liquidity The Value of True Liquidity Working Paper This version: December 2016 Abstract This study uncovers the ability of liquid stocks to generate significant higher riskadjusted portfolio returns than their

More information

The Effect of Kurtosis on the Cross-Section of Stock Returns

The Effect of Kurtosis on the Cross-Section of Stock Returns Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies 5-2012 The Effect of Kurtosis on the Cross-Section of Stock Returns Abdullah Al Masud Utah State University

More information

ASSET GROWTH OR LIQUIDITY?

ASSET GROWTH OR LIQUIDITY? ASSET GROWTH OR LIQUIDITY? Seyed Hossein Raad * M. A, Student of Accounting, Branch-Islamic Azad University of Khuzestan, Iran Mohammad Ramezan Ahmadi Accounting Department Branch-Islamic Azad University

More information

Cross-sectional Variation in Stock Returns: Liquidity and Idiosyncratic Risk

Cross-sectional Variation in Stock Returns: Liquidity and Idiosyncratic Risk Cross-sectional Variation in Stock Returns: Liquidity and Idiosyncratic Risk Matthew Spiegel and Xiaotong Wang September 8, 2005 Xiaotong Wang would like to thank Jianxin Danial Chi and Fangjan Fu for

More information

Liquidity Biases in Asset Pricing Tests

Liquidity Biases in Asset Pricing Tests Liquidity Biases in Asset Pricing Tests Elena Asparouhova and Hendrik Bessembinder David Eccles School of Business University of Utah Ivalina Kalcheva Eller College of Management University of Arizona

More information

Portfolio choice and the effects of liquidity

Portfolio choice and the effects of liquidity SERIEs (20) 2:53 74 DOI 0.007/s3209-00-0025-4 ORIGINAL ARTICLE Portfolio choice and the effects of liquidity Ana González Gonzalo Rubio Received: 23 January 2008 / Accepted: 8 December 2009 / Published

More information

Is Information Risk a Determinant of Asset Returns?

Is Information Risk a Determinant of Asset Returns? Is Information Risk a Determinant of Asset Returns? By David Easley Department of Economics Cornell University Soeren Hvidkjaer Johnson Graduate School of Management Cornell University Maureen O Hara Johnson

More information

ILLIQUIDITY AND STOCK RETURNS. Robert M. Mooradian *

ILLIQUIDITY AND STOCK RETURNS. Robert M. Mooradian * RAE REVIEW OF APPLIED ECONOMICS Vol. 6, No. 1-2, (January-December 2010) ILLIQUIDITY AND STOCK RETURNS Robert M. Mooradian * Abstract: A quarterly time series of the aggregate commission rate of NYSE trading

More information

Can large long-term investors capture illiquidity premiums de Jong, Frank; Driessen, Joost

Can large long-term investors capture illiquidity premiums de Jong, Frank; Driessen, Joost Tilburg University Can large long-term investors capture illiquidity premiums de Jong, Frank; Driessen, Joost Published in: Bankers, Markets and Investors Document version: Peer reviewed version Publication

More information

Microstructure: Theory and Empirics

Microstructure: Theory and Empirics Microstructure: Theory and Empirics Institute of Finance (IFin, USI), March 16 27, 2015 Instructors: Thierry Foucault and Albert J. Menkveld Course Outline Lecturers: Prof. Thierry Foucault (HEC Paris)

More information

Cost of Capital. Cost of capital A firm s cost of capital is the required return on its investments.

Cost of Capital. Cost of capital A firm s cost of capital is the required return on its investments. Cost of Capital Cost of capital A firm s cost of capital is the required return on its investments. For capital budgeting purposes, need a cost of capital, the required return on the firm s investments.

More information

International journal of advanced production and industrial engineering (A Blind Peer Reviewed Journal)

International journal of advanced production and industrial engineering (A Blind Peer Reviewed Journal) IJAPIE-2016-10-406, Vol 1(4), 40-44 International journal of advanced production and industrial engineering (A Blind Peer Reviewed Journal) Consumption and Market Beta: Empirical Evidence from India Nand

More information

Crossectional asset pricing post CAPM-APT: Fama - French

Crossectional asset pricing post CAPM-APT: Fama - French Crossectional asset pricing post CAPM-APT: Fama - French June 6, 2018 Contents 1 The Fama French debate 1 1.1 Introduction........................................................... 1 1.2 Background: Fama

More information

Is Information Risk a Determinant of Asset Returns?

Is Information Risk a Determinant of Asset Returns? THE JOURNAL OF FINANCE VOL. LVII, NO. 5 OCTOBER 2002 Is Information Risk a Determinant of Asset Returns? DAVID EASLEY, SOEREN HVIDKJAER, and MAUREEN O HARA* ABSTRACT We investigate the role of information-based

More information

Further Test on Stock Liquidity Risk With a Relative Measure

Further Test on Stock Liquidity Risk With a Relative Measure International Journal of Education and Research Vol. 1 No. 3 March 2013 Further Test on Stock Liquidity Risk With a Relative Measure David Oima* David Sande** Benjamin Ombok*** Abstract Negative relationship

More information

Name: Bei Pei Tutor: P.F.A. Tuijp. ANR: Program: International Business Administration. Pages: 21 Date:

Name: Bei Pei Tutor: P.F.A. Tuijp. ANR: Program: International Business Administration. Pages: 21 Date: Asset pricing and liquidity Name: Bei Pei Tutor: P.F.A. Tuijp ANR: 922548 Program: International Business Administration Pages: 21 Date: 2012. 05. 12 Abstract With the popularity of market microstructure

More information

ECONOMICS SERIES SWP 2010/07. Asymmetric Information and Market Collapse: Evidence from the Chinese Market. Paresh Kumar Narayan and Xinwei Zheng

ECONOMICS SERIES SWP 2010/07. Asymmetric Information and Market Collapse: Evidence from the Chinese Market. Paresh Kumar Narayan and Xinwei Zheng Faculty of Business and Law School of Accounting, Economics and Finance ECONOMICS SERIES SWP 2010/07 Asymmetric Information and Market Collapse: Evidence from the Chinese Market Paresh Kumar Narayan and

More information

The debate on NBIM and performance measurement, or the factor wars of 2015

The debate on NBIM and performance measurement, or the factor wars of 2015 The debate on NBIM and performance measurement, or the factor wars of 2015 May 2016 Bernt Arne Ødegaard University of Stavanger (UiS) How to think about NBIM Principal: People of Norway Drawing by Arild

More information

Is there a Global Liquidity Factor?

Is there a Global Liquidity Factor? Is there a Global Liquidity Factor? Christof W. Stahel August, 2003 ABSTRACT This paper investigates country, industry, and global commonalities in liquidity of individual stocks, and analyzes their implications

More information

Ex-Dividend Prices and Investor Trades: Evidence from Taiwan

Ex-Dividend Prices and Investor Trades: Evidence from Taiwan Ex-Dividend Prices and Investor Trades: Evidence from Taiwan Hung-Ling Chen Department of Finance College of Business China University of Technology Taipei 116, Taiwan, ROC. Tel: 886-2-22304720 Email:

More information

Electronic copy available at:

Electronic copy available at: Electronic copy available at: http://ssrn.com/abstract=1841323 VALUE AT RISK PORTOFOLIO DAN LIKUIDITAS SAHAM Rowland Bismark Fernando Pasaribu ABFII PERBANAS INSTITUTE JAKARTA (rowland.pasaribu@gmail.com)

More information

The Determinants of Informed Trading: Implications for Asset Pricing

The Determinants of Informed Trading: Implications for Asset Pricing The Determinants of Informed Trading: Implications for Asset Pricing Hadiye Aslan University of Houston David Easley Cornell University Soeren Hvidkjaer University of Maryland Maureen O Hara Cornell University

More information

On Asset Pricing and the Bid-Ask Spread

On Asset Pricing and the Bid-Ask Spread On Asset Pricing and the Bid-Ask Spread Gady Jacoby 1 Asper School of Business, University of Manitoba Aron A. Gottesman Molson School of Business, Concordia University David J. Fowler Schulich School

More information

Microéconomie de la finance

Microéconomie de la finance Microéconomie de la finance 7 e édition Christophe Boucher christophe.boucher@univ-lorraine.fr 1 Chapitre 6 7 e édition Les modèles d évaluation d actifs 2 Introduction The Single-Index Model - Simplifying

More information

E[r i ] = r f + β i (E[r m ] r f. Investment s risk premium is proportional to the expectation of the market risk premium: er mt = r mt r ft

E[r i ] = r f + β i (E[r m ] r f. Investment s risk premium is proportional to the expectation of the market risk premium: er mt = r mt r ft The Equity Premium Equity Premium: How much more return an investor requires to hold a risky equity relative to a risk free investment. Equity Market Premium: The amount of extra return an investor needs

More information

State-dependent Variations in Expected Illiquidity Premium

State-dependent Variations in Expected Illiquidity Premium State-dependent Variations in Expected Illiquidity Premium Jeewon Jang * Jangkoo Kang Changjun Lee Abstract Recent theories of state-dependent variations in market liquidity suggest strong variation in

More information

Characteristic liquidity, systematic liquidity and expected returns

Characteristic liquidity, systematic liquidity and expected returns Characteristic liquidity, systematic liquidity and expected returns M. Reza Baradarannia a, *, Maurice Peat b a,b Business School, The University of Sydney, Sydney 2006, Australia Abstract: We investigate

More information

Liquidity, Liquidity Risk, and the Cross Section of Mutual Fund Returns. Andrew A. Lynch and Xuemin (Sterling) Yan * Abstract

Liquidity, Liquidity Risk, and the Cross Section of Mutual Fund Returns. Andrew A. Lynch and Xuemin (Sterling) Yan * Abstract Liquidity, Liquidity Risk, and the Cross Section of Mutual Fund Returns Andrew A. Lynch and Xuemin (Sterling) Yan * Abstract This paper examines the impact of liquidity and liquidity risk on the cross-section

More information

An Alternative Four-Factor Model

An Alternative Four-Factor Model Master Thesis in Finance Stockholm School of Economics Spring 2011 An Alternative Four-Factor Model Abstract In this paper, we add a liquidity factor to the Chen, Novy-Marx & Zhang (2010) three-factor

More information

An Empirical Investigation of Liquidity and Stock Returns Relationship in Vietnam Stock Markets during Financial Crisis

An Empirical Investigation of Liquidity and Stock Returns Relationship in Vietnam Stock Markets during Financial Crisis MPRA Munich Personal RePEc Archive An Empirical Investigation of Liquidity and Stock Returns Relationship in Vietnam Stock Markets during Financial Crisis Xuan Vinh Vo and Jonathan Batten 1. January 2010

More information

Uncertainty elasticity of liquidity and expected stock returns in China

Uncertainty elasticity of liquidity and expected stock returns in China Uncertainty elasticity of liquidity and expected stock returns in China Ping-Wen Sun International Institute for Financial Studies Jiangxi University of Finance and Economics sunpingwen@gmail.com Bin Yu

More information

Cross-sectional Variation in Stock Returns: Liquidity and Idiosyncratic Risk

Cross-sectional Variation in Stock Returns: Liquidity and Idiosyncratic Risk Cross-sectional Variation in Stock Returns: Liquidity and Idiosyncratic Risk Matthew Spiegel and Xiaotong Wang May 3, 2007 Xiaotong Wang would like to thank Jianxin Danial Chi and Fangjan Fu for teaching

More information

Measurement of cost of equity trading - the LOT measure

Measurement of cost of equity trading - the LOT measure Measurement of cost of equity trading - the LOT measure Bernt Arne Ødegaard 25 October 208 Contents 0. Intuition.................................................. The LOT cost measure 2 LOT estimation

More information

Pervasive Liquidity Risk And Asset Pricing

Pervasive Liquidity Risk And Asset Pricing Pervasive Liquidity Risk And Asset Pricing Jing Chen Job Market Paper This Draft: Nov 15 2005 Abstract This paper constructs a measure of pervasive liquidity risk and its associated risk premium. I examine

More information

Empirical Study on Five-Factor Model in Chinese A-share Stock Market

Empirical Study on Five-Factor Model in Chinese A-share Stock Market Empirical Study on Five-Factor Model in Chinese A-share Stock Market Supervisor: Prof. Dr. F.A. de Roon Student name: Qi Zhen Administration number: U165184 Student number: 2004675 Master of Finance Economics

More information

An Information-Based Theory of Time-Varying Liquidity

An Information-Based Theory of Time-Varying Liquidity An Information-Based Theory of Time-Varying Liquidity Brett Green UC Berkeley, Haas School of Business joint with Brendan Daley Duke University, Fuqua School of Business Csef-Igier Symposium on Economics

More information

Betting against Beta or Demand for Lottery

Betting against Beta or Demand for Lottery Turan G. Bali 1 Stephen J. Brown 2 Scott Murray 3 Yi Tang 4 1 McDonough School of Business, Georgetown University 2 Stern School of Business, New York University 3 College of Business Administration, University

More information

Stock Resiliency and Expected Returns

Stock Resiliency and Expected Returns Stock Resiliency and Expected Returns Nazli Sila Alan 1, Jian Hua 2, Lin Peng 3 and Robert A. Schwartz 4 April 6, 2015 JEL classification: G02, G10, G11, G12, G14 Keywords: stock returns, resiliency, liquidity,

More information

Liquidity skewness premium

Liquidity skewness premium Liquidity skewness premium Giho Jeong, Jangkoo Kang, and Kyung Yoon Kwon * Abstract Risk-averse investors may dislike decrease of liquidity rather than increase of liquidity, and thus there can be asymmetric

More information

Seminar HWS 2012: Hedge Funds and Liquidity

Seminar HWS 2012: Hedge Funds and Liquidity Universität Mannheim 68131 Mannheim 25.11.200925.11.2009 Besucheradresse: L9, 1-2 68161 Mannheim Telefon 0621/181-3755 Telefax 0621/181-1664 Nic Schaub schaub@bwl.uni-mannheim.de http://intfin.bwl.uni-mannheim.de

More information

Trading Activities and Cross-Sectional Variation in Stock Expected Return: Evidence from Kuala Lumpur Stock Exchange

Trading Activities and Cross-Sectional Variation in Stock Expected Return: Evidence from Kuala Lumpur Stock Exchange Trading Activities and Cross-Sectional Variation in Stock Expected Return: Evidence from Kuala Lumpur Stock Exchange Huson Joher Ali Ahmed School of Accounting, Finance and Economics, Deakin University

More information

Testing Capital Asset Pricing Model on KSE Stocks Salman Ahmed Shaikh

Testing Capital Asset Pricing Model on KSE Stocks Salman Ahmed Shaikh Abstract Capital Asset Pricing Model (CAPM) is one of the first asset pricing models to be applied in security valuation. It has had its share of criticism, both empirical and theoretical; however, with

More information

Is Information Risk Priced for NASDAQ-listed Stocks?

Is Information Risk Priced for NASDAQ-listed Stocks? Is Information Risk Priced for NASDAQ-listed Stocks? Kathleen P. Fuller School of Business Administration University of Mississippi kfuller@bus.olemiss.edu Bonnie F. Van Ness School of Business Administration

More information

On the importance of Quality, Liquidity-Level and Liquidity-Beta: A Markov-Switching Regime approach

On the importance of Quality, Liquidity-Level and Liquidity-Beta: A Markov-Switching Regime approach On the importance of Quality, Liquidity-Level and Liquidity-Beta: A Markov-Switching Regime approach Tarik BAZGOUR HEC Management School-University of Liège, Rue Louvrex 14,4000 Liège, Belgium E-mail:

More information

Discussion Paper Series

Discussion Paper Series BIRMINGHAM BUSINESS SCHOOL Birmingham Business School Discussion Paper Series Does commonality in illiquidity matter to investors? Richard G Anderson Jane M Binner Bjorn Hagstromer Birger Nilsson 2015-02

More information

Is Economic Uncertainty Priced in the Cross-Section of Stock Returns?

Is Economic Uncertainty Priced in the Cross-Section of Stock Returns? Is Economic Uncertainty Priced in the Cross-Section of Stock Returns? Turan Bali, Georgetown University Stephen Brown, NYU Stern, University Yi Tang, Fordham University 2018 CARE Conference, Washington

More information

Variation in Liquidity, Costly Arbitrage, and the Cross-Section of Stock Returns

Variation in Liquidity, Costly Arbitrage, and the Cross-Section of Stock Returns Variation in Liquidity, Costly Arbitrage, and the Cross-Section of Stock Returns Badrinath Kottimukkalur * January 2018 Abstract This paper provides an arbitrage based explanation for the puzzling negative

More information

Have we solved the idiosyncratic volatility puzzle?

Have we solved the idiosyncratic volatility puzzle? Have we solved the idiosyncratic volatility puzzle? Roger Loh 1 Kewei Hou 2 1 Singapore Management University 2 Ohio State University Presented by Roger Loh Proseminar SMU Finance Ph.D class Hou and Loh

More information