Skip to content

This web application serves the purpose of determining your startup's valuation.

License

Notifications You must be signed in to change notification settings

Timothy102/startup_valuator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Startup Valuation App 🚀

Welcome to the Startup Valuation App! This web application helps you determine your startup's valuation using various valuation methods including P/E Ratio, Discounted Cash Flow (DCF), RADR (Risk-Adjusted Discount Rate), and CEQ (Cash-Flow-to-Equity).

Features

  • Multiple Valuation Methods: Calculate your startup's valuation using P/E Ratio, DCF, RADR, and CEQ methods.
  • Category Selection: Choose your startup's category to customize the valuation calculation.
  • Interactive Interface: User-friendly interface with sliders and input fields for easy data input.
  • Valuation Results: View valuation results in a collapsible box, providing a clear overview of the calculated valuations.

ScreenShare

How to Use

  1. Category Selection: Choose your startup's category from the dropdown menu in the sidebar.
  2. Years of Company Existence: Slide the slider to select the number of years your company has existed.
  3. Annual Revenue Input: Input annual revenue for each year of your company's existence.
  4. Calculate Valuation: Click the "Calculate Valuation" button to see valuation results.

Valuation Methods

  1. P/E Ratio Valuation: Calculates the valuation based on the Price-to-Earnings (P/E) ratio for the selected category.
  2. Discounted Cash Flow (DCF) Valuation: Calculates the present value of future cash flows, discounted back to the present.
  3. RADR (Risk-Adjusted Discount Rate) Valuation: Adjusts the discount rate based on the riskiness of the cash flows.
  4. CEQ (Cash-Flow-to-Equity) Valuation: Calculates the present value of cash flows relative to equity.

Installation

To run this app locally, follow these steps:

  1. Clone this repository:
    git clone https://github.com/your_username/startup-valuation-app.git
  2. Install the required dependencies
    pip install -r requirements.txt
  3. Run the Streamlit app
    streamlit run main.py
    

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This web application serves the purpose of determining your startup's valuation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages