Hi Guys,
Can anyone help with a program that calculates the potentiel future exposure for a given portfolio at specified period of time calculated at some level of confidence using monte carlo simulation?
Best Regards
COTBL
Sure. Post your program and use comments to highlight the sections that you have questions about.
Hi,
If you are willing to do some conversion, I can likely provide code in R, MatLab or Python.
I haven't come across any PFE (Potential Future Exposure) credit risk model in SAS so far.
Andre
SAS users have been estimating value-at-risk in SAS for decades. A Google search for
SAS "value-at-rick" "VaR" simulation
will show you some conference papers. The first hit is an IML-related paper: https://support.sas.com/resources/papers/proceedings/proceedings/sugi29/200-29.pdf
and a follow-up the next year https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/173-30.pdf
A more modern paper is Joshi (2018), which uses PROC COPULA and econometrics routines.
Since the early 2000s, most banks have chosen to use a SAS Risk Management solution,
which provides an interface to creating simulations that estimate VaR by using historical or hypothetical market events.
However, you can certainly run the simulation yourself, if that is what you prefer. I offered the OP assistance but never got a response.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.