Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.23 KB

EconFixedPointPDEs.jl

This repository aims to extend EconPDEs.jl to permit jump diffusions in endogenous state variables by applying pseudo-transient continuation to the value function iteration method developed by Li, Wenhao (2020) "Public Liquidity and Financial Crises". The key problem is that with jump diffusions the Hamilton-Jacobi-Bellman equation becomes an integro-differential equation. Li (2020) handles this problem with tempered fixed-point iteration. The method, however, requires log utility for agents. To extend the method for more general preferences and models, I plan to use pseudo-transient relaxation as the proposal method for the next guess of value functions in the tempered fixed-point iteration.

The current plan of development is

  1. Replicate Li (2020) in Julia. (DONE)

    a. Approx. 4 times faster (2s in Julia vs. 8s in MATLAB) on a Macbook Pro.

  2. Implement basic "Brunnermeier-Sannikov" style model with jumps.

  3. Rewrite the solution method to apply pseudo-transient continuation. Test with the Brunnermeier-Sannikov model.

  4. Extend EconPDEs.jl to permit generic problems featuring fixed points.