check_accounts
Derive a small-company balance sheet (micro-entity, in UK terms) from raw figures and validate it. Returns the derived sheet for the current and prior year, the figures the authority would reject (negatives where it wants a positive, share capital left at nil), and whether they are complete enough to hand to a filing product. It does NOT check that the sheet balances and cannot: retained earnings is derived as the balancing figure, so both sides always agree. Do not tell anybody their sheet was checked for internal consistency. Free and instant: call it after every change to the figures. All money in major units (pounds not pence, dollars not cents). Pass lastFiledAs from lookup_company and it also warns when figures showing activity are about to be filed dormant again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figures | Yes | The figures behind a small-company balance sheet. ALL amounts in major units. | |
| lastFiledAs | No | What the last accounts were filed as, straight from lookup_company's company.lastAccountsType. Pass it through; do not guess it. | |
| jurisdiction | Yes | ISO country code. GB is the only jurisdiction with full support. | GB |