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 has been a personal project that I've been wanting to get to for a while. As my previous experience in financial modelling has always been in MS Excel, I've longed sought to pivot to Python ...