The Transaction
Paycom founder Chad Richison: fresh stock sales in mid-2025. Still holds 3,217,249 shares.
Systematic vs Opportunistic
def classify(insider):
if insider.ownership_pct > 5 and insider.sell_ratio > 10:
return 'systematic_diversification'
elif insider.ownership_pct < 1:
return 'potential_exit'
return 'needs_context'
Richison is textbook systematic: large continued ownership + regular selling cadence.
Originally published at 13finsight.com
Top comments (0)