← Back to Homepage

FERC Form 1 Audit Explorer

Case study · Infrastructure

A Policy & Compliance Exploration

What
An explorer for FERC's published audits of electric utilities, ISOs, and RTOs.
Stack
Python fetch/extract/structure pipeline + pytest; static JSON-backed site.
Status
LIVE
Dates
Published May 2026 · Updated June 2026
Links
Live site · Source code

Background

What recurring findings of noncompliance surface across FERC's audits of electric utilities, and could that history one day predict the issues in a new filing?

This explorer reads 71 FERC audit reports as one body of evidence instead of 71 separate PDFs. It shows which findings of noncompliance keep recurring, what FERC recommends about them, and how that differs between financial (FA) and non-financial (PA) audits. FERC publishes every final audit of electric utilities, ISOs, and RTOs (FY2015–present) at ferc.gov/audits — but one PDF at a time, so the patterns across the corpus stay invisible. The longer-term goal is an "audit-my-document" tool that flags likely issues in a new filing from this history.

A Look Inside

Each view shown on mobile and desktop — tap any image to open the live site.

The explorer indexes the audit corpus (mobile) The explorer indexes the audit corpus (desktop)
The explorer indexes the audit corpus — filterable by industry, audit type, function, FERC form, and year.
Expanding a report reveals each finding of noncompliance and FERC's corrective recommendations (mobile) Expanding a report reveals each finding of noncompliance and FERC's corrective recommendations (desktop)
Expanding a report reveals each finding of noncompliance and FERC's corrective recommendations, traceable to the source PDF.

How It Works

The tool surfaces what the reports already say and adds nothing on top. I vibe-coded the extraction pipeline, then pinned it down with a pytest suite so the parsing stays honest:

[View the Live Explorer] | [View the Code]


← Back to Homepage