shockedProbabilityModel
R2026bDescription
Create a shockedProbabilityModel object to fit and predict
climate-adjusted probabilities of default using the UNEP FI methodology.
Use the shockedProbabilityModel object to extrapolate expert-guided
credit shocks from a small group of borrowers to an entire portfolio based on climate scenario
data. The object simplifies the optimization and prediction steps of the UNEP FI methodology
into an iterative model development process.
After creating a shockedProbabilityModel object, use the associated object functions to:
Creation
Description
specifies the names of the columns in spm = shockedProbabilityModel(data,Name=Value)data that represent the
group, subgroup, baseline probability, target probability, and ID variables. For
example, spm =
shockedProbabilityModel(data,GroupVar="Sector",SubGroupVar="Segment",BaselineProbabilityVar="BasePD",TargetProbabilityVar="TargetPD")
specifies that the group, subgroup, baseline probability, and target probability columns
have nondefault names.
Input Arguments
Name-Value Arguments
Output Arguments
Properties
Examples
More About
Version History
Introduced in R2026b