← Back to Insights

Operations

The Company That Owes You Keeps the Score

By Better Software · Tue Sep 15 2026 · 10 min read

The Company That Owes You Keeps the Score

The supplier is both the payer and the scorekeeper. If you cannot compute what you expect to be paid before the statement arrives, you cannot tell underpayment from churn—and both show up the same way in the bank account. An independent residual ledger is the broker-owned record that calculates expected commission per meter per month, compares it to what arrived, and preserves a book you can reconcile, value, and defend.

How energy brokers actually get paid

If you are trying to answer how do energy brokers get paid, the short version is: usually through a mix of upfront fees and residual commissions, but for established commercial books, residuals are often the center of gravity.

Upfront compensation is paid at signing or at enrollment. It is easier to see, easier to invoice, and easier to model. Residual compensation is paid over time, usually monthly, as long as the customer remains on supply and the contract stays in force. That residual may be:

  • A per-unit adder — for example, a fixed $/kWh or $/therm commission baked into the supply price.
  • A percentage of margin — the broker earns a share of the spread the supplier realizes.
  • A hybrid — an upfront payment plus a smaller monthly residual, or a volume threshold plus a trailing commission.

In a residual book, the commission usually stops or changes if the customer leaves early, flips supplier, closes a location, or falls out of eligibility. That is exactly why the broker needs an independent ledger: the payment stream is ongoing, variable, and controlled by the counterparty that owes it.

What the supplier statement cannot tell you

This is the content gap on most pages ranking for energy broker software: they describe deal management, quote workflows, and portal access, but they do not explain the operator problem. A supplier statement cannot reliably tell you four things on its own:

  • Whether a meter is missing entirely. If a location dropped off the book or never loaded correctly, the statement may simply omit it.
  • Whether usage was reported correctly. A wrong meter read, billing interval, or EDI mismatch changes the payment without changing the contract.
  • Whether the adder matches the contract. The portal may show a rate, but not whether that rate matches the signed deal, the effective date, or the agreed basis.
  • Whether the customer flipped or dropped. A smaller deposit can mean churn, but it can also mean underpayment or a data error. Without an expected number, those are indistinguishable.

That is the central failure mode: the company that owes you is the only one keeping score.

What an expected-commission calculation requires

To compute what one meter should have earned for one month, you need five inputs. This is not a customer-level calculation. It is a meter-level, month-level calculation.

Input Current home Who controls it What breaks when it is wrong
Contract term and commission basis PDF in a shared folder, deal file, or CRM attachment You Wrong start/end date, wrong rate basis, wrong eligibility window
Commission schedule Supplier agreement, addendum, or portal terms Supplier Misapplied adder, wrong tier, incorrect margin share
Meter list and account numbers Deal record, pipeline notes, spreadsheet You Missing meters, duplicate meters, wrong customer mapping
Usage for the month Bill copy, EDI feed, utility data, supplier report Utility, supplier, or your billing workflow Wrong volume, wrong bill period, silent load drop, missed closures
Sub-agent split Side agreement, override schedule, compensation sheet You Wrong payout, disputed split, margin leakage

Here is the calculation in plain English:

Expected commission for one meter for one month = contract rate or margin share × verified monthly usage × applicable term rules × your internal split.

Example: say a customer has a signed fixed adder of $0.004/kWh for a 12-month term, the meter used 125,000 kWh in May, and your sub-agent gets 20% of the gross commission.

  • Gross commission = 125,000 × $0.004 = $500
  • Your sub-agent split = $500 × 20% = $100
  • Net to the brokerage before other internal allocations = $400

If the supplier pays $375 instead of $500, that is not automatically underpayment. It could be churn, a mid-cycle drop, a usage correction, a revised billing period, or a data mismatch. The ledger’s job is to tell you which one it is.

Building the ledger: expected versus received

The practical structure is simple: for every meter and every month, store the expected amount, the received amount, and the variance. Then force each variance into one of four dispositions:

  • Underpayment — the supplier paid less than the contract and usage imply.
  • Churn — the customer left, flipped, or became ineligible, and the payment should have ended or declined.
  • Usage change — the meter consumed more or less than forecast, so the commission moved for a valid reason.
  • Our own data error — the contract, meter mapping, split, or effective date was wrong on our side.

A defensible variance workflow looks like this:

  1. Import the supplier statement and normalize each payment line to a meter and month.
  2. Join it to the contract record and usage record.
  3. Compute expected commission.
  4. Flag any variance outside tolerance.
  5. Route the variance to a queue with a disposition owner.
  6. For disputes, retain the signed contract, the applicable commission schedule, the meter history, the usage source, and the math trail.

A real dispute to a supplier should not read like a complaint. It should read like a reconciliation packet: “Here is the meter, the contract term, the commission basis, the usage for the period, the expected amount, the amount received, and the delta.” If you cannot produce that packet, your dispute is weak even if you are right.

The book as an asset

Once the ledger exists, the book stops being a pile of statements and becomes a measurable asset. That means you can see:

  • Renewal exposure by month — what rolls in 30, 60, 90, or 180 days.
  • Churn rate — how much residual disappears when customers flip or close.
  • Revenue concentration by supplier — what happens if one counterparty changes its payment behavior.
  • Revenue concentration by customer — which accounts actually carry the book.
  • Forecast residual run-rate — what the book should produce if nothing changes.

That changes the business. Renewal effort gets scheduled instead of improvised. Supplier risk becomes visible. Buyers and lenders can diligence the book without accepting the supplier portal as gospel. And the owner can answer the real question behind what is energy brokerage: it is not just selling contracts. It is managing a recurring revenue asset whose value depends on how well you can track what is owed.

Buy, or build

Not every part of the stack needs to be yours. The quoting desk and core CRM are often commodity. If the supplier channel gives you a decent front end for deal entry, take it. The question is whether the ledger and the reporting layer should live in a system controlled by the same party that pays you.

Criterion Buy / keep from supplier channel Build / control internally
Deal capture and quote entry Yes, usually No need unless workflow is highly bespoke
Commission tracking Only as a reference feed Yes, if the portal is your only record today
Statement reconciliation Rarely sufficient alone Yes, if you have multiple suppliers and inconsistent formats
Sub-agent splits Usually not a fit Yes, if splits are bespoke or change by deal
Book valuation and reporting No Yes, if you want to sell, borrow, or manage concentration
Supplier statement ingestion Sometimes Yes, if formats vary or the volume is material

The test is simple: if you have many suppliers, unstable statement formats, custom sub-agent splits, or a book you may sell or finance, the ledger should be yours. If your business is tiny and fully dependent on one supplier’s portal, the operational pain may not justify custom infrastructure yet. Most established brokerages in deregulated markets are long past that threshold.

Compliance is no longer optional plumbing

This is where the operational and regulatory stories meet. New York’s broker and consultant rules require registration and disclosure of the form and amount of compensation to the customer on the contract. That makes the ledger more than an internal control. It becomes the basis for a disclosure you can stand behind.

Texas and Pennsylvania have their own registration and disclosure regimes. At draft time, verify the current status of New York’s filings and deadlines before relying on any specific date or filing obligation. The broader point is stable: if the only record of your compensation sits in the supplier portal, you are disclosing a number you cannot independently reproduce.

Why this problem keeps showing up in energy software

The hard part is not arithmetic. It is normalization. Energy data arrives in different contract PDFs, billing files, EDI feeds, portal exports, and side agreements that do not share a schema. That is why this problem looks less like accounting and more like document-and-data ingestion.

That is also the transferable engineering lesson behind our work with Nesh, where the core challenge was building data pipelines, document processing, and search over messy third-party energy information. The same pattern shows up in energy more broadly: the value is in the operating layer that makes fragmented records usable, not in pretending the source data is clean.

We saw the same shape in Sunny Energy, where the work centered on a sales platform for a solar installation business. Different market, different workflow, same underlying problem: the system of record has to make sense of documents and data files produced by other people in formats you do not control.

FAQ

How do energy brokers get paid?

Usually through upfront fees, residual commissions, or a hybrid of both. In commercial retail energy, residual commissions are common, meaning the broker gets paid monthly as long as the customer remains on supply.

How do energy brokers make money?

They earn margin on customer placements, often through a per-kWh or per-therm adder, a share of supplier margin, or a contract structure that combines both. The exact method depends on the supplier agreement and the brokerage’s customer contracts.

What does an energy broker do?

An energy broker sources supply offers, places commercial accounts with retail suppliers, manages renewals, and coordinates contract and commission administration for the customer book.

What is energy brokerage?

Energy brokerage is the business of representing customers in the retail electricity or natural gas market, negotiating supply contracts, and managing the recurring economics of those contracts over time.

How do energy brokers work?

They match commercial customers to retail suppliers, route contracts and enrollments, then monitor the resulting commissions, renewals, and account changes across the book.

Are energy brokers legit?

Yes, but the category varies widely. The practical question is not whether brokers are real; it is whether their compensation, disclosures, and bookkeeping are controlled well enough to reconcile what they are owed.

The durable advantage in a residual business is not seeing a portal sooner. It is knowing, from your own records, what should have been paid, what was paid, and why the difference exists.