InsurancePerson
Person insurances are of insurance type `personInsurance` with the following possible subtypes: * `childInsurance` * `lifeInsurance` * `accidentInsurance` * `pregnancyInsurance` * `healthInsurance` * `travelInsurance`
If the insurance startDate is in the future given the current date of the data collection
The yearly discount amount.
Discount amount in %
End date for the insurance
Information about the registered insurance holder
Insurance company name
Name of insurance as stated by the insurance companies' systems
Reference number for insurance at respective insurance company
Subtype of insurance
Type of insurance
The premium the insurance holder has to pay.
Renewal date for the insurance
The start date of the insurance. Could be either original start date or period start date
If the insurance startDate is in the future given the current date of the data collection
The yearly discount amount.
Discount amount in %
End date for the insurance
Information about the registered insurance holder
Insurance company name
Name of insurance as stated by the insurance companies' systems
Reference number for insurance at respective insurance company
Subtype of insurance
Type of insurance
The premium the insurance holder has to pay.
Renewal date for the insurance
The start date of the insurance. Could be either original start date or period start date
Properties below are from the InsuranceChild subtype. View the full schema for full details.
The base amount for economical disability compensation. The compensation for specific injuries are based on this amount.
The base amount for medical disability compensation. The compensation for specific injuries are based on this amount.
The compensation if the child is to decease.
The maximum compensation for a medical disability. A multiple of the base amount.
Name of the person covered by the insurance. Can differ from the insurance holder name.
{ "coming": false, "discountAmount": { "amount": 10.32, "currency": "EUR" }, "discountPercentage": "10", "endDate": "2023-12-31", "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", "insuranceSubType": "condoInsurance", "insuranceType": "houseContentInsurance", "premium": { "@market": "core", "amount": {}, "paymentFrequency": 12, "period": "YEARLY_PREMIUM_PERIOD" }, "renewalDate": "2020-01-01", "startDate": "2020-01-01"}