Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added establishment types reference data #49

Merged
merged 10 commits into from
Apr 22, 2024
87 changes: 85 additions & 2 deletions statistics-production/ud.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ Individual needs can be provided using **sen_primary_need** and **sen_secondary_

The options for **sen_secondary_need** are the same as for **sen_primary_need**, except for **No primary need** is replaced by **No secondary need**.

If using **breakdown_topic** and **breakdown** insead of individual columns, then the appropriate entries for **breakdown_topic** are SEN status, SEN provision, SEN primary need and SEN secondary need.
If using [**breakdown_topic** and **breakdown**](#introduction-to-filters) instead of individual columns, then the appropriate entries for **breakdown_topic** are SEN status, SEN provision, SEN primary need and SEN secondary need.

---

Expand All @@ -882,7 +882,7 @@ certificate).

When presented in a filter, this should take the column header **sex** and
standard entries **Male**, **Female** and **Unknown**. This can also be included as
part of the standard **breakdown_topic** / **breakdown** filters, with the relevant
part of the standard [**breakdown_topic** / **breakdown** filters](#introduction-to-filters), with the relevant
entry under **breakdown_topic** being **Sex** and as above, the entries under
**breakdown** being **Male**, **Female** and **Unknown**.

Expand Down Expand Up @@ -1044,6 +1044,89 @@ Where there is a reasonable need to publish or report statistics for a full aggr

---

## Establishment characteristics

A standardised set of establishment type fields has been developed, largely based on the data reported by the School and Pupils Statistics publication. Reference files for the standardised fields are available in the data screener GitHub repository, with the standards summarised below.

---

### Establishment type group

---

::: {.table-responsive}

| establishment_type_group |
| ----------- |
| Academy |
| All state funded |
| Independent |
| Local authority maintained |
| Non-maintained |
| Total |

:::

If needed, these items can also be reported in the standard [**breakdown** field](#introduction-to-filters), using a **breakdown_topic** of Establishment type group.


---

### Establishment governance

---

The **establishment_governance** field provides an opportunity to list the governance of an establishment, e.g. Academy, Non-maintained, Independent etc. It can be assigned the **establishment_type_group** as a filter grouping column.

::: {.table-responsive}

| establishment_governance |
| ----------- |
| Academy |
| City technology college |
| Community |
| Foundation |
| Independent |
| Non-maintained |
| Voluntary aided |
| Voluntary controlled |
| Total |

:::

If needed, these items can also be reported in the standard [**breakdown** field](#introduction-to-filters), using a **breakdown_topic** of Establishment governance.

---

### Education phase

---

Education phase should be listed under the column name **education_phase** where given as a standalone filter or Education phase if included in the [**breakdown_topic** / **breakdown** combination](#introduction-to-filters). When included as an individual filter, it can be attributed **establishment_type_group** as the filter grouping column where available.

::: {.table-responsive}

| education_phase | School census code |
| ----------- | ------------------ |
| All-through | AT |
| Alternative provision | PR |
| Early years settings | |
| Further education | |
| Higher education | |
| Independent school | |
| Middle (deemed primary) | MP |
| Middle (deemed secondary) | MS |
| No establishment | |
| Nursery | NS |
| Primary | PS |
| Secondary | SS |
| Special | SP |
| Total | |

:::

---

# Filters

---
Expand Down