234M+ parcels, 37 new fields, data-quality recovery
PropRaven's canonical parcel record grew from 230.9M to 234M+. The merge consolidates two prior physical tables into a single deduped truth, recovers 4.4M parcels that the May 6 rebuild had silently dropped, and exposes 37 newer fields that were sitting in source but not in any share.
- NEW fields available on every parcel — TIGER census geography (block / block group / tract / place / county subdivision / unified school district / urban area), parsed address components (street number / pre-direction / street name / street type / post-direction / unit type / unit number / ZIP+4), AVM lower and upper bands plus rental AVM (~86% coverage), REO and distress flags (~17% / ~10%), distance to interstate and coastline.
- Marquee share —
PROPRAVEN_PARCEL_INTELLIGENCEcustomers get all 37 new fields as direct columns onCURATED.V_MARKETPLACE_NATIONAL. No code changes, no schema bump. - Vertical shares (CRE / Insurance / GovTech / SFR / Lending) get a new join table:
<vertical>.PARCEL_EXTENSIONS— 1:1 withPARCELviaprpv_parcel_id. Backward-compatible additive change. - Data-quality recovery — Patched a merge regression that had silently nullified all latest-non-null fields for ~7M parcels with no upstream refresh timestamp. 5,414,428 parcels recovered their
OWNER_NAME/ADDRESS/YEAR_BUILT/LATITUDE/LONGITUDE/TOTAL_ASSESSED_VALUE/LAST_SALE_PRICEfrom backup snapshots, with a corrected merge rule preserving information across NULL-timestamp groups. - SILVER tables refreshed —
SILVER.PARCEL/SILVER.PROPERTY/SILVER.OWNERall rebuilt from the corrected source. PRPV IDs are stable across the rebuild; existing customer joins keep working. - Stable IDs — Every parcel that existed before keeps its
prpv_parcel_id. Owner IDs likewise: 27.5M owners, of which 1.4M previously-orphaned IDs now resolve cleanly back to parcels (phantom rate dropped from 5.1% to 0.01%).
See the Marquee share docs for the new columns, and methodology for the per-share access pattern.