Hi,
when I run the attached code (a New Keynesian model with heterogenous firms), I get the following error message:
There are 18 eigenvalue(s) larger than 1 in modulus
for 18 forward-looking variable(s)
The rank condition is verified.
Error using print_info (line 40)
Blanchard Kahn conditions are not satisfied: no stable equilibrium
Error in stoch_simul (line 81)
print_info(info, options_.noprint);
Error in Family_IRF_highgamma_kappaF_govBC_rev (line 539)
info = stoch_simul(var_list_);
Error in dynare (line 120)
evalin('base',fname) ;
I know that it might mean that one equation is redundant (usually an issue with the market clearings and the budget constraints) and another equation is missing. But the fact is that I only include the household and government budget constraints and the profit functions of the firms, and no additional resource constraint is added, so I am wondering that the error message might be related to smething else.
Could you please have a loook at the code and give me some hint how to find the mistake?
Thanks!