French claims for private motor
fremotorclaim.RdDatasets fremotor1freq0304a/b/c, fremotor1sev0304a/b/c, fremotor1prem0304a/b/c
are nine datasets from the same database of an unknown private motor
portfolio observed between January 2003 and December 2004,
respectively claim frequency databases,
claim severity databases and premium databases.
The last letter a, b or c distinguishes the random sampling for a
given dataset series. Note that some records are common between resampling versions.
Datasets fremotor1freq0304a/b/c consist of 64,234 records
with explanatory variables for policies (possibly with mutiple vehicles
insured under the same policy number).
Datasets fremotor1prem0304a/b/c consist of 51,949 records
of claim numbers (by policy) in 2003 and 2004.
Datasets fremotor1sev0304a/b/c consist of 9,246 records
of ClaimAmount, their occurence date, the corresponding guarantee,
in 2003 and 2004.
Datasets
fremotor2sev9907,
fremotor3sev9907,
fremotor4sev9907,
and
fremotor2freq9907u,
fremotor3freq9907u,
fremotor4freq9907u,
fremotor2freq9907b,
fremotor3freq9907b,
fremotor4freq9907b
are claim severities and claim frequencies coming
from the same database for a private motor
portfolio observed between 1999 and 2007.
For size reason, the database has been splitted into
three parts fremotor2***9907,
fremotor3***9907,
fremotor4***9907.
Furthermore, the claim frequencies are available on
two different formats : longitudinal unbalanced data
and longitudinal balanced data, respectively fremotor2freq9907u
and fremotor2freq9907b.
The policy number is only available for claim frequencies:
it is impossible to match claim severities and claim frequencies.
Usage
data(fremotor1prem0304a)
data(fremotor1prem0304b)
data(fremotor1prem0304c)
data(fremotor1freq0304a)
data(fremotor1freq0304b)
data(fremotor1freq0304c)
data(fremotor1sev0304a)
data(fremotor1sev0304b)
data(fremotor1sev0304c)
data(fremotor2sev9907)
data(fremotor3sev9907)
data(fremotor4sev9907)
data(fremotor2freq9907u)
data(fremotor3freq9907u)
data(fremotor4freq9907u)
data(fremotor2freq9907b)
data(fremotor3freq9907b)
data(fremotor4freq9907b)Format
fremotor1prem0304a/b/c contain 30 columns:
IDpolThe policy ID (used to link with the claims dataset).
DrivAgeThe driver age, in years (in France, people can drive a car at 18).
DrivGenderThe gender (as
"factor").MaritalStatusThe marital status (as
"factor").BonusMalusBonus/malus, between 50 and 350: <100 means bonus, >100 means malus in France.
LicenceNbThe licence nunmber (at least one).
PayFreqThe payment frequency (as
"factor").JobCodeThe job code (as
"factor").VehAgeThe vehicle age, in years.
VehClassThe vehicle class (as
"factor").VehPowerThe vehicle power (as
"factor") from least powerful"P2"to most powerful car"P15".VehGasThe car gas, Diesel or regular (as
"factor").VehUsageThe vehicle usage (as
"factor").GarageThe type of garage (as
"factor").AreaThe area code (as
"factor"): unknown category.RegionThe policy regions in France (based on a standard French classification).
ChannelThe channel distribution code (as
"factor"): unknown category.MarketingThe marketing code (as
"factor"): unknown category.PremWindscreenThe premium for windscreen guarantee (annual basis).
PremDamAllThe premium for damage all-accident guarantee (annual basis).
PremFireThe premium for fire guarantee (annual basis).
PremAcc1The premium for type-1 accident guarantee (annual basis).
PremAcc2The premium for type-2 accident guarantee (annual basis).
PremLegalThe premium for legal protection guarantee (annual basis).
PremTPLMThe premium for mandatory third-part liability guarantee (annual basis).
PremTPLVThe premium for voluntary third-part liability guarantee (annual basis).
PremServThe premium for service guarantee (annual basis).
PremTheftThe premium for theft guarantee (annual basis).
PremTotThe total premium (annual basis).
YearNumeric for the year.
fremotor1freq0304a/b/c contain 6 columns:
IDpolThe policy ID.
YearThe underwriting year.
DamageThe claim number for the Damage guarantee.
FireThe claim number for the Fire guarantee.
OtherThe claim number for the Other guarantee.
TheftThe claim number for the Theft guarantee.
TPLThe claim number for the TPL guarantee.
WindscreenThe claim number for the Windscreen guarantee.
fremotor1sev0304a/b/c contain 6 columns:
IDpolThe policy ID.
OccurDateThe occurence date.
PaymentThe amount of money paid.
IDclaimThe claim ID.
GuaranteeThe corresponding guarantee of the claim.
fremotor2sev9907,
fremotor3sev9907,
fremotor4sev9907 contains 3 columns:
YearThe occurence year.
NbClaimThe number of claims aggregated, mostly 1.
ClaimAmountThe aggregate charge (i.e. expected claim amount).
fremotor2freq9907u,
fremotor3freq9907u,
fremotor4freq9907u contains 23 columns:
IDpolThe policy ID.
UsageThe usage (unknown category).
VehTypeThe vehicle type (unknown category).
VehPowerThe vehicle power (unknown category).
NbYearThe number of years under exposure.
NbClaimXXXXThe number of claims for year
XXXX.ExpoXXXXThe exposure for year
XXXX.
fremotor2freq9907b,
fremotor3freq9907b,
fremotor4freq9907b contains 7 columns:
IDpolThe policy ID.
YearThe year.
NbClaimThe number of claims.
ExpoThe exposure.
UsageThe usage (unknown category).
VehTypeThe vehicle type (unknown category).
VehPowerThe vehicle power (unknown category).
Examples
# (1) load of data
#
data(fremotor1prem0304a)
data(fremotor1prem0304b)
data(fremotor1prem0304c)
data(fremotor1freq0304a)
data(fremotor1freq0304b)
data(fremotor1freq0304c)
data(fremotor1sev0304a)
data(fremotor1sev0304b)
data(fremotor1sev0304c)
#gross written premium
tapply(fremotor1prem0304a$PremTot, fremotor1prem0304a$Year, sum)
#> 2003 2004
#> 13546766 8723132
# (1) load of data
#
data(fremotor2sev9907)
data(fremotor3sev9907)
data(fremotor4sev9907)
data(fremotor2freq9907u)
data(fremotor3freq9907u)
data(fremotor4freq9907u)
data(fremotor2freq9907b)
data(fremotor3freq9907b)
data(fremotor4freq9907b)