23%
of comp disputes are territory-related
6–12
optimal territories per region manager
85%
target coverage threshold for healthy territory health
Territory Assignment Matrix
Plan Language
Geographic Assignment Rules
Each Participant shall be assigned a defined Geographic Territory consisting of one or more metropolitan statistical areas (MSAs), states, or countries as specified in their individual Plan Document. The Participant is eligible to receive Sales Credit only for Qualified Transactions where the Billing Address of the customer falls within their assigned Geographic Territory as of the Transaction Close Date. In cases where a customer maintains multiple billing locations across two or more assigned territories, Sales Operations shall designate the Primary Billing Location within fifteen (15) business days of first invoice issuance. Geographic Territory assignments may be modified by Sales Operations with a minimum of thirty (30) days' written notice, except in the case of organizational restructuring, in which case assignments take effect at the beginning of the following fiscal quarter.
Named Account Assignment
Certain accounts designated as Named Accounts shall be assigned directly to a Participant irrespective of the Participant's Geographic Territory. Named Account assignments are maintained in the Master Account Registry and take precedence over Geographic Territory rules for purposes of Sales Credit eligibility. A Participant assigned a Named Account shall receive exclusive Sales Credit for all Qualified Transactions with that account regardless of the billing location or the geographic territory in which the transaction is booked. Named Account lists are reviewed semi-annually by Sales Operations. Accounts may be added, removed, or reassigned during the annual planning cycle. Mid-year changes require written approval from the Head of Sales Operations and the relevant Regional Vice President, with effective date no earlier than the first day of the following fiscal month.
Hybrid Territory Model
Participants assigned to a Hybrid Territory shall be eligible to receive Sales Credit based on a combination of Geographic Assignment and Industry Vertical coverage as defined in their Plan Document. Hybrid assignments grant the Participant rights to all accounts within their Geographic Territory that also fall within their assigned Industry Vertical, as classified in the Corporate Account Taxonomy. Where an account qualifies under both a Geographic and a Named Account assignment, the Named Account rule controls. Where an account falls within a Participant's geographic boundary but outside their assigned Industry Vertical, that account is classified as an Open Territory account and may be pursued by any Participant with Geographic or Vertical eligibility, with Sales Credit determined by the first closed transaction within a rolling twelve-month period.
Formulas & Calculations
Coverage Score
// Coverage Score measures the proportion of addressable accounts actively covered COVERAGE_SCORE = (ACCOUNTS_COVERED / TOTAL_ADDRESSABLE_ACCOUNTS) * 100 // Example: Rep covers 47 of 54 addressable accounts // COVERAGE_SCORE = (47 / 54) * 100 = 87.0% // Thresholds: // >= 90% : Strong coverage — territory is well-worked // 70–89% : Watch zone — some accounts at risk // < 70% : At risk — remediation or redistribution required
Workload Balance Index
// Workload Balance Index identifies over- or under-loaded territories // Values above 1.0 indicate overload; below 1.0 indicate capacity to absorb more WORKLOAD_BALANCE_INDEX = REP_CAPACITY / TERRITORY_DEMAND // REP_CAPACITY = accounts a rep can manage well (typically 40–80 for enterprise) // TERRITORY_DEMAND = weighted sum of accounts by complexity tier // TERRITORY_DEMAND = (ENT_ACCOUNTS * 3) + (MM_ACCOUNTS * 1.5) + (SMB_ACCOUNTS * 0.5) // Example: // Capacity = 60, Demand = 72 => WBI = 60 / 72 = 0.83 (overloaded) // Capacity = 60, Demand = 45 => WBI = 60 / 45 = 1.33 (underloaded)
Scenarios
Balanced Territory Design with Clear Rules
A 300-rep enterprise software company completes an annual territory redesign using account-level TAM data and historical coverage rates. Territories are sized so each rep carries 35–55 named enterprise accounts with a target coverage score of 90%+. Geographic and named-account rules are documented in the plan and enforced in CRM. When two reps both claim credit on a multi-site deal, Sales Operations resolves it within 5 days using published rules. No disputes escalate to legal. Q1 attainment distribution is bell-shaped with a 92% median coverage score across the org.
Legacy Territories Creating Inherent Inequality
A company has not redesigned territories in four years. Three legacy reps inherited large geographic patches from a time when the market was underpenetrated; their territories now contain 60% of the company's top-100 accounts by revenue potential. New reps assigned to carved-out residual territories face a fundamentally smaller addressable market. Despite identical quotas, new reps achieve 64% average attainment while legacy reps hit 118%. Quota attainment variance is driven by territory quality, not rep performance. Top new reps leave within 18 months, citing unfair territory assignments.
Comparison
Implementation Checklist
AI Prompt Template
Copy & paste into your AI assistant
You are a sales operations analyst specializing in territory design. I need to analyze the balance and coverage health of our current territory structure. Our situation: - [NUMBER] territories assigned to [NUMBER] reps - Territory model: [Geographic / Named Account / Hybrid] - Average accounts per rep: [NUMBER] - Current coverage score range: [MIN%] to [MAX%] Please: 1. Identify which territories appear overloaded or underloaded based on the data 2. Calculate a Workload Balance Index for each territory 3. Recommend specific account transfers or territory adjustments to rebalance 4. Estimate the impact on quota attainment equity if adjustments are implemented 5. Draft the territory rule language for our plan document covering assignment priority and dispute resolution