Contenido principal

Exposure at Default Models

R2026b
Estimate exposure at default

Calculate the Exposure at Default (EAD) using a Regression, Tobit, or Beta model to predict the amount of loss exposure for a bank when a debtor defaults on a loan. Calculate the estimated loss reserves using Expected Credit Loss (ECL) calculator.

Functions

expand all

fitEADModelCreate specified EAD model object type
predictPredict exposure at default
modelDiscriminationCompute AUROC and ROC data
modelDiscriminationPlotPlot ROC curve
modelCalibrationCompute R-square, RMSE, correlation, and sample mean error of predicted and observed EADs (Since R2023a)
modelCalibrationPlotScatter plot of predicted and observed EADs (Since R2023a)
portfolioECLCompute the lifetime ECL at individual or portfolio level (Since R2022a)

Objects

RegressionCreate Regression model object for exposure at default
TobitCreate Tobit model object for exposure at default
BetaCreate Beta model object for exposure at default (Since R2022b)

Topics