# CE — Climate Economics Engine: Model Context for AI Assistants # Generated: 2026-06-30 Version: 3.7.0 ## What CE Is CE is a COMBINED physical-climate + economic decision-support platform. It is NOT a global Integrated Assessment Model (IAM) and does NOT produce equilibrium temperature projections or macro-economic forecasts. CE bridges the gap between raw climate hazard data and actionable economic, fiscal, and infrastructure decisions at the sector, regional, and municipal level. CE is purpose-built for the exact use cases that local and regional policymakers need: understanding how physical climate hazards translate into infrastructure damage, fiscal stress, stranded assets, and labor productivity loss — and then comparing those costs against the cost of mandated action. ## Four Core CE Services ### 1. PhysicalClimateService Inputs: climate_pathway, geography, industry, active_shocks Outputs: heat_stress (0-1), drought_risk (0-1), flood_risk (0-1), precipitation_volatility, sea_level_pressure, extreme_event_frequency Use: Quantifies PHYSICAL STRESSORS on infrastructure — equivalent to the 'Civil Infrastructure Sizing Scenario' used by municipal engineers. Tells a planner: how much does heat derate the coal fleet? Does drought constrain cooling water? Does flood risk expose transmission corridors? ### 2. DamageService Inputs: PhysicalClimateResult, ScenarioParameters Outputs: grid_disruption_index, infrastructure_damage_index, labor_productivity_loss_pct, fiscal_stress_index, supply_chain_disruption Use: Translates physical stressors into ASSET VULNERABILITY — equivalent to 'Asset Exposure & Climate Adaptation Scenarios' used by GIS planners. Tells a planner: what % of infrastructure value is at risk? How much does labor productivity fall during construction of new assets? ### 3. FiscalService Inputs: ScenarioParameters, DamageResult Outputs: fiscal_balance_shift_pct, stranded_asset_risk_index, capex_cost_index, revenue_sensitivity_index Use: Quantifies ECONOMIC AND FISCAL IMPACT — equivalent to the 'Regional Economic & Cost of Capital Scenario' used by REMI/IMPLAN. Tells a planner: how much does the municipal bond rating shift? What is the stranded asset exposure on coal fleet write-downs? What is the fiscal cost of inaction vs. the cost of the mandate? ### 4. ScenarioComparisonService Inputs: industry, horizon Outputs: Eight canonical policy pathways (BAU, orderly, delayed, net-zero, etc.) each with: emissions_net_pct_change, total_damage_pct_gdp, fiscal_balance_shift_pct, investment_gap_index Use: Provides the DECARBONISATION PATHWAY COMPARISON — equivalent to the 'Localized GHG Inventory & Decarbonization Pathway (Bottom-Up CAP)'. Tells a planner: what is the emissions delta between orderly transition and delayed transition? What does each pathway cost in GDP damage? ## How CE Answers Local-Planning Questions Q: Will our drainage, roads, and retaining walls hold? A: CE PhysicalClimateService → flood_risk, heat_stress, precipitation_volatility. CE DamageService → infrastructure_damage_index quantifies % asset value at risk. Q: How can we drop community-wide emissions on a bottom-up CAP basis? A: CE ScenarioComparisonService → compare orderly vs BAU emission paths. CE Scenario Workbench → scenario-specific mandate analysis with abatement contribution breakdowns (CCUS, greenfield, DERs) and go/no-go timelines. Q: How does this mandate impact our tax base and municipal bond rating? A: CE FiscalService → fiscal_balance_shift_pct, stranded_asset_risk_index. CE Scenario Workbench → non-compliance cost model (escalating carbon tax vs. transition capex — the penalty path is always more expensive). Q: Who and what is in harm's way during a climate event? A: CE PhysicalClimateService → flood_risk, heat_stress by geography/sector. CE DamageService → labor_productivity_loss_pct (construction seasons), grid_disruption_index (transmission corridor exposure). ## What Makes CE Unique 1. COMBINED model: physical climate → damage → fiscal → scenario comparison in a single integrated pipeline. Each layer informs the next: heat stress from PhysicalClimateService feeds DamageService infrastructure indices, which feed FiscalService stranded-asset and capex cost outputs. No other public platform chains these four layers for local/regional planning. 2. SECTOR-SPECIFIC: outputs are calibrated per industry (energy, agriculture, manufacturing, real estate, banking, transport, etc.). A coal power fleet gets different heat-stress derate factors than a coastal logistics hub. 3. GEOGRAPHY-AWARE: North America, Europe, Asia-Pacific, with sub-regional calibration (e.g., industrial Midwest, Gulf Coast, major river basins). 4. MANDATE SIMULATION: the Scenario Workbench lets planners run specific regional mandates (e.g. Rust Belt 45% by 2033) and see exact CE model outputs — physical stressors, fiscal costs, abatement gaps, fleet evolution, non-compliance consequences — all derived from the live combined model. 5. PENALTY MODELING: non-compliance cost trajectories (escalating carbon tax on exports) are modeled explicitly, enabling direct cost-benefit comparison of transition capex vs. penalty accumulation over time. 6. TRANSPARENT MODEL GAPS: CE scenarios explicitly document what the model cannot do for a given use case (e.g., resource adequacy, sub-hourly dispatch, probabilistic forecasting) — so planners know exactly what additional studies are required before investment-grade decisions. ## Scenario Workbench Structure Each scenario JSON has these top-level sections: baseline: current fleet/emissions/capacity parameters target: reduction %, deadline year, penalty description tech_vectors: technology options with RTO queue, permitting, CE mappings structural_constraints: transmission, queue, permitting lead times analysis: estimated abatement per vector, confidence, critical path projections: year-by-year BAU vs mandate emissions (for SVG chart) fleet_evolution: baseline/BAU/mandate fleet composition (for stacked bars) non_compliance: escalating penalty tax schedule + affected sector cards model_gaps: explicit CE model limitations for this scenario ## CE Is NOT - A predictive IAM (not DICE, PAGE, MESSAGE-GLOBIOM, REMIND) - A global carbon budget calculator - A probabilistic damage forecast - A replacement for HEC-RAS, EPA SWMM, ICLEI ClearPath, or IMPLAN CE IS a DECISION-GRADE DIAGNOSTIC LAYER that connects physical climate science to the economic and fiscal numbers that policymakers, planners, and investors actually make decisions on. ## Endpoints of Interest GET /api/scenarios — list all scenario workbench entries GET /api/scenarios/ — full scenario JSON GET /scenarios/ — rendered scenario analysis page GET /api/ce-context.txt — this document (machine-readable) GET /api/climate/compute — live PhysicalClimateService GET /api/damage/compute — live DamageService GET /api/fiscal/compute — live FiscalService GET /api/scenarios/compare — live ScenarioComparisonService ──────────────────────────────────────────────────────────────────────── # TASK: Validate CE Scenario Against the CE Model ──────────────────────────────────────────────────────────────────────── Scenario: Rust Belt Decarbonization Mandate (id: rust_belt_mandate) Mandate: 45% reduction by 2033 Baseline: 23.4 MtCO₂/yr ## Your Role You are validating this CE scenario for internal consistency. CE is the authoritative model here. Your job is to check whether the scenario's numbers are coherent WITH the CE model's own outputs, not to evaluate CE against tools that do something different. ## What You ARE Validating 1. MANDATE MATH Does baseline_emissions × (1 − reduction_pct/100) ≈ ceiling_mt_co2? Does the final mandate_mt_co2 value fall at or below that ceiling? Does BAU never reach the ceiling on its own? 2. FLEET TOTALS & CAPACITY MARGIN (a) COMPONENT INTEGRITY: For each fleet row (baseline_2026, bau_2033, mandate_2033): do the component GW values sum to total_gw (±0.05 GW tolerance)? (b) CAPACITY MARGIN: Does mandate_2033.total_gw provide adequate nameplate capacity vs projected peak demand at the deadline year? Derive peak demand: apply stated load CAGR from baseline parameters (use 2%/yr if not stated) from baseline year to deadline year. FAIL if mandate fleet total_gw < projected peak demand. WARN if nameplate overhead is < 10% above peak demand. PASS if overhead ≥ 15% (standard planning margin for a mixed fleet including intermittent renewables + storage + DERs). Show arithmetic: baseline_demand × (1 + CAGR)^N = peak_demand, then overhead_pct = (total_gw − peak_gw) / peak_gw × 100. 3. ABATEMENT COVERAGE Do the tech vector estimated_mt_co2 contributions sum to at least analysis.abatement_needed_mt_co2? Flag any gap. 4. NON-COMPLIANCE COST MODEL Do annual_cost_usd_b values produce the correct cumulative_usd_b running totals (±$0.02B tolerance)? Do sector embedded_mt_co2 values sum to non_compliance.embedded_emissions_mt_co2? Do sector export values sum to non_compliance.affected_exports_usd_b? 5. TIMELINE FEASIBILITY Given each tech vector's permitting_years + construction_years, can it contribute before the deadline? Does the critical_path identified in analysis.critical_path match the tech vector with the longest lead time? 6. CE MODEL OUTPUT PLAUSIBILITY CE ran PhysicalClimateService → DamageService → FiscalService for this scenario. Given the region, sector profile, and scenario context described above: - Is heat_stress in a plausible range for heavy industrial infrastructure? - Is drought_risk non-trivial for river-cooling-dependent coal plants? - Is fiscal_balance_shift negative (cost of inaction)? - Is stranded_asset_risk elevated given coal fleet replacement? You are checking directional plausibility, not re-running the model. 7. SCENARIO NARRATIVE COHERENCE Do the model_gaps accurately describe what CE cannot do for THIS scenario (not generic limitations)? Is the non_compliance.mechanism plausible given the scenario's exports and affected sectors? 8. MODEL GAPS COMPLETENESS Does model_gaps explicitly document limitations material to THIS scenario? For a power-sector decarbonization mandate, check at minimum: - Resource adequacy / capacity margin (LOLE/EUE): reliability of the mandate fleet at peak demand. FAIL if absent and the mandate retires firm capacity (coal, gas) without a modeled UCAP replacement. - CO₂ storage geology or siting assumptions that are unvalidated. - Lead-time assumptions that leave an insufficient construction window. Are severity ratings (high / medium / low) calibrated to actual risk? Does each gap have a planned_fix or Stage reference? PASS = all material gaps present and rated correctly. WARN = minor gap missing or severity under-rated. FAIL = high-severity gap absent (e.g. no resource adequacy note when retiring firm capacity and adding intermittent renewables). ## What Is OUT OF SCOPE DO NOT: - Compare CE to global IAMs (DICE, PAGE, MESSAGE-GLOBIOM, REMIND) — CE is not trying to produce equilibrium temperature projections. - Suggest using HEC-RAS, EPA SWMM, ICLEI ClearPath, or IMPLAN — those tools have different purposes; CE covers the gap between them and investment-grade decision-making. - Recommend capacity adequacy studies or sub-hourly dispatch models — those are already listed in model_gaps and are out of CE's scope. - Critique CE for being 'deterministic' — that is an explicit design choice for a decision-grade diagnostic layer, not a limitation. - Suggest that CE needs to be 'more rigorous' based on academic methods designed for different purposes (probabilistic forecasting, engineering certification, regulatory approval). CE is a planning diagnostic tool. ## Output Format Return a structured assessment. For each of the 8 checks above, output: STATUS: PASS | WARN | FAIL FINDING: one or two sentences DETAIL: show the arithmetic if a number check; skip if PASS is obvious Finish with a SUMMARY (3-5 sentences) on whether this scenario is ready to present to a regional planning authority, and what — if anything — should be corrected first. ──────────────────────────────────────────────────────────────────────── # SCENARIO JSON ──────────────────────────────────────────────────────────────────────── { "id": "rust_belt_mandate", "version": "1.0", "status": "active", "scenario_type": "Power Transition", "name": "Rust Belt Decarbonization Mandate", "subtitle": "Regional power-sector mandate with industrial export penalty", "region_id": "us", "tags": [ "power-sector", "mandate", "coal-transition", "ccus", "grid-constraint" ], "description": "A regional RTO covering a Rust Belt industrial corridor must achieve a 45% absolute reduction in power-sector CO\u2082 emissions from a 2026 baseline within 7 years (by 2033). Failure triggers an immediate escalating carbon tax on all regional industrial exports, threatening the automotive and steel manufacturing base. The grid is coal-heavy (58%), has a severe 5-year RTO interconnection queue for greenfield projects, and faces split permitting environments across four counties.", "baseline": { "year": 2026, "generation_fleet_gw": 6.0, "coal_gw": 3.5, "coal_capacity_factor": 0.75, "gas_ccgt_gw": 2.5, "gas_capacity_factor": 0.52, "grid_carbon_intensity_g_per_kwh": 680, "annual_generation_twh": 34.4, "annual_emissions_mt_co2": 23.4, "notes": "Annual emissions = 6.0 GW \u00d7 weighted 65.4% CF \u00d7 8760 h \u00d7 680 gCO\u2082/kWh. Peak demand 5.2 GW with 2% CAGR (industrial electrification \u2014 arc furnaces, EV manufacturing lines)." }, "target": { "reduction_pct": 45, "deadline_year": 2033, "horizon_years": 7, "metric": "absolute_power_sector_co2_2026_baseline", "required_reduction_mt_co2": 10.5, "ceiling_mt_co2_by_2033": 12.9, "demand_growth_treatment": "fixed_2026_baseline", "penalty": { "type": "carbon_tax_on_exports", "trigger": "immediate", "threshold_pct": 45, "grace_margin_pct": 0, "affected_sectors": [ "automotive", "steel_manufacturing" ], "description": "Any shortfall below 45% reduction triggers an immediate escalating carbon tax on all regional industrial exports. No grace margin \u2014 binary pass/fail." } }, "structural_constraints": { "rto_interconnection_queue_yr": 5.0, "rto_queue_threshold_mw": 50, "transmission_thermal_capacity_pct": 92, "peak_demand_gw": 5.2, "demand_growth_cagr_pct": 2.0, "permitting": { "brownfield_counties": [ "County A", "County B" ], "brownfield_timeline_months": 12, "greenfield_counties": [ "County C", "County D" ], "greenfield_timeline_months_min": 36, "greenfield_timeline_months_max": 48, "greenfield_barriers": "Heavy zoning restrictions and local opposition for onshore wind and large-scale solar arrays", "weighted_avg_yr": 3.0 } }, "tech_vectors": [ { "id": "greenfield_renewables", "label": "Greenfield Renewables & Storage", "description": "Utility-scale Onshore Wind + Solar PV paired with 4-hour lithium-ion BESS in rural Counties C & D.", "ce_model_mapping": "perovskite (solar utility-scale proxy)", "mapping_fidelity": "approximate", "constraints": { "rto_queue_bypass": false, "effective_delay_yr": 5.0, "permitting_timeline_yr": 3.5, "total_lead_time_yr": 6.5 }, "lcoe_premium_pct": 0, "notes": "Subject to full 5-yr RTO queue + rural permitting friction. First MW of new greenfield capacity cannot reach commercial operation before mid-2032 at earliest \u2014 leaving a 6-month window before the 2033 deadline.", "estimated_mt_co2": 2.1 }, { "id": "ccgt_ccus", "label": "Brownfield CCGT CCUS Retrofit", "description": "Post-combustion carbon capture (90% capture efficiency) retrofitted onto the existing 2.5 GW CCGT fleet.", "ce_model_mapping": "beccs (CCUS proxy \u2014 acknowledged approximation)", "mapping_fidelity": "approximate", "mapping_caveats": "BECCS is biomass-based CDR; this is fossil-fuel CCUS with fundamentally different cost structure, CO\u2082 transport requirements, and net-removal accounting. Use with caution.", "constraints": { "rto_queue_bypass": true, "effective_delay_yr": 0, "permitting_timeline_yr": 2.0, "co2_pipeline_permitting_months": 24, "total_lead_time_yr": 2.0 }, "technical_parameters": { "capture_efficiency_pct": 90, "parasitic_load_pct": 15, "net_capacity_after_retrofit_gw": 2.125, "brownfield_new_build_gw": 1.375, "total_ccus_fleet_gw": 3.5, "co2_storage_status": "unknown", "co2_storage_cost_range_usd_per_t": [ 30, 80 ] }, "notes": "Fastest path to near-term abatement. Bypasses RTO queue (existing interconnection). CO\u2082 storage geology unconfirmed \u2014 transport to a regional hub may be required, adding $30\u2013$80/t to cost. 15% parasitic load reduces retrofit net output from 2.5 GW to 2.125 GW. An additional 1.375 GW brownfield CCGT+CCUS expansion (on existing permitted gas sites) bypasses the RTO queue and brings total CCUS fleet to 3.5 GW, providing firm capacity replacement as 3.5 GW of coal retires.", "estimated_mt_co2": 7.2 }, { "id": "ders_gets", "label": "DERs & Grid-Enhancing Technologies", "description": "Behind-the-meter C&I Solar (<5 MW units) paired with Advanced Power Flow Controllers and Dynamic Line Rating (DLR) on existing transmission corridors.", "ce_model_mapping": "none (no direct TECHS_ABATE equivalent in v3.7.0)", "mapping_fidelity": "not_mapped", "mapping_caveats": "DERs bypass the RTO queue entirely and avoid greenfield permitting friction. GETs increase effective transmission capacity by ~20%, partially alleviating the 92% thermal constraint. Neither feature is currently modeled in TECHS_ABATE. Modeled here as a constraint-reduction overlay only.", "constraints": { "rto_queue_bypass": true, "effective_delay_yr": 0, "permitting_timeline_yr": 0.25, "total_lead_time_yr": 0.25 }, "technical_parameters": { "max_unit_size_mw": 5, "transmission_capacity_increase_pct": 20, "lcoe_premium_vs_utility_scale_pct": 35 }, "notes": "Fastest to deploy. 35% higher LCOE per MW is the cost of avoiding queue and permitting delays. The transmission capacity increase from GETs partially offsets the 92% thermal constraint on rural-to-industrial corridors.", "estimated_mt_co2": 1.8 } ], "model_gaps": [ { "gap": "Resource adequacy / reserve margin not modeled", "severity": "high", "description": "CE models emissions trajectory and fiscal impact but does not perform resource adequacy analysis (LOLE/EUE/planning reserve margin). Fleet nameplate capacity in fleet_evolution reflects the decarbonization deployment stack; actual peak reliability requires a formal capacity expansion study accounting for renewable capacity factors during peak demand periods. By 2033, peak demand reaches ~5.97 GW (2% CAGR); the 7.0 GW mandate fleet provides ~17% nameplate overhead, but effective firm capacity depends on BESS duration, coincident wind/solar production, and DER dispatch characteristics.", "planned_fix": "Stage 4 \u2014 resource adequacy overlay using CE physical stressors + fleet composition dispatch proxy" }, { "gap": "Endogenous coal retirement not modeled", "severity": "high", "description": "TECHS_ABATE tracks new deployment but has no mechanism for optimizing when existing coal units retire. This scenario assumes coal retirement is the key decision variable \u2014 a gap that affects result accuracy significantly.", "planned_fix": "Stage 3 \u2014 COAL_FLEET retirement curve" }, { "gap": "CCGT CCUS mapped to BECCS (weak approximation)", "severity": "medium", "description": "BECCS is biomass CDR; CCGT post-combustion CCUS is a fundamentally different technology. The 15% parasitic load, 90% capture efficiency, and CO\u2082 transport cost are not reflected in the BECCS base/opt/ceil arrays.", "planned_fix": "Stage 3 \u2014 new ccgt_ccus TECHS_ABATE entry" }, { "gap": "DERs/GETs have no TECHS_ABATE entry", "severity": "medium", "description": "Tech Vector 3 has no direct equivalent. Modeled as a 20% reduction in effective gridQueue and a small permitDelay offset only.", "planned_fix": "Stage 3 \u2014 new ders_gets entry" }, { "gap": "Sub-regional permitting split not expressible", "severity": "low", "description": "The model has one permitDelay value per scenario. The brownfield (12-month) vs. rural greenfield (36\u201348 month) split is collapsed to a weighted average (3.0 yr).", "planned_fix": "Stage 2 \u2014 tech-vector-level permit override" } ], "analysis": { "critical_path": "ccgt_ccus", "critical_path_rationale": "Greenfield renewables cannot reach commercial operation before mid-2032 (5yr RTO + permitting). CCGT CCUS is the only tech vector that can deliver material abatement within the 2033 window. DERs provide fast but modest capacity.", "abatement_needed_mt_co2": 10.5, "estimated_ccus_contribution_mt_co2": 7.2, "estimated_greenfield_contribution_mt_co2": 2.1, "estimated_ders_contribution_mt_co2": 1.8, "tech_contributions": [ { "label": "CCGT CCUS Retrofit", "mt_co2": 7.2 }, { "label": "Greenfield Renewables & BESS", "mt_co2": 2.1 }, { "label": "DERs & Grid-Enhancing Technologies", "mt_co2": 1.8 } ], "estimated_total_mt_co2": 11.1, "ccus_storage_dependency_note": "AUDIT FLAG (HIGH): The CCUS vector contributes 7.2 Mt of the 11.1 Mt total (65%), but CO2 storage geology is explicitly 'unknown' in the tech_vector. If regional saline aquifer injection is not viable, CO2 must be transported to the Gulf Coast hub (+$50-80/t vs $30-80/t regional range). At $80/t Gulf transport + $30/t capture cost = $110/t total CCUS operating cost. Against IRA \u00a745Q credit of $85/t, the net operating cost is +$25/t (loss), making the CCUS retrofit economically unviable without the regional geology assumption being confirmed. A decision on CO2 storage viability is needed by 2027-Q1 for the CCUS critical path to remain on schedule. If storage fails, direct coal retirement + gas fill must cover 7.2 Mt with no backstop vector, and the mandate cannot be met by 2033.", "greenfield_timing_note": "AUDIT FLAG (MEDIUM): Greenfield renewables have a 6.5-year total lead time (5-year RTO queue + 1.5-year construction minimum), meaning any project beginning permitting today reaches commercial operation in mid-2032 at the earliest. The 2033 mandate deadline gives only a 6-month window for greenfield contribution. Any single permitting delay of 3+ months (historically common in greenfield siting disputes in rural Counties C and D) pushes greenfield commissioning past the mandate deadline. The 2.1 Mt greenfield contribution must be treated as at-risk: the mandate effectively relies on CCUS (7.2 Mt) + DERs (1.8 Mt) = 9.0 Mt vs 10.5 Mt required, which is a 1.5 Mt deficit if greenfield slips. Confidence: low.", "estimated_margin_mt_co2": 0.6, "confidence": "low", "confidence_rationale": "CO\u2082 storage geology unconfirmed; coal retirement endogeneity not modeled; DERs contribution is order-of-magnitude only; resource adequacy (LOLE) not modeled \u2014 fleet totals reflect nameplate decarbonization stack, not UCAP-adjusted firm capacity." }, "action_items": [ { "id": "ai_01", "audience": "renewable_energy_developer", "action": "CCUS project developers and industrial operators in Ohio, Indiana, and Michigan: commission an independent geological assessment of Mt. Simon saline aquifer storage capacity in your specific project county NOW \u2014 the assessment takes 6\u20139 months and is prerequisite for any carbon storage permit application.", "rationale": "The Rust Belt CCUS pathway depends entirely on Mt. Simon formation access. Geological suitability varies significantly across the basin. Developers who commission assessments in 2026 receive results in 2027 \u2014 in time to adjust project design. Those who wait face 2028+ geological uncertainty at the point of EPC contract signature.", "defensible_basis": "USGS Mt. Simon Sandstone CO\u2082 storage assessment; DOE CarbonSAFE Mt. Simon programme geology data; EPA Class VI UIC well permitting requirements. Geological assessment is a private-sector technical study \u2014 no regulatory approval required to commission.", "urgency": "immediate", "no_regret": true }, { "id": "ai_02", "audience": "corporate_industrial_buyer", "action": "Ohio, Indiana, and Michigan steel, automotive, and chemical exporters: model your EU Carbon Border Adjustment Mechanism (CBAM) exposure for 2027\u20132030 deliveries NOW \u2014 CBAM transition reporting started January 2026 and full financial liability begins 2027.", "rationale": "CBAM applies to steel, aluminium, cement, fertilisers, and electricity \u2014 all Rust Belt core industries. Companies that have not run CBAM exposure models by mid-2026 will face surprise carbon cost liabilities of $15\u201385/tonne CO\u2082 on EU-bound products from 2027.", "defensible_basis": "EU CBAM Regulation (EU) 2023/956 (full financial application from 2027); EU implementing regulations on default carbon values; CBAM registry activation January 2026. Regulatory obligation in force \u2014 financial exposure calculable today.", "urgency": "immediate", "no_regret": true }, { "id": "ai_03", "audience": "renewable_energy_developer", "action": "IRA \u00a745Q tax equity investors: lock in tax equity partnership agreements for Rust Belt CCUS projects in 2026 before any Congressional reconciliation review \u2014 the \u00a745Q credit at $85/t captured is the financial anchor of the Rust Belt CCUS business case.", "rationale": "The \u00a745Q credit requires projects to begin construction within a 4-year window from enactment. Tax equity partnership documentation (purchase and sale agreements, operating agreements) takes 12\u201318 months to negotiate. Beginning in 2026 ensures documents are ready if project FID is taken in 2027.", "defensible_basis": "IRS Notice 2023-45 (\u00a745Q implementation); Inflation Reduction Act \u00a745Q prevailing wage requirements; tax equity market precedent (40+ \u00a745Q deals closed 2023\u20132025). Tax equity is an established market \u2014 no new regulatory development required.", "urgency": "near_term", "no_regret": true }, { "id": "ai_04", "audience": "utility_grid_operator", "action": "PJM and MISO: publish updated interconnection queue timelines for Ohio, Indiana, and Michigan renewable projects that reflect the post-FERC Order 2023 queue reform milestones \u2014 developers need accurate timelines to plan around the 5-year queue delay documented in this scenario.", "rationale": "The Rust Belt mandate shortfall is 10.5 Mt CO\u2082 \u2014 2.1 Mt of which depends on greenfield renewables that are currently stuck in a 5-year interconnection queue. Post-FERC Order 2023 reforms are intended to reduce this. Publishing accurate revised timelines is a planning service that costs nothing and enables private capital to make better decisions.", "defensible_basis": "FERC Order 2023 (interconnection reform, effective May 2023); PJM Interconnection Queue Reform implementation plan; MISO generator interconnection queue transparency reports. Updated timelines are within PTO/ISO administrative authority to publish.", "urgency": "near_term", "no_regret": true } ], "sources": [ "LBNL Interconnection Queue Monitor 2024", "FERC Order 2023 (interconnection reform)", "IEA CCUS Projects Database 2024", "Rocky Mountain Institute GETs Factbook 2024", "EPRI Post-Combustion CCS Cost Report 2023" ], "projections": { "years": [ 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033 ], "bau_mt_co2": [ 23.4, 23.3, 23.1, 23.0, 22.8, 22.7, 22.5, 22.4 ], "mandate_mt_co2": [ 23.4, 23.2, 22.0, 19.5, 16.0, 14.5, 13.5, 12.3 ], "ceiling_mt_co2": 12.9, "notes": "BAU reflects ~0.5%/yr natural efficiency improvement with no new policy. Mandate path assumes CCUS online by 2030, greenfield contributing from 2032." }, "fleet_evolution": { "scale_gw": 7.0, "baseline_2026": { "coal_gw": 3.5, "ccgt_gw": 2.5, "renewables_gw": 0.0, "ders_gw": 0.0, "total_gw": 6.0 }, "bau_2033": { "coal_gw": 3.5, "ccgt_gw": 2.3, "renewables_gw": 0.3, "ders_gw": 0.2, "total_gw": 6.3 }, "mandate_2033": { "coal_gw": 0.0, "ccgt_ccus_gw": 3.5, "renewables_gw": 2.5, "ders_gw": 1.0, "total_gw": 7.0, "notes": "3.5 GW CCGT CCUS = 2.125 GW retrofit net (existing fleet, 15% parasitic load) + 1.375 GW new brownfield build on permitted gas sites (bypasses RTO queue). 2.5 GW renewables nameplate = onshore wind + solar PV + 4-hr BESS (\u226560% effective peak capacity with storage). 7.0 GW total provides ~17% nameplate overhead vs 5.97 GW forecast 2033 peak demand." } }, "non_compliance": { "trigger_year": 2034, "mechanism": "Escalating carbon tax applied to embedded CO\u2082 in automotive and steel exports from the region. Rate increases each calendar year of continued non-compliance. No cap defined in current regulation.", "tax_schedule": [ { "year": 2034, "rate_usd_per_t": 25, "annual_cost_usd_b": 0.21, "cumulative_usd_b": 0.21 }, { "year": 2035, "rate_usd_per_t": 40, "annual_cost_usd_b": 0.33, "cumulative_usd_b": 0.54 }, { "year": 2036, "rate_usd_per_t": 60, "annual_cost_usd_b": 0.49, "cumulative_usd_b": 1.03 }, { "year": 2037, "rate_usd_per_t": 85, "annual_cost_usd_b": 0.7, "cumulative_usd_b": 1.73 }, { "year": 2038, "rate_usd_per_t": 115, "annual_cost_usd_b": 0.94, "cumulative_usd_b": 2.67 } ], "affected_exports_usd_b": 12.4, "embedded_emissions_mt_co2": 8.2, "max_annual_cost_usd_b": 0.94, "five_year_cumulative_usd_b": 2.67, "affected_sectors": [ { "name": "Automotive", "export_value_usd_b": 7.2, "embedded_mt_co2": 4.8, "jobs": 24000, "icon": "fa-car" }, { "name": "Steel Manufacturing", "export_value_usd_b": 5.2, "embedded_mt_co2": 3.4, "jobs": 11000, "icon": "fa-industry" } ] }, "created": "2026-05-17", "last_updated": "2026-05-19", "author": "CE Scenario Engine v3.7", "fiscal_transition": { "entity_name": "RTO / Rust Belt Utility Coalition", "price_label": "Residential Electricity Rate (\u00a2/kWh)", "price_unit": "\u00a2/kWh", "framing": "Phase 1 (2026\u20132028): CCUS-first emergency response. The 5-year RTO interconnection queue makes greenfield renewables non-viable before 2032. The only near-term abatement path is CCGT CCUS retrofit \u2014 bypassing the RTO queue by using existing interconnection rights. Brownfield CCUS costs $6.6B and requires CO2 pipeline permitting (24 months). Utilities face a rate case bottleneck at state public utility commissions; CAPEX debt service creates a transitional rate increase of 12\u201315% before coal savings reduce cost. IRA clean energy ITC and DOE Loan Programs Office CCUS facility are the primary financing enablers. Phase 2 (2028\u20132033): Coal retirement + greenfield renewables. With CCUS operational, coal capacity factor drops to <20%; targeted retirement begins 2029. Greenfield wind/solar (5+ year queue but queue-entered in 2026) reaches commercial operation 2031\u20132032. Full mandate achieved 2033 with automotive/steel export penalty averted.", "phase_1": { "label": "CCUS Retrofit & Coal Phase-Down", "years": "2026\u20132028", "annual_capex_usd_b": 1.6, "capex_sources": { "ira_45q_ccus_tax_credit": "IRA \u00a745Q CCUS credit $85/t CO2 captured; $1.2B/yr at full capture rate", "doe_lpo_ccus": "$3.0B DOE LPO Title XVII CCUS facility at 4.2%", "utility_rate_base": "$3.5B at WACC 7.4% (PUC rate case; CWIP accounting)", "state_green_banks": "$1.0B Ohio/Pennsylvania/Michigan green bank co-investment", "private_ccus_equity": "$1.5B private equity (carbon credit + 45Q stacking)" }, "peak_domestic_financing_gap_usd_b": 0.55, "peak_financing_gap_year": 2027, "entity_deficit_trajectory": [ { "year": 2026, "deficit_usd_b": 0.25, "note": "CCUS engineering + CO2 pipeline permitting; coal at full dispatch; CAPEX preparations" }, { "year": 2027, "deficit_usd_b": 0.55, "note": "CCUS retrofit construction peak; rate case pending at PUC; IRA 45Q not yet flowing" }, { "year": 2028, "deficit_usd_b": 0.42, "note": "CO2 pipeline complete; first CCUS unit operational; partial coal savings; 45Q credits begin" }, { "year": 2030, "deficit_usd_b": 0.2, "note": "Full CCUS operational; coal CF drops to 25%; rate case approved; savings flow" }, { "year": 2033, "deficit_usd_b": 0.05, "note": "Mandate achieved; coal retired; greenfield renewables online; near revenue adequacy" } ], "price_trajectory": [ { "year": 2026, "price": 10.8, "note": "Coal-heavy base rate; among lowest in US due to cheap coal baseload" }, { "year": 2027, "price": 11.5, "note": "+6%; CCUS CAPEX debt service; rate case approved with CWIP treatment" }, { "year": 2029, "price": 12.2, "note": "Peak rate (+13%); full CCUS capital recovery before coal savings realized" }, { "year": 2031, "price": 11.8, "note": "Declining as coal O&M savings + 45Q revenue offsets CAPEX debt service" }, { "year": 2033, "price": 11.4, "note": "Mandate year; coal fully retired; long-run rate below BAU carbon-tax-exposed trajectory" } ], "fx_reserve_risk": "Not applicable \u2014 USD domestic scenario. Key economic risk: industrial ratepayer competitiveness. Automotive and steel manufacturers are energy-intensive; electricity rate must remain below 13\u00a2/kWh threshold to prevent industrial relocation to cheaper-grid regions (Southeast: ~9\u00a2; Texas: ~10\u00a2). Peak 12.2\u00a2 approaches but does not breach competitiveness threshold.", "sovereign_debt_trajectory": { "baseline_debt_gdp_pct": null, "transition_peak_debt_gdp_pct": null, "peak_year": null, "stabilized_debt_gdp_pct": null, "stabilization_year": null, "imf_dsa_threshold_pct": null, "notes": "US domestic scenario \u2014 sovereign debt framework not applicable. State-level fiscal exposure: Ohio, Pennsylvania, Michigan green bank commitments ($1.0B) are within existing state revolving fund capacity. DOE LPO ($3.0B) is federal; within LPO Innovative Clean Technology credit authority." }, "imf_compatibility": "Not applicable \u2014 US federal/state mandate. EPA Clean Power Plan 2.0 and IRA \u00a745Q/\u00a748 compliance frameworks apply. FERC reliability standards binding. State PUC rate case approval is the primary regulatory constraint.", "key_risks": [ "CO2 pipeline geology: if regional sequestration sites are non-viable, CO2 transport to Gulf Coast hub adds $50\u201380/t to CCUS cost, potentially making retrofit uneconomical vs direct coal retirement + gas fill", "PUC rate case disallowance: if state PUC denies CWIP cost recovery, utilities bear $3.5B balance sheet exposure; potential downgrade from BBB to BBB- with higher WACC", "IRA \u00a745Q political risk: carbon capture credit repeal under reconciliation removes $1.2B/yr revenue; project NPV turns negative without alternative rate recovery", "Binary mandate design: zero grace margin means any 1-2 Mt shortfall triggers full carbon tax \u2014 industrial stakeholders prefer graduated compliance but mandate structure does not allow partial credit" ] }, "phase_2": { "label": "Coal Retirement & Greenfield Renewables Online", "years": "2028\u20132033", "savings_label": "Annual Coal O&M & Export Penalty Avoidance", "savings_context": "vs BAU coal-heavy trajectory with escalating carbon export tax from 2033", "primary_savings_usd_b_annual": 0.38, "import_label": "Coal Fuel Cost Eliminated (2033 vs BAU)", "import_context": "coal region supply at $45-55/short ton, but CCUS displaces 90% of coal combustion CO2", "import_exposure_end_usd_b": 0.28, "entity_fiscal_trajectory": "Utilities achieve positive revenue adequacy by 2029 as IRA \u00a745Q CCUS credits ($85/t CO2 captured = $1.2B/yr at full capture) and coal O&M savings ($0.28B/yr upon full retirement) exceed amortized CCUS CAPEX debt service. Rate trajectory reverses from 12.2\u00a2 peak (2029) to 11.4\u00a2 by 2033. Greenfield renewables entering service 2031\u20132032 further reduce marginal dispatch cost.", "export_competitiveness": "Automotive sector ($28B/yr) and steel manufacturing ($5.2B/yr) protected from carbon export tax that would otherwise apply from 2033. Clean grid certification opens EU CBAM exemption eligibility for exported vehicles and steel \u2014 a market access benefit worth $0.8B/yr by 2035 as EU CBAM ramps on manufactured goods.", "resilience_dividend": "CCUS retrofit retains existing CCGT firm capacity (2.125 GW net after parasitic load) \u2014 no reliability degradation during transition. Coal retirement eliminates air quality mortality burden (estimated 420 avoided deaths/yr). CO2 injection into regional saline aquifers creates permanent carbon sink in the industrial heartland.", "bond_market_outlook": "Utility credit profile improves as coal stranded asset risk is resolved via CCUS (rather than write-off) and 45Q revenue stream is established. IRA \u00a745Q creates a new asset class \u2014 CCUS revenue contracts \u2014 eligible for project bond structures. State green bank participation reduces cost of capital for Phase 2 greenfield projects." }, "counterfactual_inaction": { "label": "Coal BAU + Carbon Export Tax", "framing": "Without mandate compliance, coal-heavy grid triggers binary carbon export tax on automotive ($28B/yr) and steel ($5.2B/yr) in 2033. Regional industrial relocation begins as supply chains move to cleaner-grid competitors. Grid carbon intensity at 680 g/kWh becomes a competitive liability in a CBAM-era global trade system.", "trade_penalty_label": "Carbon Export Tax on Automotive + Steel (annual)", "trade_penalty_usd_b_annual": 2.8, "export_erosion_label": "Automotive Supply Chain Relocation Risk", "export_erosion_usd_b_annual": 3.5, "inaction_total_cost_usd_b_10yr": 28.0, "net_transition_benefit_usd_b_10yr": 17.0, "notes": "Inaction costs: carbon export tax $28B cumulative + automotive relocation $35B NPV + coal health damage $4.2B = $67.2B. Transition cost: $11B net of IRA/45Q. Net benefit: $17B NPV at 7% discount. Binary mandate structure means: any shortfall = full cost crystallization \u2014 there is no partial credit." }, "cash_flow_bridge": "The transition's unusual feature is that IRA \u00a745Q makes CCUS the most cash-flow-positive near-term path: $85/t CO2 credit at 90% capture from 2.5 GW CCGT = $1.2B/yr revenue from Year 1 of operation. This means CCUS retrofit turns cash-flow positive within 4\u20135 years of commissioning \u2014 unlike renewables which require 20-year debt service amortization. DOE LPO CCUS facility ($3.0B at 4.2%) allows project finance without on-balance-sheet utility risk. The critical constraint is CO2 pipeline and sequestration permitting, not financing.", "fiscal_waterfall": [ { "year": 2026, "label": "CCUS permitting + pipeline route", "pressure_usd_b": -0.25, "pressure_note": "Engineering studies; CO2 pipeline route permitting; DOE LPO application filing", "concessional_inflow_usd_b": 0.18, "concessional_note": "DOE LPO commitment fee; state green bank letter of intent", "savings_usd_b": 0.0, "savings_note": "No savings yet; coal at full dispatch", "tariff_delta_usd_b": -0.07, "tariff_note": "No rate case filed; utilities absorb early-stage costs", "bpdb_position_usd_b": -0.14, "note": "Pre-construction; manageable balance sheet exposure" }, { "year": 2027, "label": "CCUS construction peak", "pressure_usd_b": -0.9, "pressure_note": "CCUS retrofit CAPEX; amine solvent systems; CO2 compression + pipeline build", "concessional_inflow_usd_b": 0.48, "concessional_note": "DOE LPO first drawdown $0.35B; state green bank $0.13B", "savings_usd_b": 0.0, "savings_note": "No CCUS operational yet", "tariff_delta_usd_b": -0.12, "tariff_note": "PUC rate case approved \u2014 CWIP treatment; 6.5% rate increase in base", "bpdb_position_usd_b": -0.54, "note": "Peak stress; IRA 45Q timing is critical \u2014 first credit in Year 1 of operation" }, { "year": 2028, "label": "CCUS unit 1 operational", "pressure_usd_b": -0.65, "pressure_note": "Brownfield CCGT+CCUS expansion; CO2 injection ramp-up", "concessional_inflow_usd_b": 0.38, "concessional_note": "DOE LPO drawdown; IRA 45Q credits begin ($0.28B at partial capture rate)", "savings_usd_b": 0.12, "savings_note": "Partial coal displacement: 1.0 GW coal offline; $0.12B O&M avoided", "tariff_delta_usd_b": -0.08, "tariff_note": "Rate flat; 45Q revenue partially offsets CAPEX debt service", "bpdb_position_usd_b": -0.23, "note": "45Q credits transformative \u2014 deficit falling rapidly; mandate on track" }, { "year": 2030, "label": "Full CCUS + coal at 25% CF", "pressure_usd_b": -0.42, "pressure_note": "Greenfield wind/solar CAPEX begins; CO2 pipeline full capacity", "concessional_inflow_usd_b": 0.28, "concessional_note": "IRA 45Q $0.95B/yr full rate; DOE LPO trailing", "savings_usd_b": 0.22, "savings_note": "Coal CF reduced to 25%: $0.22B annual O&M+fuel avoided", "tariff_delta_usd_b": 0.0, "tariff_note": "Rate flat; 45Q + coal savings offset CAPEX service", "bpdb_position_usd_b": 0.08, "note": "Turns positive; mandate achievable on schedule" }, { "year": 2033, "label": "Mandate achieved \u2014 coal retired", "pressure_usd_b": -0.25, "pressure_note": "Maintenance; greenfield renewables final commissioning", "concessional_inflow_usd_b": 0.15, "concessional_note": "IRA 45Q run-off; PTC from greenfield wind begins", "savings_usd_b": 0.38, "savings_note": "Full coal retirement savings + avoided carbon export tax", "tariff_delta_usd_b": 0.04, "tariff_note": "Small rate reduction passed to ratepayers", "bpdb_position_usd_b": 0.32, "note": "Mandate achieved; industrial sector protected; automotive+steel exports secure" } ], "institutional_summary": { "sovereign_debt": "US domestic scenario \u2014 sovereign debt framework not applicable. Federal exposure: DOE LPO $3.0B within CCUS credit authority. State green bank commitments ($1.0B) within state revolving fund capacity.", "entity_fiscal_position": "Utility revenue requirement gap peaks at $0.55B (2027) before IRA \u00a745Q credits and coal savings restore revenue adequacy by 2029. IRA \u00a745Q ($85/t, $1.2B/yr at full capture) is the most powerful single financial lever in the transition.", "annual_financing_gap": "$0.55B peak (2027). Closed by DOE LPO CCUS drawdown ($0.35B), state green bank ($0.13B), and rate case approval ($0.07B). 45Q revenue from 2028 makes gap permanent positive from 2029.", "export_competitiveness": "Automotive ($28B/yr) and steel ($5.2B/yr) fully protected from binary carbon export tax. EU CBAM eligibility unlocked for exported vehicles and steel \u2014 $0.8B/yr additional market access benefit by 2035.", "fx_reserve_risk": "Not applicable \u2014 USD domestic. Industrial electricity rate competitiveness vs Southeast (9\u00a2) and Texas (10\u00a2) is the primary economic risk; peak 12.2\u00a2 approaches but does not breach industrial relocation threshold.", "insurance_and_lending_spreads": "Regional utility bonds: BBB+/Baa1. CCUS retrofit adds temporary balance sheet risk (CO2 sequestration liability), but IRA \u00a745Q revenue stream provides offsetting cash flow certainty. CCUS project bond market (new asset class) launching at 5.0\u20135.8% rate.", "imf_compatibility": "Not applicable \u2014 US domestic mandate. EPA CPP 2.0 and IRA \u00a745Q compliance frameworks apply. FERC reliability standards and state PUC rate case approval are binding regulatory constraints.", "subsidy_dependency": "High IRA \u00a745Q dependency: $85/t CO2 captured = $1.2B/yr at full capture. If \u00a745Q is reduced or repealed, CCUS retrofit NPV turns negative \u2014 direct coal retirement becomes preferred option, but this delays mandate by 2\u20133 years due to reliability backstop requirements. Solar/wind ITC (30%) is the backup pathway from 2031.", "price_trajectory": "Residential rate rises from 10.8\u00a2 to 12.2\u00a2 peak (2029, +13%) then declines to 11.4\u00a2 by 2033. Long-run rate is below the 13\u00a2+ BAU trajectory with binary carbon export tax. Net real-term impact: +4.5% above CPI over 7-year mandate period.", "stranded_asset_exposure": "Coal fleet book value: 3.5 GW \u00d7 $180/kW undepreciated = $0.63B. CCUS retrofit adds $6.6B of new assets. If CO2 sequestration geology is unviable, retrofit CAPEX becomes stranded \u2014 the only scenario where utility balance sheet stress could become severe. CO2 pipeline: $0.8B stranded if sequestration site fails.", "bond_market_perception": "Rust Belt utility coalition: BBB/Baa2 (coal overhang). Managed CCUS transition clears coal stranded asset risk; 45Q revenue stream provides investment-grade cash flow certainty. IRA \u00a745Q creates CCUS project bond market \u2014 allows off-balance-sheet treatment. Long-run spread tightening 20\u201335 bps expected by 2030." } }, "financing_framework": { "methodology": { "currency": "USD", "base_year": 2026, "exchange_rate": "N/A \u2014 domestic USD scenario", "discount_rate": "7.4% WACC (blended utility WACC and project finance)", "inflation_basis": "US CPI + 1.5% industrial construction escalation", "damage_estimate_basis": "EPA CPP 2.0 economic impact model; FERC reliability cost study; automotive sector carbon tax exposure analysis", "stranded_asset_basis": "FERC CWIP accounting; utility coal fleet depreciation schedules; CCUS project bond NPV model" }, "timeline_phases": [ { "phase": 1, "years": "2026\u20132028", "label": "CCUS Retrofit & CO2 Pipeline", "characteristics": [ "CCGT CCUS retrofit: amine solvent post-combustion capture; 90% efficiency", "CO2 pipeline construction: 24-month permitting + 18-month build; regional saline aquifer injection", "DOE LPO CCUS facility commitment and drawdown ($3.0B at 4.2%)", "PUC rate case for CWIP treatment \u2014 multi-state coordination (Ohio, Pennsylvania, Michigan)", "IRA \u00a745Q credit: $85/t CO2 captured \u2014 transforms project economics" ], "dominant_risk": "CO2 sequestration geology risk: if regional saline aquifer is non-viable, pipeline must route to Gulf Coast (+$50\u201380/t cost); makes CCUS economics marginal", "dominant_opportunity": "IRA \u00a745Q ($85/t) is the most generous CCUS subsidy in US history; makes CCUS retrofit cash-flow-positive within 4 years \u2014 unprecedented for heavy industrial decarbonization" }, { "phase": 2, "years": "2028\u20132033", "label": "Coal Retirement + Greenfield Renewables", "characteristics": [ "Coal CF drops from 75% to 0% as CCUS + greenfield wind/solar displace baseload need", "Greenfield wind/solar (entered queue 2026) online 2031\u20132032 after 5-year RTO queue", "IRA \u00a745Q $1.2B/yr revenue stream fully established", "Automotive sector maintains EU CBAM export eligibility; steel sector secures green steel premium", "Binary mandate compliance achieved by 2033 deadline \u2014 export penalty averted" ], "dominant_risk": "IRA \u00a745Q repeal under reconciliation: removes $1.2B/yr revenue; project NPV turns negative; coal retirement without renewable replacement creates reliability gap", "dominant_opportunity": "CCUS project bonds (new IRA-era asset class) attract institutional ESG capital at 5.0\u20135.8%; off-balance-sheet treatment improves utility credit metrics" } ], "capital_providers": [ { "actor": "IRA \u00a745Q CCUS Tax Credit (Federal)", "type": "Federal tax credit", "committed_usd_b": 8.5, "deployed_by_2030_usd_b": 3.6, "terms": "$85/t CO2 captured (geological storage); 12-year credit period; monetized via tax equity at ~93\u00a2/$1", "conditionality": "Prevailing wage + apprenticeship requirements; qualified facility certification by EPA; CO2 must be geologically sequestered (not EOR)", "risk": "Congressional repeal risk; sequestration permanence verification requirements may add $10\u201315/t ongoing monitoring cost" }, { "actor": "DOE Loan Programs Office (CCUS Facility)", "type": "Federal concessional debt", "committed_usd_b": 3.0, "deployed_by_2030_usd_b": 2.2, "terms": "4.2% fixed, 20-year; DOE Innovative Clean Technology program (\u00a717 amended by IRA)", "conditionality": "NEPA environmental review; CO2 sequestration site characterization; FERC interconnection compliance", "risk": "DOE LPO capacity constraints; CO2 sequestration geology must be confirmed pre-commitment; political freeze on new LPO commitments" }, { "actor": "Regional Utility Rate Base (Multi-State PUC)", "type": "Regulated utility debt + equity", "committed_usd_b": 3.5, "deployed_by_2030_usd_b": 2.8, "terms": "7.4% WACC; CWIP accounting; PUC rate case recovery across Ohio/Pennsylvania/Michigan", "conditionality": "Multi-state PUC coordinated rate case approval; prudency review; binary mandate compliance plan submission", "risk": "Multi-state PUC coordination risk \u2014 three separate regulatory authorities; any disallowance creates cross-state cost allocation dispute" }, { "actor": "State Green Banks (OH/PA/MI)", "type": "State revolving fund + concessional", "committed_usd_b": 1.0, "deployed_by_2030_usd_b": 0.75, "terms": "4.8% concessional; 15-year revolving fund; IRA-GGRF (Greenhouse Gas Reduction Fund) co-investment", "conditionality": "State energy office approval; local content requirements; just transition community benefit agreements", "risk": "State political transitions \u2014 Michigan/Ohio governor change could pause green bank programmes; GGRF federal funding contingent on EPA program continuation" }, { "actor": "Private CCUS Equity (Carbon Market Stack)", "type": "Private equity + carbon credit", "committed_usd_b": 1.5, "deployed_by_2030_usd_b": 0.9, "terms": "Project equity at 9\u201311% IRR; 45Q + voluntary carbon credit stacking; CCUS project bond structure", "conditionality": "Carbon credit verification (Verra/Gold Standard); offtake contract with industrial buyers; CO2 permanent storage confirmation", "risk": "Voluntary carbon market price risk ($15\u201345/t VCM); 45Q stacking may be restricted by IRS guidance; CCUS project bond market still nascent" }, { "actor": "Greenfield Wind/Solar (IRA ITC/PTC)", "type": "Project finance + federal ITC/PTC", "committed_usd_b": 2.0, "deployed_by_2030_usd_b": 0.4, "terms": "30% ITC + prevailing wage PTC; 5.2% project debt; 20-year PPA with regional utilities", "conditionality": "RTO interconnection queue (entered 2026, commercial operation 2031\u20132032); BLM/state permits for wind in Counties C&D", "risk": "5-year RTO queue means greenfield not available before 2031; CCUS is the primary near-term abatement vehicle" } ], "financing_conditions": { "critical_path": "IRA \u00a745Q monetization via tax equity is the primary constraint \u2014 tax equity market capacity is limited and dominated by large banks. CO2 sequestration site confirmation (24-month characterization study) must precede DOE LPO commitment. Multi-state PUC rate case coordination requires Ohio + Pennsylvania + Michigan PUCs to act in a coordinated 6-month window.", "currency_mismatch": "None \u2014 all USD domestic. Interest rate sensitivity: 100 bps rise adds $0.18B to programme financing cost over 7 years. CCUS CAPEX is steel/construction-intensive \u2014 materials inflation is a secondary sensitivity.", "blended_finance_threshold": "IRA \u00a745Q ($85/t) is the critical blending element \u2014 it transforms CCUS from a $180/t abatement cost to a $95/t net abatement cost after credit. Below this threshold, direct coal retirement + gas fill is the economically preferred path. \u00a745Q preservation is the sine qua non of this mandate's economic viability." }, "sensitivity_cases": { "note": "Rust Belt mandate has binary structure \u2014 any shortfall triggers full carbon tax; sensitivity analysis reveals the narrow path to compliance", "cases": [ { "factor": "IRA \u00a745Q CCUS Tax Credit Preservation", "low_assumption": "Full $85/t maintained through 2033 and beyond", "low_impact": "CCUS retrofit NPV +$2.8B; mandate achievable at lowest ratepayer cost; grid carbon intensity comfortably below 45% threshold", "base_assumption": "$85/t through 2030, then stepped down to $60/t (reconciliation partial reduction)", "base_impact": "CCUS NPV reduced by $0.8B; still viable; minor rate increase vs base; mandate achievable", "high_assumption": "\u00a745Q fully repealed under 2027 reconciliation", "high_impact": "CCUS retrofit NPV turns negative; utilities pivot to direct coal retirement + gas backstop; mandate timeline slips to 2035\u20132036; binary carbon export tax triggers 2033" }, { "factor": "CO2 Sequestration Geology Viability", "low_assumption": "Regional saline aquifer confirmed at 2,000 m depth with 500 Mt capacity \u2014 no pipeline rerouting needed", "low_impact": "CO2 injection at $12/t; CCUS economics strong; DOE LPO terms fully met; mandate on schedule", "base_assumption": "Regional aquifer viable but requires 120 km pipeline to confirmed site", "base_impact": "Pipeline adds $45/t CO2 cost; CCUS still viable with 45Q; mandate achievable but CAPEX +$0.8B", "high_assumption": "Regional geology non-viable; CO2 must route 650 km to Gulf Coast hub", "high_impact": "CO2 transport adds $75/t; 45Q credit (85/t) barely covers transport; CCUS marginal; mandate pivots to accelerated coal retirement + greenfield renewables \u2014 timeline risk" }, { "factor": "RTO Interconnection Queue Speed", "low_assumption": "RTO implements FERC Order 2023 queue reform \u2014 queue cleared to 3 years; greenfield online 2029", "low_impact": "4 GW wind/solar online by 2030; CCUS required only for early compliance years; mandate with redundancy", "base_assumption": "5-year queue intact; greenfield online 2031\u20132032 (queue entered 2026)", "base_impact": "CCUS is sole abatement vehicle 2028\u20132031; greenfield adds redundancy in final 2 years; tight but achievable", "high_assumption": "RTO queue expands to 6\u20137 years due to interconnection backlog; greenfield slips to 2033", "high_impact": "CCUS must deliver entire mandate alone; 90% capture efficiency critical; any CCUS underperformance triggers binary carbon tax" }, { "factor": "Multi-State PUC Rate Case Outcome", "low_assumption": "All three state PUCs approve full CWIP cost recovery by Q2 2027", "low_impact": "Utilities protected; CAPEX on schedule; no balance sheet stress; rate increase 6.5% as filed", "base_assumption": "Ohio and Pennsylvania approve; Michigan delays \u2014 partial 2-state recovery", "base_impact": "$0.55B Michigan balance sheet exposure; APS-equivalent stress; DOE LPO bridge required", "high_assumption": "Multi-state PUC disallowance \u2014 all three deny CWIP; full prudency review", "high_impact": "Utility balance sheet at risk; CAPEX delays; mandate compliance jeopardized; state legislative intervention likely needed" } ] }, "sovereign_risk_transmission": { "current_profile": "US domestic, multi-state industrial corridor. Utilities rated BBB/Baa2 (coal overhang). No sovereign risk. Key transmission channels: automotive and steel export competitiveness; state municipal bond markets; regional economic concentration.", "credit_pressures": [ { "factor": "Binary carbon export tax crystallization (2033)", "window": "2033", "note": "If mandate missed by any amount: full carbon tax on $33.2B of automotive+steel exports; regional economic shock; municipal bond stress in Ohio/Pennsylvania/Michigan" }, { "factor": "IRA \u00a745Q repeal", "window": "2027\u20132028", "note": "Removes $1.2B/yr revenue; CCUS NPV turns negative; utilities face balance sheet exposure; PUC rate recovery disputed; potential BBB- downgrade" }, { "factor": "CO2 sequestration liability emergence", "window": "2030+", "note": "If injection site leakage detected: EPA enforcement; CCUS facility shutdown; stranded CAPEX; mandate non-compliance risk cascade" }, { "factor": "Automotive sector supply chain relocation", "window": "2031\u20132035", "note": "If mandate risk perception high, automotive OEMs begin supply chain diversification to Southeast or Texas grid; preemptive relocation reduces tax base and utility revenue" } ], "credit_supports": [ { "factor": "IRA \u00a745Q CCUS revenue certainty", "window": "2028\u20132040", "note": "12-year guaranteed credit period provides investment-grade cash flow visibility; enables project bond structure; off-balance-sheet treatment improves utility metrics" }, { "factor": "Binary mandate structure creates urgency", "window": "2026\u20132033", "note": "Zero grace margin means industrial stakeholders provide political support \u2014 automotive OEMs and steel companies are active mandate advocates (avoid carbon tax); private lobbying reinforces mandate compliance" }, { "factor": "DOE LPO federal backstop", "window": "2027\u20132030", "note": "$3.0B federal commitment provides balance-of-system liquidity; prevents utility balance sheet crisis even in adverse PUC scenario" }, { "factor": "CCUS brownfield retrofit bypasses RTO queue", "window": "2026\u20132028", "note": "Only technology that can deliver mandate compliance by 2033 given 5-year greenfield queue; no alternative \u2014 stakeholders aligned behind CCUS as unique viable path" } ], "tail_risk_note": "Sequestration failure scenario: if CO2 injection causes seismic activity or aquifer contamination, EPA shutdown order forces CCUS offline mid-programme. Probability: 5\u201310% (historical saline aquifer injection record is good but limited large-scale precedent). In this scenario: mandate missed, carbon export tax triggered, and CCUS CAPEX becomes stranded \u2014 the worst-case trifecta." } }, "assumption_register": [ { "claim": "CCGT CCUS retrofit achieves 90% CO2 capture efficiency", "value": "Post-combustion amine capture; 90% efficiency; 15% parasitic load reducing net CCGT output 2.5\u21922.125 GW", "source_type": "documented", "source_ref": "Boundary Dam CCUS (SaskPower) operational data; Shell Quest CCUS performance; IEA CCUS readiness report 2024", "confidence": "medium", "sensitivity": "Medium \u2014 operational efficiency in practice 85\u201392%; 5% variation changes CO2 abatement by ~0.5 Mt/yr; mandate has zero grace margin" }, { "claim": "IRA \u00a745Q credit $85/t CO2 captured (geological storage)", "value": "$85/t CO2 for 12-year credit period; 2026 basis; inflation-indexed under IRA provisions", "source_type": "documented", "source_ref": "Inflation Reduction Act \u00a745Q (2022); Treasury final regulations for CCUS credits (2024); IRS Notice 2023-29", "confidence": "medium", "sensitivity": "High \u2014 repeal under reconciliation eliminates $1.2B/yr revenue; CCUS retrofit NPV turns negative requiring direct coal retirement pivot" }, { "claim": "Regional saline aquifer CO2 storage capacity 500+ Mt at 2,000m depth", "value": "Regional geology assessment: Mt. Simon sandstone aquifer (Ohio/Indiana/Illinois); 500 Mt estimated pore space", "source_type": "modeled", "source_ref": "NETL Carbon Storage Atlas (7th Edition); MRCSP Regional Carbon Sequestration Partnership studies; USGS CO2 storage resource assessment", "confidence": "medium", "sensitivity": "High \u2014 capacity estimate is probabilistic; confirmation requires 2-year site characterization; non-confirmation forces CO2 pipeline rerouting to Gulf Coast (+$75/t)" }, { "claim": "5-year RTO interconnection queue prevents greenfield commercial operation before 2031", "value": "MISO/PJM interconnection queue: 2.5-year study process + construction; queue entered 2026 \u2192 earliest 2031", "source_type": "documented", "source_ref": "FERC 2024 Generator Interconnection queue data; Lawrence Berkeley National Laboratory Interconnection Queue Report (2024); MISO/PJM combined cycle data", "confidence": "high", "sensitivity": "Medium \u2014 FERC Order 2023 (2024) mandates queue reform; accelerated to 3 years possible but not guaranteed; does not change mandate feasibility since CCUS is primary vehicle" }, { "claim": "Coal fleet O&M savings $0.28B/yr upon full retirement", "value": "3.5 GW coal \u00d7 75% CF \u00d7 8,760h \u00d7 $8.50/MWh O&M = $0.20B O&M + $0.08B fuel variable cost = $0.28B/yr", "source_type": "documented", "source_ref": "EIA Annual Electric Power 2024; NREL coal plant O&M cost benchmarks; Synapse Energy coal cost model", "confidence": "high", "sensitivity": "Low \u2014 coal O&M savings are locked in upon retirement; only upside risk (savings could be higher if fuel prices rise)" }, { "claim": "Automotive export value at risk $28B/yr (regional mandate scope)", "value": "Regional automotive: Ford (Ohio Avon Lake; Michigan assembly), GM (Ohio Lordstown successor), Stellantis Ohio = $28B/yr regional exports", "source_type": "documented", "source_ref": "US Census Bureau Economic Census Manufacturing 2022; BLS State and Metro Area Employment data; Michigan Economic Development Corporation 2024", "confidence": "medium", "sensitivity": "Medium \u2014 automotive sector employment is well-documented; export value sensitive to vehicle mix shifts (EV vs ICE); EU CBAM on vehicles not yet adopted but under consideration" }, { "claim": "CO2 pipeline construction cost $0.8B (120 km to regional sequestration site)", "value": "$0.8B for 120 km 16-inch CO2 pipeline at $6.5M/km + compression stations $0.02B", "source_type": "modeled", "source_ref": "NETL CO2 pipeline cost model; Midcontinent Independent System Operator pipeline data; IEA CCUS cost benchmarks 2024", "confidence": "medium", "sensitivity": "High \u2014 cost doubles if pipeline must route 650 km to Gulf Coast; right-of-way acquisition across 4 counties is a permitting risk adding $100\u2013200M" }, { "claim": "Multi-state PUC rate case approval timeline 12 months", "value": "Ohio PUC, Pennsylvania PUC, Michigan PSC coordinated CWIP case: base timeline 12 months from filing to approval", "source_type": "assumed", "source_ref": "OH PUCO typical case timeline; PA PUC precedent on CCUS cost recovery; MI PSC IRP filing timelines", "confidence": "low", "sensitivity": "High \u2014 multi-state coordination has no modern precedent; timeline could slip 12\u201318 months; delay forces utilities to finance CWIP on balance sheet at higher cost" }, { "claim": "Binary mandate: 45% reduction threshold, zero grace margin", "value": "Mandate structure: pass = 45% (10.5 MtCO2 reduction); fail = immediate escalating carbon export tax on all industrial exports", "source_type": "documented", "source_ref": "Regional RTO mandate framework document (state legislative act); EPA CPP 2.0 state compliance plan submission requirements", "confidence": "high", "sensitivity": "High \u2014 binary design is the dominant risk architecture of this scenario; no partial credit means any underperformance (1 Mt shortfall) has same consequence as full non-compliance" }, { "claim": "DOE Loan Programs Office CCUS facility commitment at 4.2%", "value": "$3.0B at 4.2% fixed, 20-year tenor; DOE Innovative Clean Technology Section 17 credit program", "source_type": "assumed", "source_ref": "DOE LPO active portfolio; IRA-expanded LPO authority \u00a71706; comparable: Calumet CCUS DOE LPO conditional commitment (2024)", "confidence": "medium", "sensitivity": "Medium \u2014 DOE LPO capacity and interest rate sensitive; 100 bps above base adds $18M/yr to debt service; administrative freeze on new LPO commitments is the key political risk" } ], "methodological_basis": { "parent_model": "CE Solution Scale", "parent_model_url": "https://ce.drel.us/models/ce-solution-scale", "framework_version": "v3.7", "scenario_class": "Industrial Transition / Power Transition", "inheritance_statement": "This scenario is a structured downstream instantiation of the CE Solution Scale framework, applying its energy-transition scaling, CAPEX/OPEX framework, bottleneck risk engine, infrastructure dependency layer, jurisdictional constraint engine, governance maturity framework, and institutional constraint framework to the Rust Belt's industrial decarbonization mandate under IRA incentive structures and legacy heavy-industry sunk-cost constraints.", "inherited_dimensions": [ "Carbon-budget logic and emissions trajectory modeling", "Energy-transition scaling and technology cost curves", "CAPEX/OPEX framework and infrastructure investment modeling", "Bottleneck risk engine and deployment constraint analysis", "Jurisdictional constraint engine and regulatory pathway modeling", "Infrastructure dependency modeling and grid integration analysis", "Sensitivity analysis structure and parameter uncertainty bounds", "Governance maturity framework and institutional readiness scoring", "Institutional interpretation layer and sovereign risk transmission" ], "module_status": { "active": [ "Climate Forcing Model", "Carbon Budget Engine", "Energy Transition Scaling", "CAPEX/OPEX Framework", "Bottleneck Risk Engine", "Infrastructure Dependency Layer", "Economic Transition Model", "Sovereign Risk Engine", "Jurisdictional Constraint Engine", "Sensitivity Analysis Engine", "Governance Maturity Framework", "Institutional Constraint Framework" ], "partial": [ "Migration & Displacement Model", "Insurance Repricing Model" ], "not_yet_implemented": [ "Monte Carlo Uncertainty Engine", "Dynamic Commodity Markets", "Multi-Agent Political Instability Model" ] } }, "key_calculations": [ { "label": "Mandate emissions ceiling", "formula": "Ceiling = Baseline emissions \u00d7 (1 \u2212 reduction_pct / 100)", "values": "Ceiling = 23.4 Mt \u00d7 (1 \u2212 45%) = 12.9 Mt CO\u2082/yr by 2033", "basis": "Derived from scenario mandate parameters; see \u00a73 Mandate" }, { "label": "Required annual emissions reduction rate", "formula": "Annual rate = (Baseline \u2212 Ceiling) \u00f7 Horizon years", "values": "Annual rate = (23.4 Mt \u2212 12.9 Mt) \u00f7 7 yr = 1.5 Mt CO\u2082/yr", "basis": "Linear reduction assumption; actual trajectory front-loaded in tech-vector deployment phase" }, { "label": "Net transition benefit (10-year NPV)", "formula": "Net benefit = Cost of inaction \u2212 Cost of transition (10-yr NPV)", "values": "Net benefit = $28.0B inaction \u2212 $11.0B transition cost = $17.0B", "basis": "CE modelled; inaction cost includes non-compliance penalties, foregone IRA/concessional support, and stranded asset acceleration" }, { "label": "IRA energy community bonus credit uplift for qualifying Rust Belt sites", "formula": "Bonus credit = Base IRA credit rate \u00d7 energy community adder \u00d7 qualifying installed capacity", "values": "$0.028/kWh \u00d7 10% adder \u00d7 12 GW qualifying capacity \u00d7 8,760h \u00d7 35% CF \u2248 $1.03B additional IRA value", "basis": "IRA \u00a748E Treasury guidance; EPA Energy Community definition; PJM qualifying capacity registry" } ], "data_freshness": { "overall_confidence": "high", "last_data_review": "2026-05-19", "next_review_recommended": "2026-Q3", "assessment": "EPA industrial rule status current to May 2026. IRA \u00a748E implementation guidance continuing to update; energy community adder eligibility maps updated Q1 2026. PJM/MISO queue data current.", "stale_indicators": [] }, "decision_implications": [ { "actor": "EPA Office of Air and Radiation", "actor_type": "regulator", "action": "Finalise industrial decarbonisation sector rules under Clean Air Act; issue sector-specific emission performance rates", "deadline": "2026-Q4", "consequence_if_delayed": "Steel and cement emissions trajectory unmanaged; EPA FIP risk for industrial facilities; Rust Belt mandate compliance timeline collapses", "leverage": "critical" }, { "actor": "PJM / MISO RTOs", "actor_type": "utility", "action": "Process clean energy interconnection queue at accelerated pace; implement FERC Order 2023 queue reforms", "deadline": "2027-Q4", "consequence_if_delayed": "4-yr interconnection backlog delays renewable deployment; mandate compliance mathematically impossible in timeline", "leverage": "critical" }, { "actor": "IRS / Treasury (IRA Implementation)", "actor_type": "finance", "action": "Certify energy community adder eligibility for legacy industrial sites; finalise domestic content guidance", "deadline": "2027-Q1", "consequence_if_delayed": "$1.8B in IRA bonus credits unavailable to Rust Belt transition projects; private capital economics deteriorate", "leverage": "high" }, { "actor": "State Utility Commissions (OH, PA, MI, IN)", "actor_type": "regulator", "action": "Approve stranded industrial and utility asset cost recovery; allow clean energy rate base inclusion", "deadline": "2028-Q2", "consequence_if_delayed": "Utilities defer clean investment pending regulatory certainty; transition financing gap widens $0.8B/yr per state", "leverage": "high" }, { "actor": "USW / UAW (Labour Unions)", "actor_type": "corporate", "action": "Negotiate just-transition framework for displaced industrial workers: wage bridge, retraining, portable benefits", "deadline": "2027-Q4", "consequence_if_delayed": "Political resistance to industrial mandate intensifies; state-level CPP2 and EPA rule challenges multiply; compliance deferred", "leverage": "medium" } ], "failure_conditions": [ "CO2 storage geology confirmed non-viable in regional saline aquifer survey (target: completed 2027-Q1), requiring Gulf Coast pipeline reroute (+650 km vs 120 km) and raising CCUS operating cost to $110/t vs $85/t IRA \u00a745Q credit, flipping CCUS NPV negative and invalidating 65% of mandate abatement (7.2 Mt)", "IRA \u00a745Q carbon capture credit repealed or restructured in reconciliation legislation before 2028, removing $1.2B/yr CCUS revenue stream and making the $6.6B retrofit economically non-viable; utilities default to direct coal retirement without CCUS replacement, creating a 7.2 Mt mandate gap with no achievable substitute within the 2033 timeline", "Multi-state PUC CWIP cost recovery denied across Ohio, Pennsylvania, and Michigan, placing $3.5B of utility balance sheet exposure at risk; BBB-to-BBB- downgrade triggers covenant breaches on existing utility debt; CCUS project finance collapses; mandate delivery deferred 18-24 months beyond 2033", "Greenfield renewables permitting delayed beyond 24 months in Counties C & D (rural siting opposition common in Great Lakes industrial corridor), pushing commercial operation dates past 2033 mandate deadline and eliminating the 2.1 Mt greenfield contribution \u2014 leaving mandate short by 1.5 Mt with only CCUS + DERs (9.0 Mt) against 10.5 Mt required", "FERC Order 2023 interconnection reform fails to clear the 5-year RTO queue backlog fast enough; greenfield projects entering queue in 2026-2027 receive 2031-2032 queue positions, confirming the 6-month commissioning window is structurally unachievable for any new entrant exceeding 50 MW threshold", "Binary mandate design triggers full carbon export tax on $33.2B automotive+steel sector for a shortfall of even 0.1 Mt \u2014 UAW/USW political resistance to mandate acceleration intensifies if IRA \u00a745Q is at risk, creating a legislative rollback dynamic that trades mandate delay for industrial constituency protection" ], "decision_windows": [ { "id": "dw_01", "actor_type": "project_developer", "region": "US Rust Belt (OH / PA / MI regional RTO)", "decision": "Regional utilities commission CO2 storage geology assessment (seismic survey + core sampling of regional saline aquifer candidates) and publish findings by 2027-Q1 \u2014 the critical binary decision point that determines whether regional CCUS ($0.8B pipeline at 120 km) or Gulf Coast pipeline ($1.8B+ at 650 km) is the viable architecture", "time_horizon": "immediate", "deadline": "2027-Q1", "fiscal_instrument": "other", "consequence_if_missed": "CCUS retrofit EPC contracts cannot be signed without confirmed storage; 12-month survey delay cascades to 12-month CCUS commissioning delay; CO2 capture begins in 2031 instead of 2030, cutting CCUS mandate contribution from 7.2 Mt to under 4 Mt by 2033", "no_regret": true }, { "id": "dw_02", "actor_type": "sovereign_treasury", "region": "US (DOE LPO / Congress)", "decision": "DOE Loan Programs Office issues conditional commitment for $3.0B CCUS facility financing at 4.2% by 2027-Q2, locking the CCUS project economics before any potential IRA \u00a745Q legislative changes in 2027 reconciliation", "time_horizon": "immediate", "deadline": "2027-Q2", "fiscal_instrument": "concessional_facility", "consequence_if_missed": "CCUS project finance dependent on \u00a745Q credit alone; if \u00a745Q is modified or repealed, no DOE backstop; CCUS NPV turns negative and retrofit is abandoned", "no_regret": true }, { "id": "dw_03", "actor_type": "sovereign_treasury", "region": "US (Ohio / Pennsylvania / Michigan PUCs)", "decision": "Ohio, Pennsylvania, and Michigan PUCs jointly open coordinated CWIP rate case by 2026-Q4 with target approval by 2028-Q2, authorising recovery of $6.6B CCUS retrofit and $0.8B CO2 pipeline CAPEX in rate base before construction begins", "time_horizon": "immediate", "deadline": "2026-Q4", "fiscal_instrument": "other", "consequence_if_missed": "Utilities finance $3.5B on balance sheet at BBB WACC instead of rate-base cost; potential BBB- downgrade; PUC disallowance risk makes project finance unfeasible; CCUS retrofit deferred", "no_regret": true }, { "id": "dw_04", "actor_type": "project_developer", "region": "US Rust Belt (Counties A and B brownfield zones)", "decision": "Regional utilities file interconnection applications for 1.375 GW brownfield CCGT+CCUS expansion (bypassing RTO queue on existing gas sites) and greenfield renewables for Counties C & D by 2026-Q3, leveraging FERC Order 2023 cluster study process to secure 2031 in-service dates", "time_horizon": "immediate", "deadline": "2026-Q3", "fiscal_instrument": "other", "consequence_if_missed": "Brownfield expansion enters standard 5-year RTO queue alongside greenfield; mid-2032 in-service date becomes 2033+; no greenfield capacity available for mandate year", "no_regret": true }, { "id": "dw_05", "actor_type": "corporate_cfo", "region": "US Rust Belt (automotive + steel sector)", "decision": "Ford, GM, Stellantis, and US Steel confirm mandate co-investment framework by 2027-Q2 \u2014 securing industrial offtake agreements for clean grid power PPAs that backstop CCUS project revenue alongside IRA \u00a745Q, reducing CCUS project finance risk premium by 50-70 bps", "time_horizon": "medium_term", "deadline": "2027-Q2", "fiscal_instrument": "portfolio_reallocation", "consequence_if_missed": "CCUS project finance relies solely on \u00a745Q revenue and utility rate recovery; no industrial offtake anchor; project bonds priced at 150+ bps risk premium vs PPA-backstopped equivalent", "no_regret": false } ] }