InsuranceCottage
Cottage insurances are of insurance type `houseContentInsurance` and subtype `cottageInsurance`
A meta property to indicate which specific insurance model to deserialize the response to. The value is the ISO 3166-1 alpha-2 country code, with the addition of the `core` market, used as default models where no market-specific one exists.
ee, or core.Information about any additional buildings on the property.
Ancillary area in square meters rounded to nearest integer.
If the insurance startDate is in the future given the current date of the data collection
Discount related to having a connected alarm system.
The year the residence was built.
The yearly discount amount.
Discount amount in %
End date for the insurance
Whether the residence has a basement.
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
City where the insured object is located
Postal code of the insured object
Property code of the insured object
Street address of the insured object
Subtype of insurance
Type of insurance
Maximum compensation for movable property.
Living area in square meters
Number of bathrooms in the residence.
Number of floors in the residence.
Number of people living in the residence.
Number of toilets in the residence.
The premium the insurance holder has to pay.
The year the residence was purchased.
Renewal date for the insurance
Whether the insurance holder rents the residence.
The start date of the insurance. Could be either original start date or period start date
{
"@market": "core",
"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",
"insuranceObjectCity": "Stockholm",
"insuranceObjectPostalCode": "12345",
"insuranceObjectPropertyCode": "Blåbäret 1:10",
"insuranceObjectStreetAddress": "Hallonvägen 3",
"insuranceSubType": "condoInsurance",
"insuranceType": "houseContentInsurance",
"insuredMovablesAmount": {
"amount": 10.32,
"currency": "EUR"
},
"livingArea": 72,
"numberOfBathrooms": 3,
"numberOfFloors": 4,
"numberOfResidents": 3,
"numberOfToilets": 4,
"premium": {
"@market": "core",
"amount": {},
"paymentFrequency": 12,
"period": "YEARLY_PREMIUM_PERIOD"
},
"purchaseYear": 1995,
"renewalDate": "2020-01-01",
"rental": false,
"startDate": "2020-01-01"
}