Skip to main content

MultifamilyAVMResponse

Multifamily AVM response. The valuation object includes both total property value and price-per-unit breakdown with full probabilistic distributions. Used by: POST/GET /v1/avm/multifamily

address_info objectnullable

Address information

formatted_addressFormatted Address (string)nullable
street_addressStreet Address (string)nullable
cityCity (string)nullable
stateState (string)nullable
state_codeState Code (string)nullable
countyCounty (string)nullable
postal_codePostal Code (string)nullable
latitudeLatitude (number)nullable
longitudeLongitude (number)nullable
geohash8Geohash8 (string)nullable
census_geoids objectnullable
property name*stringnullable
valuation objectnullable

Valuation results

property name*anynullable

Valuation results

comparables objectnullable

Comparables

property name*anynullable

Comparables

MultifamilyAVMResponse
{
"address_info": {
"formatted_address": "456 Park Ave, New York, NY 10022",
"latitude": 40.7614,
"longitude": -73.9716
},
"valuation": {
"total_units": 12,
"point_value": 4800000,
"estimated_value": 4800000,
"estimated_value_low": 3600000,
"estimated_value_high": 6200000,
"confidence_interval_95": {
"lower": 3400000,
"upper": 6500000
},
"confidence_interval_90": {
"lower": 3600000,
"upper": 6200000
},
"price_per_unit": 400000,
"price_per_unit_low": 300000,
"price_per_unit_high": 517000,
"probabilistic_distribution": {
"mean": 4800000,
"percentiles": {
"p5": 3600000,
"p10": 3800000,
"p25": 4200000,
"p50": 4800000,
"p75": 5400000,
"p90": 5900000,
"p95": 6200000
}
}
},
"comparables": {
"count": 5,
"items": []
}
}