Difference between revisions of "The Impact of Entrepreneurship Hubs on Urban Venture Capital Investment"

From edegan.com
Jump to navigation Jump to search
Line 42: Line 42:
 
==Tables and Specific Procedure Used==
 
==Tables and Specific Procedure Used==
 
===Raw data tables===
 
===Raw data tables===
#Funds: fund name, first investment date, last investment date, fund closing date, address, known investment, average investment, number of companies invested, MSA, MSA code.
+
#'''Funds''': fund name, first investment date, last investment date, fund closing date, address, known investment, average investment, number of companies invested, MSA, MSA code.
#Rounds: round date, company name, state, round number, stage 1, stage 2, stage 3
+
#'''Rounds''': round date, company name, state, round number, stage 1, stage 2, stage 3
#Combined Rounds: company name, round date, disclosed amount, investor
+
#'''Combined Rounds''': company name, round date, disclosed amount, investor
#Companies: company name, first investment, last investment, MSA, MSA code, address, state, date founded, known funding, industry
+
#'''Companies''': company name, first investment, last investment, MSA, MSA code, address, state, date founded, known funding, industry
#MSA list: MSA, MSA code, CMSA, CMSA code
+
#'''MSA List''': MSA, MSA code, CMSA, CMSA code
#Industry list: changes 6 industry categories to 4— ICT, Life Sciences, Semiconductors, Other
+
#'''Industry List''': changes 6 industry categories to 4— ICT, Life Sciences, Semiconductors, Other
  
  
Line 53: Line 53:
 
The final table here contains all venture capital transactions by disclosed funds and portfolio companies, together with their CMSAs.
 
The final table here contains all venture capital transactions by disclosed funds and portfolio companies, together with their CMSAs.
 
To get the table, we processed the raw data sets in the following steps:
 
To get the table, we processed the raw data sets in the following steps:
#Clean company data
+
#Clean '''Company''' data
 
##Import raw data companies
 
##Import raw data companies
 
##Add variable 'CMSA' from data set MSA list, update variable 'industry' by joining data set industry list
 
##Add variable 'CMSA' from data set MSA list, update variable 'industry' by joining data set industry list
 
##Remove duplicates and remove undisclosed companies  
 
##Remove duplicates and remove undisclosed companies  
#Clean fund data
+
#Clean '''Fund''' data
 
##Import raw data funds
 
##Import raw data funds
 
##Add variable 'CMSA'
 
##Add variable 'CMSA'
 
##Remove duplicates and remove undisclosed funds
 
##Remove duplicates and remove undisclosed funds
 
##Match fund names with itself using [The Matcher (Tool) |The Matcher] to get the standard fund names
 
##Match fund names with itself using [The Matcher (Tool) |The Matcher] to get the standard fund names
#Clean round data
+
#Clean '''Round''' data
 
##Import raw data rounds and combined rounds
 
##Import raw data rounds and combined rounds
 
##Add variables 'number of investment', 'estimated investment' and 'year'
 
##Add variables 'number of investment', 'estimated investment' and 'year'
 
##Remove duplicates and remove undisclosed funds
 
##Remove duplicates and remove undisclosed funds
#Combine companies and rounds
+
#'''Combine''' '''Companies''' and '''Rounds'''
 
##Combine cleaned companies and rounds data table on company names
 
##Combine cleaned companies and rounds data table on company names
 
##Add variable 'round number' and 'stage'
 
##Add variable 'round number' and 'stage'
 
##Remove duplicates
 
##Remove duplicates
#Combining funds and rounds-companies
+
#'''Combine''' '''Funds''' and '''rounds-companies'''
 
##Match fund names in rounds data table with standard fund names using [The Matcher (Tool) |The Matcher] to standardize fund names in rounds data table
 
##Match fund names in rounds data table with standard fund names using [The Matcher (Tool) |The Matcher] to standardize fund names in rounds data table
 
##Join standard fund names to rounds-companies table
 
##Join standard fund names to rounds-companies table

Revision as of 12:16, 1 July 2016


McNair Project
The Impact of Entrepreneurship Hubs on Urban Venture Capital Investment
Project logo 02.png
Project Information
Project Title
Start Date
Deadline
Primary Billing
Notes
Has project status
Copyright © 2016 edegan.com. All Rights Reserved.


Abstract

The Hubs Research Project is a full-length academic paper analyzing the effectiveness of "hubs", a component of the entrepreneurship ecosystem, in the advancement and growth of entrepreneurial success in a metropolitan area.

This research will primarily be focused on large and mid-sized Metropolitan Statistical Areas (MSAs), as that is where the greater majority of Venture Capital funding is located.

Data

Venture Capital Transactions Data Set

The main goal of the data set is to aggregate company, fund, and round level data to be analyzed at a combined MSA and year level. The data set is compromised of two major parts: a granular company/fund/round and an aggregated CMSA-Year. The data includes all United States Venture Capital transactions (moneytree) from the twenty-five year period of 1990 through 2015.

The Hubs data set, from SDC Platinum, has been constructed in the server:

Data files are in 128.42.44.181/bulk/Hubs
All files are in 128.42.44.182/bulk/Projects/Hubs
psql Hubs2
Please note that this dataset is currently being constructed and has not been completely uploaded yet.

General Procedure - Granular Table

  1. Start with separate raw datasets for Companies, Funds, and Rounds
  2. Add Data to Each Individual dataset (e.g. add MSA code)
  3. Clean and standardize names (e.g. company or fund name) for each dataset
  4. Join the Datasets (here we need to exclude undisclosed companies)

General Procedure - Granular Table

  1. Create a consistent CMSA-Year table to be used later
  2. Using the tables from the granular table, parse out the right data
  3. Join the parsed out data with the CMSA-Year Table
  4. Join these Tables


Tables and Specific Procedure Used

Raw data tables

  1. Funds: fund name, first investment date, last investment date, fund closing date, address, known investment, average investment, number of companies invested, MSA, MSA code.
  2. Rounds: round date, company name, state, round number, stage 1, stage 2, stage 3
  3. Combined Rounds: company name, round date, disclosed amount, investor
  4. Companies: company name, first investment, last investment, MSA, MSA code, address, state, date founded, known funding, industry
  5. MSA List: MSA, MSA code, CMSA, CMSA code
  6. Industry List: changes 6 industry categories to 4— ICT, Life Sciences, Semiconductors, Other


Granular Table (Fund-Round-Company)

The final table here contains all venture capital transactions by disclosed funds and portfolio companies, together with their CMSAs. To get the table, we processed the raw data sets in the following steps:

  1. Clean Company data
    1. Import raw data companies
    2. Add variable 'CMSA' from data set MSA list, update variable 'industry' by joining data set industry list
    3. Remove duplicates and remove undisclosed companies
  2. Clean Fund data
    1. Import raw data funds
    2. Add variable 'CMSA'
    3. Remove duplicates and remove undisclosed funds
    4. Match fund names with itself using [The Matcher (Tool) |The Matcher] to get the standard fund names
  3. Clean Round data
    1. Import raw data rounds and combined rounds
    2. Add variables 'number of investment', 'estimated investment' and 'year'
    3. Remove duplicates and remove undisclosed funds
  4. Combine Companies and Rounds
    1. Combine cleaned companies and rounds data table on company names
    2. Add variable 'round number' and 'stage'
    3. Remove duplicates
  5. Combine Funds and rounds-companies
    1. Match fund names in rounds data table with standard fund names using [The Matcher (Tool) |The Matcher] to standardize fund names in rounds data table
    2. Join standard fund names to rounds-companies table
    3. Join cleaned funds table to rounds-companies table on standard fund names

CMSA Aggregated Table

The final table contains number of companies and amount of investment, categorized by distance and stages, of each CMSA.

We processed data as follows:

  1. Create helper tables
    1. Create single variable tables: Distinct CMSA, year, stage, found year of fund and found year of company.
    2. Create the cross production tables: CMSA-year, CMSA-year-fund year founded and CMSA-year-company year founded
  2. Draw data from cleaned companies, funds and rounds tables
    1. Create a table with 'CMSA', 'number of companies' and 'year Founded' from cleaned companies table and join it to CMSA -year founded
    2. Create a table with 'Company CMSA', 'round year', 'disclosed amount' from rounds-companies combined table, and add stage binary variables. Join it to CMSA-year-company year founded
    3. Create a table with 'CMSA', 'fund year', 'number of investors' from cleaned funds table and join it to CMSA-year-fund year founded
  3. Create near-far and stages table
    1. Add fund data to rounds-companies
    2. Create near-far and stages binary variable
    3. Count investment and deals by CMSA and year, categorized by near-far and stages
  4. Combine all tables by round year

Supplementary Data Sets

Supplementary data sets are cleaned and joined back to CMSAyear table on CMSA and year.

  • Number of STEM graduate student, by university and year(2005 to 2014).
 E:\McNair\Projects\Hubs\STEM grads for upload v2.xls
  • University R&D spending, by university and year(2004 to 2014).
 E:\McNair\Projects\Hubs\NSF spending for upload.xls
  • Income per capital, by MSA and year(2000 to 2012)
 E:\McNair\Projects\Hubs\Income per capita upload.xls
  • Wages and salaries, by MSA and year(2000 to 2012)
 E:\McNair\Projects\Hubs\Wage for upload v2.xls

Resources