I am trying to solve a model with borrowers, savers and enodogenous collateral constraint but it is not working.
Does anybody has any ideas about why this model is not well specified? I keep getting indeterminacy and it seems that I am missing one eigenvalue bigger than one and that this fact does not depend on the parametrization.
These are anyway the parameter I am using at the moment:
- Code: Select all
theta = 0;
beta_d = 0.9925;
beta_b = 0.988;
rho = 0.9;
m = 0.7;
delta = 0.1;
j = 0.12;
sig_ez = 0.01;
mi = 0.5;
epsilon_d = 0.66;
epsilon_b = 0.97;
Thank you very much