Skip to content

Interpolation of Mortality Curves

Overview

The ClearLife pricing model has been extended to support piecewise linear interpolation of both the mortality rate qx and the force of death (λ). This means that as one moves between underwriting date anniversaries, rather than seeing a jump in the respective rate, it gradually increases. This parameter is controlled via the Valuation Template in ClariNet (Survival Factor Interpolation Type). The options are:

Interpolation TypeMeaning
Piecewise Constant Qxq_x constant between underwriting dates.
Piecewise Constant Force Of Deathλ constant between underwriting dates.
Piecewise Linear Qxq_x linearly interpolated between u/w dates.
Piecewise Linear Force Of Deathλ linearly interpolated between u/w dates.

The Specification of Mortality

For the purposes of this document, we assume that underwriters supply either:

the survival curve

lx(t) for t=0..N at annual intervals

or the mortality curve

qx(t) for t=0..N at annual intervals

In the case of the survival curve, we will back out the mortality curve using:

qx(t1)=1lx(t)lx(t1) where lx(0)=1

Interpolation

Given that we have qx(t) for each year starting at t=0 (Underwriting Date), we need an estimate for qx(t) where t is not an anniversary of the underwriting date.

Underwritert=0t=1t=2t=3t=4
Date2-sep-20112-sep-20122-sep-20132-sep-20142-sep-2015
q x (t)25/100050/100075/1000100/1000125/1000

Given qx(t) and qx(t), we need a value for qx(t+t) where 0<t<1. t is expressed as a fraction of a year.

We show the four common approaches:

  • Piecewise constant qx;
  • Piecewise linear interpolation of qx;
  • Piecewise constant exponential interpolation of hazard rate (λ);
  • Piecewise linear exponential interpolation of hazard rate (λ);

Piecewise Constant Interpolation of qx

With this approach, we simply assume that qx(t+t) where 0<t<1 . This leads to an interpolation as follows.

Piecewise Linear Interpolation of qx

In the case of piecewise linear interpolation of qx, we calculate an interpolated value of qx between each underwriting date and a slope between each of these interpolated points. This process is straightforward with the exception of obtaining the first interpolated point, which occurs six months before the underwriting date. In order to calculate this, we simply extrapolate backwards using the slope between qx at underwriting date and qx one year later. The calculation is:

The resulting graph is:

qx(2-sep-2011)=qx(2-sep-2011)[qx(2-sep-2012)qx(2-sep-2011)]/2

To contrast the two calculations, the following graph shows them together:

From the graph, it can be seen that in the piecewise linear version, during the first half of an underwriting year, the value is below the piecewise constant value and in the second half of the year it is above. So on 2-sep-2011, PC qx = 0.025, whereas, PL qx = 0.0125. On 2-mar-2012, they are equal.

Exponential Interpolation of Hazard Rate (PC and PL)

The exponential hazard rate model assumes that within each year, mortality events are independent, continuous and occur at a constant rate. For each given value of qx(t), a survival probability is calculated; px(t)=1qx(t). Within each year, survival rates are calculated as

Since t=1, the value of λ is calculated as

This gives a table like this:

Dateq xp xλ
2-sep-20110.0250.9750.025318
2-sep-20120.050.950.051293
2-sep-20130.0750.9250.077962
2-sep-20140.10.90.105361
2-sep-20150.1250.8750.133531

The interpolation method for piecewise linear λ uses the same approach as qx but using a different rate.