PolicyGraph
Monitoring energy-driven fertilizer supply disruption
PolicyGraph Fertilizer Watch is powered by local JSON seed files. If a local DuckDB is available, the app also reads additive metadata (e.g., company origin anchors and corridor exposure) to improve transparency and audits.
monitors.json, events.json, chokepoints.json, companies.json, commodities.json, and timeseries.json provide the full Phase 2 source of truth.
Each monitor tracks a simple current-vs-baseline signal for fertilizer risk and is linked to chokepoints, commodities, and companies.
monitor_risk = clamp(50 + (delta_pct * sensitivity * direction_multiplier), 0, 100)
delta_pct = ((current_value - baseline_value) / max(abs(baseline_value), 1)) * 100
direction_multiplier = 1 when higher values are worse, otherwise -1.
SEC-verified share 0% (0 anchors)
Provisional share 0% (high-leverage threshold: 30.0%)
No high-leverage provisional flags detected.
source_integrity_unavailable: CatalogException: Catalog Error: Table with name dim_company_origin_anchors does not exist! Did you mean "commodity_price_comparison"? LINE 9: FROM dim_company_origin_anchors ^
2026-04-22