Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.52 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.52 KB

FundamentalValuation

Project to allow for efficient fundamental valuation and analysis of companies inspired by Aswath Damodaran's lectures and writings.

Table of Contents
  1. About The Project
  2. Prerequisites
  3. Installation
  4. Example

About The Project

This project is about utilizing valuation tools for a quicker set up of a fundamental valuation for a company. The framework of the inputs and model follows Aswath Damodaran's lectures and writings.

Inputs such as Betas, Country Risk Premiums, Implied Equity Risk Premiums have mostly been automated (I am working on automate the refresh of underlying economic data as well). The final model is a Free Cash Flow to the Firm (FCFF) model. The data source I use is koyfin.com and utilizing a koyfin data bot that I have created to retreive estimates and company fundamentals. In the future I might add a free data source as well like Yahoo Finance.

The result of every valuation can be displayed as a Monte-Carlo simulation, price distribution and discount cash flow model in excel where all the inputs can be adjusted manually.

Prerequisites

Installation

Implementation