Steady State cannot be computed

Hi,

I have the following model (please see attached file). I am trying to find a steady state, and although ALL MY RESIDUALS are zero, dynare cannot compute the steady state. I am attaching in a another file, the steady state version of my model to check that indeed a steady state exists.

I use the [dynamic], [static] tags for computing the steady state of my model. My understanding for the way Dynare works, is that the latter wants to compute the steady state values for the purpose of making the approximations and compute the IRF. The use of the aforementioned tags, I understood, is similar to “instructing” dynare to calculate the steady state model in the way that I instruct. FYI, MY PARTICULAR steady state model still involves expectations but can be computed analytically. Hence, since Dynare cannot understand this I have my steady state model, not to be an immediate consequence of the dynamic model in the way that dynare might understand. I guess this is why I am receiving the following error message:

The solution to the static equations is not a steady state of the dynamic model: verify that the equations tagged by [static] and [dynamic] are consistent

My model, it includes idiosyncratic shocks which simply cannot washed out in the steady state, and this justifies the expectations operator in the steady state. To put it simply for you, my model includes Aggregate and idiosyncratic shocks. However, the assumptions of the model are such that, that is really as if you have one agent facing two different types of shocks. In consequence, I define as “Steady State” the event where the aggregate shocks are shut down but the idiosyncratic shocks are still in operation. This justifies the expectations operator within the steady state. However, the assumption of the idiosyncratic shocks are such that it allows me to have a closed form solution for the steady state model. To put it simply, since the model is equivalent to one agent facing two different types of shocks, and we want only one of these shocks to operate in the steady state, it seems to me that resembles the case of the “stochastic” steady state. Furthermore, along the dynamic path, the model might resemble the “uncertainty” shocks models with two types of shocks.

So, it seems that dynare ignores my “instructions” to compute the steady state system of equations that I want to calculate and is always trying to recover the steady state equations from the dynamic equations. To make it simple for you, I want to execute the following ``PROGRAMMING ALGORITHM".

  1. Compute the steady state values of the SS model as explained.
  2. Instruct Dynare to USE those values and do the rest including solving the dynamic model.

Can somehow DYNARE do this thing ? Or according to my explanations is it possible to solve this model at all in dynare? I am reading here and there, that “uncertainty shocks models” are able to be solved in dynare and secondly that dynare can “understand” the “stochastic” steady state in the way I define it before. Thus, my model boils down to an uncertainty shock model with two types of shocks where the approximating should be around the “stochastic” steady steady state (as explained before). So please, can someone tell me whether this is feasible to do in dynare ? If not it might be totally useless for my purposes then.
ssmodel.mod (2.65 KB)
competitive_equil.mod (3.57 KB)

First of all, the [static] tag is only there to simplify a dynamic equation for Dynare. It must still be the same equation, but just in steady state. You cannot provide a different equation as you do. That is why you get an error. The reason your equation is different is that Dynare’s deterministic steady state refers to all declared exogenous variables being 0 and constant for all time periods. Dynare does not know the difference between shocks you want to set to 0 and ones you want to keep (the idiosyncratic one).
You say

But Dynare cannot do this as the deterministic steady state is defined as one where all shocks are 0 and expectations drop out. That’s why I recommended to define the term involving the expectations as a separate endogenous variable in some other post.

Also, I already told you that if you want Dynare to “accept” the values you provide as steady state values without checking their correctness, see [Approximate around user provided values)

Lastly, I am not sure that Dynare can solve your type of model. This is a very peculiar and singular type of issue where you seem to be the first one ever considering it. Thus, I cannot provide much guidance and you are mostly own your own. Good luck.