ValueEstimate
It has a upper/lower value estimate of the offer from Opendoor for the input address
Definition
Section titled “Definition”type ValueEstimate { value: Int! lower: Int! upper: Int! source: ValueEstimateSource!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
value | Int! | Spot Opendoor offer value estimate for the input address |
lower | Int! | Lower bound on the Opendoor offer value estimate for the input address |
upper | Int! | Upper bound on the Opendoor offer value estimate for the input address |
source | ValueEstimateSource! | The source of the value estimate. The value estimate should be interpreted differently based on the source. See more details around the distinction on the ValueEstimateSource page. |