Objects

InsuranceCar

Lithuanian car insurances are of insurance type `vehicleInsurance` with the subtype `carInsurance`, containing additional fields relevant for the Lithuanian market

@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 core.
comingboolean

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

coveragestring

The vehicle insurance coverage

Possible Enum values are UNDEFINED, CASCO, or MTPL.
coverageAmountstring

The coverage amount for CASCO insurance

Possible Enum values are MARKET_VALUE, or NEW_VALUE.
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.

premiumPremium

The premium the insurance holder has to pay.

renewalDatestring

Renewal date for the insurance

repairShopChoicestring

The repair shop choice for CASCO insurance

Possible Enum values are INSURERS_CHOICE, or HOLDERS_CHOICE.
startDatestring

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

usedForWorkboolean
{
  "@market": "core",
  "coming": false,
  "coverage": "CASCO",
  "coverageAmount": "MARKET_VALUE",
  "endDate": "2023-12-31",
  "holder": {
    "@market": "core",
    "city": "Stockholm",
    "dateOfBirth": "1990-01-24",
    "email": "abc@insurely.com",
    "firstName": "Firstname",
    "lastName": "Lastname",
    "name": "Firstname Lastname",
    "personalCode": "000000-00000",
    "phoneNumber": "+01234567890",
    "postalCode": "12345",
    "streetAddress": "Blåbärsvägen 1"
  },
  "insuranceCompany": "se-insurance-company",
  "insuranceName": "Content insurance",
  "insuranceNumber": "123456-789",
  "insuranceSubType": "condoInsurance",
  "insuranceType": "houseContentInsurance",
  "maxMileage": 10000,
  "premium": {
    "@market": "core",
    "amount": {},
    "paymentFrequency": 12,
    "period": "YEARLY_PREMIUM_PERIOD"
  },
  "renewalDate": "2020-01-01",
  "repairShopChoice": "HOLDERS_CHOICE",
  "startDate": "2020-01-01",
  "usedForWork": false
}