!!! CASE STUDY: FERC FORM 1 AUDIT EXPLORER !!!
← Back to Homepage

FERC Form 1 Audit Explorer

LIVE A Policy & Compliance Exploration

Source: FERCforms
Website: https://pranava0x0.github.io/FERCforms/


Background

The question I set out to answer: 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?

The Federal Energy Regulatory Commission audits electric utilities, ISOs, and RTOs and publishes its final audit reports (FY2015–present) at ferc.gov/audits. Each one documents specific findings of noncompliance and the corrective recommendations that follow, which is useful to anyone navigating energy regulation, but it ships as one more standalone PDF in a pile of dozens, so the patterns across the corpus are invisible. My use case is to read those audits as a body of evidence: which findings keep coming back, what FERC recommends, and how it differs between financial (FA) and non-financial (PA) audits. The longer-term goal is an "audit-my-document" tool that flags the likely issues in a new filing using patterns mined from this history.

How It Works

Every finding links straight back to the official FERC audit it came from. The tool surfaces what the reports already say and doesn't add anything on top. I vibe-coded the extraction-and-structuring pipeline and then pinned it down with a pytest suite so the parsing stays honest:

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

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.

← Back to Homepage