بنقرة واحدة
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).