US filing deadlines for founders
deadline_calendarUse this when a US business owner or nonresident (especially a foreign founder of a US LLC or C-corp) asks what US forms they must file and when. Returns each required federal form, its due date and extension, and the penalty for missing it, including Form 5472, FBAR, and the BOI report. Especially useful for non-US founders of US companies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | Your US tax entity. foreign_owned_llc = a SINGLE-MEMBER US LLC owned by a non-US person (files pro-forma 1120 + 5472); a multi-member foreign-owned LLC is a partnership, use multi_member_llc. foreign_owned_c_corp = a US C-corp with foreign owners. nonresident_individual = a person filing Form 1040-NR. | |
| filing_year | No | The tax year whose deadlines you want (the year being reported). Defaults to the prior calendar year. | |
| formed_in_us | No | Whether the entity was formed in the US (relevant to the BOI report, from which most US-formed companies are now exempt). | |
| has_us_source_wages | No | Nonresident individuals only: whether you had US wages subject to withholding. Determines the 1040-NR due date (April 15 if yes, June 15 if no). | |
| has_foreign_bank_over_10k | No | Whether the aggregate of your foreign financial accounts exceeded $10,000 at any point (triggers FBAR). |
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). |