Run fund regression analysis against the Fama-French factors
run_fund_regression(fund_symbol, fund_isin, freq, currency, quiet=False)
fund_symbol
: ticker symbol (Reuters)fund_isin
: only used to retrieve the fund category from Morningstar.comfreq
:daily
|monthly
run regression on daily or monthly returnscurrency
:USD
|EUR
run the regression analysis on USD or EUR returnsquiet
:True
|False
Example:
run_fund_regression('SLY', 'IE00B2QWCY14', freq='daily', currency='EUR', log_return=False, quiet=True)