This Python program simulates the total annual loss distribution for an insurance portfolio using a Monte Carlo approach. It models the number of claims per year using a Poisson distribution and the severity of each claim using a Lognormal distribution. For each simulation iteration, it samples a number of claims, generates random loss amounts for those claims, sums them to calculate the total loss for the year, and repeats this process many times to build an empirical distribution of total losses. The program then calculates key risk metrics such as Value at Risk (VaR) and Tail Value at Risk (TVaR) at specified confidence levels, and visualizes the resulting loss distribution using a histogram. This provides insight into the range and likelihood of potential losses, including rare but extreme outcomes.
-
Notifications
You must be signed in to change notification settings - Fork 0
KavinBalajiCode/Loss-Distribution-Simulation
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published