| Synthetic field | Demo source | Production source | Snowflake table | Refresh |
|---|---|---|---|---|
| median_sale_price days_on_market homes_sold |
housing_market.csv | MLS / RETS feed | mart.market_metrics | Daily |
| list_to_sale_ratio price_per_sqft |
housing_market.csv | MLS feed + computed | mart.market_metrics | Daily |
| opendoor_offer_price seller_accepted_offer days_to_accept |
synthetic_data.py | Internal Offer DB | raw.offer_events | Real-time |
| market_estimated_value | synthetic_data.py | AVM microservice | raw.offer_events | Per offer |
| lead_count offer_count accepted_offer_count close_count |
synthetic_data.py | CRM / Salesforce | raw.funnel_activity | Daily |
| inventory_days_on_market inventory_count |
synthetic_data.py | Acquisition pipeline | raw.inventory_status | Daily |
| acquisition_margin_estimate reno_cost, hold_cost |
deal_scout.py tiers | Acq pipeline + Reno tracker | mart.deal_pl | Daily |
| resale_margin_actual days_to_sell |
synthetic_data.py | Resale / Transaction DB | mart.deal_pl | On close |
| prediction_accuracy confidence_weights |
briefings/feedback_log.json | Feedback write-back | mart.feedback_log | Weekly |