What is the right framework for AE discount autonomy: should it scale by tenure, deal size, quota attainment, or manager override count?
Quick take: Use a hybrid that weights quota attainment (LTM 4-quarter rolling) at 60%, tenure (months in role) at 25%, and manager override count (inverse — fewer is better) at 15%. Deal size as a direct scaling variable is the wrong axis; size determines which APPROVAL TIER you're in, not how much autonomy you've earned. Reps in good standing on attainment AND tenure get a meaningfully wider discount band than first-year reps, and the system is recalibrated quarterly.
The Detail
Every CRO I've worked with has tried at least two of these axes and found pure single-axis frameworks brittle. Tenure-only rewards seat-warming. Quota-only rewards reps who got the easy patch. Deal-size-only ignores rep judgment. Override-count-only is impossible to calibrate. The blended formula is the right shape.
The Formula
`` Autonomy Score = (0.60 × QuotaAttainmentLTM) + (0.25 × TenureScore) + (0.15 × OverrideScoreInverse) ``
Where:
- QuotaAttainmentLTM = trailing 4-quarter rolling attainment, capped at 1.5
- TenureScore = clamp(monthsInRole / 24, 0, 1) — fully vested at 24 months
- OverrideScoreInverse = 1 - (overrides in last 8 quarters / 8), where an "override" is a deal where the AE pushed for a discount their tier didn't allow
Score under 0.50 = Tier 1 (tight band). 0.50-0.85 = Tier 2 (standard band). Above 0.85 = Tier 3 (wide band).
Why This Weighting Works
Pavilion's 2025 GTM Comp Report and OpenView's SaaS benchmarks both find that the most predictive single variable for "this rep will use discount responsibly" is rolling quota attainment. A rep at 115% LTM has demonstrated they can win without leaning on price. A rep at 65% LTM is more likely to lean on price as a crutch and burn margin you can't get back. Weighting attainment at 60% reflects this reality.
Tenure gets 25% because there's a real learning curve. A 6-month AE doesn't know how to use discount as a closing tool — they use it as a panic button. A 30-month AE knows when to walk vs when to bend. SaaStr's founder surveys consistently identify month 18-24 as the inflection point for "deal judgment."
Override count gets 15% as a behavioral signal. A rep who repeatedly escalates for discounts outside their tier is either selling in the wrong segment or using discount as their primary sales motion. Either way, they don't get more autonomy.
The Tier Bands (calibrate to your ICP)
| Tier | Autonomy Score | Discount Authority | Approval Required Above |
|---|---|---|---|
| Tier 1 (Earning trust) | < 0.50 | 0-10% | Manager at 10%+ |
| Tier 2 (Standard) | 0.50-0.85 | 0-20% | Manager at 20%+ |
| Tier 3 (Senior trusted) | > 0.85 | 0-30% | Deal Desk at 30%+ |
For enterprise motions (deals > $250K ACV), tighten bands by 5 points across tiers and route all of these to Deal Desk regardless of rep tier — deal size determines approval tier independently of rep autonomy. This is the key conceptual move: autonomy and approval tier are TWO axes, not one.
Recalibration Flow
Implementation Tooling
- Salesforce CPQ Advanced Approvals with a custom field on the User object:
Autonomy_Tier__c(picklist: T1, T2, T3). Approval rules reference this field plus the Quote's discount %. - A Formula or Apex-driven recalc on the User object that runs the autonomy score nightly from rolled-up attainment data.
- Xactly Incent or CaptivateIQ for the attainment data feed — these tools already track LTM rolling attainment cleanly.
- Tableau / Salesforce CRM Analytics dashboard exposing each rep's autonomy score, the contributing factors, and the path to the next tier. Reps love seeing the math.
Why Not Just "Manager Discretion"?
Manager discretion is what happens when you don't have a framework. It optimizes for whichever rep complains loudest. It also creates equity issues: data from Bridge Group and Gartner shows that managerial discretion tracks with the demographic similarity of rep and manager — meaning rep populations from underrepresented backgrounds tend to get tighter discretion in unsystematic frameworks. A formula-driven autonomy score removes that bias.
The Edge Cases You'll Hit
New hire from a top competitor. Don't make a Tier 3 hire spend 24 months earning autonomy. Use a "credentialing" override: a CRO-signed memo can grant Tier 2 from day 1 for AEs with 5+ years closing in your ICP. Cap at 5% of headcount.
A Tier 3 rep who suddenly tanks attainment. Don't punish on one quarter. The LTM 4-quarter rolling buffer is intentional. If they're at 30% YTD attainment in Q1, the LTM still has Q4/Q3/Q2 strong quarters supporting them. They'll drop tiers naturally over 2-3 quarters if the slump continues.
A rep gaming the system. A rep who knows the formula might try to keep override count low by sandbagging or routing deals away from approval. Counter this by tracking discount applied vs discount granted in approval — significant deltas trigger manual review.
What Pavilion and OpenView Report
Per the Pavilion 2025 GTM Comp Report, teams with tiered autonomy frameworks see 4-7 points higher gross margin retention vs teams with flat discount authority. OpenView's SaaS benchmarks show that "discount discipline" (operationalized as discount % being statistically tighter quarter-over-quarter) correlates with NRR — but only when comp is also aligned to gross margin not just bookings.
Sources
- Pavilion 2025 GTM Compensation Report: https://www.joinpavilion.com/compensation-report
- Gartner Sales Research: https://www.gartner.com/en/sales/research
- OpenView SaaS Benchmarks: https://openviewpartners.com/blog/saas-benchmarks/
- Bridge Group SDR Metrics Report: https://www.bridgegroupinc.com/blog/sales-development-report
- SaaStr: https://www.saastr.com/
- Salesforce CPQ Product: https://www.salesforce.com/products/cpq/overview/
Autonomy that's earned through measurable performance lasts; autonomy that's granted via tenure alone calcifies into entitlement.
TAGS: discount-authority, ae-autonomy, comp-design, deal-governance, rep-incentives