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.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.