Policy Coverage - Homeowners

Policy Coverage - Homeowners Type

object (Policy Coverage - Homeowners)

Policy Coverage - Homeowners Properties

PropertyTypeRequiredNullable
dwellingobjectOptionalcan be null
separate_structuresobjectOptionalcan be null
personal_propertyobjectOptionalcan be null
loss_of_useobjectOptionalcan be null
personal_liabilityobjectOptionalcan be null
medicalobjectOptionalcan be null
deductibleobjectOptionalcan be null
additional_living_expensesobjectOptionalcan be null
other_coveragearrayOptionalcan be null

Sample JSON

{
  "dwelling": {
    "coverage_display_name": "Dwelling",
    "monthly_premium": 200,
    "limit": 3000
  },
  "separate_structures": {
    "coverage_display_name": "Separate Structures",
    "monthly_premium": null,
    "limit": 10000,
    "percentage": 10
  },
  "personal_property": {
    "coverage_display_name": "Personal Property",
    "monthly_premium": 200,
    "limit": 3000,
    "percentage": 10
  },
  "loss_of_use": {
    "coverage_display_name": "Loss of Use",
    "monthly_premium": 200,
    "limit": 3000
  },
  "personal_liability": {
    "coverage_display_name": "Personal Liability",
    "monthly_premium": 200,
    "limit": 3000
  },
  "medical": {
    "coverage_display_name": "Medical",
    "monthly_premium": 200,
    "limit": 3000
  },
  "deductible": {
    "coverage_display_name": "Deductibles",
    "all_perils": {
      "percentage": 10,
      "amount": 1000
    },
    "windstorm_hail": {
      "percentage": 10,
      "amount": 1000
    }
  },
  "additional_living_expenses": {
    "coverage_display_name": "ALE TERM",
    "limit": 1000,
    "term_months": 24
  },
  "other_coverage": [
   {
      "coverage_display_name": "guaranteed replacement cost on buildings",
    "coverage_detail": "Yes $1,400",
   }
 ]
}