--- license: gpl-2.0 configs: - config_name: freMTPL2freq data_files: freMTPL2freq.csv - config_name: freMTPL2sev data_files: freMTPL2sev.csv task_categories: - tabular-regression tags: - finance pretty_name: French Motor Third-Party Liability Insurance Policies and Claims size_categories: - 100K 100 means malus. - `VehBrand` (`string`): Anonymized vehicle brand code. - `VehGas` (`string`): Fuel type, either 'Regular' or 'Diesel'. - `Area` (`string`): Population density category of the city/community the driver lives in; these categories are ordered from "A" (rural) to "F" (urban center). - `Density` (`int`): Number of inhabitants per square-kilometer living in the city/area where the vehicle driver resides. - `Region` (`string`): Region in France the vehicle driver resides; these categories correspond to the [1982 - 2015 French region definitions](https://en.wikipedia.org/wiki/Regions_of_France#1982%E2%80%932015). ## `freMTPL2sev.csv` Description This file contains data on 26,639 claims made against policies in `freMTPL2freq.csv`. Each row represents a single claim and contains the following columns: - `IDpol` (`int`): Policy ID number linking the claim to a policy in `freMTPL2freq.csv`. Note that `IDpol` is *not* a unique row identifier in this file, as multiple claims may be made against the same policy. - `ClaimAmount` (`float`): Most up-to-date estimate of the total financial loss/cost of the claim, presumably in Euros (although the exact currency the financial losses are recorded is not disclosed). ## Relationship between `freMTPL2freq.csv` and `freMTPL2sev.csv` There is a one-to-many relationship between `freMTPL2freq.csv` and `freMTPL2sev.csv` such that: - Each claim in `freMTPL2sev.csv` is associated with no more than one policy in `freMTPL2freq.csv`. - Each policy in `freMTPL2freq.csv` can join onto one or more claims in `freMTPL2sev.csv` (i.e. multiple claims can be made against the same policy). - Conversely, not all policies in `freMTPL2freq.csv` will join onto a claim listed in `freMTPL2sev.csv` (i.e. not all policyholders make a claim against their policy). Indeed, ~96% of the policies in `freMTPL2freq.csv` have no associated claims in `freMTPL2sev.csv`. ## Data Inconsistency Issues Please be aware that some data inconsistencies exist between the `freMTPL2freq.csv` and `freMTPL2sev.csv` files: - *Missing Policy Records*: Not all claims in `freMTPL2sev.csv` have a corresponding policy in `freMTPL2freq.csv`, meaning that the risk attributes associated with these claims are unknown. This issue affects 195 out of 26,639 records in `freMTPL2freq.csv`. - *`ClaimNb` Discrepancies*: For some policies in `freMTPL2freq.csv`, the recorded `ClaimNb` does not match the actual number of claims recorded in `freMTPL2sev.csv` for those policies. For instance: - Some policies with `ClaimNb = 1` have no matching claims in `freMTPL2sev.csv`. - One policy with `ClaimNb = 2` has only one matching claim in `freMTPL2sev.csv`. This issue affects 9,117 out of 678,013 policies in `freMTPL2freq.csv`. These data inconsistency issues have been retained in this Hugging Face dataset so that it remains an exact replica of the original freMTPL2 dataset. ## Referencing If you use this dataset in your work, please cite the original publishers of the freMTPL2 dataset: ```latex @article{dutang2020package, title={Package ‘casdatasets’}, author={Dutang, Christophe and Charpentier, Arthur}, journal={url: https://dutangc.perso.math.cnrs.fr/RRepository/pub/web/CASdatasets-manual.pdf}, year={2020} } ```