Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.

Slides:



Advertisements
Similar presentations
Let X 1, X 2,..., X n be a set of independent random variables having a common distribution, and let E[ X i ] = . then, with probability 1 Strong law.
Advertisements

Non-life insurance mathematics
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.
Exponential Distribution. = mean interval between consequent events = rate = mean number of counts in the unit interval > 0 X = distance between events.
JMB Chapter 6 Part 1 v2 EGR 252 Spring 2009 Slide 1 Continuous Probability Distributions Many continuous probability distributions, including: Uniform.
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.
Introduction to Algorithmic Trading Strategies Lecture 8 Risk Management Haksun Li
Engineering Probability and Statistics - SE-205 -Chap 4 By S. O. Duffuaa.
1 Engineering Computation Part 6. 2 Probability density function.
Probability theory 2010 Outline  The need for transforms  Probability-generating function  Moment-generating function  Characteristic function  Applications.
Probability theory 2011 Outline of lecture 7 The Poisson process  Definitions  Restarted Poisson processes  Conditioning in Poisson processes  Thinning.
Market Risk VaR: Historical Simulation Approach
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Section 10.  An insurance policy is a contract between the party that is at risk (the policyholder) and the insurer  The policyholder pays a premium.
STK 4540Lecture 6 Claim size. The ultimate goal for calculating the pure premium is pricing 2 Pure premium = Claim frequency x claim severity Parametric.
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.
Moment Generating Functions 1/33. Contents Review of Continuous Distribution Functions 2/33.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Discrete Random Variables Chapter 4.
Options, Futures, and Other Derivatives 6 th Edition, Copyright © John C. Hull Chapter 18 Value at Risk.
Value at Risk.
Financial Risk Management of Insurance Enterprises
Alternative Measures of Risk. The Optimal Risk Measure Desirable Properties for Risk Measure A risk measure maps the whole distribution of one dollar.
Standard Statistical Distributions Most elementary statistical books provide a survey of commonly used statistical distributions. The reason we study these.
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.
Topic 4 - Continuous distributions
Chapter 3 Basic Concepts in Statistics and Probability
Further distributions
Moment Generating Functions
Practice Problems Actex 8. Section 8 -- #5 Let T 1 be the time between a car accident and reporting a claim to the insurance company. Let T 2 be the time.
RMK and Covariance Seminar on Risk and Return in Reinsurance September 26, 2005 Dave Clark American Re-Insurance Company This material is being provided.
1 Topic 4 - Continuous distributions Basics of continuous distributions Uniform distribution Normal distribution Gamma distribution.
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.
Continuous Distributions The Uniform distribution from a to b.
Reliability Models & Applications Leadership in Engineering
McGraw-Hill/Irwin Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Continuous Random Variables.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
STK 4540Lecture 2 Introduction And Claim frequency.
STK 4540Lecture 3 Uncertainty on different levels And Random intensities in the claim frequency.
Probability Refresher COMP5416 Advanced Network Technologies.
Chapter 01 Probability and Stochastic Processes References: Wolff, Stochastic Modeling and the Theory of Queues, Chapter 1 Altiok, Performance Analysis.
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Forsikring.
Stochastic Excess-of-Loss Pricing within a Financial Framework CAS 2005 Reinsurance Seminar Doris Schirmacher Ernesto Schirmacher Neeza Thandi.
Chapter 31Introduction to Statistical Quality Control, 7th Edition by Douglas C. Montgomery. Copyright (c) 2012 John Wiley & Sons, Inc.
Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring.
Central Limit Theorem Let X 1, X 2, …, X n be n independent, identically distributed random variables with mean  and standard deviation . For large n:
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Value at Risk (VaR).
Review of Risk Management Concepts
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Review of Probability Theory
Statistical Modelling
Probability Distributions: a review
Engineering Probability and Statistics - SE-205 -Chap 4
The Exponential and Gamma Distributions
Functions and Transformations of Random Variables
. . .
Chapter 7: Sampling Distributions
Correlations and Copulas
Non-life insurance mathematics
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
Lecture 2 – Monte Carlo method in finance
Continuous distributions
Functions of Random variables
Chapter 3 : Random Variables
Continuous Probability Distributions
Continuous Distributions
Moments of Random Variables
Continuous Random Variables: Basics
Presentation transcript:

Non-life insurance mathematics Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring

Solvency Financial control of liabilities under nearly worst-case scenarios Target: the reserve –which is the upper percentile of the portfolio liability Modelling has been covered (Risk premium calculations) The issue now is computation –Monte Carlo is the general tool –Some problems can be handled by simpler, Gaussian approximations

10.2 Portfolio liabilities by simple approximation The portfolio loss for independent risks become Gaussian as J tends to infinity. Assume that policy risks X 1,…,X J are stochastically independent Mean and variance for the portfolio total are then which is average expectation and variance. Then as J tends to infinfity Note that risk is underestimated for small portfolios and in branches with large claims

Normal approximations

The rule of double variance 5 Let X and Y be arbitrary random variables for which Then we have the important identities Rule of double expectationRule of double variance Some notions Examples Random intensities Poisson

The rule of double variance 6 Some notions Examples Random intensities Poisson Portfolio risk in general insurance Elementary rules for random sums imply

The rule of double variance 7 This leads to the true percentile qepsilon being approximated by Where phi epsilon is the upper epsilon percentile of the standard normal distribution Some notions Examples Random intensities Poisson

Fire data from DNB

Normal approximations in R z=scan("C:/Users/wenche_adm/Desktop/Nils/uio/Exercises/Branntest.txt"); # removes negatives nyz=ifelse(z>1,z,1.001); mu=0.0065; T=1; ksiZ=mean(nyz); sigmaZ=sd(nyz); a0 = mu*T*ksiZ; a1 = sqrt(mu*T)*sqrt(sigmaZ^2+ksiZ^2); J=5000; qepsNO95=a0*J+a1*qnorm(.95)*sqrt(J); qepsNO99=a0*J+a1*qnorm(.99)*sqrt(J); qepsNO9997=a0*J+a1*qnorm(.9997)*sqrt(J); c(qepsNO95,qepsNO99,qepsNO9997);

The normal power approximation ny3hat = 0; n=length(nyz); for (i in 1:n) { ny3hat = ny3hat + (nyz[i]-mean(nyz))**3 } ny3hat = ny3hat/n; LargeKsihat=ny3hat/(sigmaZ**3); a2 = (LargeKsihat*sigmaZ**3+3*ksiZ*sigmaZ**2+ksiZ**3)/(sigmaZ^2+ksiZ^2); qepsNP95=a0*J+a1*qnorm(.95)*sqrt(J)+a2*(qnorm(.95)**2-1)/6; qepsNP99=a0*J+a1*qnorm(.99)*sqrt(J)+a2*(qnorm(.99)**2-1)/6; qepsNP9997=a0*J+a1*qnorm(.9997)*sqrt(J)+a2*(qnorm(.9997)**2-1)/6; c(qepsNP95,qepsNP99,qepsNP9997);

Portfolio liabilities by simulation Monte Carlo simulation Advantages –More general (no restriction on use) –More versatile (easy to adapt to changing circumstances) –Better suited for longer time horizons Disadvantages –Slow computationally? –Depending on claim size distribution?

An algorithm for liabilities simulation Assume claim intensities for J policies are stored on file Assume J different claim size distributions and payment functions H 1 (z),…,H J (z) are stored The program can be organised as follows (Algorithm 10.1)

Non parametric Log-normal, Gamma The Pareto Extreme value Searching

Non parametric Log-normal, Gamma The Pareto Extreme value Searching

Non parametric Log-normal, Gamma The Pareto Extreme value Searching

Searching for the model 16 Non parametric Log-normal, Gamma The Pareto Extreme value Searching How is the final model for claim size selected? Traditional tools: QQ plots and criterion comparisons Transformations may also be used (see Erik Bølviken’s material)

Non parametric Log-normal, Gamma The Pareto Extreme value Searching

Results from top 12% modelling Non parametric Log-normal, Gamma The Pareto Extreme value Searching Weibull is best in top 12% modelling

Experiments in R Mixed distribution 2 5. Mixed distribution 1 4. Weibull 3. Pareto 2. Gamma on log scale 1. Log normal distribution 6. Monte Carlo algorithm for portfolio liabilities

Check out bimodal distributions on wikipedia

Comparison of results

Or…check out mixture distributions on wikipedia

Solvency – day 2

Solvency Financial control of liabilities under nearly worst-case scenarios Target: the reserve –which is the upper percentile of the portfolio liability Modelling has been covered (Risk premium calculations) The issue now is computation –Monte Carlo is the general tool –Some problems can be handled by simpler, Gaussian approximations

Structure Normal approximation Monte Carlo Theory Monte Carlo Practice – an example with fire data from DNB

Normal approximations

27 This leads to the true percentile qepsilon being approximated by Where phi epsilon is the upper epsilon percentile of the standard normal distribution Some notions Examples Random intensities Poisson

Monte Carlo theory Suppose X 1, X 2,… are independent and exponentially distributed with mean 1. It can then be proved for all n >= 0 and all lambda > 0. From (1) we see that the exponential distribution is the distribution that describes time between events in a Poisson process. In Section 9.3 we learnt that the distribution of X 1 +…+X n is gamma distributed with mean n and shape n The Poisson process is a process in which events occur continuously and independently at a constant average rate The Poisson probabilities on the right define the density function which is the central model for claim numbers in property insurance. Mean and standard deviation are E(N)=lambda and sd(N)=sqrt(lambda) (1)

Monte Carlo theory It is then utilized that X j =-log(U j ) is exponential if U j is uniform, and the sum X 1 +X 2 +… is monitored until it exceeds lambda, in other words

Monte Carlo theory (1)

An algorithm for liabilities simulation Assume claim intensities for J policies are stored on file Assume J different claim size distributions and payment functions H 1 (z),…,H J (z) are stored The program can be organised as follows (Algorithm 10.1)

Experiments in R Mixed distribution 2 5. Mixed distribution 1 4. Weibull 3. Pareto 2. Gamma on log scale 1. Log normal distribution 6. Monte Carlo algorithm for portfolio liabilities

Comparison of results