Executive Summary
Federal benefit and payment programs vary enormously in their historical improper-payment rates - a program the relevant agency has publicly reported at a low single-digit improper-payment rate carries a very different fraud-prior than one an agency has reported at a rate several times higher. JIL Sovereign's baseline-calibration mechanism resolves each engagement's primary program code to the most recently published improper-payment rate for that exact program, normalizes it against a fixed reference rate to produce a baseline factor bounded within a fixed floor and ceiling, and captures the full lineage of that calculation - program code, issuing agency, fiscal year, published rate, and the source document itself - into the engagement's audit log.
The calibration is deliberately kept separate from the deterministic detection logic itself: it does not change which patterns get flagged, only how the resulting evidentiary narrative and downstream confidence reporting can be framed against the program's own official track record, with a citable source document behind every number.
Problem Statement
Improper payments have been a GAO government-wide High-Risk Area for more than two decades, and individual agencies are required to estimate and publicly report an improper-payment rate for their major programs under the Payment Integrity Information Act framework. Those published rates vary widely by program and by fiscal year, yet most fraud-detection tooling either ignores this context entirely or applies a single generic industry assumption regardless of which specific program a claim belongs to - which understates confidence for a program with a documented high improper-payment history and overstates it for a program with a documented low one.
Just as importantly, when a fraud finding is later challenged - in an appeal, an audit, or litigation - a confidence assessment that cannot point to the specific published source document behind its calibration is far weaker evidence than one that can.
Why Generic Priors Fall Short
- One-size-fits-all fraud-rate assumptions: ignore that different federal programs have very different documented improper-payment histories.
- Undocumented internal priors: even where a vendor does calibrate per-program, the source of that calibration is often internal and not independently verifiable against a public document.
- Stale calibration: without a refresh mechanism tied to the agency's own publication cycle, a program's calibration can silently go years out of date.
Technical Architecture
Baseline Resolution and Factor Computation
| Step | Operation |
|---|---|
| 1 | Resolve the engagement's primary program code |
| 2 | Look up the most recently published improper-payment rate on file for that program code (highest fiscal year available) |
| 3 | Normalize: baseline_factor = published_rate / reference_rate, clamped to a fixed floor and ceiling |
| 4 | Return the factor together with the program code, agency, fiscal year, and source document reference |
| 5 | Record the full tuple into the engagement's audit log at detection time |
The reference rate represents a normalizing constant against which every program's published rate is compared - a program whose officially reported rate equals the reference produces a neutral factor of 1.0, a program with a materially higher reported rate produces a proportionally higher factor up to the ceiling, and a program with a materially lower reported rate produces a proportionally lower factor down to the floor. Bounding the factor prevents a single outlier program-year from producing an implausible multiplier.
Evidentiary Capture, Not Score Manipulation
The baseline factor is computed once per engagement and logged - it does not alter the deterministic linkage-agreement, premise-capacity, or other rule-based scoring described in the companion FWEA claims. Its role is confined to the narrative and evidentiary layer: every downstream report, appeal response, or litigation-support export can cite the exact program code, agency, fiscal year, published rate, and source document that calibrated the confidence framing for that specific engagement, rather than an unattributed industry assumption. Baseline data is cached in-process with a 24-hour refresh so a newly published agency rate is picked up promptly without requiring a service restart, and an engagement with no matching program code or no baseline on file explicitly records a neutral, unaugmented factor rather than defaulting silently.
Prior Art Differentiation
| Approach | Program-Specific Calibration? | Source Document Citable? | Refresh Cycle |
|---|---|---|---|
| Generic industry fraud-rate assumption | No | No | N/A |
| Internally-derived per-vendor priors | Sometimes | Rarely independently verifiable | Vendor-discretionary |
| JIL baseline-calibrated confidence factor | Yes - by program code and fiscal year | Yes - specific agency document captured | 24-hour cache, tied to agency publication cycle |