You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below-trigger branch appears inconsistent with section 2362 / Example #1, which indicates payment remains the maximum grant when income eligible and below the gross-income trigger. Axiom encoded the source-law branch as maximum grant below trigger, reduced payment above trigger, and zero only when the income eligibility budget fails.
During Axiom Arkansas TEA encoding, the source-first pass found a likely mismatch in
ar_tea.Primary source evidence:
us-ar/policy/dhs/tea/manual/2024/page-93, source as of 2026-07-02.Current PE implementation:
policyengine_us/variables/gov/states/ar/dhs/tea/ar_tea.pymaximum_benefit * (1 - reduction_rate).max_(maximum_benefit - countable_income, 0).The below-trigger branch appears inconsistent with section 2362 / Example #1, which indicates payment remains the maximum grant when income eligible and below the gross-income trigger. Axiom encoded the source-law branch as maximum grant below trigger, reduced payment above trigger, and zero only when the income eligibility budget fails.
Related Axiom work:
This may affect oracle parity for the final
ar_teaamount; parameter/direct components can still be compared separately.