We have tried to merge the datasets we've obtained from CDS, Compustat and CRSP and we've run into some trouble.
First, I would like to ask if we did the right thing by
1: obtaining the 6-digit CUSIP values from CDS
2: using the CUSIPs to obtain Compustat data
3: using the gvkey values from the Compustat data to obtain permnos using the link function of the Compustat-CRSP merged database
4: using the permnos to obtain CRSP data
We decided to merge the datasets we obtained in reverse order, starting with the CRSP data, but when we came to the CDS data, we expected to see the monthly data expand so that there would be monthly data for every company for every event date. This went wrong and for example with the first firm in the dataset, there was only one observation that matched the first event date and only one for the second event date, but all other observations were matched with a third event date. Maybe using an m:m was a bad idea in this case. Could you help us figure out what to do to fix our problem?
Comment