Comparing DC-EGM by Iskhakov, F. , Jørgensen, T. H., Rust, J. and Schjerning, B. (2017) with FUES by Dobrescu, L., & Shanker, A. (2022)
The goals of this repository is:
- Demonstrate how each version works
- Show that they generate the same results in case the end-of-period asset function is monotone in beginning-of-period market resources
- Show that FUES outperforms DC-EGM in case the end-of-period asset function is not monotone in beginning-of-period market resources
Under code/python you can find:
- Example1_Writing_a_Will.ipynb (example in which DC-EGM and FUES is the same)
TBD:
- Toy model in which DC-EGM and FUES is the same
- Toy model in which DC-EGM and FUES is not the same
- Example in which DC-EGM and FUES is not the same (durables)
To run all files, please install all packages in requirements.txt
pip install -r requirements.txt