JerBouma / FinanceToolkit

Transparent and Efficient Financial Analysis
https://www.jeroenbouma.com/projects/financetoolkit
MIT License
2.84k stars 347 forks source link

Fixed duplicate rows #46

Closed sword134 closed 1 year ago

sword134 commented 1 year ago

Fixes the normalization files causing duplicate rows as well as interest coverage ratio being calculated twice

JerBouma commented 1 year ago

Fixed the duplicate ratio separate from this PR.

I disagree with renaming the rows in the normalization files however given that financial statements are meant to be read from top to bottom and by concatting all of them together a lot of that value is lost. I understand the application for Machine Learning but in that case, it wouldn't be too difficult to set up your own normalization files (or introduce an additional index level).