Page 1 of 1

Dynare code for 3-sector NK-DSGE closed economy model

PostPosted: Sat Feb 28, 2015 12:50 pm
by mishu_06
Dear All,

I am working on dynare code to three sector NK-DSGE closed economy model .Basically I am looking at the response functions to internal terms of trade shocks in the economy. Two of the sectors are flexible and one of them is sticky. I have written three DIS's (two in terms of natural output level as deviations are zero) , one NKPC ,interest rate rule, aggregate equations and natural levels. The model does not satisfy Blanchard-Kahn conditions. Either I am not writing the model properly in dynare or this interest rate rule does not satisfy BK condition or parameter values are creating trouble, I seriously do not know. I am new to dynare and would be thankful if some of you could help me out. Kindly find my code attached.

Thanks. :)
mishu_06

Re: Dynare code for 3-sector NK-DSGE closed economy model

PostPosted: Sun Mar 15, 2015 12:00 pm
by ptr
This is a classical timing problem.

Use the command model_diagnostics(M_,options_,oo_) to view the problem.

Also see the forum; viewtopic.php?f=1&t=4740&p=12971#p12971 and viewtopic.php?f=1&t=3560.

All the best.

Re: Dynare code for 3-sector NK-DSGE closed economy model

PostPosted: Tue Mar 17, 2015 12:45 pm
by mishu_06
Thanks a lot. :)