Skip to contents

This collection of ten datasets comes from a private motor French insurer. Each dataset includes risk features, claim amount and claim history of around 30,000 policies for year 2004.

Usage

data(freMPL1)
data(freMPL1sub)
data(freMPL2)
data(freMPL3)
data(freMPL4)
data(freMPL5)
data(freMPL6)
data(freMPL7)
data(freMPL8)
data(freMPL9)
data(freMPL10)

Format

For this collection of dataset, possible variables are given below. freMPL1-10 contains claim severity and frequency information. The following tabular gives the list of variables by file. freMPL1sub is a subset of freMPL1 with exposure closed to 1: rownames of freMPL1sub are extracted rownames of freMPL1.

freMPL1freMPL2freMPL3freMPL4freMPL5freMPL6freMPL7freMPL8freMPL9freMPL10
Exposure1111111111
LicAge1111111111
RecordBeg1111111111
RecordEnd1111111111
VehAge1111000001
Gender1111111111
MariStat1111111111
SocioCateg1111111111
VehUsage1111111111
DrivAge1111111111
HasKmLimit1111111111
BonusMalus1111111111
VehBody1111000000
VehPrice1111000000
VehEngine1111000000
VehEnergy1111000000
VehMaxSpeed1111000000
VehClass1111000000
ClaimAmount1111111111
RiskVar1111000000
Garage1111000000
ClaimInd1111111111
DeducType0011000000
ClaimNbResp0000111111
ClaimNbNonResp0000111111
ClaimNbParking0000111111
ClaimNbFireTheft0000111111
ClaimNbWindscreen0000111111
OutUseNb0000111111
RiskArea0000111111

The comprehensive list of the variables (over all datasets) is given below, yet no dataset contains all these variables.

Exposure

The exposure, in years.

RecordBeg

Beginning date of record.

RecordEnd

End date of record.

DrivAge

The driver age, in years (in France, people can drive a car at 18).

LicAge

The driving licence age, in months.

Gender

The gender, either "Male" or "Female".

MariStat

The marital status, either "Alone" or "Other".

SocioCateg

The social category known as CSP in France, between "CSP1" and "CSP99".

Garage

The garage, if any, among "Collective garage", "None", "Private garage".

HasKmLimit

A numeric, 1 if there is a km limit for the policy, 0 otherwise.

BonusMalus

A numeric for the bonus/malus, between 50 and 350: <100 means bonus, >100 means malus in France.

VehAge

The vehicle age, in years.

VehUsage

The vehicle usage among "Private", "Private+trip to office" "Professional", "Professional run".

VehBody

The vehicle body, among "bus", "cabriolet", "coupe", "microvan", "other microvan", "sedan", "sport utility vehicle", "station wagon", "van".

VehPrice

The category of the vehicle price from "A" (cheapest) to "Z" (most expensive).

VehEngine

The vehicle engine, among "carburation", "direct injection overpowered", "electric", "GPL", "injection", "injection overpowered".

VehEnergy

The vehicle energy, among "diesel", "eletric", "GPL", "regular".

VehMaxSpeed

The VehMaxSpeed, among "1-130 km/h", "130-140 km/h", "140-150 km/h", "150-160 km/h", "160-170 km/h", "170-180 km/h", "180-190 km/h", "190-200 km/h", "200-220 km/h", "220+ km/h".

VehClass

The vehicle class (unknown categories), among "0", "A", "B", "H", "M1", "M2".

RiskVar

Unkonw risk variable between 1 and 20, possibly ordered.

DeducType

Deductible type, among "Majorized", "Normal", "Partially refunded", "Proportional", "Refunded".

RiskArea

Unkonw risk area between 1 and 13, possibly ordered.

ClaimNbResp

Number of responsible claims in the 4 preceding years.

ClaimNbNonResp

Number of non-responsible claims in the 4 preceding years.

ClaimNbParking

Number of parking claims in the 4 preceding years.

ClaimNbFireTheft

Number of fire-theft claims in the 4 preceding years.

ClaimNbWindscreen

Number of windscreen claims in the 4 preceding years.

OutUseNb

Number of out-of-use in the 4 preceding years.

ClaimAmount

Total claim amount of the guarantee.

ClaimInd

Claim indicator of the guarantee. (this is not the claim number)

Source

Unknown French private insurer.

Examples


# (1) load of data
#
data(freMPL1)
data(freMPL1sub)
data(freMPL2)
data(freMPL3)
data(freMPL4)
data(freMPL5)
data(freMPL6)
data(freMPL7)
data(freMPL8)
data(freMPL9)
data(freMPL10)