mff4: Monthly Fama French 4 Factor Returns

Description Usage Format Author(s) Source Examples

Description

The monthly returns of the 4 Fama French Factors: Market, the cap factor SMB, the growth factor HML, and the momentum factor UMD.

Usage

1

Format

An xts object with 1,104 observations and 5 columns. The data run from January, 1927 through December, 2018. As in the upstream source, the data are given in percents, meaning a value of 1.00 corresponds to a 1% movement. Note also that returns presumably are ‘simple’ returns, not log returns, though this is not clarified by the upstream source. The columns are defined as follows:

Mkt

The Market monthly return. Note that the risk free rate has been added back to the excess returns published by the upstream source.

SMB

The cap factor monthly return.

HML

The growth factor monthly return.

UMD

The momentum factor monthly return.

RF

The risk-free rate, presumably as a monthly rate. The average value is arround 0.28, corresponding to an annualized rate of around 3.3%.

Author(s)

Steven E. Pav steven@gilgamath.com

Source

Kenneth French data library. See http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html, data description at http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/Data_Library/f-f_factors.html.

Examples

1
2
3
4
5
## Not run: 
data(mff4)
str(mff4)

## End(Not run)

shabbychef/aqfb_data documentation built on June 16, 2019, 1:07 a.m.