FrenchInsuranceHome
French home insurances are of insurance type `houseContentInsurance` and subtype `condoInsurance`, containing additional fields relevant for the French market
Which amenities are available in the home.
FIREPLACE, POOL, GARDEN, SAFETY_ALARM, FIRE_ALARM, or SOLAR_PANEL.Enabled by feature flag
If the insurance startDate is in the future given the current date of the data collection
End date for the insurance
The category of floor the home is located on,
GROUND_FLOOR, COURTYARD, INTERMEDIATE_FLOOR, TOP_FLOOR, or UNKNOWN.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
Whether insurance coverage has been refused for this person.
Subtype of insurance
Type of insurance
Maximum compensation for valuable property.
Living area in square meters
The number of adults residing in the home.
The number of children residing in the home.
The number of rooms in the home.
The total surface area of outbuildings.
Whether the home is owned by the insurance holder.
OWNER, TENANT, SECONDARY_TENANT, or UNKNOWN.The premium the insurance holder has to pay.
Whether the property is used for business purposes.
Who resides in the home.
PRIMARY_RESIDENCE, SECONDARY_RESIDENCE, RENTAL_RESIDENCE, or UNKNOWN.The start date of the insurance. Could be either original start date or period start date
{
"additionalAmenities": "FIREPLACE",
"claims": {
"numberOfClaims": 3,
"periodInMonths": 24
},
"coming": false,
"endDate": "2023-12-31",
"floor": "TOP_FLOOR",
"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",
"insurancePreviouslyRefused": false,
"insuranceSubType": "condoInsurance",
"insuranceType": "houseContentInsurance",
"insuredValuablesAmount": {
"amount": 10.32,
"currency": "EUR"
},
"livingArea": 72,
"numberOfAdults": 2,
"numberOfChildren": 2,
"numberOfRooms": 4,
"outbuildingsTotalArea": {
"@type": {}
},
"ownershipStatus": "OWNER",
"premium": {
"@market": "core",
"amount": {},
"paymentFrequency": 12,
"period": "YEARLY_PREMIUM_PERIOD"
},
"professionalUsage": false,
"residentialStatus": "PRIMARY_RESIDENCE",
"startDate": "2020-01-01",
"termsAndConditionsVersion": {
"version": "Home COM12345"
}
}