InsuranceCar
French car insurances are of insurance type `vehicleInsurance` with the subtype `carInsurance`, containing additional fields relevant for the French market
A meta property to indicate which specific insurance model to deserialize the response to. The value is the ISO 3166-1 alpha-2 country code, with the addition of the `core` market, used as default models where no market-specific one exists.
fr, or core.Bonus/Malus on the insurance policy
Enabled by feature flag
If the insurance startDate is in the future given the current date of the data collection
UNDEFINED, FULL_WITH_CHASSI, FULL_WITHOUT_CHASSI, TRAFFIC, NOT_IN_TRAFFIC, CASCO, MTPL, THIRD_PARTY, or THIRD_PARTY_PLUS.End date for the insurance
Information about the registered insurance holder
Insurance company name
Name of insurance as stated by the insurance companies' systems
Reference number for insurance at respective insurance company
Subtype of insurance
Type of insurance
Max mileage per year that the insurance covers in km.
Details about the parking location of the vehicle covered by the insurance policy
The premium the insurance holder has to pay.
The primary driver registered on the insurance policy
Any additional drivers registered on the insurance policy
The start date of the insurance. Could be either original start date or period start date
The insurance covers the vehicle if it is used for work.
{
"@market": "core",
"bonusMalus": {
"coefficient": 0.6
},
"claims": {
"numberOfClaims": 3,
"periodInMonths": 24
},
"coming": false,
"coverage": "UNDEFINED",
"endDate": "2023-12-31",
"holder": {
"@market": "core",
"city": "Stockholm",
"dateOfBirth": "1990-01-24",
"email": "abc@insurely.com",
"firstName": "Firstname",
"gender": "MALE",
"lastName": "Lastname",
"name": "Firstname Lastname",
"phoneNumber": "+01234567890",
"postalCode": "12345",
"streetAddress": "Blåbärsvägen 1"
},
"insuranceCompany": "se-insurance-company",
"insuranceName": "Content insurance",
"insuranceNumber": "123456-789",
"insuranceSubType": "condoInsurance",
"insuranceType": "houseContentInsurance",
"maxMileage": 10000,
"parking": {
"@market": "core",
"parkingAddress": {},
"parkingLocationType": "INDIVIDUAL_GARAGE"
},
"premium": {
"@market": "core",
"amount": {},
"paymentFrequency": 12,
"period": "YEARLY_PREMIUM_PERIOD"
},
"primaryDriver": {
"@market": "core",
"birthDate": "1999-12-31",
"licenseIssuingDate": "2008-12-21",
"name": "Cornélie Boivin"
},
"secondaryDrivers": [],
"startDate": "2020-01-01",
"termsAndConditionsVersion": {
"version": "Home COM12345"
},
"usedForWork": false
}