Home Policy

Home Policy Type

object (Home Policy)

Home Policy Properties

PropertyTypeRequiredNullable
carrierstringRequiredNo
fz_policy_numberstringOptionalNo
policy_typestringRequiredNo
policy_product_titlestringRequiredYes
policy_numberstringRequiredNo
policy_start_datestringOptionalYes
policy_end_datestringOptionalYes
policy_status (Policy Status)EnumRequiredNo
policy_monthly_premiumnumberRequiredYes
policy_premiumnumberRequiredYes
policy_term_monthsnumberOptionalYes
policy_holder_namestringOptionalcannot be null
policy_holder_birth_datestringOptionalcannot be null
policy_holder_agenumberOptionalcannot be null
policy_holder_emailstringOptionalcannot be null
policy_holder_phonestringOptionalcannot be null
policy_holder_addressstringOptionalcannot be null
policy_holder_zipstringOptionalcannot be null
policy_holder_statestringOptionalcannot be null
policy_detail (Home Policy Detail)MergedOptionalNo
documentsobjectRequiredNo
policy_discountobjectOptionalNo

Sample JSON

{
  "carrier": "travelers",
  "fz_policy_number": "po_2e27da3d64464ac9",
  "policy_type": "Home",
  "policy_product_title": null,
  "policy_number": "P1234",
  "policy_start_date": "2021-01-01",
  "policy_end_date": "2022-01-01",
  "policy_status": "Inactive",
  "policy_premium": null,
  "policy_monthly_premium": 25,
  "policy_term_months": 12,
  "policy_holder_name": "Fize Demo User",
  "policy_holder_birth_date": "1980-10-21",
  "policy_holder_age": 42,
  "policy_holder_email": "[email protected]",
  "policy_holder_phone": "1234567890",
  "policy_holder_address": "1447, Winding Way, Providence, RI 22903",
  "policy_holder_zip": "22903",
  "policy_holder_state": "RI",
  "documents": {
    "declaration_pages": [
      {
        "creation_date": null,
        "name": "Declaration Page",
        "document_url": "https://documents.getfize.com/demo/travelers/home/dec-page.pdf"
      }
    ],
    "other_documents": []
  },
  "policy_discount": {
    "total_discount": null,
    "monthly_total_discount": 404,
    "discounts": [
      {
        "discount_type": "California Good Drive",
        "discount": null,
        "monthly_discount": 30
      }
    ]
  },
  "policy_detail": {
    "property_info": {
      "mortgagee": [
        {
          "company": "PRIVATE LABEL-Santander Consumer USA Inc",
          "address": "1447, Winding Way, Providence, RI 22903",
          "zip": "22903",
          "state": "RI",
          "loan_number": "LN45656",
          "financing_type": "finance"
        }
      ],
      "property_address": "1447, Winding Way, Providence, RI 22903",
      "property_zip": "22903",
      "property_state": "RI",
      "loan_number": "LN45656",
      "family_count": 1,
      "year_built": 2010,
      "stories_count": 2,
      "bathrooms_count": 1,
      "square_footage": 4000,
      "basement_included": "No",
      "garage_size": 500,
      "garage_type": "Attached",
      "construction": "Frame",
      "siding": "Stucco",
      "roof_type": "Asphalt-Fiberglass",
      "roof_age_year": 10,
      "foundation": "Basement",
      "finished_basement_percentage": 100,
      "employee_count": 0
    }
  }
}