Introduction

In a recent blog post1, Cliff Asness, AQR’s founder, describes different ways to measure the “value of value,” defined as the spread of a value factor between the cheapest and most expensive stocks, and he shows that the current value spread is at a historically high level.

He describes three common methods for measuring the value spread:

  1. Academic HML, which only uses book-to-price for the value factor
  2. Four-Factor Value Composite, which uses a weighted combination of book-to-price, historical EPS-to-price, forecast EPS-to-price, and sales-to-price
  3. AQR’s Value Composite, which is a proprietary composite of 25 factors

He makes the case that due to the spread being so high it is a good time to “sin” a little. It’s a good piece, and we recommend you read it.

For this demonstration, we will show how one can approximately reproduce the first method, Academic HML, using the MDO platform. We say approximately because we use different data sources, securities universe, industry classifications, etc. than the academics, but we get close enough.

Methodology

First, we’ll create our universe. We’ll start with all the securities in the Datastream universe and filter down to just U.S. companies.

Next, we’ll retrieve some basic security and pricing data and further filter down our universe to those securities that trade on the NYSE, NASDAQ, and AMEX stock exchanges.

Next, we’ll add our book-to-price factor, MDQ_BOOK_TO_PRICE, to the universe. This factor (along with 100+ other quantitative factors) comes pre-loaded with the mdo.factors package. It is defined as the book value per share from Worldscope divided by the most recent price from Datastream. Note: We align the data so that we only retrieve the book value per share that was known at the time to avoid look-ahead bias.

The following steps will remove securities with a negative book value, select the largest 3000 stocks on each month-end date, and treat outliers by winsorizing the bottom and top 1% of values.

There are three variations of the Academic HML that we will now re-create:

  1. Academic HML (B/P) Spread
  2. Academic Intra-Industry HML (B/P) Spread
  3. Academic Inter-Industry HML (B/P) Spread

Academic HML (B/P) Spread

This variation deciles the book-to-price across the entire universe on each month-end date. It then takes the weighted-average book-to-price of those securities in the top three deciles (i.e., cheapest 30% of stocks) and divides by the weighted-average book-to-price of those securities in the bottom three deciles (i.e., most expensive 30% of stocks).

Academic Intra-Industry HML (B/P) Spread

In this variation, we decile the book-to-price within the universe by industry on each month-end date to keep things industry-neutral. In this example, we group by the Thomson Reuters Business Classification industry group item, RDC_TRBC_INDGRP_DESC, but you could use the GICS classification from S&P or MSCI, if you are licensed.

References

  1. Asness, Cliff. “It’s Time for a Venial Value-Timing Sin” Cliff’s Perspectives, 7 Nov. 2019, https://www.aqr.com/Insights/Perspectives/Its-Time-for-a-Venial-Value-Timing-Sin. Accessed 20 Nov. 2019.

Not for distribution. Past performance is no guarantee of future results.