Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 877 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 877 Bytes

PE LBO MODEL

This is a simple replication/recreation of the PAPER LBO MODEL EXAMPLE by STREETOFWALLS using Python. The rationale behind for using Python was to understand how effieciently Python can be compare to excel in sense of timing assumption and formula manipulation.

Getting started

Get the dataset and assumption here: https://www.streetofwalls.com/finance-training-courses/private-equity-training/lbo-modeling-test-example/

get the code from the repository

git clone: https://github.com/Calivala-86/PE-LBO-MODEL.git

Install required python packages if previously not installed:

download link: https://www.python.org/downloads/

Instructions: https://www.tutorialspoint.com/how-to-install-python-in-windows

Install Jupyter notebook and necessary dependencies:

link: https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/