Learn R Programming

Dowd (version 0.12)

InsuranceVaR: VaR of Insurance Portfolio

Description

Generates Monte Carlo VaR for insurance portfolio in Chapter 6.5

Usage

InsuranceVaR(mu, sigma, n, p, theta, deductible, number.trials, cl)

Arguments

mu
Mean of returns
sigma
Volatility of returns
n
Number of contracts
p
Probability of any loss event
theta
Expected profit per contract
deductible
Deductible
number.trials
Number of simulation trials
cl
VaR confidence level

Value

VaR of the specified portfolio

References

Dowd, K. Measuring Market Risk, Wiley, 2007.

Examples

Run this code
# Estimates VaR of Insurance portfolio with given parameters
   InsuranceVaR(.8, 1.3, 100, .6, 21,  12, 50, .95)

Run the code above in your browser using DataLab