> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/data/code-directory/cd.emp.02-unemployment_reason.md).

# CD.EMP.02 unemployment\_reason

The unemployment reason code directory outlines categories that identify why a person left their last job or why they are currently seeking work. The reference for these categories and codes is the [Eurostat EU-LFS Database User Guide](https://www.ons.gov.uk/employmentandlabourmarket/peopleinwork/employmentandemployeetypes/methodologies/transformedlabourforcesurveyuserguidance)

<table><thead><tr><th width="85.666748046875">Code</th><th width="314.3333740234375">Category</th><th>Description</th></tr></thead><tbody><tr><td>01</td><td>Dismissed or made redundant</td><td>The job was terminated by the employer (e.g., business closure, staff cuts).</td></tr><tr><td>02</td><td>A job of limited duration has ended</td><td>Fixed-term contracts, seasonal work, or temporary agency work completion.</td></tr><tr><td>03</td><td>Personal or family responsibilities</td><td>Caring for children, elderly, or other domestic tasks.</td></tr><tr><td>04</td><td>Own illness or disability</td><td>Leaving due to health issues that prevent work.</td></tr><tr><td>05</td><td>Education or training</td><td>Leaving to return to school, university, or vocational training.</td></tr><tr><td>06</td><td>Retirement</td><td>Normal retirement or early retirement from the labor market.</td></tr><tr><td>07</td><td>Military or community service</td><td>Compulsory or voluntary service (where applicable).</td></tr><tr><td>08</td><td>Other reasons</td><td>Resignations for personal reasons not covered above or "dissatisfaction."</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://standards.spdci.org/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/data/code-directory/cd.emp.02-unemployment_reason.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
