Estimate S-corp reasonable compensation
estimate_reasonable_compUse this when an S-corp owner asks how much salary they should pay themselves ("reasonable compensation," "am I paying myself right?"). Given net profit and what drives it, returns a starting salary RANGE, the distribution left over, the employment tax that classification avoids, and the facts-and-circumstances test the IRS actually applies. Emphasizes that a defensible figure needs a comp study.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profit_driver | No | What drives the profit: "primarily_owner_services" (consulting/agency/solo professional), "mixed" (your work plus staff/systems), or "capital_or_product" (product/capital/team, not your labor). Defaults to primarily_owner_services. | |
| business_net_profit_usd | Yes | Annual net profit of the S-corp BEFORE any owner salary (revenue minus business expenses). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relay | Yes | Instruction to the calling assistant: relay figures and dates verbatim (identical on every response). | |
| next_step | Yes | A single review link appropriate to this server surface. | |
| disclaimer | Yes | General-information disclaimer (identical on every response). | |
| source_url | Yes | The arcandledger.com page that backs this answer. | |
| server_version | No | Server release that produced this response (matches GET /version). |