Objects

CoreInsuranceHome

Home insurances are of insurance type `houseContentInsurance` and subtype `condoInsurance`

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.

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

insuranceSubTypestring

Subtype of insurance

insuranceTypestring

Type of insurance

premiumPremium

The premium the insurance holder has to pay.

securityDoorGridDiscountboolean

Discount related to having an approved security door or grid.

startDatestring

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

{
  "coming": false,
  "connectedAlarmDiscount": true,
  "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",
  "insuranceSubType": "condoInsurance",
  "insuranceType": "houseContentInsurance",
  "premium": {
    "@market": "core",
    "amount": {},
    "paymentFrequency": 12,
    "period": "YEARLY_PREMIUM_PERIOD"
  },
  "securityDoorGridDiscount": true,
  "startDate": "2020-01-01"
}