How do you compare the potential value of different stage companies? And as a company progresses what is the appropriate amount of stock to give new employees?
Using data from Crunchbase and Yahoo Finance we can calculate the average value created per company broken down by how much money they have raised. From this we can then compute relative returns at the different stages, e.g. $1M raised, $10M, $100M, etc.
For this exercise we'll calibrate relative to expected return from a company that's raised $1M.
Checkout roi.sql
for the source to this table.
money raised | fraction necessary to match value at $1m
-------------------:|---------------------: 1,000 | 1.9017 10,000 | 1.8790 100,000 | 1.6041 1,000,000 | 1.0000 10,000,000 | 0.3162 100,000,000 | 0.0320 1,000,000,000 | 0.0017
So, if as an employee you had an offer from Company A that had raised $1M of 0.1% and you were looking to get Company B that had raised $10M to match it you’d want at least 0.03%.