Objects

InsuranceVilla

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

additionalBuildingsArray<AdditionalBuilding>

Information about any additional buildings on the property

ancillaryAreainteger[int32]

Ancillary area in square meters rounded to nearest integer.

comingboolean

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

connectedAlarmDiscountboolean

Discount related to having a connected alarm system.

constructionYearstring

The year the residence was built.

discountAmountMonetaryAmount

The yearly discount amount.

discountPercentagestring

Discount amount in %

endDatestring

End date for the insurance

hasBasementboolean

Whether the residence has a basement.

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

insuranceObjectPropertyCodestring

Property code of the insured object

insuranceSubTypestring

Subtype of insurance

insuranceTypestring

Type of insurance

numberOfBathroomsinteger[int32]

Number of bathrooms in the residence.

numberOfFloorsinteger[int32]

Number of floors in the residence.

numberOfToiletsinteger[int32]

Number of toilets in the residence.

premiumPremium

The premium the insurance holder has to pay.

purchaseYearstring

The year the residence was purchased.

renewalDatestring

Renewal date for the insurance

rentalboolean

Whether the insurance holder rents the residence.

startDatestring

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

{
  "additionalBuildings": [],
  "ancillaryArea": 72,
  "coming": false,
  "connectedAlarmDiscount": true,
  "constructionYear": "1910",
  "discountAmount": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "discountPercentage": "10",
  "endDate": "2023-12-31",
  "hasBasement": true,
  "holder": {
    "@market": "core",
    "city": "Stockholm",
    "email": "abc@insurely.com",
    "identificationCode": {},
    "name": "Firstname Lastname",
    "phoneNumber": "+01234567890",
    "postalCode": "12345",
    "streetAddress": "Blåbärsvägen 1"
  },
  "insuranceCompany": "se-insurance-company",
  "insuranceName": "Content insurance",
  "insuranceNumber": "123456-789",
  "insuranceObjectPropertyCode": "Blueberry 1:10",
  "insuranceSubType": "condoInsurance",
  "insuranceType": "houseContentInsurance",
  "numberOfBathrooms": 3,
  "numberOfFloors": 4,
  "numberOfToilets": 4,
  "premium": {
    "@market": "core",
    "amount": {},
    "paymentFrequency": 12,
    "period": "YEARLY_PREMIUM_PERIOD"
  },
  "purchaseYear": "1995",
  "renewalDate": "2020-01-01",
  "rental": false,
  "startDate": "2020-01-01"
}