원클릭으로
revenue-concentration
Assess client concentration risk using revenue share and Herfindahl index.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Assess client concentration risk using revenue share and Herfindahl index.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | revenue-concentration |
| description | Assess client concentration risk using revenue share and Herfindahl index. |
Measure how dependent your business is on a small number of clients. Calculates each client's revenue share, computes the Herfindahl-Hirschman Index (HHI), and flags dangerous concentration levels.
transaction_search — find all revenue transactions and group by client or source to calculate per-client totalstransaction_search to find all incoming payments (positive amounts).REVENUE CONCENTRATION — [Period]
═══════════════════════════════════════════════════
Client Revenue Share Cumulative
───────────────────────────────────────────────────
Acme Corp $48,000 40.0% 40.0%
Beta LLC $30,000 25.0% 65.0%
Gamma Inc $18,000 15.0% 80.0%
Delta Co $12,000 10.0% 90.0%
Other (3 clients) $12,000 10.0% 100.0%
───────────────────────────────────────────────────
Total Revenue $120,000 100.0%
Herfindahl Index (HHI): 2,550
Concentration Level: HIGH
Top Client Dependency: 40.0%
Risk Assessment:
- Losing Acme Corp would eliminate 40% of revenue
- Top 2 clients = 65% of revenue
- Top 3 clients = 80% of revenue
═══════════════════════════════════════════════════
=ClientRevenue/TotalRevenue*100.=Share^2. Then =SUM(SquaredShares).=SUM($B$2:B2)/TotalRevenue*100 (assuming column B is revenue, sorted descending).