Insurance Type

InsuranceVilla

Villa insurances are of insurance type `houseContentInsurance` and subtype `villaInsurance`

@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 ee or core.
buildingMaterialstring

The building material of the residence.

Possible Enum values are BRICK, WOOD, MIX, LOG, METAL or OTHER.
comingboolean

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

constructionYearstring

The year the residence was built.

discountAmountMonetaryAmount

The yearly discount amount.

discountPercentagestring

The discount percentage, represented as a string containing a number between 0 and 100. Null if not available.

endDatestring

End date for the insurance

holderHolder

Information about the registered insurance holder

houseNumberstring

The house number of the residence.

immovablePropertyCoverageImmovablePropertyCoverage

Immovable property coverage details.

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.

permanentlyInhabitedboolean

Whether the residence is permanently inhabited.

premiumPremium

The premium the insurance holder has to pay.

propertyRentalStatusstring

The rental status of the residence.

Possible Enum values are RENTAL_SHORT_TERM, RENTAL_LONG_TERM, RENTAL_UNKNOWN_TERM, NOT_RENTAL or UNKNOWN.
renewalDatestring

Renewal date for the insurance

renovationYearstring

The year the residence was last renovated.

startDatestring

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

Example
{  "@market": "core",  "buildingMaterial": "MIX",  "coming": false,  "constructionYear": "1940",  "discountAmount": {    "amount": 10.32,    "currency": "EUR"  },  "discountPercentage": "10",  "endDate": "2023-12-31",  "holder": {    "@market": "core",    "city": "Stockholm",    "email": "abc@insurely.com",    "firstName": "Firstname",    "identificationCode": {},    "lastName": "Lastname",    "name": "Firstname Lastname",    "phoneNumber": "+01234567890",    "postalCode": "12345",    "streetAddress": "Blåbärsvägen 1"  },  "houseNumber": "15",  "immovablePropertyCoverage": {    "rebuildValue": true,    "sumInsured": {}  },  "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,  "permanentlyInhabited": true,  "premium": {    "@market": "core",    "amount": {},    "paymentFrequency": 12,    "period": "YEARLY_PREMIUM_PERIOD"  },  "propertyRentalStatus": "NOT_RENTAL",  "renewalDate": "2020-01-01",  "renovationYear": "1975",  "startDate": "2020-01-01"}