-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: User changes to contentful content model
- Loading branch information
1 parent
e8521c8
commit ea0b23f
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6184,3 +6184,43 @@ api_name: methods_table_and_summary/thousand_pound_correction | |
|
||
— 27/11/2024 at 09:23:02 AM — | ||
|
||
# CMS Update: 27/11/2024 at 10:11:07 AM | ||
|
||
Editor: Jason Bell | ||
|
||
Environment: preprod | ||
|
||
Content Type: catalogueTableOfMethods2 | ||
|
||
Revision: 4 | ||
|
||
Updated At: 2024-11-27T10:11:07.440Z | ||
|
||
Content Updated: | ||
|
||
```txt | ||
id: thousand-pound-correction | ||
name: Thousand Pound Correction | ||
theme: Editing | ||
expertGroup: Editing & Imputation | ||
language: Python | ||
author: ONS | ||
description: The automatic editing method for thousand pounds correction is commonly used across ONS business surveys. It is a generic rule that uses user defined thresholds to automatically detect and correct thousand pounds errors. This is when the respondent should have reported values in thousands of pounds but has reported in actual pounds e.g., returned a value of £56,000 instead of correctly submitting 56. | ||
The method checks the ratio of a principal variable against a suitable predictor variable and make an automatic correction if the calculated ratio is around 1000. The automatic correction is applied to all relevant variables for the respondent. | ||
To install this method, please see Help Centre - [Install a Method](https://statisticalmethodslibrary.ons.gov.uk/help-centre/access/install-a-method). | ||
To use this method, please see [User Notes](https://github.com/ONSdigital/sml-supporting-info/blob/main/method-info/thousand-pound-correction/thousand_pound_correction.md). | ||
contactDetails: [email protected] | ||
methodReady: true | ||
releaseVersion: v1.2.3 | ||
releaseLink: https://github.com/ONSdigital/sml-python-small/releases | ||
codeLink: https://github.com/ONSdigital/sml-python-small/blob/main/sml_small/editing/thousand_pounds/thousand_pounds.py | ||
specificationLink: https://github.com/ONSdigital/Statistical-Method-Specifications/blob/main/editing_and_imputation/editing/thousand_pounds_correction/thousand_pounds_correction.md | ||
userDocumentationLink: https://github.com/ONSdigital/sml-supporting-info/blob/main/method-info/thousand-pound-correction/thousand_pound_correction.md | ||
api_name: methods_table_and_summary/thousand_pound_correction | ||
``` | ||
|
||
— 27/11/2024 at 10:11:07 AM — | ||
|