This repository contains the parameter estimates for intangible capital accumulation and estimated knowledge and organization capital stocks from Ewens, Peters and Wang (2020) work "Measuring Intangible Capital with Market Prices."
In April 2019, we updated our methodology for adjusting goodwill and fixed a bug in our estimation code. The parameter estimates have changed, so we encourage researchers to use these updated numbers.
See Sections 2 and 4 of Ewens, Peters and Wang (2020). Parameters of interest:
- : the depreciation rate of knowledge capital investment (i.e. R&D)
- : the depreciation rate of organization capital investment (i.e. SG&A)
- : the percent of SG&A spending that is treated as investment in organizational capital.
Each of these parameters are estimated for the five Fama-French industries.
The depreciation and investment parameters (in csv form) can be merged onto any dataset of firm-time R&D and SG&A flows using SIC codes. The variables are
sic
: SIC codeknowDepr
: the estimate for the knowledge capital depreciationorganDepr
: the estimate for the organizational capital depreciationgamma
: the estimate for the percentage of SG&A spending that is considered investment in organizational capitalindustry5
: an integer in {1:5} that indicates what major Fama-French industry the SIC belongs to. Note that Ewens, Peters and Wang (2018) putsic >= 8000 & sic <= 8099
inindustry5 == 1
. We also move some "high-tech" TV/radio providers into consumer (see this file for classification scheme)
Here are the estimates (Dec. 2019) along with their bootstrapped standard errors:
We will soon provide code that allows you to take raw Compustat data and build the intangible capital stocks.
The csv file or Stata .dta file contains firm-year stocks of knowledge -- knowCapital
-- and organization -- orgCapital
-- capital implied by the parameter estimates. The columns are:
gvkey
: the Compustat unique identifierfyear
: the fiscal yearorgCapital
: organization capital (net) using SG&AknowCapital
: knowledge capital (net) using R&D
To load in Stata so you have the most up-to-date file:
insheet using "https://github.com/michaelewens/intangible_capital/blob/master/intangibleCapital_122919.csv?raw=true", comma clear
or
use "https://github.com/michaelewens/intangible_capital/raw/master/intangibleCapital_122919.dta", clear
We use the industry-level parameter estimates from Ewens, Peters and Wang (2020) combined with the past 10 years of SG&A and R&D from the firm's income statement in Compustat. All dollars are nominal. Importantly, these stocks are net assets, not gross. So any year-on-year change represents a net, rather than gross investment.
Dijun Liu wrote a Python script that generates stocks with correlations > .99 with the EPW stocks.
@article{ewensPetersWang2020,
title={Measuring Intangible Capital with Market Prices},
author={Ewens, Michael and Peters, Ryan and Wang, Sean},
journal={Working Paper},
year={2020}
}
Ewens, Michael, Ryan Peters and Sean Wang. "Measuring Intangible Capital with Market Prices." Working paper, 2020.