3 Life Insurance and Differential Equations

Size: px
Start display at page:

Download "3 Life Insurance and Differential Equations"

Transcription

1 3 Life Insurance and Differential Equations 3.1 Model specification Ourmodelwasspecifiedbytheassumptionthattheremaininglifetimeatage xwasa randomvariable T x withacontinuousdistribution.thatdistributioniscompletelydescribed ifweknoweither: thec.d.f. F x (t),or thep.d.f. f x (t),or theforceofmortality µ x+t. Onewayistoassumethatthefirstoftheseistrue,andthatthec.d.f. F x (t)isknown (meaning that it has been estimated using suitable data). It is summarised numerically bythelifetable l x,whichisusedtocomputeepvs. Here,weassumethethirdoftheseistrue:wearegiventheforceofmortalityatallages. We can visualise this with the following picture: 38

2 Alive µ x+t Dead Figure1:Amodelthatcanbeusedtorepresentalifeinsurancecontract. Theproblemthenbecomes:given µ x+t,howcanwefindalltheprobabilitiesand EPVs needed to find premiums and policy values? The answer lies in solving ordinary differential equations(odes). We have already seen the following ODE which allows us to find survival probabilities: d dt t p x = t p x µ x+t. 39

3 We will call this the Kolmogorov equationfor reasons that will become clear later. Combinedwiththeinitialcondition 0 p x = 1,wewishtosolvethisforall t > 0. We have also seen Thiele s differential equation, which for a whole-life contract was: d dt V (t) = V (t)δ + P x µ x+t (1 V (t)). Thisallowsustocalculatepolicyvalues,butinfacttheEPVsofanycashflowscontingent uponthemodelpicturedabovecanbefound.theboundaryconditioninthiscaseisa terminal conditionrather than an initial condition(we will see this in Section 3.5). Veryrarely, µ x+t hassuchasimpleform(e.g.aconstant)thatwecanfindexplicit solutions, i.e. simple formulaeto one of both of these ODEs. Nearly always, however, we must solve them numerically, using a computer. We will do this using the simplest possible method, an Euler scheme. 40

4 3.2 Acommentonthisapproach At first sight, this approach seems more complicated than just using a life table. Indeed it is, moreover it is distinctly modern because before today s computer power became available, the numerical solution of ODEs was a formidable task. The payoff will come later, when we consider more complicated contracts. Here is an advance look at a model that underlies disability insurance, in which someone who is too sick to work receives a regular income to replace their lost earnings. 41

5 State 1 Healthy ρ x σ x µ x ν x State 3 Dead State 2 Sick Figure 2: A model that can be used to represent a disability insurance contract. Wecouldtrytoformulatethismodelintermsoftherandomtimesatwhicheventstake place,theanaloguesoftherandomlifetime T x.thisturnsouttobeextremelydifficult and complicated, and computing probabilities and EPVs by this approach is a nightmare. But, if we take as given the forces governing transitions between the three states, the analoguesoftheforceofmortality µ x+t,itturnsoutthatversionsofthekolmogorov equation and Thiele s equation can be written down very easily, and solving them 42

6 numericallyisjustaseasyasinthesimplelife-deathmodel.thatiswhywetakethis approach. 3.3 AnEulerschemeforsolvinganODE Weshow,below,howasimplerecursiveschemeEulerschemecanbeusedtosolvean ODE, given an initial condition. We are given the differential equation f (t) = g(f(t),t) andaninitialcondition f(0) = c. For example, put: 43

7 f(t) = t p x g(f(t),t) = f(t) µ x+t f(0) = 1. This sets up an Euler scheme to solve the Kolmogorov equation, conditional on the life beingaliveatage x. First, we choose a suitable step size, denoted h.this should be as small as possible, consistent with the computing capacity available. In the tutorials there is an opportunity to experiment with different step sizes. For example, 0.1 year or 0.01 year might be chosen. TheEulerschemeadvancesthesolutionoftheODEinstepsoflength h,startingwiththe initial condition. It does so by assuming that the function f(t) is approximately linear.this assumption gets more reasonable as the step size decreases. Suppose the solution has been advanced by k steps, that is, we have found approximate 44

8 values of f(h),f(2h),...,f(kh). If f(t)actuallywaslinearon [kh,(k + 1)h],itwouldbeastraightlinewithslope f (t), and the following would be exactly true: f((k + 1)h) = f(kh) + h f (kh). Although f(t)isnot,ingeneral,linearanywhere(certainlynotinthecaseofthe Kolmogorov equation representing human mortality) if the step size h is small enough, the errorwemakebyassuming f(t)tobeapproximatelylinearmaybesmallenoughtobe acceptable. Therefore, we apply Equation(3.3) successively, starting with the initial condition f(0).thisistheeulerscheme. 45

9 3.4 Solving the Kolmogorov equation Applying Euler s method to the Kolmogorov equation we have: hp x 0 p x + h d dt t p x t=0 = 0 p x + h [ 0 p x µ x+0 ] = 1 h µ x and: 2hp x h p x + h d dt t p x t=h = h p x + h [ h p x µ x+h ] = 1 h µ x h (1 h µ x )µ x+h 46

10 and: 3hp x 2h p x + h d dt t p x t=2h = 2h p x + h [ 2h p x µ x+2h ] andsoon.thiscaneasilybeprogrammed: in a spreadsheet(see tutorials) using any programming language(e.g. Visual Basic, C) using any standard maths package(e.g. Maple, Matlab, Mathematica). Infact,anystandardmathspackagewillprobablysolveODEsasastandardfeature,sothe user need not program the Euler scheme themselves. Note that the Euler scheme is the simplest numerical method for solving ODEs(which is whyweuseit).itisalso,however,amongtheslowestandleastaccuratemethods.many better methods are available, described in any good text on numerical analysis(any maths 47

11 packagewillcertainlyuseoneofthem).wewouldprobablynotuseaneulerschemein practice. 3.5 Solving Thiele s differential equation We can solve Thiele s differential equation either: (a) forwards from the initialcondition V (0) = 0 (b) or backwards from terminalconditions like: V (n) = 0 or V (n) = 1. Note: the direction of time is immaterial when solving ODEs. Suppose the function f(t) satisfies the ODE: 48

12 f (t) = g(f(t),t) andsatisfiestheinitialcondition f(0) = c 0 andtheterminalcondition f(t) = c T for sometime T > 0.Thenwecaneither: chooseapositivestepsize handadvancethesolutionforwardfrom f(0),or chooseanegativestepsize handadvancethesolutionbackwardsfrom f(t). Inthefirstcase,whenwereachtime T weshouldobtainthecorrectvalue f(t) = c T (to withinnumericalerror)and,inthesecondcase,whenwereachtime0weshouldobtain thecorrectvalue f(0) = c 0. InsolvingThiele sequation,wemightknowaninitialvalue,butoftenwedonot.infactthe initialvalueisoftentheunknownquantitywhosevaluewewanttofind.butwealmost always know a terminal value, because: apolicywithnomaturitybenefit(e.g.atermassurance)alwayshaspolicyvalue0at expiry; and 49

13 apolicywithamaturitybenefit(e.g.anendowment)alwayshaspolicyvalueequalto the maturity benefit just before expiry. Therefore, we will solve Thiele s equation backwards from such terminal conditions. ThefollowingarethefirstfewstepsofanEulerschemewithstepsize hforaterm assurancecontractsoldtoalifeage x,withsumassured$1payableimmediatelyondeath within nyearsandpremiumpayablecontinuouslyatrate P perannum.thepolicyvalueat duration tisdenoted V (t)asusual. f(t) = V (t) g(f(t),t) = V (t)δ + P µ x+t (1 V (t)) f(n) = 0. Applying Euler s method with step size h we have: 50

14 V (n h) V (n) h d dt t=n V (t) = V (n) h[v (n)δ + P µ x+n (1 V (n))] and: V (n 2h) V (n h) h d dt t=n h V (t) = V (n h) h[v (n h)δ + P µ x+n h (1 V (n h))] and: 51

15 V (n 3h) V (n 2h) h d dt t=n 2h V (t) = V (n 2h) h[v (n 2h)δ + P µ x+n 2h (1 V (n 2h))] andsoon. 3.6 Thiele s equation as a general tool We have introduced Thiele s equation as a method of finding policy values.but, if we consideranyfuturebenefitsasbeingpaidforbyasinglepremiumatoutset,wehave: Premium = EPV[Benefits] = EPV[Benefits] EPV[Future premiums] 52

16 = Policy value at outset because there are no future premiums. In other words, we can use Thiele s equation to compute the EPV of any benefits at all,not just policy values of contracts with regular premiums. Example: Consider a non-profit endowment with term 10 years sold to (30). The sum assured of $50,000 is payable on maturity, or immediately on earlier death. The force of mortalityis µ x+t andtheforceofinterestis δ,andtherearenoexpenses.findtheannual rateofpremium P. Method 1: Set up Thiele s equation for the policy value: d dt V (t) = V (t) δ + P µ x+t (50,000 V (t)). Theboundaryconditionis V (10) = 50,000,but P isunknown.sincethiswillallbe donewithacomputerwecanfind P easilybytrialanderror. Method2:SetupThiele sequationseparatelyforabenefitof$1andforanannuityof$1 53

17 per annum. These are, respectively: d dt V A(t) = V A (t) δ + 0 µ x+t (1 V A (t)) d dt V a(t) = V a (t) δ + 1 µ x+t (0 V a (t)) withboundaryconditions V A (10) = 1and V a (10) = 0.Thenbytheusualequivalence principle: P = 50,000 V A (0)/V a (0). 54

JANUARY 2016 EXAMINATIONS. Life Insurance I

JANUARY 2016 EXAMINATIONS. Life Insurance I PAPER CODE NO. MATH 273 EXAMINER: Dr. C. Boado-Penas TEL.NO. 44026 DEPARTMENT: Mathematical Sciences JANUARY 2016 EXAMINATIONS Life Insurance I Time allowed: Two and a half hours INSTRUCTIONS TO CANDIDATES:

More information

Heriot-Watt University. M.Sc. in Actuarial Science. Life Insurance Mathematics I. Tutorial 5

Heriot-Watt University. M.Sc. in Actuarial Science. Life Insurance Mathematics I. Tutorial 5 1 Heriot-Watt University M.Sc. in Actuarial Science Life Insurance Mathematics I Tutorial 5 1. Consider the illness-death model in Figure 1. A life age takes out a policy with a term of n years that pays

More information

2 Policy Values and Reserves

2 Policy Values and Reserves 2 Policy Values and Reserves [Handout to accompany this section: reprint of Life Insurance, from The Encyclopaedia of Actuarial Science, John Wiley, Chichester, 2004.] 2.1 The Life Office s Balance Sheet

More information

SOCIETY OF ACTUARIES. EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE WRITTEN-ANSWER QUESTIONS AND SOLUTIONS

SOCIETY OF ACTUARIES. EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE WRITTEN-ANSWER QUESTIONS AND SOLUTIONS SOCIETY OF ACTUARIES EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE WRITTEN-ANSWER QUESTIONS AND SOLUTIONS Questions February 12, 2015 In Questions 12, 13, and 19, the wording was changed slightly

More information

6 Insurances on Joint Lives

6 Insurances on Joint Lives 6 Insurances on Joint Lives 6.1 Introduction Itiscommonforlifeinsurancepoliciesandannuitiestodependonthedeathorsurvivalof more than one life. For example: (i) Apolicywhichpaysamonthlybenefittoawifeorotherdependentsafterthedeathof

More information

Heriot-Watt University. BSc in Actuarial Mathematics and Statistics. Life Insurance Mathematics I. Extra Problems: Multiple Choice

Heriot-Watt University. BSc in Actuarial Mathematics and Statistics. Life Insurance Mathematics I. Extra Problems: Multiple Choice Heriot-Watt University BSc in Actuarial Mathematics and Statistics Life Insurance Mathematics I Extra Problems: Multiple Choice These problems have been taken from Faculty and Institute of Actuaries exams.

More information

INSTITUTE OF ACTUARIES OF INDIA

INSTITUTE OF ACTUARIES OF INDIA INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS 17 th November 2011 Subject CT5 General Insurance, Life and Health Contingencies Time allowed: Three Hours (10.00 13.00 Hrs) Total Marks: 100 INSTRUCTIONS TO

More information

May 2012 Course MLC Examination, Problem No. 1 For a 2-year select and ultimate mortality model, you are given:

May 2012 Course MLC Examination, Problem No. 1 For a 2-year select and ultimate mortality model, you are given: Solutions to the May 2012 Course MLC Examination by Krzysztof Ostaszewski, http://www.krzysio.net, krzysio@krzysio.net Copyright 2012 by Krzysztof Ostaszewski All rights reserved. No reproduction in any

More information

Solution. Let us write s for the policy year. Then the mortality rate during year s is q 30+s 1. q 30+s 1

Solution. Let us write s for the policy year. Then the mortality rate during year s is q 30+s 1. q 30+s 1 Solutions to the May 213 Course MLC Examination by Krzysztof Ostaszewski, http://wwwkrzysionet, krzysio@krzysionet Copyright 213 by Krzysztof Ostaszewski All rights reserved No reproduction in any form

More information

4. Life Insurance Payments

4. Life Insurance Payments 4. Life Insurance Payments A life insurance premium must take into account the following factors 1. The amount to be paid upon the death of the insured person and its present value. 2. The distribution

More information

November 2012 Course MLC Examination, Problem No. 1 For two lives, (80) and (90), with independent future lifetimes, you are given: k p 80+k

November 2012 Course MLC Examination, Problem No. 1 For two lives, (80) and (90), with independent future lifetimes, you are given: k p 80+k Solutions to the November 202 Course MLC Examination by Krzysztof Ostaszewski, http://www.krzysio.net, krzysio@krzysio.net Copyright 202 by Krzysztof Ostaszewski All rights reserved. No reproduction in

More information

Math 630 Problem Set 2

Math 630 Problem Set 2 Math 63 Problem Set 2 1. AN n-year term insurance payable at the moment of death has an actuarial present value (i.e. EPV) of.572. Given µ x+t =.7 and δ =.5, find n. (Answer: 11) 2. Given: Ā 1 x:n =.4275,

More information

O MIA-009 (F2F) : GENERAL INSURANCE, LIFE AND

O MIA-009 (F2F) : GENERAL INSURANCE, LIFE AND No. of Printed Pages : 11 MIA-009 (F2F) kr) ki) M.Sc. ACTUARIAL SCIENCE (MSCAS) N December, 2012 0 O MIA-009 (F2F) : GENERAL INSURANCE, LIFE AND HEALTH CONTINGENCIES Time : 3 hours Maximum Marks : 100

More information

EXAMINATION. 6 April 2005 (pm) Subject CT5 Contingencies Core Technical. Time allowed: Three hours INSTRUCTIONS TO THE CANDIDATE

EXAMINATION. 6 April 2005 (pm) Subject CT5 Contingencies Core Technical. Time allowed: Three hours INSTRUCTIONS TO THE CANDIDATE Faculty of Actuaries Institute of Actuaries EXAMINATION 6 April 2005 (pm) Subject CT5 Contingencies Core Technical Time allowed: Three hours INSTRUCTIONS TO THE CANDIDATE 1. Enter all the candidate and

More information

Manual for SOA Exam MLC.

Manual for SOA Exam MLC. Chapter 4. Life Insurance. Extract from: Arcones Manual for the SOA Exam MLC. Fall 2009 Edition. available at http://www.actexmadriver.com/ 1/44 Properties of the APV for continuous insurance The following

More information

Annuities. Lecture: Weeks 9-11. Lecture: Weeks 9-11 (STT 455) Annuities Fall 2014 - Valdez 1 / 43

Annuities. Lecture: Weeks 9-11. Lecture: Weeks 9-11 (STT 455) Annuities Fall 2014 - Valdez 1 / 43 Annuities Lecture: Weeks 9-11 Lecture: Weeks 9-11 (STT 455) Annuities Fall 2014 - Valdez 1 / 43 What are annuities? What are annuities? An annuity is a series of payments that could vary according to:

More information

INSTITUTE AND FACULTY OF ACTUARIES EXAMINATION

INSTITUTE AND FACULTY OF ACTUARIES EXAMINATION INSTITUTE AND FACULTY OF ACTUARIES EXAMINATION 27 April 2015 (pm) Subject CT5 Contingencies Core Technical Time allowed: Three hours INSTRUCTIONS TO THE CANDIDATE 1. Enter all the candidate and examination

More information

1 Cash-flows, discounting, interest rate models

1 Cash-flows, discounting, interest rate models Assignment 1 BS4a Actuarial Science Oxford MT 2014 1 1 Cash-flows, discounting, interest rate models Please hand in your answers to questions 3, 4, 5 and 8 for marking. The rest are for further practice.

More information

How To Perform The Mathematician'S Test On The Mathematically Based Test

How To Perform The Mathematician'S Test On The Mathematically Based Test MATH 3630 Actuarial Mathematics I Final Examination - sec 001 Monday, 10 December 2012 Time Allowed: 2 hours (6:00-8:00 pm) Room: MSB 411 Total Marks: 120 points Please write your name and student number

More information

Payment streams and variable interest rates

Payment streams and variable interest rates Chapter 4 Payment streams and variable interest rates In this chapter we consider two extensions of the theory Firstly, we look at payment streams A payment stream is a payment that occurs continuously,

More information

INSTITUTE AND FACULTY OF ACTUARIES EXAMINATION

INSTITUTE AND FACULTY OF ACTUARIES EXAMINATION 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 INSTITUTE AND FACULTY OF ACTUARIES EXAMINATION 8 October 2015 (pm) Subject CT5 Contingencies Core Technical

More information

Some Observations on Variance and Risk

Some Observations on Variance and Risk Some Observations on Variance and Risk 1 Introduction By K.K.Dharni Pradip Kumar 1.1 In most actuarial contexts some or all of the cash flows in a contract are uncertain and depend on the death or survival

More information

INSTRUCTIONS TO CANDIDATES

INSTRUCTIONS TO CANDIDATES Society of Actuaries Canadian Institute of Actuaries Exam MLC Models for Life Contingencies Friday, October 31, 2014 8:30 a.m. 12:45 p.m. MLC General Instructions 1. Write your candidate number here. Your

More information

INSTITUTE OF ACTUARIES OF INDIA

INSTITUTE OF ACTUARIES OF INDIA INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS 13 th May 2015 Subject CT5 General Insurance, Life and Health Contingencies Time allowed: Three Hours (10.30 13.30 Hrs) Total Marks: 100 INSTRUCTIONS TO THE

More information

Further Topics in Actuarial Mathematics: Premium Reserves. Matthew Mikola

Further Topics in Actuarial Mathematics: Premium Reserves. Matthew Mikola Further Topics in Actuarial Mathematics: Premium Reserves Matthew Mikola April 26, 2007 Contents 1 Introduction 1 1.1 Expected Loss...................................... 2 1.2 An Overview of the Project...............................

More information

EXAMINATIONS. 18 April 2000 (am) Subject 105 Actuarial Mathematics 1. Time allowed: Three hours INSTRUCTIONS TO THE CANDIDATE

EXAMINATIONS. 18 April 2000 (am) Subject 105 Actuarial Mathematics 1. Time allowed: Three hours INSTRUCTIONS TO THE CANDIDATE Faculty of Actuaries Institute of Actuaries EXAMINATIONS 18 April 2000 (am) Subject 105 Actuarial Mathematics 1 Time allowed: Three hours INSTRUCTIONS TO THE CANDIDATE 1. Write your surname in full, the

More information

SOCIETY OF ACTUARIES. EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE QUESTIONS

SOCIETY OF ACTUARIES. EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE QUESTIONS SOCIETY OF ACTUARIES EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE QUESTIONS The following questions or solutions have been modified since this document was prepared to use with the syllabus effective

More information

SOME RELATIONSHIPS BETWEEN EXTRA PREMIUMS. BY G. V. BAYLEY, F.I.A. of the Equitable Life Assurance Society

SOME RELATIONSHIPS BETWEEN EXTRA PREMIUMS. BY G. V. BAYLEY, F.I.A. of the Equitable Life Assurance Society 86 SOME RELATIONSHIPS BETWEEN EXTRA PREMIUMS BY G. V. BAYLEY, F.I.A. of the Equitable Life Assurance Society IT sometimes happens that a whole-life or endowment assurance is effected by means of a single

More information

Chapter 2. 1. You are given: 1 t. Calculate: f. Pr[ T0

Chapter 2. 1. You are given: 1 t. Calculate: f. Pr[ T0 Chapter 2 1. You are given: 1 5 t F0 ( t) 1 1,0 t 125 125 Calculate: a. S () t 0 b. Pr[ T0 t] c. Pr[ T0 t] d. S () t e. Probability that a newborn will live to age 25. f. Probability that a person age

More information

THE GENETICS OF BREAST AND OVARIAN CANCER V: APPLICATION TO INCOME PROTECTION INSURANCE. By Baopeng Lu, Angus Macdonald and Howard Waters.

THE GENETICS OF BREAST AND OVARIAN CANCER V: APPLICATION TO INCOME PROTECTION INSURANCE. By Baopeng Lu, Angus Macdonald and Howard Waters. 1 THE GENETICS OF BREAST AND OVARIAN CANCER V: APPLICATION TO INCOME PROTECTION INSURANCE By Baopeng Lu, Angus Macdonald and Howard Waters abstract In Part IV we presented a comprehensive model of a life

More information

HUNTINGTON S DISEASE AND INSURANCE II: CRITICAL ILLNESS AND LIFE INSURANCE. abstract

HUNTINGTON S DISEASE AND INSURANCE II: CRITICAL ILLNESS AND LIFE INSURANCE. abstract 1 HUNTINGTON S DISEASE AND INSURANCE II: CRITICAL ILLNESS AND LIFE INSURANCE By Cristina Gutiérrez and Angus Macdonald abstract In Part I we proposed a model of Huntington s disease (HD), a highly penetrant,

More information

Insurance Benefits. Lecture: Weeks 6-8. Lecture: Weeks 6-8 (STT 455) Insurance Benefits Fall 2014 - Valdez 1 / 36

Insurance Benefits. Lecture: Weeks 6-8. Lecture: Weeks 6-8 (STT 455) Insurance Benefits Fall 2014 - Valdez 1 / 36 Insurance Benefits Lecture: Weeks 6-8 Lecture: Weeks 6-8 (STT 455) Insurance Benefits Fall 2014 - Valdez 1 / 36 An introduction An introduction Central theme: to quantify the value today of a (random)

More information

BRIEFING NOTE. With-Profits Policies

BRIEFING NOTE. With-Profits Policies BRIEFING NOTE With-Profits Policies This paper has been prepared by The Actuarial Profession to explain how withprofits policies work. It considers traditional non-pensions endowment policies in some detail

More information

Manual for SOA Exam MLC.

Manual for SOA Exam MLC. Chapter 6. Benefit premiums. Extract from: Arcones Fall 2010 Edition, available at http://www.actexmadriver.com/ 1/77 Fully discrete benefit premiums In this section, we will consider the funding of insurance

More information

1. Revision 2. Revision pv 3. - note that there are other equivalent formulae! 1 pv 16.5 4. A x A 1 x:n A 1

1. Revision 2. Revision pv 3. - note that there are other equivalent formulae! 1 pv 16.5 4. A x A 1 x:n A 1 Tutorial 1 1. Revision 2. Revision pv 3. - note that there are other equivalent formulae! 1 pv 16.5 4. A x A 1 x:n A 1 x:n a x a x:n n a x 5. K x = int[t x ] - or, as an approximation: T x K x + 1 2 6.

More information

Manual for SOA Exam MLC.

Manual for SOA Exam MLC. Chapter 6. Benefit premiums. Extract from: Arcones Fall 2010 Edition, available at http://www.actexmadriver.com/ 1/24 Non-level premiums and/or benefits. Let b k be the benefit paid by an insurance company

More information

CHAPTER 1. Compound Interest

CHAPTER 1. Compound Interest CHAPTER 1 Compound Interest 1. Compound Interest The simplest example of interest is a loan agreement two children might make: I will lend you a dollar, but every day you keep it, you owe me one more penny.

More information

REGS 2013: Variable Annuity Guaranteed Minimum Benefits

REGS 2013: Variable Annuity Guaranteed Minimum Benefits Department of Mathematics University of Illinois, Urbana-Champaign REGS 2013: Variable Annuity Guaranteed Minimum Benefits By: Vanessa Rivera Quiñones Professor Ruhuan Feng September 30, 2013 The author

More information

Premium Calculation. Lecture: Weeks 12-14. Lecture: Weeks 12-14 (Math 3630) Annuities Fall 2015 - Valdez 1 / 32

Premium Calculation. Lecture: Weeks 12-14. Lecture: Weeks 12-14 (Math 3630) Annuities Fall 2015 - Valdez 1 / 32 Premium Calculation Lecture: Weeks 12-14 Lecture: Weeks 12-14 (Math 3630) Annuities Fall 2015 - Valdez 1 / 32 Preliminaries Preliminaries An insurance policy (life insurance or life annuity) is funded

More information

Actuarial Mathematics and Life-Table Statistics. Eric V. Slud Mathematics Department University of Maryland, College Park

Actuarial Mathematics and Life-Table Statistics. Eric V. Slud Mathematics Department University of Maryland, College Park Actuarial Mathematics and Life-Table Statistics Eric V. Slud Mathematics Department University of Maryland, College Park c 2006 Chapter 4 Expected Present Values of Insurance Contracts We are now ready

More information

PREMIUM AND BONUS. MODULE - 3 Practice of Life Insurance. Notes

PREMIUM AND BONUS. MODULE - 3 Practice of Life Insurance. Notes 4 PREMIUM AND BONUS 4.0 INTRODUCTION A insurance policy needs to be bought. This comes at a price which is known as premium. Premium is the consideration for covering of the risk of the insured. The insured

More information

ASSESSING THE RISK POTENTIAL OF PREMIUM PAYMENT OPTIONS

ASSESSING THE RISK POTENTIAL OF PREMIUM PAYMENT OPTIONS ASSESSING THE RISK POTENTIAL OF PREMIUM PAYMENT OPTIONS IN PARTICIPATING LIFE INSURANCE CONTRACTS Nadine Gatzert phone: +41 71 2434012, fax: +41 71 2434040 nadine.gatzert@unisg.ch Hato Schmeiser phone:

More information

ACTUARIAL MATHEMATICS FOR LIFE CONTINGENT RISKS

ACTUARIAL MATHEMATICS FOR LIFE CONTINGENT RISKS ACTUARIAL MATHEMATICS FOR LIFE CONTINGENT RISKS DAVID C. M. DICKSON University of Melbourne MARY R. HARDY University of Waterloo, Ontario V HOWARD R. WATERS Heriot-Watt University, Edinburgh CAMBRIDGE

More information

Finite Difference Approach to Option Pricing

Finite Difference Approach to Option Pricing Finite Difference Approach to Option Pricing February 998 CS5 Lab Note. Ordinary differential equation An ordinary differential equation, or ODE, is an equation of the form du = fut ( (), t) (.) dt where

More information

2.1 The Present Value of an Annuity

2.1 The Present Value of an Annuity 2.1 The Present Value of an Annuity One example of a fixed annuity is an agreement to pay someone a fixed amount x for N periods (commonly months or years), e.g. a fixed pension It is assumed that the

More information

Manual for SOA Exam MLC.

Manual for SOA Exam MLC. Chapter 4. Life Insurance. c 29. Miguel A. Arcones. All rights reserved. Extract from: Arcones Manual for the SOA Exam MLC. Fall 29 Edition. available at http://www.actexmadriver.com/ c 29. Miguel A. Arcones.

More information

SOCIETY OF ACTUARIES. EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE QUESTIONS

SOCIETY OF ACTUARIES. EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE QUESTIONS SOCIETY OF ACTUARIES EXAM MLC Models for Life Contingencies EXAM MLC SAMPLE QUESTIONS The following questions or solutions have been modified since this document was prepared to use with the syllabus effective

More information

How To Calculate Netting Effects In Life Insurance

How To Calculate Netting Effects In Life Insurance Making use of netting effects when composing life insurance contracts Marcus Christiansen Preprint Series: 21-13 Fakultät für Mathematik und Wirtschaftswissenschaften UNIVERSITÄT ULM Making use of netting

More information

Huntington s Disease, Critical Illness Insurance and Life Insurance

Huntington s Disease, Critical Illness Insurance and Life Insurance Scand. Actuarial J. 2004; 4: 279/313 æoriginal ARTICLE Huntington s Disease, Critical Illness Insurance and Life Insurance CRISTINA GUTIÉRREZ and ANGUS MACDONALD Gutiérrez C. and Macdonald A. Huntington

More information

Exercises in Life Insurance Mathematics

Exercises in Life Insurance Mathematics Exercises in Life Insurance Mathematics Edited by Bjarne Mess Jakob Christensen University of Copenhagen Laboratory of Actuarial Mathematics Introduction This collection of exercises in life insurance

More information

Euler s Method and Functions

Euler s Method and Functions Chapter 3 Euler s Method and Functions The simplest method for approximately solving a differential equation is Euler s method. One starts with a particular initial value problem of the form dx dt = f(t,

More information

Lectures 5-6: Taylor Series

Lectures 5-6: Taylor Series Math 1d Instructor: Padraic Bartlett Lectures 5-: Taylor Series Weeks 5- Caltech 213 1 Taylor Polynomials and Series As we saw in week 4, power series are remarkably nice objects to work with. In particular,

More information

LIFE INSURANCE AND PENSIONS by Peter Tryfos York University

LIFE INSURANCE AND PENSIONS by Peter Tryfos York University LIFE INSURANCE AND PENSIONS by Peter Tryfos York University Introduction Life insurance is the business of insuring human life: in return for a premium payable in one sum or installments, an insurance

More information

Actuarial Society of India

Actuarial Society of India Actuarial Society of India EXAMINATION 30 th October 2006 Subject ST1 Health and Care Insurance Specialist Technical Time allowed: Three hours (14.15* pm 17.30 pm) INSTRUCTIONS TO THE CANDIDATE 1. Enter

More information

Premium Calculation. Lecture: Weeks 12-14. Lecture: Weeks 12-14 (STT 455) Premium Calculation Fall 2014 - Valdez 1 / 31

Premium Calculation. Lecture: Weeks 12-14. Lecture: Weeks 12-14 (STT 455) Premium Calculation Fall 2014 - Valdez 1 / 31 Premium Calculation Lecture: Weeks 12-14 Lecture: Weeks 12-14 (STT 455) Premium Calculation Fall 2014 - Valdez 1 / 31 Preliminaries Preliminaries An insurance policy (life insurance or life annuity) is

More information

Mathematics of Life Contingencies. Math 3281 3.00 W Instructor: Edward Furman Homework 1

Mathematics of Life Contingencies. Math 3281 3.00 W Instructor: Edward Furman Homework 1 Mathematics of Life Contingencies. Math 3281 3.00 W Instructor: Edward Furman Homework 1 Unless otherwise indicated, all lives in the following questions are subject to the same law of mortality and their

More information

Valuation and Hedging of Participating Life-Insurance Policies under Management Discretion

Valuation and Hedging of Participating Life-Insurance Policies under Management Discretion Kleinow: Participating Life-Insurance Policies 1 Valuation and Hedging of Participating Life-Insurance Policies under Management Discretion Torsten Kleinow Department of Actuarial Mathematics and Statistics

More information

Insurance Contracts. June 2013 Illustrative Examples Exposure Draft ED/2013/7 A revision of ED/2010/8 Insurance Contracts

Insurance Contracts. June 2013 Illustrative Examples Exposure Draft ED/2013/7 A revision of ED/2010/8 Insurance Contracts June 2013 Illustrative Examples Exposure Draft ED/2013/7 A revision of ED/2010/8 Insurance Contracts Insurance Contracts Comments to be received by 25 October 2013 Illustrative Examples on Exposure Draft

More information

(Common) Shock models in Exam MLC

(Common) Shock models in Exam MLC Making sense of... (Common) Shock models in Exam MLC James W. Daniel Austin Actuarial Seminars www.actuarialseminars.com June 26, 2008 c Copyright 2007 by James W. Daniel; reproduction in whole or in part

More information

The Basics of Interest Theory

The Basics of Interest Theory Contents Preface 3 The Basics of Interest Theory 9 1 The Meaning of Interest................................... 10 2 Accumulation and Amount Functions............................ 14 3 Effective Interest

More information

Fair Valuation and Hedging of Participating Life-Insurance Policies under Management Discretion

Fair Valuation and Hedging of Participating Life-Insurance Policies under Management Discretion Fair Valuation and Hedging of Participating Life-Insurance Policies under Management Discretion Torsten Kleinow Department of Actuarial Mathematics and Statistics and the Maxwell Institute for Mathematical

More information

A Full Monte Carlo Approach to the Valuation of the Surrender Option Embedded in Life Insurance Contracts

A Full Monte Carlo Approach to the Valuation of the Surrender Option Embedded in Life Insurance Contracts A Full Monte Carlo Approach to the Valuation of the Surrender Option Embedded in Life Insurance Contracts Anna Rita Bacinello Dipartimento di Matematica Applicata alle Scienze Economiche, Statistiche ed

More information

EARLY-ONSET ALZHEIMER S DISEASE, CRITICAL ILLNESS INSURANCE AND LIFE INSURANCE. By Eng Hock Gui and Angus Macdonald. abstract.

EARLY-ONSET ALZHEIMER S DISEASE, CRITICAL ILLNESS INSURANCE AND LIFE INSURANCE. By Eng Hock Gui and Angus Macdonald. abstract. 1 EARLY-ONSET ALZHEIMER S DISEASE, CRITICAL ILLNESS INSURANCE AND LIFE INSURANCE By Eng Hock Gui and Angus Macdonald abstract Early-onset Alzheimer s disease (EOAD) is a disorder with a dominantly inherited

More information

Actuarial Science with

Actuarial Science with Actuarial Science with 1. life insurance & actuarial notations Arthur Charpentier joint work with Christophe Dutang & Vincent Goulet and Giorgio Alfredo Spedicato s lifecontingencies package Meielisalp

More information

Practice Exam 1. x l x d x 50 1000 20 51 52 35 53 37

Practice Exam 1. x l x d x 50 1000 20 51 52 35 53 37 Practice Eam. You are given: (i) The following life table. (ii) 2q 52.758. l d 5 2 5 52 35 53 37 Determine d 5. (A) 2 (B) 2 (C) 22 (D) 24 (E) 26 2. For a Continuing Care Retirement Community, you are given

More information

MONEY BACK PLANS. For the year 2004-05 the two rates of investment return declared by the Life Insurance Council are 6% and 10% per annum.

MONEY BACK PLANS. For the year 2004-05 the two rates of investment return declared by the Life Insurance Council are 6% and 10% per annum. MONEY BACK PLANS 1. Money Back with Profit Unlike ordinary endowment insurance plans where the survival benefits are payable only at the end of the endowment period, this scheme provides for periodic payments

More information

ECG590I Asset Pricing. Lecture 2: Present Value 1

ECG590I Asset Pricing. Lecture 2: Present Value 1 ECG59I Asset Pricing. Lecture 2: Present Value 1 2 Present Value If you have to decide between receiving 1$ now or 1$ one year from now, then you would rather have your money now. If you have to decide

More information

Considerations for Disability Insurance

Considerations for Disability Insurance Considerations for Disability Insurance 1. Purpose and Scope The following document is written by ASISA s Risk and Disability Committee and is intended to give an overview of the key issues that should

More information

INVESTMENT SAVINGS & INSURANCE ASSOCIATION OF NZ INC ISI QUARTERLY STATISTICS GUIDELINE FOR COMPLETING RETURNS

INVESTMENT SAVINGS & INSURANCE ASSOCIATION OF NZ INC ISI QUARTERLY STATISTICS GUIDELINE FOR COMPLETING RETURNS INVESTMENT SAVINGS & INSURANCE ASSOCIATION OF NZ INC ISI QUARTERLY STATISTICS GUIDELINE FOR COMPLETING RETURNS REVISED SEPTEMBER 2009 REVISION - September 2009 ISI Quarterly Statistics Guidelines for Completing

More information

An Introduction to Applied Mathematics: An Iterative Process

An Introduction to Applied Mathematics: An Iterative Process An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling

More information

The actual term and the premium paying term for these plans are as under.

The actual term and the premium paying term for these plans are as under. FEATURES: Jeevan Surabhi plan is similar to other money back plans.however main differences in regular money back plans and Jeevan Surabhi are as under Maturity term is more than premium paying term. Early

More information

PSTricks. pst-ode. A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v0.7.

PSTricks. pst-ode. A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v0.7. PSTricks pst-ode A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v0.7 27th March 2014 Package author(s): Alexander Grahn Contents 2 Contents 1 Introduction

More information

Life insurance that may be kept in force for a person s entire life and that pays a benefit upon the person s death, whenever that may be.

Life insurance that may be kept in force for a person s entire life and that pays a benefit upon the person s death, whenever that may be. TOI SUB TOI DESCRIPTION Whole Life Life insurance that may be kept in force for a person s entire life and that pays a benefit upon the person s death, whenever that may be. L601.10 L07I Single- Whole

More information

Mathematics of Life Contingencies MATH 3281

Mathematics of Life Contingencies MATH 3281 Mathematics of Life Contingencies MATH 3281 Life annuities contracts Edward Furman Department of Mathematics and Statistics York University February 13, 2012 Edward Furman Mathematics of Life Contingencies

More information

Valuation of the Surrender Option Embedded in Equity-Linked Life Insurance. Brennan Schwartz (1976,1979) Brennan Schwartz

Valuation of the Surrender Option Embedded in Equity-Linked Life Insurance. Brennan Schwartz (1976,1979) Brennan Schwartz Valuation of the Surrender Option Embedded in Equity-Linked Life Insurance Brennan Schwartz (976,979) Brennan Schwartz 04 2005 6. Introduction Compared to traditional insurance products, one distinguishing

More information

7: The CRR Market Model

7: The CRR Market Model Ben Goldys and Marek Rutkowski School of Mathematics and Statistics University of Sydney MATH3075/3975 Financial Mathematics Semester 2, 2015 Outline We will examine the following issues: 1 The Cox-Ross-Rubinstein

More information

Measurement of Incurred but Unreported Deaths in Life Settlements Donald F. Behan

Measurement of Incurred but Unreported Deaths in Life Settlements Donald F. Behan Measurement of Incurred but Unreported Deaths in Life Settlements Donald F. Behan ABSTRACT The traditional application of incurred but unreported insurance claims adds unreported claims to the reported

More information

Manual for SOA Exam MLC.

Manual for SOA Exam MLC. Chapter 4 Life Insurance Extract from: Arcones Manual for the SOA Exam MLC Fall 2009 Edition available at http://wwwactexmadrivercom/ 1/13 Non-level payments paid at the end of the year Suppose that a

More information

D1.03: MORTGAGE REPAYMENT OVERVIEW

D1.03: MORTGAGE REPAYMENT OVERVIEW D1.03: MORTGAGE REPAYMENT OVERVIEW SYLLABUS Repayment mortgages Repayment profile Interest only mortgages Full and low cost endowment mortgages Unit-linked endowment mortgages ISA mortgages Pension mortgages

More information

Cooling and Euler's Method

Cooling and Euler's Method Lesson 2: Cooling and Euler's Method 2.1 Applied Problem. Heat transfer in a mass is very important for a number of objects such as cooling of electronic parts or the fabrication of large beams. Although

More information

Glossary of insurance terms

Glossary of insurance terms Glossary of insurance terms I. Insurance Products Annuity is a life insurance policy where an insurance company pays an income stream to an individual, usually until death, in exchange for the payment

More information

4. Life Insurance. 4.1 Survival Distribution And Life Tables. Introduction. X, Age-at-death. T (x), time-until-death

4. Life Insurance. 4.1 Survival Distribution And Life Tables. Introduction. X, Age-at-death. T (x), time-until-death 4. Life Insurance 4.1 Survival Distribution And Life Tables Introduction X, Age-at-death T (x), time-until-death Life Table Engineers use life tables to study the reliability of complex mechanical and

More information

FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008

FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 Options These notes consider the way put and call options and the underlying can be combined to create hedges, spreads and combinations. We will consider the

More information

Using Life Assurance to Mitigate Inheritance Tax

Using Life Assurance to Mitigate Inheritance Tax T e T c e h c n h n i i c a l l B B r i r e i f e i n f g i n g Using Life Assurance to Mitigate Inheritance Tax Most of us use insurance policies in a variety of ways, to protect ourselves against the

More information

Multi-state transition models with actuarial applications c

Multi-state transition models with actuarial applications c Multi-state transition models with actuarial applications c by James W. Daniel c Copyright 2004 by James W. Daniel Reprinted by the Casualty Actuarial Society and the Society of Actuaries by permission

More information

Derivatives: Options

Derivatives: Options Derivatives: Options Call Option: The right, but not the obligation, to buy an asset at a specified exercise (or, strike) price on or before a specified date. Put Option: The right, but not the obligation,

More information

ASSESSING THE RISK POTENTIAL OF PREMIUM PAYMENT OPTIONS IN PARTICIPATING LIFE INSURANCE CONTRACTS

ASSESSING THE RISK POTENTIAL OF PREMIUM PAYMENT OPTIONS IN PARTICIPATING LIFE INSURANCE CONTRACTS ASSESSING THE RISK POTENTIAL OF PREMIUM PAYMENT OPTIONS IN PARTICIPATING LIFE INSURANCE CONTRACTS NADINE GATZERT HATO SCHMEISER WORKING PAPERS ON RISK MANAGEMENT AND INSURANCE NO. 22 EDITED BY HATO SCHMEISER

More information

How To Get A Life Insurance Contract To Mature After Age 100

How To Get A Life Insurance Contract To Mature After Age 100 Part III - Administrative, Procedural, and Miscellaneous Application of Sections 7702 and 7702A to Life Insurance Contracts that Mature After Age 100 Notice 2009-47 SECTION 1. PURPOSE The purpose of this

More information

BINOMIAL OPTION PRICING

BINOMIAL OPTION PRICING Darden Graduate School of Business Administration University of Virginia BINOMIAL OPTION PRICING Binomial option pricing is a simple but powerful technique that can be used to solve many complex option-pricing

More information

Simple Interest. and Simple Discount

Simple Interest. and Simple Discount CHAPTER 1 Simple Interest and Simple Discount Learning Objectives Money is invested or borrowed in thousands of transactions every day. When an investment is cashed in or when borrowed money is repaid,

More information

Life Settlement Pricing

Life Settlement Pricing Life Settlement Pricing Yinglu Deng Patrick Brockett Richard MacMinn Tsinghua University University of Texas Illinois State University Life Settlement Description A life settlement is a financial arrangement

More information

B1.03: TERM ASSURANCE

B1.03: TERM ASSURANCE B1.03: TERM ASSURANCE SYLLABUS Term assurance Increasing term assurance Decreasing term assurance Mortgage protection Renewable and convertible term assurance Pension term assurance Tax treatment Family

More information

Delme John Pritchard

Delme John Pritchard THE GENETICS OF ALZHEIMER S DISEASE, MODELLING DISABILITY AND ADVERSE SELECTION IN THE LONGTERM CARE INSURANCE MARKET By Delme John Pritchard Submitted for the Degree of Doctor of Philosophy at HeriotWatt

More information

Life Insurance. ANGUS S. MACDONALD Volume 2, pp. 979 986. Encyclopedia Of Actuarial Science (ISBN 0-470-84676-3) Edited by

Life Insurance. ANGUS S. MACDONALD Volume 2, pp. 979 986. Encyclopedia Of Actuarial Science (ISBN 0-470-84676-3) Edited by Life Insurance ANGUS S. MACDONALD Volume 2, pp. 979 986 In Encyclopedia Of Actuarial Science (ISBN 0-470-84676-3) Edited by Jozef L. Teugels and Bjørn Sundt John Wiley & Sons, Ltd, Chichester, 2004 Life

More information

Manual for SOA Exam MLC.

Manual for SOA Exam MLC. Chapter 4. Life Insurance. Extract from: Arcones Manual for the SOA Exam MLC. Fall 2009 Edition. available at http://www.actexmadriver.com/ 1/14 Level benefit insurance in the continuous case In this chapter,

More information

Questions and Answers

Questions and Answers MA3245 Financial Mathematics I Suggested Solutions of Tutorial 1 (Semester 2/03-04) Questions and Answers 1. What is the difference between entering into a long forward contract when the forward price

More information

TRANSACTIONS OF SOCIETY OF ACTUARIES 1952 VOL. 4 NO. 10 COMPLETE ANNUITIES. EUGENE A. RASOR* Ann T. N. E. GREVILLE

TRANSACTIONS OF SOCIETY OF ACTUARIES 1952 VOL. 4 NO. 10 COMPLETE ANNUITIES. EUGENE A. RASOR* Ann T. N. E. GREVILLE TRANSACTIONS OF SOCIETY OF ACTUARIES 1952 VOL. 4 NO. 10 COMPLETE ANNUITIES EUGENE A. RASOR* Ann T. N. E. GREVILLE INTRODUCTION I N GENERAL, a complete annuity of one per annum may be defined as a curtate

More information

The Demand for Life Insurance: An Application of the Economics of Uncertainty: A Comment

The Demand for Life Insurance: An Application of the Economics of Uncertainty: A Comment THE JOlJKNAL OF FINANCE VOL. XXXVII, NO 5 UECEMREK 1982 The Demand for Life Insurance: An Application of the Economics of Uncertainty: A Comment NICHOLAS ECONOMIDES* IN HIS THEORETICAL STUDY on the demand

More information

GLOSSARY. A contract that provides for periodic payments to an annuitant for a specified period of time, often until the annuitant s death.

GLOSSARY. A contract that provides for periodic payments to an annuitant for a specified period of time, often until the annuitant s death. The glossary contains explanations of certain terms and definitions used in this prospectus in connection with the Group and its business. The terms and their meanings may not correspond to standard industry

More information

Numerical Methods in MATLAB

Numerical Methods in MATLAB Numerical Methods in MATLAB Center for Interdisciplinary Research and Consulting Department of Mathematics and Statistics University of Maryland, Baltimore County www.umbc.edu/circ Winter 2008 Mission

More information