Changes

Jump to navigation Jump to search
==Work Description==
===LBO Data and Patent Data===
See script for exact full work.
*Get the source file for the LBOs
:<code>E:\McNair\Projects\LBO\LBO_List_and_data.xlsx</code> Original data source
*Clean it up
:<code>E:\McNair\Projects\LBO\LBO_cleaned_data.xlsx</code> Names of LBO's/deal numbers with extraneous symbols and words removed
 
*Match it against itself
:<code>E:\McNair\Software\Scripts\Matcher\Output\LBO_cleaned_data.txt-LBO_cleaned_data.txt.matched</code> Original matched data
:<code>E:\McNair\Projects\LBO\LBO_cleaned_data_duplicates_removed</code>
 
*Get the patent data
:Draw the distinct assignees
::<code>Z:\allpatentsprocessed\DistinctAssignees2</code>
:Match them against themselves
::<code>Z:\allpatentsprocessed\DistinctAssignees2matched</code>
 
*Load the LBO data into a dbase
 
*match the LBO data to the patent data
:<code>Z:\allpatentsprocessed\LBO Patent matched</code>
 
*Note - all data in allpatentsprocessed database
:access it by logging on to <code>researcher@McNair DBServ:/bulk/allpatentsprocessed</code>
 
*Join patent data to assignee data, creating firstjoin_cleaned. firstjoin_cleaned shows organization names of assignees from the patent data and their patent numbers
:again, just look inside database
 
*join firstjoin_cleaned to matchassignees data, creating secondjoin_cleaned. secondjoin_cleaned shows standardized organization names, organization names, and patent numbers
 
*join secondjoin_cleaned to lbopatentmatch data, creating thirdjoin_cleaned. thirdjoin_cleaned shows LBO's names, standardized organization names, and their patent numbers in order to show lbo's that had patents
:a text file of the final copy can be found here
::<code>Z:\allpatentsprocessed\LBO Patent Data Joined</code>
 
*create table lbopatentinfo showing lbo names, patent numbers, and grant dates of the patents
 
*use lbopatentinfo to create table lbopatentsummary to show lbo names, amount of patents they have, minimum grant date years, maximum grant date years, and average grant date years
 
*import lbo data matched against itself into table(lbodistinct), then use that table and lbopatentsummary to create to create lbofinal. lbofinal then shows distinct lbonames, number of patents, minimum grant year, maximum grant year, and average grant year
 
*use lbofinal to create lboreallyfinal. lboreallyfinal is the same as lbofinal but with null space in number of patents replaced with 0
 
*FINAL DATA IN THE FOLLOWING FOLDER
:<code>E:\McNair\Projects\LBO</code>
 
*After getting lboreallyfinal, create a table with all of its columns in addition to the lbo deal numbers, and whether it was public to private or private to private in the following steps
#import LBOcleaneddata.txt into table dealnumbxcleannames. it will have the deal numbers and cleaned original lbo names (duplicates not removed)
#import Originallbomatch.txt into table lbonamesxcleannames. it will have the matched standardized lbo names and the cleaned original lbo names
#join those two tables together to reach the standardized lbo names with the deal numbers in table lbonamesxdealnumb, and create a column that says whether the deal was public to private or private to private in the table lboxpriv
#join lbo_list_and_data and lbopatentmatch together using lboxpriv as a go between. this provides a reference in case we want to join using stdorgname to the patent database
#join lbo_list_and_data and lboreallyfinal together using lboxpriv as a go between. this is the final table it can be found in the following folder under the name lbopatentsreallyfinal
:<code>E:\McNair\Projects\LBO\Data Sets</code>
===Introduction of Compustat and Preparation for Stata===
See script for exact full work. *Create table sdc with SDC data imported from the initial LBO data. *Create table LBOCOMPUSTAT4 with Compustat data imported.**Note: There were 3 prior Compustat pulls. The 1st is used to create several cross reference tables that are not made obsolete by the subsequent pulls. *Create table dealnumbxgvkey selecting deal numbers and gvkeys from table sdc. *Create table compustatnamematch with compustat names matched against themselves imported *Create table stdcompnamestdorgnamematched with standardized compustat names matched against stdorgname *Create table stdcompnamepatentjoin with variables standardized compustat names and patent numbers *Create table compustatpatentinfo with variables standardized compustat names, patent numbers, and grant dates *Create table stdcompnamexgvkeycleaned with variables standardized compustat names and gvkeys *Create table ALLGVKey with all distinct gvkeys from stdcompnamexgvkeycleaned *Create table AllYears with all years from 1970 to 2016 *Create table KeysXYears with variables gvkey and year. Each gvkey corresponds to 47 years. *Create table keysxyearsxstdcompname with variables gvkeys, years, and standardized compustat names *Create table compupatentyearsummary with variables standardized compustat names, gvkeys, years, and number of patents per year *Create table dealnumbxgvkeyxlboyeartemp with variables deal numbers, gvkeys, LBO years, and exit years *Create table dealnumbxgvkeyxlboyear with variables deal numbers, gvkeys, lbo years, exit years, entry year 1, entry year 2, exit year 1, and exit year 2
*Create table compupatentlboyearsummary with variables standard compustat names, gvkeys, years, number of patents per year, and lbo entries/exits in each year
*Create table statastaging with all variables from compupatentlboyearsummary in addition to all the pulled compustat variables and export to Stata
===Stata Work===
668

edits

Navigation menu