CRSP Calculations Splits
CRSP Calculations Splits
Adjusted Data
Price, dividend, shares, and volume data are historically adjusted for split events to make data directly comparable at
different times during the history of a security. CRSP provides raw, Unadjusted Data, but data utilities stk_print and
ts_print can be used to generate Adjusted Data.
An adjustment base date is chosen as the anchor date. All data on this date are unadjusted, and other data are con-
verted based on the split events between the base date and the time of that data. The adjustment base date is usually
chosen to be the last available day of trading.
Split events always include stock splits, stock dividends, and other distributions with price factors such as spin-offs,
stock distributions, and rights. Shares and volumes are only adjusted using stock splits and stock dividends. Split
events are applied on the Ex-Distribution Date.
Price and dividend data are adjusted with the calculation:
Annualized Return
Annualized Return is the constant annual return applied to each period in arrays that would result in the actual com-
pounded return over that range. An Annualized Return is a special case of a Geometric Average Return (Page 120)
where the time periods are expressed in terms of years.
117
DATA DESCRIPTION GUIDE
Capital Appreciation
Capital Appreciation is the change in value of a security over a holding period. It is similar to Holding Period Total
Returns (Page 63), except that ordinary dividends and certain other regularly taxable dividends are excluded from the
returns calculation. The formula is the same as for security Holding Period Total Returns except that d(t) is usually
0. See Returns (Page 122) for missing values. Capital Appreciation is also known as Return without Dividends.
Compounded Returns
A Compounded Return is a measurement of the change of an investment over a time range when individual returns
over all subsets of the time range are known. This is equivalent to reinvestment in the investment each time period.
Compounded Returns are calculated using the formula below:
Where
rc=Compounded Return
ri=return over period i. If ri is missing, that return is ignored and thus in effect treated as a return of 0. If all
returns are missing, the result is also missing.
Cumulative Return
A Cumulative Return is a compounded return from a fixed starting point. Each period in a time series of Cumulative
Returns contains the compounded return from the first period in the time series to the end of that period.
Delisting Return
Delisting Return is the return of security after it is delisted. It is calculated by comparing a value after delisting
against the price on the security’s last trading date. The value after delisting can include a price on another exchange
or the total value of distributions to shareholders. If there is no opportunity to trade a stock after delisting before it is
declared worthless, the value after delisting is zero. Delisting Returns are calculated similarly to total returns except
that the value after delisting is used as the current price.
Valid delisting payment information is either a valid price with at least a bid and ask quote within ten trading periods,
or a complete set of payments received for the shares. If information after delisting is insufficient to generate a return
a missing value is reported.
Monthly: The monthly Delisting Return is calculated from the last month ending price to the last daily trading price
if no other delisting information is available. In this case the delisting payment date is the same as the delisting date.
If the return is calculated from a daily price, it is a partial-month return. The partial-month returns are not truly
Delisting Returns since they do not represent values after delisting, but allow the researcher to make a more accurate
estimate of the Delisting Returns.
When valuing a portfolio, the Delisting Return or other representation can be used to assign a value to the delisted
security. The researcher must decide whether to assign alternate estimated values based on the Delisting Code
(Page 53) when delisting payment information is unavailable. If using monthly data and an alternate estimate for
Delisting Return is used, partial month returns should also be adjusted by this factor.
118
CHAPTER 5: CRSP CALCULATIONS
Excess Returns
An Excess Return is defined as the return in excess of a comparable benchmark. The benchmark can be a single asso-
ciated index series or a composite of a group of portfolio index series based on security and time-dependent portfolio
assignments.
If an Excess Return is based on a single index series, the Excess Return for a period is
E(t) = R(t) – I(t),
where E(t) is the Excess Return at time t, R(t) is the security return at time t, and I(t) is the index return at time t. If the
security return R(t) is based on a previous price t’ that is not the previous time period, I(t) is the compounded index
return from t’ + 1 to t.
If an Excess Return is based on associated portfolios, the Excess Return for a period is
E(t) = R(t) – I(p(t),t)
where E(t) is the Excess Return at time t, R(t) is the security return at time t, p(t) is the portfolio assignment of the
security at time t, and I(p(t),t) is the return of that portfolio at time t. If the security return R(t) is based on a previous
price t’ that is not the previous time period, I(p(t),t) is the compounded return of the security’s portfolio return from t’
+ 1 to t. If the security is not assigned a portfolio assignment of the given type at time t, E(t) is set to a missing value.
When cumulating Excess Return, the security returns and the index returns are cumulated separately before subtract-
ing the difference.
119