dcf_project/ ├── main.py # Main script to run the DCF analysis ├── dcf_calculator.py # Module containing the DCF calculation logic ├── data_loader.py # Module for loading and parsing Excel data ├── ...
This scripts allow you to upload financial statements in .csv format (e.g., downloaded from Morningstar.com), and automatically estimate the fair price of the company based on a discounted cash flow ...