Goodmorning,
I'm working on a paper which talks about the generation of delta covar written by M.Brunnermeier. I have a problem.
i must calculate the return on each bank in this way: X(i)= LEV(t)(i)ME(t)(i) - LEV(t-1)(i)ME(t-1)(i)/LEV(t-1)(i)ME(t-1)(i)
where LEV = leverage = total assets/ book equity
ME= market value of equity
Leverage are in quarterly, instead of market value in weekly.
Each time period (time t) - (t-1) is one week and hence the results for VaR and CoVaR are a prediction for one week ahead in time
The date used to obtain time series of market valued total assets are weekly values of market capitalization and quarterly balance sheet data of book valued total assets and equity.
I MUST MATCHED WEEKLY FREQUENCY WITH INTERPOLATED VALUES OF THE QUARTERLY BALANCE SHEET DATA, but i don't know the right codes to do it.
ID WeeklyDate ME ID QuarterlyDate Leverage
1 08/01/2002 8,30 1 2002Q1 13,48579
2 15/01/2002 8,52 2 2002Q2 14,53573
3 ...... 3 2002Q3 13,29393
4 ...... 4 ....
I must created this, (i suppose) and then calculate X(i)
ID WeeklyDate ME QuarterlyDate Leverage
1 08/01/2002 8,30 2002Q1 13,48
2 15/01/2002 8,52 2002Q1 13,48
3
4
Someone can help me? thanks
I'm working on a paper which talks about the generation of delta covar written by M.Brunnermeier. I have a problem.
i must calculate the return on each bank in this way: X(i)= LEV(t)(i)ME(t)(i) - LEV(t-1)(i)ME(t-1)(i)/LEV(t-1)(i)ME(t-1)(i)
where LEV = leverage = total assets/ book equity
ME= market value of equity
Leverage are in quarterly, instead of market value in weekly.
Each time period (time t) - (t-1) is one week and hence the results for VaR and CoVaR are a prediction for one week ahead in time
The date used to obtain time series of market valued total assets are weekly values of market capitalization and quarterly balance sheet data of book valued total assets and equity.
I MUST MATCHED WEEKLY FREQUENCY WITH INTERPOLATED VALUES OF THE QUARTERLY BALANCE SHEET DATA, but i don't know the right codes to do it.
ID WeeklyDate ME ID QuarterlyDate Leverage
1 08/01/2002 8,30 1 2002Q1 13,48579
2 15/01/2002 8,52 2 2002Q2 14,53573
3 ...... 3 2002Q3 13,29393
4 ...... 4 ....
I must created this, (i suppose) and then calculate X(i)
ID WeeklyDate ME QuarterlyDate Leverage
1 08/01/2002 8,30 2002Q1 13,48
2 15/01/2002 8,52 2002Q1 13,48
3
4
Someone can help me? thanks
Comment