Estimation of Smets and Wouters (2007) with Occbin

Hi everybody,

I estimated the model of Smets and Wouters (2007) with Swiss data (1991-2019), accounting for the interest rate lower bound with Occbin. For this, I have built on @jpfeifer’s replication codes for the original paper.

The estimation results suggest that the Swiss economy was not at all constrained by the lower bound. Specifically, the smoothed notional interest rate (rnot) is identical to the smoothed nominal interest rate (r) over the whole sample period. The posterior parameter distributions are identical to those obtained from estimation without Occbin.

I am not sure whether my results are genuine. The Swiss policy rate was at -0.75% for five years between 2015 and 2019.
I am grafeful for feedback on my implementation of Occbin in the mod file and for further comments.

Thank you for your help.

Files:
SW07_SG.mod (21.3 KB)
Data_SW07_CH.mat (6.1 KB)
SW07_SG_mode.mat (8.2 KB)
SmoothedVariables.mat (278.3 KB)

I am a bit confused by your implementation. You set the lower bound to r_lbch, which is -0.2. But the lowest interest rate in your data is -0.1875. Thus, the ZLB will never bind.

Thank you for your feedback.

I set r_lbch to -0.2 because the Swiss Libor rate was repeatedly slightly below the -0.1875 threshold. I would argue that if you want to interpret r_lbch as a structural parameter of the economy (which is calibrated) the Libor rate falling below -0.1875 rules out this value as a choice for r_lbch. In other words, the fact that the Libor rate went below -0.1875 suggests that the policy rate (which is my observed interest rate) could also have gone a little bit lower.

Please let me know what you think of the above argument. Would you instead choose the value for r_lbch based on “practical and econometric” considerations? Specifically, would you suggest to simply set r_lbch equal to the lowest observed value of the interest rate? Could such a small change in r_lbch (-0.1875 vs. -0.2) lead to materially different results in the first place?

Does the fact that the ZLB is never binding imply that the ZLB constraint has no effect on the estimation results? Isn’t it the case that even though the ZLB is never binding the constraint still affects the computation of the time-varying decision rules in the Occbin algorithm?

For comparison I have in the meantime also estimated the model with r_lbch=-0.1875. The results are nearly identical. That is, the smoothed notional interest rate (rnot) still equals the smoothed nominal interest rate (r). I guess this should not come as a surprise given the very small change in r_lbch.

1 Like