Property Info Type
object
(Property Info)
Property Info Properties
Property | Type | Required | Nullable |
---|---|---|---|
mortgagee | array | Optional | cannot be null |
property_address | object | Optional | cannot be null |
loan_number | string | Optional | can be null |
family_count | number | Optional | can be null |
year_built | number | Optional | can be null |
stories_count | number | Optional | can be null |
bathrooms_count | number | Optional | can be null |
square_footage | number | Optional | can be null |
basement_included | string | Optional | can be null |
garage_size | number | Optional | can be null |
garage_type | string | Optional | can be null |
construction | string | Optional | can be null |
siding | string | Optional | can be null |
roof_type | string | Optional | can be null |
roof_age_year | number | Optional | can be null |
foundation | string | Optional | can be null |
finished_basement_percentage | number | Optional | can be null |
employee_count | number | Optional | can be null |
Sample JSON
{
"mortgagee": [
{
"company": "PRIVATE LABEL-Santander Consumer USA Inc",
"address": {
"entity_number": "1447",
"street": "Winding",
"city": "Providence",
"state": "RI",
"zip": "22903",
"country": "USA",
"raw_address": "1447, Winding Way, Providence, RI 22903"
},
"loan_number": "LN45656",
"financing_type": "finance"
}
],
"property_address": {
"entity_number": "1447",
"street": "Winding",
"city": "Providence",
"state": "RI",
"zip": "22903",
"country": "USA",
"raw_address": "1447, Winding Way, Providence, RI 22903"
},
"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
}