fix: sub-nanodollar IBEX dust classifies as zero#46
Merged
Conversation
First full prod census: 91 rows tagged active_funded displaying $0.00 — IBEX emits ~1e-10 dust that passed 'balance > 0' before rounding. Round to stored precision before classifying + FUNDED_EPSILON=1e-6 (cutover verifier's dust tolerance) so 'funded' and the displayed balance can never disagree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First full prod census (11,138 accounts) surfaced 91 rows tagged
active_fundedwhile displaying $0.00: IBEX emits ~1e-10 dust that passedbalance > 0pre-rounding (also madebucket active_funded (496) > funded_count (457)). Fix: round to stored precision before classifying +FUNDED_EPSILON = 1e-6(the cutover verifier's dust tolerance). Regression test included. 21/21 green.🤖 Generated with Claude Code