Skip to content

farbodbahari/Business-Valuation-with-Discounted-Cash-Flow-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

Business-Valuation

This repository contains the code and presentation material of the Business Valuation with Discounted Cash Flow In Python Series tutorial on YouTube. If you already know how to value companies, then for instruction on how to use the model, please refer to the Part 4 and Part 5 of the series. I have built this DCF model based on the valuation methods taught by Dr. Aswath Damodaran at NYU.

Here is Business-Valuation-with-Discounted-Cash-Flow-In-Python.pynb in colab.

What is the series about?

In this series, I will walk you through a Discounted Cash Flow Model implemented in Python to value any cash-generative asset. That will include any business publicly traded companies i.e. stocks of companies on the stock market or privately owned businesses. I will be covering high-level concepts of Valuations and Corporate Finance to set the stage for going over the DCF model in Python. Discounted cash flow a.k.a. DCF refers to a valuation method that estimates the value of an investment using its expected future cash flows. DCF analysis attempts to determine the value of an asset today, based on projections of how much money that investment will generate in the future. In the last session of this series, I will walk you through a Monte Carlo Discounted Cash Flow Simulation to probabilistically deal with the uncertainty of utilizing a DCF model. The link to the Colab file which contains presentation material, the DCF model, and its underlying code can be found here