Skip to content

Commit e0fcc92

Browse files
feat: User changes to contentful content model
1 parent 40d05b8 commit e0fcc92

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CONTENTFUL_CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -4686,3 +4686,42 @@ userDocumentationLink: https://github.com/ONSdigital/sml-supporting-info/blob/ma
46864686

46874687
— 11/10/2024 at 11:33:19 AM —
46884688

4689+
# CMS Update: 11/10/2024 at 11:42:43 AM
4690+
4691+
Editor: Sabrina Golonka
4692+
4693+
Environment: preprod
4694+
4695+
Content Type: catalogueTableOfMethods2
4696+
4697+
Revision: 2
4698+
4699+
Updated At: 2024-10-11T11:42:43.777Z
4700+
4701+
Content Updated:
4702+
4703+
```txt
4704+
id: thousand-pound-correction
4705+
name: Thousand Pound Correction
4706+
theme: Editing
4707+
expertGroup: Editing & Imputation
4708+
language: Python/Pandas
4709+
author: ONS
4710+
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.
4711+
4712+
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.
4713+
4714+
To install this method, please see Help Centre - [Install a method](https://statisticalmethodslibrary.ons.gov.uk/help-centre/access/install-a-method).
4715+
4716+
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).
4717+
contactDetails: smlhelp@ons.gov.uk
4718+
methodReady: true
4719+
releaseVersion: v1.1.0
4720+
releaseLink: https://github.com/ONSdigital/sml-python-small/releases/tag/1.1.0
4721+
codeLink: https://github.com/ONSdigital/sml-python-small/blob/main/sml_small/editing/thousand_pounds/thousand_pounds.py
4722+
specificationLink: https://github.com/ONSdigital/Statistical-Method-Specifications/blob/main/editing_and_imputation/editing/thousand_pounds_correction/thousand_pounds_correction.md
4723+
userDocumentationLink: https://github.com/ONSdigital/sml-supporting-info/blob/main/method-info/thousand-pound-correction/thousand_pound_correction.md
4724+
```
4725+
4726+
— 11/10/2024 at 11:42:43 AM —
4727+

0 commit comments

Comments
 (0)