Policy Coverage - Homeowners Type
object
(Policy Coverage - Homeowners)
Policy Coverage - Homeowners Properties
Property | Type | Required | Nullable |
---|---|---|---|
dwelling | object | Optional | can be null |
separate_structures | object | Optional | can be null |
personal_property | object | Optional | can be null |
loss_of_use | object | Optional | can be null |
personal_liability | object | Optional | can be null |
medical | object | Optional | can be null |
deductible | object | Optional | can be null |
additional_living_expenses | object | Optional | can be null |
other_coverage | array | Optional | can 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",
}
]
}