Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guerrieri-Lorenzoni Pr92 revised #119

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions REMARKs/Guerrieri-Lorenzoni_2017_REMARK/Appendices/Apndx.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
\input{./econtexRoot}\documentclass[../CGMPortfolio.tex]{subfiles}
\input{\econtexRoot/\ApndxDir/onlyinsubfile.tex}\begin{document}

This Appendix derives the first order conditions that characterizes the solution to the agent's problem.
\\
\\
Dropping the subscript $i$, the problem in bellman form is
\begin{align*}
&V_{t}(b_{t}, \theta_{t}) = \max _{c_{t}, n_{t}} \& U(c_{t}, n_{t})+\beta E[V_{t+1}(b_{t+1}, \theta_{t+1}) | \theta_{t}].
\end{align*}

The first order conditions for consumption and labor are
\begin{align*}
&U_{c}(c_{t},n_{t}) = \beta R_{t} E[{V^{b}_{t+1}}(b_{t+1},\theta_{t+1})|\theta_{t}] \\
&U_{n}(c_{t},n_{t}) = -\beta \theta_{t} R_{t} E[{V^{b}_{t+1}}(b_{t+1},\theta_{t+1})|\theta_{t}].
\end{align*}

Combining these two FOCs, we obtain
\begin{align*}
U_{n}(c_{t},n_{t})= - \theta_{t} U_{c}(c_{t},n_{t}).
\end{align*}




Let $\underline{V}_{t}\left(b_{t}, \theta_{t}, c_{t}, n_{t}\right)=U\left(c_{t}, n_{t}\right)+\beta E\left[V_{t+1}\left(b_{t+1}, \theta_{t+1}\right) \mid \theta_{t}\right]$. It follows that
\begin{align*}
&\underline{V}_{t}^{b}\left(b_{t}, \theta_{t}, c_{t}, n_{t}\right)=\beta E\left[V_{t+1}^{b}\left(b_{t+1}, \theta_{t+1}\right) \mid \theta_{t}\right]\\
&\underline{V}_{t}\left(b_{t}, \theta_{t}, c_{t}\left(b_{t}\right), n_{t}\left(b_{t}\right)\right)=V_{t}\left(b_{t}, \theta_{t}\right).
\end{align*}

Since $c'_{t}(b_{t})=0$ and $n'_{t}(b_{t})=0$, then
\begin{align*}
&\underline{V^{b}}_{t}(b_{t}, \theta_{t} , c_{t}(b_{t}) , n_{t}(b_{t})) = V^{b}_{t}(b_{t}, \theta_{t}), \text{ so} \\
&V^{b}_{t}(b_{t}, \theta_{t})= \beta E\left[V_{t+1}^{b}\left(b_{t+1}, \theta_{t+1}\right) \mid \theta_{t}\right].
\end{align*}

Combining with the Consumption FOC,
\begin{align*}
&V^{b}_{t}(b_{t}, \theta_{t}) = U_{c}(c_{t},n_{t}) \\
&U_{c}(c_{t},n_{t}) = \beta R_{t} \mathbb{E} \left( U_{c}(c_{t+1},n_{t+1}) \right).
\end{align*}



\end{document}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\providecommand{\econtexRoot}{}
\renewcommand{\econtexRoot}{..}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
\onlyinsubfile{% https://tex.stackexchange.com/questions/463699/proper-reference-numbers-with-subfiles
\csname @ifpackageloaded\endcsname{xr-hyper}{%
\externaldocument{\econtexRoot/CGMPort}% xr-hyper in use; optional
%argument for url of main.pdf for hyperlinks
}{%
\externaldocument{main}% xr in use
}%
\renewcommand\labelprefix{}%
% Initialize the counters via the labels belonging to the main document:
\setcounter{equation}{\numexpr\getrefnumber{\labelprefix eq:AAgg}\relax}% eq:AAgg is the last numbered equation in the main text; start counting up from there
}

Loading