Skip to content

Commit

Permalink
Docs for Mod Merton
Browse files Browse the repository at this point in the history
  • Loading branch information
mgao6767 committed Jul 4, 2023
1 parent 0598e72 commit 9be804b
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/NagelPurnanandam2020/figure3_mVe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/NagelPurnanandam2020/figure4_mdef.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions docs/measures/modified_default_probability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
tags:
- Banking
- Credit Risk
---

# Modified Default Probability (Bank)

## Introduction

[Nagel and Purnanandam (2020)](https://doi.org/10.1093/rfs/hhz125) introduce the Modified Default Probability for banks.

The rationale is simple and model beautiful. Specifically, banks' assets are contingent claims on borrowers' collateral assets, hence banks' equity and debt are contingent claims on these contingent claims. While borrowers' assets value may follow a lognormal distribution, banks' assets do not. Hence, using traditional Merton model directly on banks to gauge distance to default is not ideal.


## API

### ::: frds.measures.modified_merton.mod_merton_simulation

## Simulation Replication

The following figures are produced in by running `frds.measures.modified_merton.mod_merton_simulation.simulate()`.

### Figure 2

![figure2](https://github.com/mgao6767/frds/blob/main/docs/images/NagelPurnanandam2020/figure2_PayoffsAtDMat.png)

### Figure 3

![figure3](https://github.com/mgao6767/frds/blob/main/docs/images/NagelPurnanandam2020/figure3_mVe.png)

### Figure 4

![figure4](https://github.com/mgao6767/frds/blob/main/docs/images/NagelPurnanandam2020/figure4_mdef.png)

### Figure 5

![figure5_panel_a](https://github.com/mgao6767/frds/blob/main/docs/images/NagelPurnanandam2020/figure5_panel_a_mdefsingles.png)

![figure5_panel_b](https://github.com/mgao6767/frds/blob/main/docs/images/NagelPurnanandam2020/figure5_panel_b_mertalt.png)

## TODO

- [ ] Empirical estimation using actual bank data.

## References

* [Nagel ana Purnanandam (2020)](https://doi.org/10.1093/rfs/hhz125), Banks’ Risk Dynamics and Distance to Default, *The Review of Financial Studies*, 33(6), 2421–2467.

---

[:octicons-bug-24: Bug report](https://github.com/mgao6767/frds/issues/new?assignees=mgao6767&labels=&template=bug_report.md&title=%5BBUG%5D) | [:octicons-heart-24: Sponsor me](https://github.com/sponsors/mgao6767)
2 changes: 1 addition & 1 deletion docs/measures/z_score.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
tags:
- Banking
- Insolvency Risk
- Credit Risk
---

# Z-score
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ nav:
- Distress Insurance Premium: measures/distress_insurance_premium.md
- Long-Run MES (LRMES): measures/long_run_mes.md
- Marginal Expected Shortfall: measures/marginal_expected_shortfall.md
- 🚧 Modified Default Probability: measures/modified_default_probability.md
- SRISK: measures/srisk.md
- Systemic Expected Shortfall: measures/systemic_expected_shortfall.md
- Z-score: measures/z_score.md
Expand Down

0 comments on commit 9be804b

Please sign in to comment.