Income insurance
Income insurances are of insurance type `incomeInsurance` with the following possible subtypes: * `incomeInsurance` * `sicknessInsurance` * `loanInsurance`
If the insurance startDate is in the future given the current date of the data collection
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
Selected insurance amount which a lump sum payout is based on. Only applicable for certain income insurance types
Monthly payment amount.
Number of days from unemployment/sickness until first payout
Number of days from unemployment/sickness until last payout
The premium the insurance holder has to pay.
Number of working days before qualified for payouts
The start date of the insurance. Could be either original start date or period start date
{
"coming": false,
"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",
"insuredAmount": {
"amount": 10.32,
"currency": "EUR"
},
"insuredMonthlyAmount": {
"amount": 10.32,
"currency": "EUR"
},
"numberOfDaysUntilFirstPayout": 30,
"numberOfDaysUntilLastPayout": 180,
"premium": {
"@market": "core",
"amount": {},
"paymentFrequency": 12,
"period": "YEARLY_PREMIUM_PERIOD"
},
"qualifyingPeriodDays": 180,
"startDate": "2020-01-01"
}