mertonmodel
Estimates probability of default using Merton model
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Algorithms
Unlike the time series method (see mertonByTimeSeries
), when using
mertonmodel
, the equity volatility
(σE) is provided.
Given equity (E), liability (L), risk-free
interest rate (r), asset drift
(μA), and maturity
(T), you use a 2
-by-2
nonlinear system of equations. mertonmodel
solves for the asset value
(A) and asset volatility
(σA) as follows:
where N is the cumulative normal distribution, d1 and d2 are defined as:
The formulae for the distance-to-default (DD) and default probability (PD) are:
References
[1] Zielinski, T. Merton's and KMV Models In Credit Risk Management.
[2] Löffler, G. and Posch, P.N. Credit Risk Modeling Using Excel and VBA. Wiley Finance, 2011.
[3] Kim, I.J., Byun, S.J, Hwang, S.Y. An Iterative Method for Implementing Merton.
[4] Merton, R. C. “On the Pricing of Corporate Debt: The Risk Structure of Interest Rates.” Journal of Finance. Vol. 29. pp. 449 – 470.
Version History
Introduced in R2017a