Hello,
I construct an small open economy DSGE model. Foreign sector is set to exogenous. This is the linear code.
code.mod (7.0 KB)
First question:
I applied these three function to describe the exchange rate:
‘-c=rf+ex(+1)-c(+1)-pif(+1)-ex;’
‘pif=rho_pifpif(-1)+e_pif;’
'rf=rho_rfrf(-1)+e_rf;’
I think they are not collinear, but the ‘MODEL_DIAGNOSTICS’ told me there is a collinearity problem.
Second question:
I have according to the link to revised the timing issue of capital variable. Timing of capital in two sector economy
However, it still shows:
There are 8 eigenvalue(s) larger than 1 in modulus for 9 forward-looking variable(s)
The rank condition ISN’T verified!
Blanchard & Kahn conditions are not satisfied: indeterminacy.
Could you help me to analyse the problem?