• No results found

As previously mentioned, the assumptions made on the distribution of the value-added may be incorrect, this could question the validity of the results. Furthermore, this research has not conducted the persistence of skilled managers following Berk & van Binsbergen (2015). Future work could add this evaluation, possibly leading to different results. Furthermore, a concern is that trading costs are not included in this research, however, this is relevant for the strategy of active funds. Especially small funds which typically invest in smaller stocks face illiquidity costs and large funds typically deal with market impact, both of these cases were not considered given the complexity. If these costs were taken into the account, the results would possibly be different. Perhaps, future research can take these costs into account when evaluating performance in the active fund space. At last, the results may be subject to different biases, such as survivorship bias in the benchmark and incubation bias in the funds. If future work could add additional screening methods which reduce these biases, such as filtering for all funds that are smaller in size than 5 million USD, then the results would possibly be more credible.

Snapshot 2:

The code below reads the data. By making two separate columns,

‘Year’ and ‘Month’, it is easier to merge different files which also have different date formats. To be able to loop through the different data files in the same order of tickers, the data is ordered by ticker and two date columns are placed at the end of the dataframe.

Appendix

In this section, an overview is given of the code used to conduct the research. Furthermore, each snapshot of code contains a small summary and the logic behind it. The display of repetitive code is avoided, if one image shows how the data files are imported, this may not be shown in other images. The libraries imported and used are Pandas, NumPy, Statsmodels, SciPy, Matplotlib, DateTime, Math, Warnings, Random, and Seaborn. After a script is finished, the results are most of the time exported to a CSV file, to reduce the risk of losing results during the process. Furthermore, CSV files can easily be imported into another script, this also helps with dividing the process into smaller parts since overall it is a lengthy process to, for example, compute 12,000+ time-series regressions from which the intercepts are captured and additional analysis applied to.

Snapshot 1:

Below code is used to clean the expense data, since funds only report the initial expense ratio or when it is changed, the code cleans the blanks by filling it with the last expense ratio reported. After a change in expense ratio, the following blanks in the data are filled with this ratio until the fund reports a new ratio. In the end, the dataset has no blanks and can be merged without dropping unnecessary data.

Snapshot 3:

Code below computes the Sharpe ratios, excess returns, and time series lengths by looping through the dataset, selecting a subset of data, checking if it has at least 30 months of returns, calculating the log return, merging the data with Fama & French factors, calculating the gross return, and then calculating the variables. By changing nav_non_esg.csv to nav_esg.csv, this code switches between ESG and non-ESG funds.

Snapshot 5:

Calculate random net and gross alphas using a combination of random ETFs. The code is similar to Snapshot 4, except a random subsample of 4 ETFs is selected for each iteration, also the process is repeated 500 times. For each iteration, the results are stored in a temporary list and in the end the mean is taken from these lists which is exported to a csv file using a dataframe.

Snapshot 4:

Calculate gross and net alphas by using the factor model as benchmark. For each iteration, a subsample is selected and merged with expenses. Then the log return is calculated and merged with Fama & French. Afterwards, the gross and net return are calculated by subtracting the RF & expense ratio divided by 12. At last, the regression is conducted, and the results are added to a data frame and exported to a csv file. For the subperiod analysis, the following line is added, where xt is the respective year: curr_fd = curr_fd.loc[(curr_fd['Year']

== x1) | (curr_fd['Year'] == x2)| (curr_fd['Year'] == x3)| (curr_fd['Year'] == x4)]

Snapshot 9:

Bootstrap the value-added using the factor models as benchmark. Code is similar to Snapshot 8, except the alpha is subtracted from the (gross/net) return. Afterwards, 1000 iterations are conducted to calculate the value-added based on a random residual from the regression.

Snapshot 6:

Merge three net alpha data files and make the plot, following subplots are conducted in a similar way and are for this reason not shown.

Snapshot 8:

Calculate gross and net value-added using the factor model. For each iteration, the (gross/net) return, the lagged TNA, and the beta are calculated. If the beta is not nan, the value-added is conducted using the formula of Kooli & Stetsyuk (2021) and added to a list. In the end, the list is exported to a csv file using a data frame.

Snapshot 7:

Read net alphas, drop inf and nan values and apply the FDR correction.

Snapshot 10:

Calculate the gross/net value-added using ETFs as benchmark, code is similar to Snapshot 8 where the factor models were used.

Snapshot 11:

Calculate the bootstrapped gross/net value-added using ETFs as benchmark, code is similar to Snapshot 9 where the factor models were used.

References

Alessandrini, F., & Jondeau, E. (2019). ESG Investing: From Sin Stocks to Smart Beta. SSRN Electronic Journal.

Andonov, A., Kräussl, R., & Rauh, J. (2021). Institutional Investors and Infrastructure Investing. The Review of Financial Studies, 34(8), pp. 3880-3934.

Barras, L., Scaillet, O., & Wermers, R. (2010). False Discoveries in Mutual Fund Performance: Measuring Luck in Estimated Alphas. THE JOURNAL OF FINANCE VOL. LXV, NO. 1.

Benjamini, Y., & Hochberg, Y. (1995). Controlling the False Discovery Rate: A Practical and Powerful Approach to Multiple Testing. Journal of the Royal Statistical Society. Series B (Methodological) Vol. 57, No. 1, pp. 289-300.

Berg, F., Fabisik, K., & Sautner, Z. (2021). Is History Repeating Itself? The (Un)predictable Past of ESG Ratings. Finance Working Paper N° 708/2020.

Berk, J. B., & van Binsbergen, J. H. (2015). Measuring Skill in the Mutual Fund Industry.

Journal of Financial Economics 118 (1): 1–20., 1–20.

Berk, J. B., Binsbergen, J. H., & Miller, M. (2020). Mutual Funds: Skill and Performance. The Journal of Portfolio Management.

Candelon, B., Hasse, J., & Lajaunie, Q. (2021). ESG-Washing in the Mutual Funds Industry?

From Information Asymmetry to Regulation. Risks (Basel), 9(11), 199.

Carhart, M. M. (1997). On Persistence in Mutual Fund Performance. The Journal of Finance.

Cremers, K. J., & Petajisto, A. (2009). How Active Is Your Fund Manager? A New Measure That Predicts Performance. The Review of Financial Studies, 22(9), pp. 3329–3365.

Dai, Y. (2021). Can ESG Investing Beat the Market and Improve Portfolio Diversification?

Evidence from China. Shanghai: School of Economics and Finance, Shanghai International Studies University.

Daugaard, D. (2020). Emerging new themes in environmental, social and governance investing: a systematic literature review. Accounting & Finance 60.

De Roon, F. A., & Nijman, T. E. (2001). Testing for mean-variance spanning: a survey. Journal of Empirical Finance 8.

Dimson, E., Karaka, O., & Li, X. (2015). Active Ownership. The Review of Financial Studies Vol. 28 Nr. 12.

ECB. (2021, September 22). European Central Bank | Eurosystem. Retrieved from European Central Bank:

https://www.ecb.europa.eu/press/pr/date/2021/html/ecb.pr210922~59ade4710b.en.ht ml

Eccles, R. G., Ioannou, I., & Serafeim, G. (2014). The Impact of Corporate Sustainability on Organizational Processes and Performance. Management Science, Vol.60, pp. 2835-2857.

Elyasiani, F., Rytchkov, O., & Stetsyuk, I. (2018). Do real estate mutual fund managers create value? Working paper.

Fama, E., & French, K. R. (2010). Luck versus Skill in the Cross-Section of Mutual Fund Returns. The Journal of Finance (New York), 65(5).

Financial Planning Association. (2020). ESG Funds Gaining Popularity; Advisers Look to Equities During Pandemic. Journal of Financial Planning, 33(6), 18–18.

Geczy, C., Stambaugh, R., & Levin, D. (2006). Investing in socially responsible mutual funds.

Working Paper, Wharton School.

Hale, J. (2021). Retrieved from Morningstar:

https://www.morningstar.com/articles/1019195/a-broken-record-flows-for-us-sustainable-funds-again-reach-new-heights

Iglewicz, B., & Hoaglin, D. (1993). Volume 16: How to Detect and Handle Outliers. American Society for Quality Control.

Jensen, M. (1968). THE PERFORMANCE OF MUTUAL FUNDS IN THE PERIOD 1945-19. Journal of Finance 23, pp. 389–416.

Jiang, H., & Verardo, M. (2018). Does Herding Behavior Reveal Skill? An Analysis of Mutual Fund Performance. The Journal of Finance Vol. 73, pp. 2229-2269.

Kooli, M., & Stetsyuk, I. (2021). Are hedge fund managers skilled? Global Finance Journal.

Lückoff, P. (2011). Mutual Fund Performance and Performance Persistence. Gabler Verlag, Wiesbaden.

Madhavan, A., Sobczyk, A., & Ang, A. (2021). Toward ESG Alpha: Analyzing ESG Exposures through a Factor Lens. Financial Analysts Journal Volume 77.

Moraes, F., Cavalcante-Filho, E., & De-Lossa, R. (2021). Unskilled fund managers:

Replicating active fund performance with few ETFs. International Review of Financial Analysis.

Nofsinger, J., & Varma, A. (2014). Socially responsible funds and market crises. Journal of Banking and Finance.

Pastor, A., Stambaugh, R. F., & Taylor, L. A. (2017). Do Funds Make More When They Trade More? The Journal of Finance Vol. 72, pp. 1483-1528.

GERELATEERDE DOCUMENTEN