The two kinds of output
Sizing outputs are instructions; the total is a prediction to be tested.
Effective fresh trades, effective per-trade risk and the fresh deployment pool are instructions — they tell the operator what to do next. Total active risk after new trades is arithmetically simple, being active open risk plus the fresh deployment pool, and it answers a different question: given that the instruction is followed, what is the account's total exposure going to be? That is a statement about a future state rather than an action, and its value comes entirely from the comparison it invites. It should remain inside the authorised pool unless the full-tier override is in use, which is a testable claim with two outcomes. The line exists so the chain's result can be falsified rather than assumed, which is a different property from the chain being correct.
Schematic against a 29% authorised pool with 11% already open. Two modes resolve beneath the ceiling by construction; one is permitted to cross it and is required to say so. The check is what distinguishes the third case from the first two.

