All Projects → michaelewens → SDC-to-Compustat-Mapping

michaelewens / SDC-to-Compustat-Mapping

Licence: other
A mapping between SDCs M&A database and the gvkey's in Compustat

Projects that are alternatives of or similar to SDC-to-Compustat-Mapping

okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+117.5%)
Mutual labels:  finance
tdameritradeclient
A very simple api request client accessing TD Ameritrade API built in rust.
Stars: ✭ 33 (-17.5%)
Mutual labels:  finance
ARCHModels.jl
A Julia package for estimating ARMA-GARCH models.
Stars: ✭ 63 (+57.5%)
Mutual labels:  finance
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+122.5%)
Mutual labels:  finance
finance-qa-spider
金融问答平台文本数据采集/爬取,数据源涉及上交所,深交所,全景网及新浪股吧
Stars: ✭ 33 (-17.5%)
Mutual labels:  finance
cryptoviz
A web-based Depth-Of-Market visualization for data of the Poloniex cryptocurrency exchange.
Stars: ✭ 65 (+62.5%)
Mutual labels:  finance
effective-interest-rate
Calculate effective interest, XIRR or effective APR.
Stars: ✭ 20 (-50%)
Mutual labels:  finance
prowide-core-examples
Source code examples for "Prowide Core", open source SWIFT Java library
Stars: ✭ 65 (+62.5%)
Mutual labels:  finance
orderbook
A fast L2/L3 orderbook data structure, in C, for Python
Stars: ✭ 101 (+152.5%)
Mutual labels:  finance
social-security-tools
Website Source for https://ssa.tools/
Stars: ✭ 46 (+15%)
Mutual labels:  finance
bittrex
A R Client for the Bittrex Crypto-Currency Exchange
Stars: ✭ 26 (-35%)
Mutual labels:  finance
prickle
A Python toolkit for high-frequency trade research.
Stars: ✭ 32 (-20%)
Mutual labels:  finance
budget-watch
Application for personal budget management
Stars: ✭ 70 (+75%)
Mutual labels:  finance
brapi
API ilimitada da Bovespa, moedas e crypto. Ganhe acesso aos dados de qualquer ação, moeda ou criptomoeda
Stars: ✭ 36 (-10%)
Mutual labels:  finance
ESL
​The Economic Simulation Library provides an extensive collection of tools to develop, test, analyse and calibrate economic and financial agent-based models. The library is designed to take advantage of different computer architectures. In order to facilitate rapid iteration during model development the library can use parallel computation. Econ…
Stars: ✭ 36 (-10%)
Mutual labels:  finance
QuoraBooks
A GitHub repo for Quant Finance resources
Stars: ✭ 17 (-57.5%)
Mutual labels:  finance
finance-courses
Notes and examples about Portfolio Construction and Analysis with Python (Jupyter notebooks)
Stars: ✭ 104 (+160%)
Mutual labels:  finance
Penny-Seed
PennySeed is an alternative crowdfunding platform where the funding goal is divided by the number of pledgers
Stars: ✭ 18 (-55%)
Mutual labels:  finance
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+467.5%)
Mutual labels:  finance
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-32.5%)
Mutual labels:  finance

Description

Connecting SDC's M&A database to Compustat requires gvkey's for both the acquirer and target (if they are traded/public). Gordon Phillips and Alexei Zhdanov (RFS, 2013) created the first major mapping between firms in SDC and Compustat using a combination of name and date matching. Gaps where filled in using this website that replicates the gvkey search in WRDS. The data was used in Ewens, Peters and Wang (2018). Either myself or a research assistant searched all M&As deals from 1996-2016 that did not have a gvkey in the Phillips and Zhdanov data, comparing names and dates by hand.

Data

The data connecting SDC deal number to gvkeys is in csv form with the following structure:

(DealNumber, tgvkey, agvkey)

where

  • DealNumber: SDC identifier for deals.
  • agvkey: the acquirer gvkey (can be missing)
  • tgvkey: the target gvkey (can be missing)

Note that this includes all deals where we could find a gvkey for either the acquirer or target. Basic statistics as of Nov. 20th, 2018:

  • 100,454 deals with agvkey
  • 50,248 deals with tgveky
  • 22,259 with both agvkey and tgveky

Company-level match using CUSIP

The second file was built by taking all the SDC name-CUSIP pairs without a match in the main repo's mapping (above) and comparing them to all Compustat-GVKEY pairs. The match is then done on SDC names-Compustat names. Note that this is a time-invariant mapping based entirely on company names (so there can be multiple SDC CUSIPs to one Compustat GVKEY as a company changes its CUSIP over time). From Daniel Yang (Ohio State).

Updates

Stay tuned (i.e., watch or star this repo.) for updates. Any errors or fill-ins, please email [email protected].

Citations

@article{phillips2013r,
  title={R\&D and the Incentives from Merger and Acquisition Activity},
  author={Phillips, Gordon M and Zhdanov, Alexei},
  journal={The Review of Financial Studies},
  volume={26},
  number={1},
  pages={34--78},
  year={2013},
  publisher={Society for Financial Studies}
  }

and

@article{ewensPetersWang2018,
 title={Acquisition prices and the measurement of intangible capital},
 author={Ewens, Michael and Peters, Ryan and Wang, Sean},
 journal={Working Paper}
 year={2018}
 }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].