Objects

InsuranceHouseContent

Contents insurances are of insurance type `houseContentInsurance` with the following possible subtypes: * `condoInsurance` * `villaInsurance` * `cottageInsurance`

@marketMarket

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.

Possible Enum values are fr or core.
comingboolean

If the insurance startDate is in the future given the current date of the data collection

endDatestring

End date for the insurance

holderHolder

Information about the registered insurance holder

insuranceCompanyCompany

Insurance company name

insuranceNamestring

Name of insurance as stated by the insurance companies' systems

insuranceNumberstring

Reference number for insurance at respective insurance company

insuranceObjectCitystring

City where the insured object is located

insuranceObjectPostalCodestring

Postal code of the insured object

insuranceObjectStreetAddressstring

Street address of the insured object

insuranceSubTypestring

Subtype of insurance

insuranceTypestring

Type of insurance

insuredMovablesAmountMonetaryAmount

Maximum compensation for movable property.

livingAreanumber

Living area in square meters

numberOfResidentsinteger[int32]

Number of people living in the residence.

premiumPremium

The premium the insurance holder has to pay.

startDatestring

The start date of the insurance. Could be either original start date or period start date

One of these types:

Properties below are from the InsuranceHome subtype. View the full schema for full details.

@marketMarket

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.

Possible Enum values are fr or core.
additionalAmenitiesArray<string>

Which amenities are available in the home.

Possible Enum values are FIREPLACE, POOL, GARDEN, SAFETY_ALARM, FIRE_ALARM or SOLAR_PANEL.
claimsClaims

Enabled by feature flag

comingboolean

If the insurance startDate is in the future given the current date of the data collection

endDatestring

End date for the insurance

floorstring

The category of floor the home is located on,

Possible Enum values are GROUND_FLOOR, COURTYARD, INTERMEDIATE_FLOOR, TOP_FLOOR or UNKNOWN.
holderHolder

Information about the registered insurance holder

insuranceCompanyCompany

Insurance company name

insuranceNamestring

Name of insurance as stated by the insurance companies' systems

insuranceNumberstring

Reference number for insurance at respective insurance company

insuranceObjectCitystring

City where the insured object is located

insuranceObjectPostalCodestring

Postal code of the insured object

insuranceObjectStreetAddressstring

Street address of the insured object

insurancePreviouslyRefusedboolean

Whether insurance coverage has been refused for this person.

insuranceSubTypestring

Subtype of insurance

insuranceTypestring

Type of insurance

insuredMovablesAmountMonetaryAmount

Maximum compensation for movable property.

insuredValuablesAmountMonetaryAmount

Maximum compensation for valuable property.

livingAreainteger[int32]

Living area in square meters

numberOfAdultsinteger[int32]

The number of adults residing in the home.

numberOfChildreninteger[int32]

The number of children residing in the home.

numberOfResidentsinteger[int32]

Number of people living in the residence.

numberOfRoomsinteger[int32]

The number of rooms in the home.

outbuildingsTotalAreaFrenchOutbuildingsTotalArea

The total surface area of outbuildings.

ownershipStatusstring

Whether the home is owned by the insurance holder.

Possible Enum values are OWNER, TENANT, SECONDARY_TENANT or UNKNOWN.
premiumPremium

The premium the insurance holder has to pay.

professionalUsageboolean

Whether the property is used for business purposes.

residentialStatusstring

Who resides in the home.

Possible Enum values are PRIMARY_RESIDENCE, SECONDARY_RESIDENCE, RENTAL_RESIDENCE or UNKNOWN.
startDatestring

The start date of the insurance. Could be either original start date or period start date

termsAndConditionsVersionTermsAndConditionsVersion
Example
{  "@market": "core",  "coming": false,  "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",  "insuranceObjectCity": "Stockholm",  "insuranceObjectPostalCode": "12345",  "insuranceObjectStreetAddress": "Hallonvägen 3",  "insuranceSubType": "condoInsurance",  "insuranceType": "houseContentInsurance",  "insuredMovablesAmount": {    "amount": 10.32,    "currency": "EUR"  },  "livingArea": 72,  "numberOfResidents": 3,  "premium": {    "@market": "core",    "amount": {},    "paymentFrequency": 12,    "period": "YEARLY_PREMIUM_PERIOD"  },  "startDate": "2020-01-01"}