CINXE.COM
Privacy - Office for National Statistics - Citizen Space
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="no-js"> <head> <base href="https://consultations.ons.gov.uk/"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Find and participate in consultations run by the Office for National Statistics"> <title> Privacy - Office for National Statistics - Citizen Space </title> <link rel="stylesheet" href="/static_frontend/vendor/lato-2.015/fonts.css"> <link type="text/css" href="/static_frontend/vendor/dlb-public-ui/css/bootstrap.css" rel="stylesheet"> <link type="text/css" href="https://consultations.ons.gov.uk/static_frontend/vendor/dlb-public-ui/css/dlb-public-ui-compiled.css" rel="stylesheet"> <link type="text/css" href="https://consultations.ons.gov.uk/static_frontend/css/citizenspace.css" rel="stylesheet"> <!--Font Awesome--> <link type="text/css" href="/static_frontend/vendor/dlb-public-ui/libraries/font-awesome/css/font-awesome.min.css" rel="stylesheet" /> <!--/Font Awesome--> <script type="text/javascript"> var tr_auto_embed = true; </script> <!--jQuery --> <script type="text/javascript" src="/static_frontend/vendor/dlb-public-ui/libraries/jquery/jquery.min.js"></script> <!--/jQuery --> <script type="text/javascript" src="/static_frontend/js/fluid-resize.js?version=7.55.0"></script> <script type="text/javascript" src="/static_frontend/js/tr-safe-embed.js?version=7.55.0"></script> <script type="text/javascript" src="/static_frontend/js/text-truncate.js?version=7.55.0"></script> <script type="text/javascript" src="/static_frontend/js/tr-pdf.js?version=7.55.0"></script> <script type="text/javascript" src="/static_frontend/js/typeahead/typeahead.bundle.min.js?version=7.55.0"></script> <!-- Part of the Bootstrap 5 migration involves prefixing Bootstrap JS attributes with bs- This has been done in our codebase, but copy/pasted content such as fact banks may still have old attributes. Shim these attributes to allow these to remain working. --> <script> const bootstrapEventShim = function() { document.querySelectorAll('[data-toggle]').forEach((el) => { let attrVal = el.dataset.toggle; el.dataset.bsToggle = attrVal; }); document.querySelectorAll('[data-target]').forEach((el) => { let attrVal = el.dataset.target; el.dataset.bsTarget = attrVal; }); } document.addEventListener("DOMContentLoaded", bootstrapEventShim); </script> <!-- Bootstrap JS Components --> <script src="/static_frontend/vendor/dlb-public-ui/libraries/bootstrap-5.3.1/dist/js/bootstrap.bundle.min.js"></script> <!-- Page-specific CSS and JS can go here --> <!-- Remove no-js class if scripts are enabled --> <script> document.documentElement.classList.remove('no-js') </script> <!-- Ensure collapsible content is displayed and misleading links are hidden if JS is disabled --> <noscript> <style> .collapse { display: block; } .show-when-no-js { display:block; } .hide-when-no-js { display:none; } </style> </noscript> </head> <body data-site-root="https://consultations.ons.gov.uk"> <div id="skip"> <a href="https://consultations.ons.gov.uk/privacy_policy/#page-content">Skip to Main Content</a> </div> <script> jQuery(document).ready(function() { var options = {}; // used to disable the go button when the selected page is the current page var cur_page = jQuery("#preview-navigation-page-select").val() jQuery("#preview-navigation-page-select").change(function() { var page = jQuery(this).val(); var button = jQuery("#preview-navigation button"); if (page != "" && page != cur_page) { button.prop('disabled',false); } else { button.prop('disabled','disabled'); } }); jQuery("#preview-navigation button").click(function(event) { var page = jQuery("#preview-navigation-page-select").val(); var consultation_root = jQuery("#preview-navigation").data("consultation-root"); var survey_root = jQuery("#preview-navigation").data("survey-root"); var cookie_path = jQuery("#preview-navigation").data("cookie-path"); function set_state(state) { document.cookie="preview_state="+state+";path="+cookie_path+";"; } set_state("open"); if (page === "_hub") { window.location = survey_root; } else if (page == "_overview_open") { window.location = consultation_root; } else if (page == "_overview_closed") { set_state("closed"); window.location = consultation_root; } else if (page == "_overview_forthcoming") { set_state("forthcoming"); window.location = consultation_root; } else if (page == "_published_responses") { set_state("closed"); window.location = survey_root + "published_select_respondent"; } else if (page == "") { // No-op, shouldn't get here (hah..). } else { window.location = survey_root + page; } }); }); </script> <div id="global-wrapper"> <header id="global-nav" class="navbar navbar-default navbar-expand-md navbar-static-top dss-navbar"> <div class="container-fluid"> <div class="row flex-grow-1 py-2 pb-md-0 pt-lg-1"> <div class="mb-md-2 py-lg-1 col-md-8 "> <div class="navbar-header d-flex justify-content-between"> <div id="global-nav-main-heading"> <a id="global-nav-site-title" href="https://consultations.ons.gov.uk/"> <img src="https://consultations.ons.gov.uk/os-custom-logos/uksa-ons-logos-02.png" alt="UKSA-ONS logo" class="global-nav-logo ms-3 ms-md-0" /> </a> </div> <button class="navbar-toggler d-md-none align-self-center" data-bs-toggle="collapse" data-bs-target="#global-navbar-collapse" aria-expanded="false" aria-controls="global-navbar-collapse"> <span class="fa fa-caret-down"></span> <span>Menu</span> </button> </div> </div> <div id="cs-global-search-container-md" class="global-search-container d-none d-md-block align-self-center text-end py-lg-2"> <!-- Javascript puts the search form here for sm viewports --> <form id="cs-global-search" action="https://consultations.ons.gov.uk/consultation_finder/" method="GET"> <div role="search"> <label for="cs-global-search-input" class="visually-hidden">Search</label> <div class="input-group"> <input class="form-control" size="27" id="cs-global-search-input" type="text" name="keyword" placeholder="Search"/> <button class="btn btn-primary" aria-label="Search" id="cs-global-search-button"> <span class="fa fa-search"></span> </button> </div> </div> </form> </div> <div class="w-100"></div> <div> <nav class="collapse navbar-collapse navbar-left px-3 px-md-0" id="global-navbar-collapse" aria-label="primary"> <div id="global-navbar-collapse-inner" class="py-2"> <div id="cs-global-search-container-xs" class="d-md-none"> <!-- Javascript puts the search form here for xs viewports --> </div> <ul class="cs-navbar-nav-list"> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/"> <span class="cs-navbar-nav-link-text">Home</span> </a> </li> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/consultation_finder/"> <span class="cs-navbar-nav-link-text">Find Activities</span> </a> </li> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/we_asked_you_said/"> <span class="cs-navbar-nav-link-text">We Asked, You Said, We Did</span> </a> </li> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/about/"> <span class="cs-navbar-nav-link-text">About</span> </a> </li> </ul> </div> </nav> </div> </div> </div> </header> <main id="page-content-wrapper"> <div id="page-content" tabindex="-1"> <div id="cs-page-privacy_policy"> <div class="cs-page-component-group " style=""> <section class="dss-rhino cs-page-component-container dss-rhino-white" style=""> <div class="container-fluid"> <div class="cs-page-component cs-html-component"> <div class="row cs-html-component-one-column"> <div class=" col-lg-10 offset-lg-1"> <div class="cs-page-component-contrast dss-easy-reading"> <h1>Privacy</h1> <h3>Data protection legislation</h3> <p><span><span><span>The UK General Data Protection Regulation and the Data Protection Act 2018 together determine how, when and why any organisation can process personal data. Personal data is any information that can identify a living individual. These laws exist to ensure that your data is managed safely and used responsibly. They also provide you with certain rights in respect of your data and create a responsibility on us, as a user of personal data, to provide you with certain information. While most of this information is available elsewhere on our website and other promotional materials, gathering it here in one place should make it easier for you.</span></span></span></p> <p><span><span><span>The Office for National Statistics (ONS) collects and processes a lot of information, both directly from individuals and in bulk from other organisations and does so using a variety of methods.</span></span></span></p> <p><span><span><span>If you have any queries about how your personal data is used, please contact <a href="mailto:external.affairs@ons.gov.uk">external.affairs</a><span class="MsoHyperlink"><span><a href="mailto:external.affairs@ons.gov.uk">@ons.gov.uk</a>.</span></span></span></span></span></p> <h3>The identity and contact details of the data controller</h3> <p><span><span><span>The data controller is the person or organisation who decides what personal data shall be processed and for what purpose. For the vast majority of our work ONS is the controller and makes those decisions. However, in some instances we provide statistical services to other organisations or government departments and collect or process data on their behalf. Whenever that is the case we will let you know.</span></span></span></p> <p><span><span><span>You can get in contact with ONS either by telephone, email or post:</span></span></span></p> <p><span><span><span>0845 601 3034<br> <span class="MsoHyperlink"><span><a href="mailto:info@ons.gov.uk">info@ons.gov.uk</a></span></span> </span></span></span></p> <p><span><span><span>Customer Contact Centre <br> Room D265 <br> Office for National Statistics <br> Government Buildings <br> Cardiff Road, Newport <br> South Wales <br> NP10 8XG </span></span></span></p> <h3>The contact details of our Data Protection Officer</h3> <p><span><span><span>Our Data Protection Officer is the person charged with providing ONS with advice and guidance on the ways we can best protect the information we collect and use, and they are involved in all the major decisions we make in relation to personal data. If you have any queries or concerns regarding your data, or wish to exercise any of your rights (see later in this guidance), then please contact:</span></span></span></p> <p><span><span><span>0845 601 3034<br> <span class="MsoHyperlink"><span><a href="mailto:DPO@statistics.gov.uk">DPO@statistics.gov.uk</a></span></span> </span></span></span></p> <p><span><span><span>Data Protection Officer <br> Office for National Statistics <br> Segensworth Road <br> Titchfield <br> Fareham <br> Hampshire <br> PO15 5RR </span></span></span></p> <h3>Specific data collected</h3> <p><span><span><span>The data collected for consultations includes:</span></span></span></p> <ul> <li><span><span><span>Individuals' names, organisation, position, email, sector. </span></span></span></li> <li><span><span><span>Feedback on a proposed change to ONS methodology or cuts to our outputs</span></span></span></li> <li><span><span><span>People's views of ONS (overall satisfaction, quality of statistics, trustworthiness, helpfulness engagement)</span></span></span></li> <li><span><span><span>Confirmation of preference over future contact/publication of names of participants</span></span></span></li> </ul> <p><span><span><span>This information is gathered through several channels – primarily the Citizen Space website, but also through emails, phone calls, roundtables and face-to-face meetings.</span></span></span></p> <h3>The purposes for which personal data are processed</h3> <p><span><span><span>The ONS has the statutory objective to promote and safeguard the production of official statistics that serve the public good. This means that any personal data we collect, whether that is for our own use or on behalf of someone else, will only ever be used to produce statistics or undertake statistical research. <a href="https://www.ons.gov.uk/aboutus/transparencyandgovernance/datastrategy"><span class="MsoHyperlink"><span>Further information on what we use data for is available</span></span></a>.</span></span></span></p> <p><span><span><span>In this instance, any data collected will be used to inform ONS decisions on major changes to its products and services plus glean feedback to improve user experiences. Also, to gain a better understanding of its users and their needs and to steer ONS strategic priorities and business planning. </span></span></span></p> <h3>The legal basis for the processing</h3> <p><span><span><span>Data protection legislation requires that all processing of personal data is undertaken under one or more of a set list of conditions. Unless stated otherwise all ONS statistical processing is undertaken under the following condition:</span></span></span></p> <p><span><span><span>“Processing is necessary for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller.”</span></span></span></p> <p><span><span><span>ONS is a statutory body, meaning we were created by legislation, specifically the <span class="MsoHyperlink"><span><a href="https://www.legislation.gov.uk/ukpga/2007/18/contents">Statistics and Registration Service Act 2007</a></span></span>, with the objective of promoting and safeguarding the production and publication of official statistics that serve the public good. All our collection and use of data comes from powers that can be found in that Act or other UK legislation. A <a href="https://www.ons.gov.uk/aboutus/transparencyandgovernance/datastrategy/relevantlegislation"><span class="MsoHyperlink"><span>full list of all the legislation that we use</span></span></a> is available.</span></span></span></p> <p><span><span><span>An additional condition is required for any processing of special personal data. Special personal data is information about your racial or ethnic origin, political opinions, religious or philosophical beliefs, trade union membership, sex life or sexual orientation. It also includes genetic and biometric data. The condition that ONS uses to process such data is:</span></span></span></p> <p><span><span><span>“Processing is necessary for archiving in the public interest, scientific or historical research purposes or statistical purposes based on UK law.”</span></span></span></p> <h3>Who data collected is shared with</h3> <p><span><span><span>At ONS we treat the data we hold with respect, keeping it secure and confidential. However, to support statistical production and research we will sometimes allow access to the information we hold where it is lawful to do so. Regarding consultations specifically:</span></span></span></p> <ul> <li><span><span><span>Where joint consultations are held, the data will be shared with the partner organisation. However, in such situations it will be made clear that the consultation is being jointly run and all materials co-branded.</span></span></span></li> <li><span><span><span>For some consultations, all responses are published. Where this is the case it will be explicitly stated.</span></span></span></li> <li><span><span><span>Similarly, all responses to consultations are subject to release under the Freedom of Information Act, although no personal information will be released in such instances.</span></span></span></li> <li><span><span><span>Some consultations will publish a summary of findings, which may include a list of the organisations that took part but with no links to any specific comments. Names of individual respondents can also be published but only with explicit permission. </span></span></span></li> </ul> <p><span><span><span>More information on <a href="https://www.ons.gov.uk/aboutus/transparencyandgovernance/datastrategy/datapolicies/onsresearchanddataaccesspolicy"><span class="MsoHyperlink"><span>how we permit access to data for research</span></span></a> is available. We also publish a full list of all of the <span class="MsoHyperlink"><span><a href="https://www.ons.gov.uk/aboutus/whatwedo/statistics/requestingstatistics/approvedresearcherscheme">approved researchers</a></span></span> and <span class="MsoHyperlink"><span><a href="https://www.ons.gov.uk/aboutus/whatwedo/statistics/requestingstatistics/accesstounpublishedonsresearchdatabygovernmentorganisationsforstatisticalresearch">government organisations</a></span></span> who have been granted access.</span></span></span></p> <h3>The period for which personal data will be stored</h3> <p><span><span>Personal information in responses to consultations will generally be published and therefore retained indefinitely as a historic record under the Public Records Act 1958. </span></span></p> <p><span><span>Personal information in responses that is not published will be retained for three calendar years after the consultation has concluded.</span></span></p> <h3>Data subject rights</h3> <p><span><span><span>As a data subject (someone whose personal data we hold) you have rights available to you under data protection law. If you wish to exercise any of these rights then please contact our Data Protection Officer, but please be aware that we may not be required to comply if the data is being held for statistical purposes only. Compliance requirements are set out in the Data Protection Act 2018.</span></span></span></p> <p><span><span><span>You have the right to request from any controller that holds your personal data: access to the information they hold about you and to amend any wrong or inaccurate information they hold about you. You have the right to object to your personal data being processed.</span></span></span></p> <p><span><span><span>You have the right, in some circumstances, to request for any controller to: erase any personal data they may hold about you, stop processing your personal data, or pass any information they hold about you to another controller.</span></span></span></p> <p><span><span><span>Further information on the rights available to you and the circumstances under which you can exercise them, is available from the <span class="MsoHyperlink"><span><a href="https://ico.org.uk/for-organisations/guide-to-the-general-data-protection-regulation-gdpr/individual-rights/">Information Commissioner</a></span></span>.</span></span></span></p> <h3>The Information Commissioner</h3> <p><span><span><span>The Information Commissioner’s Office is the independent body tasked with regulating data protection within the UK. They can provide you with additional information regarding data protection and your rights, and will deal with any complaints you may have regarding our use of your data:</span></span></span></p> <p><span><span><span>0303 123 1113<br> <span class="MsoHyperlink"><span><a href="mailto:casework@ico.org.uk">casework@ico.org.uk</a></span></span></span></span></span></p> <p><span><span><span>Information Commissioner’s Office <br> Wycliffe House <br> Water Lane <br> Wilmslow <br> Cheshire <br> SK9 5AF </span></span></span></p> <h3>Statutory provision of information</h3> <p><span><span><span>Some of the information we collect from you, for example, the census, is required by law and failure to provide it can be a criminal offence. Whenever we collect your personal data from you we will always let you know if you are required to provide the information and of the possible consequences of failure to do so.</span></span></span></p> <p><span><span><span>Further information on how we collect, use and store data can be found on our <a href="https://www.ons.gov.uk/aboutus/transparencyandgovernance/datastrategy/datapolicies"><span class="MsoHyperlink"><span>data policies page</span></span></a>. Further information on the specific surveys we run is available on our <span class="MsoHyperlink"><span><a href="https://www.ons.gov.uk/surveys/informationforhouseholdsandindividuals">information for households and individuals page</a></span></span>.</span></span></span></p> <h2>Delib Privacy Information</h2> <p>Delib's software (this website) enables organisations to set up and operate activities, through which they can engage with you.</p> <p>This site is managed by the controlling organisation, Office for National Statistics. When you access and use this site, the personal information you have submitted to these activities will go to the organisation. Delib will not access your personal information unless requested to do so by the organisation, and only for the purposes of assisting them with the administration of this site.</p> <h3>Accessing your Personal Information</h3> <p>If you have any questions or requests about your personal information, for example to request a copy of it, or to ask for it to be corrected if you think it is wrong, please contact the organisation (as stated in their Privacy Notice / Privacy Statement / Privacy Policy). It is the controlling organisation's responsibility to answer any questions or requests about your personal information.</p> <h3>Collection of Browser Information</h3> <p>The information provided by your computer when you use this website is collected by Delib. For example, your browser type, IP address, language preference, referring site and the date and time. The purpose for collecting this information is to maintain the security of the website and for operating and improving the software.</p> </div> </div> </div> </div> </div> </section> </div> </div> </div> </main> </div> <footer id="configurable-footer-wrapper"> <div class="cs-page-component-group"> <section class="dss-rhino cs-page-component-container dss-rhino-footer" style=""> <div class="container-fluid"> <div class="cs-page-component cs-page-component-contrast"> <div class="row" id="global-footer"> <div id="citizen-space-footer-nav" class="col-12 col-md-8 order-1 order-md-2" role="navigation" aria-label="miscellaneous"> <ul class="list-inline"> <li id="nav-item-accessibility_policy" class="list-inline-item"><a href="https://consultations.ons.gov.uk/accessibility_policy/">Accessibility</a></li> <li id="nav-item-terms_and_conditions" class="list-inline-item"><a href="https://consultations.ons.gov.uk/terms_and_conditions/">Terms of Use</a></li> <li id="nav-item-cookie_policy" class="list-inline-item"><a href="https://consultations.ons.gov.uk/cookie_policy/">Cookies</a></li> <li id="nav-item-privacy_policy" class="list-inline-item"><a href="https://consultations.ons.gov.uk/privacy_policy/">Privacy</a></li> <li id="nav-item-support" class="list-inline-item"><a href="https://consultations.ons.gov.uk/support/">Help / feedback</a></li> </ul> </div> <div class="col-12 col-md-4 order-2 order-md-1"> <span id="citizen-space-footer-logo"> <a href="https://www.delib.net/citizen_space">Citizen Space</a> <span>from</span> <a href="https://www.delib.net">Delib</a> </span> </div> </div> </div> </div> </section> </div> </footer> <script type="text/javascript"> $(function() { // Skip to content workaround for absolute skip links jQuery('#skip a').bind("click", function(event) { var target = jQuery(this).attr('href').split('#')[1]; jQuery("#"+target+"").focus(); }); }); </script> <script type="text/javascript"> $(function() { // Global search var search_form = $("#cs-global-search"); var search_form_input = $("#cs-global-search-input"); // Scroll to search results on submit of global search form search_form.submit(function() { if (search_form_input.attr('placeholder') == search_form_input.val()) { search_form_input.val(''); } sessionStorage.setItem('saved-scrollTop', '500'); }); // Move the global search form into the appropriate container depending on viewport size function move_global_search_form() { // if global nav (and global search) are turned off, bail if(!search_form.length) { return; } var md_container = $("#cs-global-search-container-md"); var xs_container = $("#cs-global-search-container-xs"); // btw we can't test if xs_container is visible because it's hidden inside the burger menu if (md_container.is(":visible")) { if(!md_container.find("#cs-global-search").length) { md_container.append(search_form); } } else { if(!xs_container.find("#cs-global-search").length) { xs_container.append(search_form); } } } move_global_search_form(); $(window).resize(move_global_search_form); // Function to update the query string function updateQueryStringParameter(uri, key, value) { var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i"); var separator = uri.indexOf('?') !== -1 ? "&" : "?"; if (uri.match(re)) { return uri.replace(re, '$1' + key + "=" + value + '$2'); } else { return uri + separator + key + "=" + value; } } // Event listener to detect changes in the large viewport language `select` var languageSelect = document.getElementById('language-picker-select'); if (languageSelect) { languageSelect.addEventListener('change', function() { var form = document.getElementById('global-language-picker'); form.submit(); }); } }); // a11y hax. There are some elements generated by the ol libraries that need some extra attributes for a11y. // Putting them here was preferable to overriding masses of ol code. $(window).on("load", function() { var zoomins = document.getElementsByClassName('ol-zoom-in'); for (let i=0; i<zoomins.length; i++) { zoomins[i].setAttribute('aria-label', 'Zoom in'); } var zoomouts = document.getElementsByClassName('ol-zoom-out'); for (let j=0; j<zoomouts.length; j++) { zoomouts[j].setAttribute('aria-label', 'Zoom out'); } var attributions = document.getElementsByClassName('ol-attribution'); for (let k=0; k<attributions.length; k++) { attributions[k].getElementsByTagName('button')[0].setAttribute('aria-label', 'Attribution'); } var recentre = document.getElementsByClassName('cs-zoom-to-extent'); for (let m=0; m<recentre.length; m++) { recentre[m].getElementsByTagName('button')[0].setAttribute('aria-label', 'Recentre map'); } var search = document.getElementsByClassName('cs-map-postcode-popup'); for (let m=0; m<search.length; m++) { search[m].getElementsByTagName('button')[0].setAttribute('aria-label', 'Go to a postcode'); } } ); </script> </body> </html>