# `dissolved_in_national_register`: the company is dissolved in its national register

The register that incorporated the company records it as dissolved.

- Appears in: `flag`
- Billing: Free. The flags come with an answer that has already been paid for.

A dissolved company no longer exists as a legal person. It can still hold a LEI, and that LEI record may still say active, which is why this flag reads the national register rather than the LEI.

`status_detail` carries the register's own words, which distinguish a voluntary strike-off from a liquidation.

**What to do.** This is the strongest signal the product carries. A dissolved counterparty cannot enter a contract.

```json
{
    "status": "dissolved",
    "status_detail": "Dissolved",
    "flags": [
        "dissolved_in_national_register"
    ]
}
```

Reference: https://spaw.co/docs/reasons/dissolved_in_national_register
