OfferData
The details related to an Opendoor offer.
Definition
Section titled “Definition”type OfferData { headlinePriceCents: Int! headlineValuationRangeStart: Int headlineValuationRangeEnd: Int feeCostCents: Int! feeCostPercent: Float! estimatedClosingCostCents: Int! estimatedClosingCostPercent: Float! repairCostCents: Int url: String! authenticatedDashboardUrl: String expiresAt: DateTime @deprecated(reason: "Use expirationAt instead.") offerSource: OfferSource sentAt: String expirationAt: String expirationAtDisplayDate: String underwritingCompletedAt: String underwritingState: UnderwritingState enteredContractAt: String coeDate: String closedAt: String withdrawnAt: String priceAlert: PriceAlert}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
headlinePriceCents | Int! | Spot Opendoor offer value estimate for the home in cents; represents the latest value once underwriting is complete |
headlineValuationRangeStart | Int | Estimated lower bound value estimate of the home in cents, displayed during preliminary offer |
headlineValuationRangeEnd | Int | Estimated upper bound value estimate of the home in cents, displayed during preliminary offer |
feeCostCents | Int! | Estimate of fees in cents, this refers to the service charge; represents the updated value once underwriting is complete |
feeCostPercent | Float! | Service charge percentage value; represents the updated value once underwriting is complete |
estimatedClosingCostCents | Int! | Estimate of closing cost in cents; represents the latest value once underwriting is complete |
estimatedClosingCostPercent | Float! | Estimated closing cost percentage value; represents the updated value once underwriting is complete |
repairCostCents | Int | Estimated repair costs in cents; represents the latest value once underwriting is complete |
url | String! | Link to view the offer on Opendoor |
authenticatedDashboardUrl | String | — |
expiresAt *(deprecated)* | DateTime | Note: this field is deprecated, please use expirationAt instead. The date and time this offer expires represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z Deprecated: Use expirationAt instead. |
offerSource | OfferSource | Source of offer, which would be either customer, partner refresh, or system |
sentAt | String | The date on which the offer was sent to the potential seller, represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z |
expirationAt | String | Description for expirationAt: If the date is in the future, it represents the upcoming expected date of offer expiration; if the date is in the past, it represents the date on which the offer expired. This field is nullable when expiration is no longer possible, such as once the offer enters contract. |
expirationAtDisplayDate | String | Description for expirationAtDisplayDate: If expirationAt is null, expirationAtDisplayDate should also be null. Otherwise, it matches the display date on the consumer dashboard / hub. |
underwritingCompletedAt | String | The date on which the underwriting was completed, represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z |
underwritingState | UnderwritingState | The state of the underwriting process for the offer |
enteredContractAt | String | The date on which the seller entered into contract for the property, represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z |
coeDate | String | The expected close date for the property, represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z |
closedAt | String | The date on which the seller has reached the close of escrow process on an offer, represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z |
withdrawnAt | String | The date on which the offer was withdrawn, represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z. Either Opendoor or the customer decided that a transaction should not proceed after entering contract. |
priceAlert | PriceAlert | A price alert on the offer, flags whether there is something noteworthy about the price. |