Hi everyone!
I’m trying to model the dynamics of the Selic rate in Dynare. My goal is to force the Selic rate to be 1 percentage point higher than the value indicated by the Taylor rule for the first 4 periods, and after that, have it follow the Taylor rule equation as usual.
I was thinking of using a deterministic shock to add this 1 percentage point difference, but I’m not sure how to implement it correctly. Here’s what I’ve tried so far:
- Create an exogenous variable
e_choque_selic
to add the shock of 1 percentage point for the first 4 periods. - Modify the Selic equation to include this shock only for periods 1 to 4.
- Make the Selic rate return to the Taylor rule behavior starting from period 5.
How can i do it?
Thanks for your help!