Hi,
I am currently working with a dataset on SPAC (special purpose acquisition company) IPOs. For every SPAC, I have the IPO date, and the date an announcement is made about liquidation/merger of the SPAC.
In the SPAC market, at time t there is an amount of funds available that is used to take over another company. I have another dataset that states the amount available at time t. Now I want to compute what the average amount
of funds that were available between the IPO date and the announcement date, but I have difficulties merging these data.
The calculation should look something like this: sum(cum_funds_in_market(t))/sum(day(_n)), with the sum being all the days between IPO date and announcement date. I have attached the funds_in_spac_market dataset as attachment.
My main question is how to link these two datasets, so ultimately I have some kind of time-series for every company that starts at IPO date and ends at announcement date, with in between the corresponding funds available in SPAC market.
Is there anyone who have an idea how I could do this? Please let me know if it is not clear. Thanks in advance.
Kind regards,
Frans
I am currently working with a dataset on SPAC (special purpose acquisition company) IPOs. For every SPAC, I have the IPO date, and the date an announcement is made about liquidation/merger of the SPAC.
In the SPAC market, at time t there is an amount of funds available that is used to take over another company. I have another dataset that states the amount available at time t. Now I want to compute what the average amount
of funds that were available between the IPO date and the announcement date, but I have difficulties merging these data.
The calculation should look something like this: sum(cum_funds_in_market(t))/sum(day(_n)), with the sum being all the days between IPO date and announcement date. I have attached the funds_in_spac_market dataset as attachment.
My main question is how to link these two datasets, so ultimately I have some kind of time-series for every company that starts at IPO date and ends at announcement date, with in between the corresponding funds available in SPAC market.
Is there anyone who have an idea how I could do this? Please let me know if it is not clear. Thanks in advance.
Kind regards,
Frans
Comment