How Commission Splits Actually Work
Split commissions sound simple — until you try to implement them. Here's the mental model that makes splits manageable.
"Just split the commission 50/50."
Famous last words. In practice, commission splits are the single most common source of payout errors in sales organizations. Not because the math is hard — it's because nobody agrees on what's being split.
What are you splitting?
There are three things people mean when they say "split the commission":
Split the production credit. The sale counts toward both reps' production totals. A $20,000 placement shows as $10,000 on each rep's dashboard. Their individual commission rates apply to their respective shares. If Rep A is at 8% and Rep B is at 10%, they earn $800 and $1,000 respectively.
Split the commission dollar amount. The commission is calculated once on the full $20,000, then the resulting dollar amount is divided. At 8%, that's $1,600 split into $800 each. Both reps get the same rate applied.
Split the payout. The commission is calculated, draws are applied, expenses are deducted, and the final net payout is split. This is rare and usually wrong — you almost never want to split post-draw amounts.
Most staffing firms mean the first one: split the production credit. Each rep's share runs through their own commission plan independently.
The override wrinkle
Splits get interesting when you add overrides. Say an account executive (AE) sources the client, and a recruiter fills the role. The AE gets 50% of the placement fee as production credit. The recruiter gets the other 50%.
But the AE also has a 2% override on all recruiter placements. Does the override apply to the recruiter's 50% share, or to the full placement fee?
The answer depends on your comp plan. Most firms calculate the override on the source rep's personal commission — the recruiter's 50% share, not the original amount. ClearComp handles this by computing overrides as a post-processing step on personal commission, not on gross production.
Implementation: the split code pattern
The cleanest way to implement splits is with a "split code" — a named configuration that defines who participates and at what percentages.
For example, split code S-001 might be "AE + Recruiter" with Taylor at 50% and Jordan at 50%. When a sale is recorded against S-001, the system automatically creates two production credit entries: one for Taylor and one for Jordan, each at their configured percentage.
The reps never need to know the mechanics. They see their share show up in their dashboard as production, and their commission plan handles the rest.
Getting it right
Three rules for clean splits:
- Define the split before the sale is recorded, not after. Retroactive splits are error-prone and create audit headaches.
- Split production, not payouts. Let each rep's individual plan calculate their earnings independently.
- Document the split code. When someone asks "why did I only get $10,000 on a $20,000 placement?" the answer should be one click away.
Want to see ClearComp in action? Watch the 90-second demo →