Swedish Buss Insurance dataset
swbuss.RdThis data comes from the former Swedish insurance company Wasa, before its 1999 fusion with Laensfoersaekringar Alliance. In Sweden, insurance involves three types of cover: TPL (third party liability), partial casco and hull. TPL covers any bodily injuries plus property damages caused to others in a traffic accident. Partial casco (may not be used in all countries) covers theft but also some other causes of loss such as fire. Hull covers damage on the policyholder's own vehicle. Note that The TPL insurance is mandatory, while the others are optional. The three types of cover are often sold in a package as a comprehensive insurance, but they are usually priced separately. This dataset contains information relative to partial casco only for buss in the commercial lines. Transportation companies own one or more buses which are insured for a shorter or longer period. It contains aggregated data on 670 companies that were policyholders at Wasa insurance company during the years 1990-1998.
Usage
data(swbusscase)Format
swbusscase is a data frame of 7 columns and 1,542 rows:
IDpolThe policy ID, recoded for confidentiality reasons.
AreaThe type of area.
BusAgeClassThe bus age class with 5 unknown categories.
ObsNbThe number of observations for the company in a given tariff cell based on area and age class. There may be more than one observation per record, since each renewal is counted as a new observation.
ClaimNbThe number of claims.
AggClaimThe sum of claim payments.
ExposureThe number of policy years.
References
E. Ohlsson and B. Johansson (2010), Non-Life Insurance Pricing with Generalized Linear Models, Springer, doi:10.1007/978-3-642-10791-7 .
Examples
# (1) load of data
#
data(swbusscase)
dim(swbusscase)
#> [1] 1542 7
head(swbusscase)
#> IDpol Area BusAgeClass ObsNb
#> 1 N15 Central parts of Sweden's three largest cities C0 2
#> 2 N145 Central parts of Sweden's three largest cities C0 47
#> 3 N184 Central parts of Sweden's three largest cities C0 6
#> 4 N226 Central parts of Sweden's three largest cities C0 9
#> 5 N231 Central parts of Sweden's three largest cities C0 6
#> 6 N385 Central parts of Sweden's three largest cities C0 4
#> ClaimNb AggClaim Exposure
#> 1 0 NA 579
#> 2 377 294556 4406
#> 3 4 22152 1213
#> 4 5 882 1949
#> 5 1 67395 1777
#> 6 1 8869 2191