Back to packs

FERC Electric Quarterly Report (EQR)

FERC_EQRfree

10 data-quality rules for the FERC Electric Quarterly Report (EQR) filed by jurisdictional sellers of wholesale electricity. Covers required seller/contract/transaction fields, product and rate-unit value sets, balancing-authority and point identifiers, non-negative price/quantity, quarter validity, and duplicate suppression. Use it to validate the EQR XML before submission to FERC.

10 rules 0 downloadsNo ratings yet
ferceqrenergywholesale-powerregulatory-reporting
0.0(0 ratings)

Sign in to rate this pack

Test this pack with your data

Download the template, fill in your data, and see quality results instantly.

Test This Pack

Download & Install

Choose your tool — get a ready-to-run file

Run this on your data? Upload your CSV — we'll auto-map the columns, validate, and report the bad rows.Test my dataWant this certified on your data? Book a 30-min demo.Book a demo
Or use the CLI
$ npx dqhub install ferc-eqr-reporting --format soda --table YOUR_TABLE

Reference data required

This contract's checks join against 1 reference table. Load them into your warehouse — DQHub ships the public ones, the rest link to their source. All reference data →

Customer-loaded — source

About this pack

10 data-quality rules for the FERC Electric Quarterly Report (EQR) filed by jurisdictional sellers of wholesale electricity. Covers required seller/contract/transaction fields, product and rate-unit value sets, balancing-authority and point identifiers, non-negative price/quantity, quarter validity, and duplicate suppression. Use it to validate the EQR XML before submission to FERC.

What's included

2completeness rules
2referential integrity rules
2format rules
2range rules
1consistency rules
1uniqueness rules

Checks included (10)

Required Transaction Fields Present

Each transaction must carry the seller company, contract id, transaction begin/end dates, quantity, and price.

Seller Company Name Present(seller_company)

Each filing must identify the seller (filer) company name.

Transaction References a Contract

Every transaction's contract id must exist in the filed contracts data.

Product Name Is a Valid FERC Product

The product name must be from the FERC EQR product name list (energy, capacity, transmission, and related products).

Rate Units Are Valid(rate_units)

The price/rate units must be a valid FERC unit (e.g. $/MWH, $/MW-DAY, $/KW-MO, FLAT RATE).

Reporting Quarter Is Valid(reporting_quarter)

The reporting quarter must be Q1–Q4.

Transaction Quantity Is Non-Negative(quantity)

Reported transaction quantity cannot be negative.

Transaction Price Is Non-Negative(price)

Reported price should not be negative for standard products.

Transaction End Not Before Begin

The transaction end date/time cannot precede its begin date/time.

No Duplicate Transactions(transaction_unique_id)

Each transaction unique id must be reported once within a filing.