Objects

InsuranceVehicle

Vehicle insurances are of insurance type `vehicleInsurance` with the following possible subtypes: * `boatInsurance` * `carInsurance` * `caravanInsurance` * `mopedInsurance` * `motorHomeInsurance` * `motorcycleInsurance` * `otherVehicleInsurance` * `trailerInsurance`

brandstring

Brand of the insured vehicle

comingboolean

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

discountAmountMonetaryAmount

The yearly discount amount.

discountPercentagestring

Discount amount in %

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

modelstring

Insured vehicle model

premiumPremium

The premium the insurance holder has to pay.

registrationNostring

Registration number for vehicle

renewalDatestring

Renewal date for the insurance

startDatestring

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

One of these types:

Properties below are from the InsuranceCar subtype. View the full schema for full details.

@marketMarket

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.

Possible Enum values are se or core.
brandstring

Brand of the insured vehicle

comingboolean

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

coveragestring
Possible Enum values are UNDEFINED, FULL_WITH_CHASSI, FULL_WITHOUT_CHASSI, TRAFFIC, NOT_IN_TRAFFIC, CASCO, MTPL, THIRD_PARTY or THIRD_PARTY_PLUS.
discountAmountMonetaryAmount

The yearly discount amount.

discountPercentagestring

Discount amount in %

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

maxMileageinteger[int32]

Max mileage per year that the insurance covers in km.

modelstring

Insured vehicle model

premiumPremium

The premium the insurance holder has to pay.

registrationNostring

Registration number for vehicle

renewalDatestring

Renewal date for the insurance

startDatestring

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

youngDriverboolean

Insurance policy explicitly mention a young driver as listed driver of the car (mentioned during the subscription process).

youngDriverAgeinteger[int32]

The maximum age to be considered a young driver.

Example
{  "brand": "Volvo",  "coming": false,  "discountAmount": {    "amount": 10.32,    "currency": "EUR"  },  "discountPercentage": "10",  "endDate": "2023-12-31",  "holder": {    "@market": "core",    "city": "Stockholm",    "email": "abc@insurely.com",    "name": "Firstname Lastname",    "otherInsuranceHolder": {},    "phoneNumber": "+01234567890",    "postalCode": "12345",    "streetAddress": "Blåbärsvägen 1"  },  "insuranceCompany": "se-insurance-company",  "insuranceName": "Content insurance",  "insuranceNumber": "123456-789",  "insuranceSubType": "condoInsurance",  "insuranceType": "houseContentInsurance",  "model": "S60",  "premium": {    "@market": "core",    "amount": {},    "paymentFrequency": 12,    "period": "YEARLY_PREMIUM_PERIOD"  },  "registrationNo": "ABC000",  "renewalDate": "2020-01-01",  "startDate": "2020-01-01"}