Hi guys,
I'm working on an RBC model with news (anticipated) shocks.
Apparently it quite easy to model them in Dynare. For instance I've found this post: viewtopic.php?f=2&t=2030
The same approach can be found here (http://www.nd.edu/~esims1/ps5_grad.pdf), last page. The news shock is modeled as:
a = a(-1) +news3t (-1) + e
news3 = news2(-1)
news2 = news1(-1)
news1 = v
I used the same approach in my code. HOWEVER, one issue emerges: some of the relevant variables (for instance consumption!) jumps AT THE MOMENT of the shock and NOT when the news is released (as it should be).
Any idea why this happens and how to modify the code?
Thanks,
RT