removedOutput schema / properties / data / properties
Removed value: -{
- "company_name": {
- "type": "string"
- },
- "company_number": {
- "description": "Normalised 8-character company number.",
- "type": "string"
- },
- "date_of_cessation": {
- "description": "Date the company was dissolved, converted/closed or removed, when applicable.",
- "format": "date",
- "type": [
- "string",
- "null"
- ]
- },
- "is_active": {
- "description": "Derived; true when status is one of active, open or registered — the three values the register uses for an entity that is still live on it (companies, UK establishments and overseas entities respectively). False for every other status, including dissolved, closed, removed, liquidation, administration and receivership. It is a liveness flag, not a good-standing flag: an active company with a proposal to strike off, an overdue filing or an insolvency process is still is_active true — read is_striking_off and status_detail alongside it.",
- "type": "boolean"
- },
- "is_striking_off": {
- "description": "Derived; true when status_detail is exactly active-proposal-to-strike-off, meaning the registrar has published a proposal to strike the company off the register. False when the register records no such detail.",
- "type": "boolean"
- },
- "source_status": {
- "description": "The exact upstream status string, as returned by the register. Always equal to status; retained for reconciliation against a raw register capture.",
- "type": "string"
- },
- "status": {
- "description": "Companies House company_status value (e.g. active, dissolved, liquidation, administration, receivership, voluntary-arrangement, insolvency-proceedings, converted-closed, registered, removed, closed, open). Companies use active/dissolved; UK establishments (BR…) and registered overseas entities (OE…) use open/closed and registered/removed.",
- "type": "string"
- },
- "status_detail": {
- "description": "Companies House company_status_detail where present (e.g. active-proposal-to-strike-off, transferred-from-uk, transformed-to-se, converted-to-plc).",
- "type": [
- "string",
- "null"
- ]
- }
-}