Financial toolbox/Credit risk utilities/Transprob function/E​xposuretra​nsitions

4 views (last 30 days)
Is there a possibility in MATLAB to "adapt" transprob function (or if there is another solution) so that it is the percentage of exposure transiting from one rating to another that is the output, and not the number of obligors (in particular time).
Some finance institutions (I guess minority) employ this approach. There can be a large number of defaults from one rating category, but in terms of exposure percentage it may not be that significant (or the other way). How can it be done in MATLAB? Aleksandar

Answers (1)

Michael
Michael on 13 Jun 2025
Hi Aleksandar,
This functionality was added to the transprob() function in Financial Toolbox. The transprob() function allows you to pass a column of weights which you can use to pass the exposures for each observation. See this example for the details: Create Exposure-Based Transition Matrix From Historical Data of Credit Ratings with Exposures.

Categories

Find more on Financial Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!