Objects

InsuranceVilla

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

buildingMaterialstring

The building material of the residence.

Possible Enum values are BRICK, WOOD, MIX, LOG, 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.

endDatestring

End date for the insurance

holderHolder

Information about the registered insurance holder

houseNumberstring

The house number of the residence.

insuranceCompanyCompany

Insurance company name

insuranceNamestring

Name of insurance as stated by the insurance companies' systems

insuranceNumberstring

Reference number for insurance at respective insurance company

insuranceSubTypestring

Subtype of insurance

insuranceTypestring

Type of insurance

insuredValuablesAmountMonetaryAmount

Maximum compensation for valuable property.

livingAreanumber

Living area in square meters

multipleObjectsboolean

If true, the policy is covering multiple insured objects, e.g. more than one apartment, an additional summer house etc

ownershipStatusstring

Whether the residence is owned by the insurance holder.

Possible Enum values are OWNER, TENANT, SECONDARY_TENANT, or UNKNOWN.
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

uniqueBuildingNumberstring

The unique building number of the residence.

{
  "buildingMaterial": "MIX",
  "coming": false,
  "constructionYear": 1940,
  "endDate": "2023-12-31",
  "holder": {
    "@market": "core",
    "city": "Stockholm",
    "dateOfBirth": "1990-01-24",
    "email": "abc@insurely.com",
    "firstName": "Firstname",
    "lastName": "Lastname",
    "name": "Firstname Lastname",
    "personalCode": "000000-00000",
    "phoneNumber": "+01234567890",
    "postalCode": "12345",
    "streetAddress": "Blåbärsvägen 1"
  },
  "houseNumber": 15,
  "insuranceCompany": "se-insurance-company",
  "insuranceName": "Content insurance",
  "insuranceNumber": "123456-789",
  "insuranceSubType": "condoInsurance",
  "insuranceType": "houseContentInsurance",
  "insuredValuablesAmount": 85000,
  "livingArea": 72.5,
  "multipleObjects": false,
  "ownershipStatus": "OWNER",
  "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",
  "uniqueBuildingNumber": "1111-1111-1111"
}