Chapter 5 Identifiers

Here identifiers refer to things such as PERMNOs, tickers, GVKEYs, CUSIPs, CIKs, and the like. The idea behind these firm identifiers is that they uniquely identify a firm for a particular purpose.18 Of course, identifiers apply not only to firms, but also people.19 But most of this chapter will focus on firm identifiers, in part because of the importance of firsm as units of observation in finance and accounting research, but also becasue identifying firms is much harder than identifying people. While not specfic to the platform I describe in this book, the issue of identifiers is one that seems less perplexing and better-handled when a relational database provides the backbone of your data store as it does here.

5.1 Firm identifiers: A quiz

My sense is that researchers’ understanding of firm identifiers is often sketchy. Here is a quick quiz to test your knowledge of firm identifiers.20 Using a standard mapping such as the PERMNO-GVKEY mapping provided by CRSP:

  • General Motors Corporation declated bankruptcy in June 2009? Does the “successor firm” General Motors Company have the same GVKEY? The same PERMNO?
  • Can a CUSIP map to more than one PERMNO? To more than one GVKEY?
  • Can a PERMNO map to more than one CUSIP?
  • Can a GVKEY map to more than one PERMCO?
  • Can a PERMCO map to different CIKs?
  • If I have two data sets, \(X\) and \(Y\) and CUSIP is a “firm” identifier on each, can you simply merge using CUSIPs?
  • When would a “firm” change CUSIPs?
  • When would a “firm” change CIKs?
  • If the firm identifier on IBES is ticker, should I merge with CRSP using ticker from crsp.stocknames?

  1. Of course, PERMNOs, CUSIPs, and tickers (at best) identify securities, not firms. More on this below.

  2. In the United States, a Social Security Number (SSN) is a pretty robust identifier of people, though as researchers, we generally don’t have access to SSNs.

  3. Obviously, I am assuming that you recognize the various identifiers. If not, read on.