Warning

There are a number of problem with your code.

  1. The rank condition is not satisfied ie There are 6 eigenvalue(s) larger than 1 in modulus
    for 0 forward-looking variable(s). Also see the manual and N. of eigenvalues = n. of F-L vars-> rank cond. NOT verified

  2. There could be colinear variables meaning there is a redundant equation and one missing one. This is due to Walras Law. Check your market clearing conditions, one of the equations could be redundant. Also see Colinearities

The trick is to start from a very small model by shutting down a number of equations and try if the code runs. If it does’t fix the error then run the code again and again until it runs. Once it runs, then add one equation at time.

The smaller the model, the easier it is to identify the problem then you build from there.

Best