VaR of Insurance Portfolio
Generates Monte Carlo VaR for insurance portfolio in Chapter 6.5
InsuranceVaR(mu, sigma, n, p, theta, deductible, number.trials, cl)
mu
: Mean of returnssigma
: Volatility of returnsn
: Number of contractsp
: Probability of any loss eventtheta
: Expected profit per contractdeductible
: Deductiblenumber.trials
: Number of simulation trialscl
: VaR confidence levelVaR of the specified portfolio
# Estimates VaR of Insurance portfolio with given parameters InsuranceVaR(.8, 1.3, 100, .6, 21, 12, 50, .95)
Dinesh Acharya
Dowd, K. Measuring Market Risk, Wiley, 2007.
Useful links