Skip to content

Loss-Sink Audit

Audit — instantiates Conserved Reservoir-Flux Balancing

Hunts the gap between what should be in the system and what is, tracing the missing quantity to the leak or unmonitored sink absorbing it — and to whoever quietly bears the loss.

A Loss-Sink Audit is a focused investigation of the balance's residual. Given that inputs exceed documented outputs plus stock change by some gap, the audit finds where that quantity actually goes — the leak, the unmetered draw, the unrecorded sink — registers each loss channel with its estimated destination and magnitude, and then asks who absorbs the loss. The idea that makes it this mechanism: it treats the unexplained gap not as measurement noise to be smoothed away but as a real flux to a real, hidden destination, and it follows the archetype's own warning about burden-shifting by naming who ends up carrying the cost. Where a system-wide account merely localizes the gap to a channel, this audit drills that channel down to its sink and its bearer.

Example

An electric utility finds that generated-plus-purchased energy exceeds billed consumption by ≈9% — the loss. A loss-sink audit splits this into technical losses (resistive heating in lines and transformers, unavoidable physics) and non-technical losses[1] (meter tampering, unmetered connections, billing errors). Feeder-level measurement localizes an outsized non-technical share to a few distribution areas, and the register records each channel with its estimated magnitude. Crucially, the equity check asks who bears it: non-technical losses are quietly recovered through tariffs, so honest ratepayers subsidize the theft — a burden shifted onto people who did not cause it. That single question reframes the finding from "reduce losses" to "stop the cross-subsidy," which points to a completely different remedy than a pure efficiency drive would.

How it works

  • Start from the residual of a closed balance — the gap a system account or balance table has already surfaced.
  • Decompose the gap into candidate loss channels, separating the unavoidable from the recoverable.
  • Measure or bound each channel to a real sink, converting "unaccounted" into named destinations rather than a single mystery term.
  • Attribute the loss to a bearer and test whether it is being silently shifted onto an unmonitored party.

Tuning parameters

  • Residual threshold — how large a gap justifies an audit; a small, persistent gap can matter more than one dramatic anomaly.
  • Decomposition depth — how finely the loss is split into channels. Finer isolates the fixable fraction but costs field work.
  • Attribution scope — whether the audit stops at "where the loss goes" or continues to "who ends up paying for it."
  • Measurement method — direct metering of a suspected channel versus inference from the balance; direct is more credible but far more expensive.

When it helps, and when it misleads

Its strength is converting an unexplained shortfall into named, sized loss channels and — through the equity check — surfacing burden-shifting that a pure efficiency framing renders invisible.

Its tempting misuse is running it backwards: deciding the culprit first (blame theft, or blame the meters) and sizing the loss to fit, rather than measuring it. A single-bucket attribution — "it's all technical loss" — ends the search prematurely and lets the recoverable fraction persist untouched. And an audit that stops at where the quantity goes, without asking who bears it, misses the burden shift that is often the whole point. The discipline is to measure each channel before attributing it, and to always carry the loss through to its bearer.

How it implements the components

Loss-Sink Audit realizes the leakage-and-fairness side of the machinery — the fate of the missing quantity:

  • leakage_or_loss_sink_register — enumerates each loss or leak channel with its estimated sink and magnitude.
  • equity_or_burden_distribution_check — tests who absorbs the loss and whether it is being silently displaced onto an unmonitored party.

It does not build the whole-system account the gap comes from (conserved_quantity_definition, source_sink_register) — that's Material Flow Analysis; and it does not correct the book record or assign process ownership (balance_reconciliation_rule, network_balance_owner) — that's Inventory Reconciliation Workflow.

Notes

A loss-sink audit is only as trustworthy as the balance whose residual it chases. If that gap is dominated by measurement error rather than a real flux, the audit will hunt a sink that isn't there — so it should begin by confirming the residual exceeds the balance's uncertainty band before treating it as a genuine loss.

References

[1] Non-technical losses — in utilities, the portion of delivered energy or water lost to theft, tampering, or unmetered use, as opposed to technical losses from the physics of transport. The distinction matters because non-technical losses are recoverable and are typically socialized into tariffs, making them a burden-shift onto paying customers — exactly what the equity check exists to catch.