I was wondering if I can use the toolkit to solve a lifecycle model with labor search and an acceptance decision.
Let me illustrate the model, which is a stripped-down version of Kitao (JME, 2014).
Individuals can be either employed or unemployed. The state variables of an employed/unemployed individual are (a,g,j) where a is assets, g is productivity and j is age. The choice variables are savings a' and search effort s.
Employed individuals choose a' to solve
V^E(a,g,j) = \max_{a'} u(c) + \beta E[ (1-\sigma) \max [V^E(a',g',j+1),V^U(a',g',j+1)]+ \sigma V^U(a',g',j+1) ]
subject to
c+a' = g\times w +(1+r)a, \quad a' \geq 0
where \sigma \in (0,1) denotes the job separation rate. Note that if the individual is lucky and does not lose the job, he/she can still decide to quit.
Unemployed individuals choose a' and s to solve
V^U(a,g,j) = \max_{s,a'} u(c)-v(s) + \beta E[ \pi^s(s) \max [V^E(a',g',j+1),V^U(a',g',j+1)]+ (1-\pi^s(s)) V^U(a',g',j+1) ]
subject to
c+a' = b_U +(1+r)a, \quad a' \geq 0
where \pi^s(s) denotes the job finding probability (increasing in effort s). The expectation E on the right-hand-side of the Bellman equations is with respect to the realization g' that follows the Markov chain \Gamma_j(g,g').
Now, if there wasn’t the max inside of the two Bellman equations, the problem would be easy: I can define a semi-exogenous state call it \ell \in \{E,U \} whose transition probabilities are affected by the decision variable s, in addition to the standard exogenous Markov g. Let the transition probability of \ell be defined as \pi^{\ell}(\ell,\ell'|s).
However, in this formulation we also have a stay/quit decision in the equation for employed and an accept/reject decision in the equation for unemployed. Do I need another decision variable? How can I set the problem in the toolkit?
Thanks!
