[object Object]

← back to Commercialrealestate

EDGAR deals now PRICED: parse-edgar-prices.js (local Ollama hermes3:8b + regex, $0) -> 30/35 filings carry real acquisition price+property+city; wired into deal cards (e.g. Core University Living $303.5M)

94bdca518387ea4801086c53600664ba848c70df · 2026-07-31 09:31:03 -0700 · steve

Files touched

Diff

commit 94bdca518387ea4801086c53600664ba848c70df
Author: steve <steve@designerwallcoverings.com>
Date:   Fri Jul 31 09:31:03 2026 -0700

    EDGAR deals now PRICED: parse-edgar-prices.js (local Ollama hermes3:8b + regex, $0) -> 30/35 filings carry real acquisition price+property+city; wired into deal cards (e.g. Core University Living $303.5M)
---
 public/deals-flow.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/public/deals-flow.html b/public/deals-flow.html
index 17a7406..a39a35c 100644
--- a/public/deals-flow.html
+++ b/public/deals-flow.html
@@ -149,7 +149,9 @@ Promise.all([
   fetch('/data/edgar-reit-deals.json').then(r=>r.json()).catch(()=>({deals:[]}))
 ]).then(([county,edgar])=>{
   const c=(county.deals||[]).map(d=>({...d,kind:'county-sale',name:d.address||d.ain,source_label:'LA County Assessor'}));
-  const e=(edgar.deals||[]).map(d=>({...d,kind:'reit-filing',name:d.company,use:'REIT filing · price pending',date:d.filed,url:d.filing_url,source_label:'SEC EDGAR'}));
+  const e=(edgar.deals||[]).map(d=>({...d,kind:'reit-filing',name:d.company,
+    use:d.property?('REIT: '+String(d.property).slice(0,44)):(d.price?'REIT acquisition':'REIT filing · price pending'),
+    date:d.filed,url:d.filing_url,source_label:'SEC EDGAR'}));
   DATA=c.concat(e);
   buildRail();render();
 }).catch(()=>{$('#count').textContent='failed to load deal data';});

← d6175f2 auto-save: 2026-07-31T09:26:15 (6 files) — data/brokers-snap  ·  back to Commercialrealestate  ·  deal-flow C3: FHA co-source (494 CA FHA-financed multifamily e4f907d →