Check Form 5472 obligation
check_5472_obligationUse this when a non-US person who owns a US company (especially a single-member US LLC or a US corporation) asks whether they must file Form 5472, what the penalty is, or what a foreign-owned US entity owes each year. Returns whether Form 5472 with a pro-forma Form 1120 is required, the reportable-transaction rule, the deadline and extension, the annual compliance set, and the penalty for not filing. Distinguishes a single-member LLC (files 5472) from a multi-member LLC (a partnership that files Form 1065 instead).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | The US entity. single_member_llc = a US LLC with ONE owner (a disregarded entity); multi_member_llc = a US LLC with two or more owners (a partnership by default); us_corporation = a US C-corporation; not_sure = you do not know. Form 5472 is filed by foreign-owned disregarded entities and by corporations with 25%+ foreign owners, but NOT by a default partnership. | |
| formed_in_us | No | Whether the entity was formed in the US (a Wyoming or Delaware LLC is US-formed). Relevant only to the separate BOI report, from which US-formed companies are now exempt. | |
| foreign_owned | Yes | Whether 25% or more of the entity is owned, directly or indirectly, by a non-US person or foreign company. Form 5472 is triggered by 25% foreign ownership. | |
| had_reportable_transaction | No | Whether there was a reportable transaction with the foreign owner during the year. Reportable transactions include forming or funding the company, capital contributions, distributions, loans in either direction, and sales or payments between you and the company. Defaults to not_sure. |
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). |