Rule Models
Numeric Threshold
Threshold rows compare exact integers inside the stated model. Honesty note: US classroom stated-rule model; the pinned first step states the as-of date; not legal advice; code encodes an interpretation of a stated rule, not the law itself.
Rules as code honesty note
Honesty note: US classroom stated-rule model; as of 2026-06-24; not legal advice; code encodes an interpretation of a stated rule, not the law itself.
Thresholds state a comparator
The classroom rule uses a strict greater-than comparator. Exact integers matter because equality is not greater-than.
Example amount data
The main example amount is 100000 and the threshold is 75000. The model compares those exact values.
The edge case is equality
The near-miss amount is 75000, exactly equal to the threshold 75000. In a strict greater-than model, that row is not satisfied.
The traces show both rows
The two traces show 1 satisfied row and 1 not-satisfied row.
Diagram note
The diagrams are numeric model rows only. They are not legal advice.
Jurisdiction: US; as of 2026-06-24; not legal advice; Code encodes the stated-rule interpretation.
Narrow summary
When a rule uses a strict comparator, code should include the edge case where equality is not enough.