CINXE.COM

Data Protection Privacy Notices | Central Bank of Ireland

<!DOCTYPE html> <html id="htmlElement" xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <!-- OneTrust Cookies Consent Notice start for www.centralbank.ie --> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/01926dd3-236b-7534-88ac-fc26a707b641/OtAutoBlock.js"></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="01926dd3-236b-7534-88ac-fc26a707b641"></script> <script type="text/javascript"> delete_cookie(); var now = new Date(); now.setTime(now.getTime() + 1 * 3600 * 1000 * 24 * 365); function delete_cookie() { document.cookie = "OptanonAlertBoxClosed=; path=/; domain=.www.centralbank.ie; expires=Thu, 01 Jan 1970 00:00:01 GMT"; document.cookie = "OptanonConsent=; path=/; domain=.www.centralbank.ie; expires=Thu, 01 Jan 1970 00:00:01 GMT"; } function cookieExists(cookieName) { var value = '; ' + document.cookie; var parts = value.split('; ' + cookieName + '='); if (parts.length == 2) { return true; } } function OptanonWrapper() { //Start - Change Optanon Cookie Expiry var bannerAcceptButton = document.getElementById("onetrust-accept-btn-handler"); var pcAllowAllButton = document.getElementById("accept-recommended-btn-handler"); var pcCloseButton = document.getElementById("close-pc-btn-handler"); var pcSaveButton = document.getElementsByClassName("save-preference-btn-handler")[0]; //Allowed all via Banner if (bannerAcceptButton) { bannerAcceptButton.addEventListener('click', function () { CookieSettingsUpdated(); }); } //Allowed all via Preference Center if (pcAllowAllButton) { pcAllowAllButton.addEventListener('click', function () { CookieSettingsUpdated(); }); } //Set custom settings via Preference Center if (pcCloseButton) { pcCloseButton.addEventListener('click', function () { CookieSettingsUpdated(); }); } //Set custom settings via Preference Center if (pcSaveButton) { pcSaveButton.addEventListener('click', function () { CookieSettingsUpdated(); }); } } function CookieSettingsUpdated() { setTimeout(function () { toggle_iFrames(); }, 300); } function optanonCategoryEnabled(name, cat) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) { var cookieValue = parts.pop().split(";").shift(); var cookieDetails = cookieValue.split('&'); for (i = 0; i < cookieDetails.length; i++) { var details = cookieDetails[i].split("="); if (details[0] == "groups") { var categories = decodeURIComponent(details[1]).split(","); for (c = 0; c < categories.length; c++) { var category = categories[c].split(":"); if (category[0] == cat && category[1] == "1") { return true } } } } } return false; } </script> <!-- OneTrust Cookies Consent Notice end --> <!-- Google Tag Manager --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-M4KRX7C');</script> <!-- End Google Tag Manager --> <title> Data Protection Privacy Notices | Central Bank of Ireland </title><meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=Edge" /><meta name="format-detection" content="telephone=no" /><meta name="viewport" content="width=device-width, maximum-scale=2" /> <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900" rel="stylesheet" /> <link href="../Theme/css/gulp_default.min.css?v=1732121371817" rel="stylesheet" /> <link href="../Theme/css/imgs/favicon.ico" type="image/png" rel="icon" /> <link href="https://customer.cludo.com/assets/3127/13322/css/css.css" rel="stylesheet"> <link href="https://customer.cludo.com/assets/3127/13322/cludo-search.min.css" type="text/css" rel="stylesheet"> <script> /*! * enquire.js v2.1.2 - Awesome Media Queries in JavaScript * Copyright (c) 2014 Nick Williams - http://wicky.nillia.ms/enquire.js * License: MIT (http://www.opensource.org/licenses/mit-license.php) */ !function (a, b, c) { var d = window.matchMedia; "undefined" != typeof module && module.exports ? module.exports = c(d) : "function" == typeof define && define.amd ? define(function () { return b[a] = c(d) }) : b[a] = c(d) }("enquire", this, function (a) { "use strict"; function b(a, b) { var c, d = 0, e = a.length; for (d; e > d && (c = b(a[d], d), c !== !1); d++); } function c(a) { return "[object Array]" === Object.prototype.toString.apply(a) } function d(a) { return "function" == typeof a } function e(a) { this.options = a, !a.deferSetup && this.setup() } function f(b, c) { this.query = b, this.isUnconditional = c, this.handlers = [], this.mql = a(b); var d = this; this.listener = function (a) { d.mql = a, d.assess() }, this.mql.addListener(this.listener) } function g() { if (!a) throw new Error("matchMedia not present, legacy browsers require a polyfill"); this.queries = {}, this.browserIsIncapable = !a("only all").matches } return e.prototype = { setup: function () { this.options.setup && this.options.setup(), this.initialised = !0 }, on: function () { !this.initialised && this.setup(), this.options.match && this.options.match() }, off: function () { this.options.unmatch && this.options.unmatch() }, destroy: function () { this.options.destroy ? this.options.destroy() : this.off() }, equals: function (a) { return this.options === a || this.options.match === a } }, f.prototype = { addHandler: function (a) { var b = new e(a); this.handlers.push(b), this.matches() && b.on() }, removeHandler: function (a) { var c = this.handlers; b(c, function (b, d) { return b.equals(a) ? (b.destroy(), !c.splice(d, 1)) : void 0 }) }, matches: function () { return this.mql.matches || this.isUnconditional }, clear: function () { b(this.handlers, function (a) { a.destroy() }), this.mql.removeListener(this.listener), this.handlers.length = 0 }, assess: function () { var a = this.matches() ? "on" : "off"; b(this.handlers, function (b) { b[a]() }) } }, g.prototype = { register: function (a, e, g) { var h = this.queries, i = g && this.browserIsIncapable; return h[a] || (h[a] = new f(a, i)), d(e) && (e = { match: e }), c(e) || (e = [e]), b(e, function (b) { d(b) && (b = { match: b }), h[a].addHandler(b) }), this }, unregister: function (a, b) { var c = this.queries[a]; return c && (b ? c.removeHandler(b) : (c.clear(), delete this.queries[a])), this } }, new g }); </script> <script type="text/javascript" src="https://customer.cludo.com/scripts/bundles/search-script.min.js"></script> <link rel="canonical" href="https://www.centralbank.ie/fns/privacy-statement" /><link href="/Telerik.Web.UI.WebResource.axd?d=PMrIT5dOWaVYIcpFWUE4nLMondQKT06rXaYKkrkmgIA8U6HILVhpXLNRyzM-lIWJ8BX-z660YcQRxI2gOMva4XEE0eho4ecSkzb-HevxJ3gtKU39f0z9ObqAiNMy_AcI0&amp;t=638610871964891277&amp;compress=0&amp;_TSM_CombinedScripts_=%3b%3bTelerik.Sitefinity.Resources%2c+Version%3d14.4.8133.0%2c+Culture%3dneutral%2c+PublicKeyToken%3db28c218413bdf563%3aen%3a17c135a4-5316-42f9-a0e3-877e0602d8a4%3a7a90d6a" type="text/css" rel="stylesheet" /><meta name="description" content="This statement relates to the Central Banks privacy practices in connection with this website" /></head> <body id="sBody"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M4KRX7C" height="0" width="0" style="display: none; visibility: hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <form method="post" action="./privacy-statement" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="ctl07_TSM" id="ctl07_TSM" value="" /> <input type="hidden" name="ctl08_TSSM" id="ctl08_TSSM" value="" /> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="04FD5gNp1lpUSDbMooOcKtDHOJlfagJmdACjlMnsDS0IMRTa4gHykY+bg8APJN77pTT7car05/x0sa3x0umCK2gjIIcdfon3co+fMb3nvZ0=" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZPPxXRrJGOukUEKupRpxuah9Q4yUtOxsQ1ZMK1zg6X59kCpscrumAhTOCaAWulRqug2&amp;t=638610871965203766" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ var __cultureInfo = {"name":"en","numberFormat":{"CurrencyDecimalDigits":2,"CurrencyDecimalSeparator":".","IsReadOnly":true,"CurrencyGroupSizes":[3],"NumberGroupSizes":[3],"PercentGroupSizes":[3],"CurrencyGroupSeparator":",","CurrencySymbol":"$","NaNSymbol":"NaN","CurrencyNegativePattern":0,"NumberNegativePattern":1,"PercentPositivePattern":0,"PercentNegativePattern":0,"NegativeInfinitySymbol":"-∞","NegativeSign":"-","NumberDecimalDigits":2,"NumberDecimalSeparator":".","NumberGroupSeparator":",","CurrencyPositivePattern":0,"PositiveInfinitySymbol":"∞","PositiveSign":"+","PercentDecimalDigits":2,"PercentDecimalSeparator":".","PercentGroupSeparator":",","PercentSymbol":"%","PerMilleSymbol":"‰","NativeDigits":["0","1","2","3","4","5","6","7","8","9"],"DigitSubstitution":1},"dateTimeFormat":{"AMDesignator":"AM","Calendar":{"MinSupportedDateTime":"\/Date(-62135596800000)\/","MaxSupportedDateTime":"\/Date(253402300799999)\/","AlgorithmType":1,"CalendarType":1,"Eras":[1],"TwoDigitYearMax":2029,"IsReadOnly":true},"DateSeparator":"/","FirstDayOfWeek":0,"CalendarWeekRule":0,"FullDateTimePattern":"dddd, MMMM d, yyyy h:mm:ss tt","LongDatePattern":"dddd, MMMM d, yyyy","LongTimePattern":"h:mm:ss tt","MonthDayPattern":"MMMM d","PMDesignator":"PM","RFC1123Pattern":"ddd, dd MMM yyyy HH\u0027:\u0027mm\u0027:\u0027ss \u0027GMT\u0027","ShortDatePattern":"M/d/yyyy","ShortTimePattern":"h:mm tt","SortableDateTimePattern":"yyyy\u0027-\u0027MM\u0027-\u0027dd\u0027T\u0027HH\u0027:\u0027mm\u0027:\u0027ss","TimeSeparator":":","UniversalSortableDateTimePattern":"yyyy\u0027-\u0027MM\u0027-\u0027dd HH\u0027:\u0027mm\u0027:\u0027ss\u0027Z\u0027","YearMonthPattern":"MMMM yyyy","AbbreviatedDayNames":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"ShortestDayNames":["Su","Mo","Tu","We","Th","Fr","Sa"],"DayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"AbbreviatedMonthNames":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"MonthNames":["January","February","March","April","May","June","July","August","September","October","November","December",""],"IsReadOnly":true,"NativeCalendarName":"Gregorian Calendar","AbbreviatedMonthGenitiveNames":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",""],"MonthGenitiveNames":["January","February","March","April","May","June","July","August","September","October","November","December",""]},"eras":[1,"A.D.",null,0]};//]]> </script> <script src="/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl07_TSM&amp;compress=0&amp;_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen%3adbd37df5-a986-4b30-bc8e-23832b2677dd%3aea597d4b%3ab25378d2" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.'); //]]> </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="2F1F4BE5" /> </div><script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl07', 'form1', [], [], [], 90, 'ctl00'); //]]> </script> <input type="hidden" name="ctl00$ctl07" id="ctl07" /> <script type="text/javascript"> //<![CDATA[ Sys.Application.setServerId("ctl07", "ctl00$ctl07"); Sys.Application._enableHistoryInScriptManager(); //]]> </script> <script type="text/javascript"> var els = document.querySelectorAll('link[href^="/Telerik.Web.UI.WebResource.axd"]'); els[0].parentNode.removeChild(els[0]); </script> <noscript> <div class="js-notification"> <div class="container"> <p> <span class="fa fa-info-circle"></span>It appears JavaScript is disabled. To get the most out of the website we recommend enabling JavaScript in your browser. </p> <a href="#" class="close-notification"><span class="fa fa-times"></span><span class="sr-only">Close</span></a> </div> </div> </noscript> <header id="cbi_header"> <div class="container"> <div class="row"> <div class="col-sm-3"> <a href="/home"> <img loading="lazy" src="/images/default-source/logos/logo.png?sfvrsn=3dff671a_1" title="logo" alt="Central Bank homepage" /> </a> <span id="toggleMenu" class="hidden-sm hidden-md hidden-lg "><i class="glyphicon glyphicon-remove"></i><i class="glyphicon glyphicon-menu-hamburger"></i>Menu</span> </div> <nav id="plhMenus_TAFC558EA054_megaMenu" class="sf_colsIn col-sm-9 cls-megamenu-nav" aria-labelledby="gnsheading" data-placeholder-label="Menus"> <h2 class="sr-only" id="gnsheading">Main menu</h2> <div id="tns"> <ul> <li class=""><a href="/" target="_self">Home</a></li> <li class=""><a href="/about" target="_self">About</a></li> <li class=""><a href="/news-media" target="_self">News &amp; Media</a></li> <li class=""><a href="/events" target="_self">Events</a></li> <li class=""><a href="/careers" target="_self">Careers</a></li> <li class=""><a href="/contact-us" target="_self">Contact</a></li> <li> <a href="/ga/home">GAEILGE</a> </li> <li class="inner-addon right-addon active"> <label for="megaMenuSearchBox" class="sr-only">Search</label> <i class="glyphicon glyphicon-search"></i> <div id="cludo-search-form-top"> <input type="text" class="form-control search-input" placeholder="SEARCH" name="megaMenuSearchBox" id="megaMenuSearchBox"> <button type="submit" class="search-button" id="search-button" aria-label="search button"></button> </div> </li> </ul> </div> <ul class="mega-menu" aria-label="Main menu"> <li> <a id="item-financial-system" class="" href="#" aria-haspopup="true"><span>Financial System</span></a> <div class="grey-box"> <div class="container"> <div class="navbtn row hidden-sm hidden-md hidden-lg"> <div class="col-xs-4"> <a href="#" class="btn btn-dark-blue button-text-small"> <span class="glyphicon glyphicon-chevron-left"></span>Back </a> </div> <div class="col-xs-8"> <p class="title">ACS</p> </div> </div> <div class="row heading-bar"> <div class="col-sm-6">Financial System</div> <div class="col-sm-6"></div> </div> <div class="row"> <div class="col-sm-3 first"> <p>How we identify risk and take actions to ensure financial stability.</p> <p><a href="/financial-system" class="btn-reg">Financial System Overview</a></p><hr><ul><li><a href="/consumer-hub/notes-and-coins/exchange-old-or-damaged-money">Money, notes and coins</a></li><li><a href="/financial-system/financial-stability/macro-prudential-policy">Macroprudential Policy</a></li><li><a href="/macro-prudential-policies-for-bank-capital/countercyclical-capital-buffer">Countercyclical Capital Buffer</a></li></ul> </div> <div class="col-sm-9 sub-menu "> <ul role="menu" aria-label="second level menu"> <li class=""> <a tabindex="0" href="/financial-system" aria-haspopup="false">Financial System Overview</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Financial Stability</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/financial-system/financial-stability" aria-haspopup="false">Financial Stability Overview</a> </li> <li> <a tabindex="0" href="/financial-system/financial-stability/macro-prudential-policy" aria-haspopup="true">Macroprudential Policy </a> </li> <li> <a tabindex="0" href="/financial-system/financial-stability/financial-stability-research" aria-haspopup="true">Financial Stability Research</a> </li> <li> <a tabindex="0" href="/financial-system/financial-stability/risks-for-financial-stability" aria-haspopup="true">Risks for Financial Stability</a> </li> <li> <a tabindex="0" href="/financial-system/financial-stability/market-based-finance-monitor" aria-haspopup="true">Market Based Finance Monitor</a> </li> <li> <a tabindex="0" href="/financial-system/financial-stability/financial-stability-committee" aria-haspopup="true">Financial Stability Committee&#160;</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Payments and Securities Settlements</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/financial-system/payments-and-securities-settlements" aria-haspopup="false">Payments and Securities Settlements Overview</a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/catalyst" aria-haspopup="true">Catalyst&#160;</a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/national-competent-authority" aria-haspopup="true">National Competent Authority</a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/national-stakeholder-groups" aria-haspopup="true">National Stakeholder Groups </a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/oversight" aria-haspopup="true">Oversight</a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/target-services" aria-haspopup="true">TARGET Services</a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/payment-system-approval-process" aria-haspopup="true">Payments Systems Approval Process</a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/single-european-payments-overview" aria-haspopup="true">Single European Payments Area</a> </li> <li> <a tabindex="0" href="/financial-system/payments-and-securities-settlements/irish-retail-payments-forum" aria-haspopup="true">Irish Retail Payments Forum</a> </li> </ul> </li> <li> <a tabindex="0" href="/financial-system/resolution" aria-haspopup="true">Resolution </a> </li> <li> <a tabindex="0" href="/financial-system/foreign-exchange-global-code-of-conduct" aria-haspopup="true">Foreign Exchange Global Code of Conduct</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Operational Resilience and Cyber</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/financial-system/operational-resilience-and-cyber" aria-haspopup="false">Operational Resilience and Cyber Overview</a> </li> <li> <a tabindex="0" href="/financial-system/operational-resilience-and-cyber/operational-resilience" aria-haspopup="true">Operational Resilience </a> </li> <li> <a tabindex="0" href="/financial-system/operational-resilience-and-cyber/cyber-resilience" aria-haspopup="true">Cyber Resilience</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Climate Change&#160;</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/financial-system/climate-change" aria-haspopup="false">Climate Change&#160; Overview</a> </li> <li> <a tabindex="0" href="/financial-system/climate-change/economic-and-financial-interlinkages" aria-haspopup="true">Economic and Financial Interlinkages</a> </li> <li> <a tabindex="0" href="/financial-system/climate-change/financial-regulation-and-supervision" aria-haspopup="true">Financial Regulation and Supervision</a> </li> <li> <a tabindex="0" href="/financial-system/climate-change/international-engagement" aria-haspopup="true">International Engagement&#160;</a> </li> <li> <a tabindex="0" href="/financial-system/climate-change/the-central-bank-and-sustainability" aria-haspopup="true">The Central Bank and Sustainability</a> </li> </ul> </li> <li> <a tabindex="0" href="/financial-system/a-digital-euro" aria-haspopup="true">A Digital Euro</a> </li> </ul> </div> </div> <a href="#" class="close-megamenu">Close <span class="fa fa-times"></span></a> </div> </div> </li> <li> <a id="item-monetary-policy" class="" href="#" aria-haspopup="true"><span>Monetary Policy</span></a> <div class="grey-box"> <div class="container"> <div class="navbtn row hidden-sm hidden-md hidden-lg"> <div class="col-xs-4"> <a href="#" class="btn btn-dark-blue button-text-small"> <span class="glyphicon glyphicon-chevron-left"></span>Back </a> </div> <div class="col-xs-8"> <p class="title">ACS</p> </div> </div> <div class="row heading-bar"> <div class="col-sm-6">Monetary Policy</div> <div class="col-sm-6"></div> </div> <div class="row"> <div class="col-sm-3 first"> <hr> </div> <div class="col-sm-9 sub-menu "> <ul role="menu" aria-label="second level menu"> <li class=""> <a tabindex="0" href="/monetary-policy" aria-haspopup="false">Monetary Policy Overview</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Policy Setting</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/monetary-policy/policy-setting" aria-haspopup="false">Policy Setting Overview</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-setting/monetary-policy-role" aria-haspopup="true">Monetary Policy Role</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-setting/ecb-governing-council-and-monetary-policy-decisions" aria-haspopup="true">ECB Governing Council and Monetary Policy Decisions</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Policy Implementation</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/monetary-policy/policy-implementation" aria-haspopup="false">Policy Implementation Overview</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-implementation/open-market-operations" aria-haspopup="true">Open Market Operations</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-implementation/standing-facilities" aria-haspopup="true">Standing Facilities</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-implementation/counter-party-eligibility" aria-haspopup="true">Counterparty Eligibility </a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-implementation/legal-documentation" aria-haspopup="true">Legal Documentation</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-implementation/collateral-framework" aria-haspopup="true">Collateral Framework</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-implementation/asset-purchase-programmes" aria-haspopup="true">Asset Purchase Programmes</a> </li> <li> <a tabindex="0" href="/monetary-policy/policy-implementation/collateral-management-provision-of-liquidity-to-banks" aria-haspopup="true">Collateral Management &amp; Provision of Liquidity to Banks </a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Management of Investment Assets</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/monetary-policy/management-of-investment-assets" aria-haspopup="false">Management of Investment Assets Overview</a> </li> <li> <a tabindex="0" href="/monetary-policy/management-of-investment-assets/bank&#39;s-investment-assets" aria-haspopup="true">Central Bank&#39;s Investment Assets</a> </li> <li> <a tabindex="0" href="/monetary-policy/management-of-investment-assets/ecb-pooled-reserves" aria-haspopup="true">ECB’s US Dollar Reserve Assets</a> </li> </ul> </li> <li> <a tabindex="0" href="/monetary-policy/risk-management" aria-haspopup="true">Risk Management</a> </li> <li> <a tabindex="0" href="/monetary-policy/european-central-bank-strategy-review" aria-haspopup="true">European Central Bank Strategy Review </a> </li> </ul> </div> </div> <a href="#" class="close-megamenu">Close <span class="fa fa-times"></span></a> </div> </div> </li> <li> <a id="item-regulation" class="" href="#" aria-haspopup="true"><span>Regulation</span></a> <div class="grey-box"> <div class="container"> <div class="navbtn row hidden-sm hidden-md hidden-lg"> <div class="col-xs-4"> <a href="#" class="btn btn-dark-blue button-text-small"> <span class="glyphicon glyphicon-chevron-left"></span>Back </a> </div> <div class="col-xs-8"> <p class="title">ACS</p> </div> </div> <div class="row heading-bar"> <div class="col-sm-6">Regulation</div> <div class="col-sm-6"></div> </div> <div class="row"> <div class="col-sm-3 first"> <p>How we regulate financial services in Ireland. </p> <p><a href="/regulation" class="btn-reg">Regulation Overview</a></p><hr><ul><li><a href="/regulation/how-we-regulate/international-financial-sanctions/EU-restrictive-measures-relating-to-actions-in-Ukraine">Changes to the Russia/Ukraine Regulations</a></li><li><a href="/regulation/how-we-regulate/fitness-probity">Fitness and Probity</a></li><li><a href="/regulation/innovation-hub" title="Innovation Hub">Innovation Hub</a></li><li><a href="https://portal.centralbank.ie/" title="This link will open in a new tab or window" target="_blank" rel="noopener" data-sf-ec-immutable="">Log in to Central Bank Portal</a></li><li><a href="https://onlinereporting.cbfsai.ie/" target="_blank" title="This link will open in a new tab or window" rel="noopener" data-sf-ec-immutable="">Log in to Credit Union Auditor Reporting</a></li><li><a href="https://orion.centralbank.ie/" title="This link will open in a new tab or window" target="_blank" rel="noopener" data-sf-ec-immutable="">Log in to ORION</a></li><li><a href="http://registers.centralbank.ie/" title="This link will open in a new tab or window" target="_blank" rel="noopener" data-sf-ec-immutable="">Registers</a></li></ul> </div> <div class="col-sm-9 sub-menu "> <ul role="menu" aria-label="second level menu"> <li class=""> <a tabindex="0" href="/regulation" aria-haspopup="false">Regulation Overview</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Innovation-Hub</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/innovation-hub" aria-haspopup="false">Innovation-Hub Overview</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/engaging-with-the-innovation-hub" aria-haspopup="true">Engaging with the Innovation Hub</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/how-to-engage-with-the-innovation-hub" aria-haspopup="true">How to engage with the Innovation Hub</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/innovation-hub-engagement-form" aria-haspopup="true">Innovation Hub Engagement Form</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/innovation-sandbox-programme" aria-haspopup="true">Innovation Sandbox Programme</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/our-approach-to-innovation" aria-haspopup="true">Our approach to innovation</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/speeches-and-publications" aria-haspopup="true">Speeches and publications</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/eu-international-innovation-forums" aria-haspopup="true">EU/international innovation forums</a> </li> <li> <a tabindex="0" href="/regulation/innovation-hub/consultation-paper-on-innovation-engagement---cp156" aria-haspopup="true">Consultation Paper on Innovation Engagement - CP156</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Central Bank of Ireland Portal</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/central-bank-portal" aria-haspopup="false">Central Bank of Ireland Portal Overview</a> </li> <li> <a tabindex="0" href="/regulation/central-bank-portal/returns-guidance" aria-haspopup="true">Returns Guidance</a> </li> <li> <a tabindex="0" href="/regulation/central-bank-portal/help" aria-haspopup="true">Help</a> </li> <li> <a tabindex="0" href="/regulation/central-bank-portal/legal-information" aria-haspopup="true">Portal Legal Information</a> </li> <li> <a tabindex="0" href="/regulation/central-bank-portal/contact-us" aria-haspopup="true">Contact Us</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">How We Regulate</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/how-we-regulate" aria-haspopup="false">How We Regulate Overview</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/authorisation" aria-haspopup="true">Authorisation</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/fitness-probity" aria-haspopup="true">Fitness &amp; Probity</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/individual-accountability-framework" aria-haspopup="true">Individual Accountability Framework&#160;</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/brexit-faq" aria-haspopup="true">Brexit FAQ – Financial Services Firms</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/policy" aria-haspopup="true">Policy</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/supervision" aria-haspopup="true">Supervision</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/fees-levies" aria-haspopup="true">Fees &amp; Levies</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/regulatory-decisions-unit" aria-haspopup="true">Regulatory Decisions Unit</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/enforcement" aria-haspopup="true">Enforcement</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/resolution-framework" aria-haspopup="true">Resolution Framework</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/international-financial-sanctions" aria-haspopup="true">International Financial Sanctions</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/codes" aria-haspopup="true">Codes</a> </li> <li> <a tabindex="0" href="/regulation/how-we-regulate/diversity-and-inclusion-in-regulated-firms" aria-haspopup="true">Diversity and Inclusion in Regulated Firms</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Industry &amp; Market Sectors</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/industry-market-sectors" aria-haspopup="false">Industry &amp; Market Sectors Overview</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/brokers-retail-intermediaries" aria-haspopup="true">Brokers / Retail Intermediaries</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/bureaux-de-change" aria-haspopup="true">Bureaux de Change</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/client-assets" aria-haspopup="true">Client Assets / Investor Money</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/credit-institutions" aria-haspopup="true">Credit Institutions</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/credit-servicing-firms-credit-servicers" aria-haspopup="true">Credit Servicing Firms / Credit Servicers</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/credit-unions" aria-haspopup="true">Credit Unions</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/crowdfunding-service-providers" aria-haspopup="true"> Crowdfunding Service Providers</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/debt-management-firms" aria-haspopup="true">Debt Management Firms</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/electronic-money-institutions" aria-haspopup="true">Electronic Money Institutions</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/funds-service-providers" aria-haspopup="true">Funds Service Providers</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/funds" aria-haspopup="true">Funds</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/high-cost-credit-providers" aria-haspopup="true">High Cost Credit Providers</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/insurance-reinsurance" aria-haspopup="true">Insurance &amp; Reinsurance</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/investment-firms" aria-haspopup="true">Investment Firms</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/money-transmission-businesses" aria-haspopup="true">Money Transmission Businesses</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/payment-institutions" aria-haspopup="true">Payment Institutions</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/pepp-provider" aria-haspopup="true">PEPP Provider</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/retail-credit-home-reversion-firms" aria-haspopup="true">Retail Credit &amp; Home Reversion Firms</a> </li> <li> <a tabindex="0" href="/regulation/industry-market-sectors/securities-markets" aria-haspopup="true">Securities Markets</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Anti-Money Laundering and Countering the Financing of Terrorism</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism" aria-haspopup="false">Anti-Money Laundering and Countering the Financing of Terrorism Overview</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/legislation" aria-haspopup="true">Correspondence with Industry</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/eu-international" aria-haspopup="true">EU and International</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/events" aria-haspopup="true">Events</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/countering-the-financing-of-terrorism" aria-haspopup="true">Financial Sanctions and Terrorist Financing - additional obligations</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/registration---cheque-cashing-offices" aria-haspopup="true">Registration - Cheque Cashing Offices</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/schedule2-registration" aria-haspopup="true">Registration - Schedule 2 Firms</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/virtual-asset-service-providers" aria-haspopup="true">Virtual Asset Service Providers</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/regulatory-requirements-guidance" aria-haspopup="true">Regulation&#160;</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/guidance-on-risk" aria-haspopup="true">Risk and Guidance</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/risk-based-approach-to-aml-supervision" aria-haspopup="true">Supervision</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/tcsp-authorisation" aria-haspopup="true">TCSP Authorisation</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/beneficial-ownership-register" aria-haspopup="true">Beneficial Ownership Register</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/fund-transfer-regulations-notification-requirement-for-payment-service-providers" aria-haspopup="true">Fund Transfer Regulations Notification Requirement for Payment Service Providers</a> </li> <li> <a tabindex="0" href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism/ireland-safe-deposit-box-bank-and-payment-accounts-register-(isbar)" aria-haspopup="true">Ireland Safe Deposit Box Bank and Payment Accounts Register (ISBAR)</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Consumer Protection</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/consumer-protection" aria-haspopup="false">Consumer Protection Overview</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/compliance-monitoring" aria-haspopup="true">Compliance Monitoring</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/legislation" aria-haspopup="true">Legislation for Consumer Protection</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/advisory-groups" aria-haspopup="true">Advisory Groups</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/central-credit-register" aria-haspopup="true">Central Credit Register</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/consumer-protection-outlook-report" aria-haspopup="true">Consumer Protection Outlook Report</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/consumer-protection-codes-regulations" aria-haspopup="true">Consumer Protection Codes and Regulations</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/european-supervisory-authority-guidelines" aria-haspopup="true">European Supervisory Authority Guidelines</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/contact-us" aria-haspopup="true">Consumer Protection Directorate - Contact Us</a> </li> <li> <a tabindex="0" href="/regulation/consumer-protection/consumer-protection-research" aria-haspopup="true">Consumer Protection Research</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Markets Update</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/markets-update" aria-haspopup="false">Markets Update Overview</a> </li> <li> <a tabindex="0" href="/regulation/markets-update/iosco" aria-haspopup="true">IOSCO</a> </li> <li> <a tabindex="0" href="/regulation/markets-update/esma-guidelines-and-recommendations" aria-haspopup="true">ESMA Guidelines and Recommendations</a> </li> <li> <a tabindex="0" href="/regulation/markets-update/markets-update-archive" aria-haspopup="true">Markets Update Archive</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Protected Disclosures &amp; Whistleblowing</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/protected-disclosures-whistleblowing" aria-haspopup="false">Protected Disclosures &amp; Whistleblowing Overview</a> </li> <li> <a tabindex="0" href="/regulation/protected-disclosures-whistleblowing/2023-report-on-protected-disclosures" aria-haspopup="true">2023 Report on Protected Disclosures</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Markets in Crypto Assets Regulation (MiCAR)&#160;</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/markets-in-crypto-assets-regulation" aria-haspopup="false">Markets in Crypto Assets Regulation (MiCAR)&#160; Overview</a> </li> <li> <a tabindex="0" href="/regulation/markets-in-crypto-assets-regulation/micar---frequently-asked-questions" aria-haspopup="true">MiCAR - frequently asked questions</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Digital Operational Resilience Act (DORA)&#160;</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/digital-operational-resilience-act-(dora)" aria-haspopup="false">Digital Operational Resilience Act (DORA)&#160; Overview</a> </li> <li> <a tabindex="0" href="/regulation/digital-operational-resilience-act-(dora)/communications-and-publications" aria-haspopup="true">Communications and Publications</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Unauthorised Firms</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/unauthorised-firms" aria-haspopup="false">Unauthorised Firms Overview</a> </li> <li> <a tabindex="0" href="/regulation/unauthorised-firms/pages" aria-haspopup="true">Warnings- Unauthorised Firms button link</a> </li> </ul> </li> <li> <a tabindex="0" href="/regulation/enforcement" aria-haspopup="true">Enforcement</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">PSD2 </a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/regulation/psd2-overview" aria-haspopup="false">PSD2 Overview</a> </li> <li> <a tabindex="0" href="/regulation/psd2-overview/psd2" aria-haspopup="true">PSD2 - Reporting Requirements</a> </li> <li> <a tabindex="0" href="/regulation/psd2-overview/faq" aria-haspopup="true">PSD2 - Frequently Asked Questions</a> </li> </ul> </li> <li> <a tabindex="0" href="/regulation/central-securities-depository-regulation-(csdr)" aria-haspopup="true">Central Securities Depository Regulation (CSDR)</a> </li> <li> <a tabindex="0" href="/regulation/outsourcing-registers-submission-requirements" aria-haspopup="true">Outsourcing Registers</a> </li> <li> <a tabindex="0" href="/regulation/transforming-regulation-and-supervision" aria-haspopup="true">Transforming Regulation and Supervision</a> </li> </ul> </div> </div> <a href="#" class="close-megamenu">Close <span class="fa fa-times"></span></a> </div> </div> </li> <li> <a id="item-publication" class="" href="#" aria-haspopup="true"><span>Publications</span></a> <div class="grey-box"> <div class="container"> <div class="navbtn row hidden-sm hidden-md hidden-lg"> <div class="col-xs-4"> <a href="#" class="btn btn-dark-blue button-text-small"> <span class="glyphicon glyphicon-chevron-left"></span>Back </a> </div> <div class="col-xs-8"> <p class="title">ACS</p> </div> </div> <div class="row heading-bar"> <div class="col-sm-6">Publications</div> <div class="col-sm-6"></div> </div> <div class="row"> <div class="col-sm-3 first"> <p>What we publish on the economy and about ourselves.</p><p><a href="/publication" class="btn-reg">Publications Overview</a></p><p>A forum for research engagement.</p><p><a href="/research-exchange" class="btn-reg">Research Exchange</a></p><hr><ul><li><a href="/news-media/blog">Governor's Blog</a></li></ul> </div> <div class="col-sm-9 sub-menu "> <ul role="menu" aria-label="second level menu"> <li class=""> <a tabindex="0" href="/publication" aria-haspopup="false">Publications Overview</a> </li> <li> <a tabindex="0" href="/publication/behind-the-data" aria-haspopup="true">Behind the Data</a> </li> <li> <a tabindex="0" href="/publication/consultation-papers" aria-haspopup="true">Consultation Papers</a> </li> <li> <a tabindex="0" href="/publication/consumer-protection-research" aria-haspopup="true">Consumer Protection Research</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Correspondence</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/publication/correspondence" aria-haspopup="false">Correspondence Overview</a> </li> <li> <a tabindex="0" href="/publication/correspondence/oireachtas-correspondence" aria-haspopup="true">Oireachtas Correspondence</a> </li> <li> <a tabindex="0" href="/publication/correspondence/department-of-finance-correspondence" aria-haspopup="true">Department of Finance Correspondence</a> </li> <li> <a tabindex="0" href="/publication/correspondence/general-correspondence" aria-haspopup="true">General Correspondence</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Corporate Reports</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/publication/corporate-reports" aria-haspopup="false">Corporate Reports Overview</a> </li> <li> <a tabindex="0" href="/publication/corporate-reports/strategic-plan" aria-haspopup="true">Our Strategy&#160;</a> </li> <li> <a tabindex="0" href="/publication/corporate-reports/annual-reports" aria-haspopup="true">Annual Reports Archive</a> </li> <li> <a tabindex="0" href="/publication/corporate-reports/annual-performance-statement" aria-haspopup="true">Annual Performance Statements Archive</a> </li> <li> <a tabindex="0" href="/publication/corporate-reports/central-bank-annual-report-and-annual-performance-statement-2023" aria-haspopup="true">Central Bank Annual Report and Annual Performance Statement 2023</a> </li> </ul> </li> <li> <a tabindex="0" href="/publication/discussion-papers" aria-haspopup="true">Discussion Papers</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Financial Stability Review </a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/publication/financial-stability-review" aria-haspopup="false">Financial Stability Review Overview</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2024-i" aria-haspopup="true">Financial Stability Review 2024 I</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2023-ii" aria-haspopup="true">Financial Stability Review 2023 II</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2023-i" aria-haspopup="true">Financial Stability Review 2023 I</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2022-ii" aria-haspopup="true">Financial Stability Review 2022 II</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2022-i" aria-haspopup="true">Financial Stability Review 2022 I</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2021-ii" aria-haspopup="true">Financial Stability Review 2021 II</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2021-i" aria-haspopup="true">Financial Stability Review 2021 I</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2020-ii" aria-haspopup="true">Financial Stability Review 2020 II</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2020-i" aria-haspopup="true">Financial Stability Review 2020 I</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2019-ii" aria-haspopup="true">Financial Stability Review 2019 II</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-2019-i" aria-haspopup="true">Financial Stability Review 2019 I</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/financial-stability-review-list" aria-haspopup="true">Financial Stability Review Archive</a> </li> <li> <a tabindex="0" href="/publication/financial-stability-review/macro-financial-reviews" aria-haspopup="true">Macro Financial Reviews</a> </li> </ul> </li> <li> <a tabindex="0" href="/publication/financial-measures-programme" aria-haspopup="true">Financial Measures Programme</a> </li> <li> <a tabindex="0" href="/publication/household-credit-market-report" aria-haspopup="true">Household Credit Market Report&#160;</a> </li> <li> <a tabindex="0" href="/publication/insurance-compensation-fund" aria-haspopup="true">Insurance Compensation Fund </a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Quarterly Bulletins</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/publication/quarterly-bulletins" aria-haspopup="false">Quarterly Bulletins Overview</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/signed-articles" aria-haspopup="true">Quarterly Bulletin Signed Articles</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletins-list" aria-haspopup="true">Quarterly Bulletins Archive</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q3-2024" aria-haspopup="true">Quarterly Bulletin Q3 2024</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q2-2024" aria-haspopup="true">Quarterly Bulletin Q2 2024</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q1-2024" aria-haspopup="true">Quarterly Bulletin Q1 2024</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q4-2023" aria-haspopup="true">Quarterly Bulletin Q4 2023</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q3-2023" aria-haspopup="true">Quarterly Bulletin Q3 2023</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q2-2023" aria-haspopup="true">Quarterly Bulletin Q2 2023</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q1-2023" aria-haspopup="true">Quarterly Bulletin Q1 2023</a> </li> <li> <a tabindex="0" href="/publication/quarterly-bulletins/quarterly-bulletin-q4-2022" aria-haspopup="true">Quarterly Bulletin Q4 2022</a> </li> </ul> </li> <li> <a tabindex="0" href="/publication/sme-market-reports" aria-haspopup="true">SME Market Reports&#160;</a> </li> <li> <a tabindex="0" href="/publication/systemic-risk-pack" aria-haspopup="true">Systemic Risk Pack</a> </li> <li> <a tabindex="0" href="/publication/regulatory---supervisory-outlook-report" aria-haspopup="true">Regulatory &amp; Supervisory Outlook Report</a> </li> </ul> </div> </div> <a href="#" class="close-megamenu">Close <span class="fa fa-times"></span></a> </div> </div> </li> <li> <a id="item-statistics" class="" href="#" aria-haspopup="true"><span>Statistics</span></a> <div class="grey-box"> <div class="container"> <div class="navbtn row hidden-sm hidden-md hidden-lg"> <div class="col-xs-4"> <a href="#" class="btn btn-dark-blue button-text-small"> <span class="glyphicon glyphicon-chevron-left"></span>Back </a> </div> <div class="col-xs-8"> <p class="title">ACS</p> </div> </div> <div class="row heading-bar"> <div class="col-sm-6">Statistics</div> <div class="col-sm-6"></div> </div> <div class="row"> <div class="col-sm-3 first"> <hr> </div> <div class="col-sm-9 sub-menu "> <ul role="menu" aria-label="second level menu"> <li class=""> <a tabindex="0" href="/statistics" aria-haspopup="false">Statistics Overview</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Statistical Publications</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/statistics/statistical-publications" aria-haspopup="false">Statistical Publications Overview</a> </li> <li> <a tabindex="0" href="/statistics/statistical-publications/behind-the-data" aria-haspopup="true">Behind the Data</a> </li> </ul> </li> <li> <a tabindex="0" href="/statistics/release-calendar" aria-haspopup="true">Statistical Tables Publication Calendar</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Data &amp; Analysis</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/statistics/data-and-analysis" aria-haspopup="false">Data &amp; Analysis Overview</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/credit-and-banking-statistics" aria-haspopup="true">Credit and Banking Statistics</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/monthly-card-payment-statistics" aria-haspopup="true">Monthly Card Payment Statistics</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/bis-triennial-derivatives-survey" aria-haspopup="true">BIS Triennial Derivatives Survey</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/other-financial-sector-statistics" aria-haspopup="true">Non-Bank Financial Sector Statistics</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/financial-accounts" aria-haspopup="true">Quarterly Financial Accounts</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/securities-statistics" aria-haspopup="true">Securities Statistics</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/competitiveness-reserves-and-national-debt" aria-haspopup="true">Competitiveness, Reserves and National Debt</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/euro-area-statistics" aria-haspopup="true">Euro Area Statistics</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/insurance-corporations-statistics" aria-haspopup="true">Insurance Corporations Statistics</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/payments-services-statistics" aria-haspopup="true">Payment Statistics</a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/pension-fund-statistics" aria-haspopup="true">Pension Fund Statistics </a> </li> <li> <a tabindex="0" href="/statistics/data-and-analysis/national-claims-information-database" aria-haspopup="true">National Claims Information Database</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Statistical Reporting Requirements</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/statistics/statistical-reporting-requirements" aria-haspopup="false">Statistical Reporting Requirements Overview</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/schedule-of-dates" aria-haspopup="true">Schedule of Dates</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/credit-institutions" aria-haspopup="true">Credit Institutions</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/targeted-longer-term-refinancing-operations-(tltros)" aria-haspopup="true">Targeted Longer-Term Refinancing Operations (TLTROs)</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/financial-vehicle-corporations" aria-haspopup="true">Financial Vehicle Corporations</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/securities-reporting-custodians" aria-haspopup="true">Securities Reporting Custodians</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/fund-administrators" aria-haspopup="true">Fund Administrators</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/insurance-corporations" aria-haspopup="true">Insurance Corporations</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/special-purpose-vehicles" aria-haspopup="true">Special Purpose Vehicles</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/classification-of-entities-by-institutional-sector" aria-haspopup="true">Classification of Entities by Institutional Sector</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/payment-service-providers" aria-haspopup="true">Payment Service Providers</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/anacredit-in-ireland" aria-haspopup="true">AnaCredit in Ireland</a> </li> <li> <a tabindex="0" href="/statistics/statistical-reporting-requirements/pension-funds" aria-haspopup="true">Pension Funds</a> </li> </ul> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Exchange Rates and Interest Rates</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/statistics/interest-rates-exchange-rates" aria-haspopup="false">Exchange Rates and Interest Rates Overview</a> </li> <li> <a tabindex="0" href="/statistics/interest-rates-exchange-rates/exchange-rates" aria-haspopup="true">Exchange Rates</a> </li> <li> <a tabindex="0" href="/statistics/interest-rates-exchange-rates/ecb-interest-rates" aria-haspopup="true">ECB Interest Rates</a> </li> </ul> </li> <li> <a tabindex="0" href="/statistics/contact-us" aria-haspopup="true">Contact Us</a> </li> <li> <a tabindex="0" href="/statistics/open-data-portal" aria-haspopup="true">Open Data Portal</a> </li> </ul> </div> </div> <a href="#" class="close-megamenu">Close <span class="fa fa-times"></span></a> </div> </div> </li> <li> <a id="item-consumer-hub" class="" href="#" aria-haspopup="true"><span>Consumer Hub</span></a> <div class="grey-box"> <div class="container"> <div class="navbtn row hidden-sm hidden-md hidden-lg"> <div class="col-xs-4"> <a href="#" class="btn btn-dark-blue button-text-small"> <span class="glyphicon glyphicon-chevron-left"></span>Back </a> </div> <div class="col-xs-8"> <p class="title">ACS</p> </div> </div> <div class="row heading-bar"> <div class="col-sm-6">Consumer Hub</div> <div class="col-sm-6"></div> </div> <div class="row"> <div class="col-sm-3 first"> <p>Our work in protecting you.</p> <p><a href="/consumer-hub" class="btn-reg">Consumer Hub Overview</a></p><hr><ul><li><a href="/consumer-hub/explainers/how-can-i-avoid-a-financial-services-scam">Avoiding Financial Scams</a></li><li><a href="http://registers.centralbank.ie/" title="This link will open in a new tab or window" target="_blank" rel="noopener" data-sf-ec-immutable="">Check if a firm is regulated</a></li><li><a href="/regulation/how-we-regulate/authorisation/unauthorised-firms/search-unauthorised-firms">See a list of unauthorised firms</a></li><li><a href="/consumer-hub/explainers/how-do-i-complain-about-a-financial-services-firm">Complain about a financial services firm</a></li></ul> </div> <div class="col-sm-9 sub-menu "> <ul role="menu" aria-label="second level menu"> <li class=""> <a tabindex="0" href="/consumer-hub" aria-haspopup="false">Consumer Hub Overview</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Explainers</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/consumer-hub/explainers" aria-haspopup="false">Explainers Overview</a> </li> <li> <a tabindex="0" href="/consumer-hub/explainers/animated-explainer-series" aria-haspopup="true">Animated Explainer Series</a> </li> </ul> </li> <li> <a tabindex="0" href="/consumer-hub/buying-insurance" aria-haspopup="true">Buying insurance</a> </li> <li> <a tabindex="0" href="/consumer-hub/saving-your-money" aria-haspopup="true">Saving your money</a> </li> <li> <a tabindex="0" href="/consumer-hub/investing-your-money-consumer-faq" aria-haspopup="true">Investing your money</a> </li> <li> <a tabindex="0" href="/consumer-hub/short-term-credit" aria-haspopup="true">Short-term credit&#160;</a> </li> <li> <a tabindex="0" href="/consumer-hub/mortgages-and-financial-difficulty" aria-haspopup="true">Mortgages and Financial Difficulty</a> </li> <li> <a tabindex="0" href="/consumer-hub/crypto-consumer-information" aria-haspopup="true">Crypto</a> </li> <li> <a tabindex="0" href="/consumer-hub/scams" aria-haspopup="true">Scams</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Banknotes and Coins</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/consumer-hub/notes-and-coins" aria-haspopup="false">Banknotes and Coins Overview</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/collector-coins" aria-haspopup="true">Collector Coins</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/exchange-old-or-damaged-money" aria-haspopup="true">Replace Old or Damaged Money</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/euro-banknotes" aria-haspopup="true">Euro Banknotes</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/euro-coins" aria-haspopup="true">Euro Coins</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/eurosystem-cash-strategy" aria-haspopup="true">Eurosystem Cash Strategy</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/historical-banknotes" aria-haspopup="true">Old Irish Banknotes</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/irish-coin" aria-haspopup="true">Old Irish Coins</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/suspect-counterfeits" aria-haspopup="true">Suspect Counterfeits</a> </li> <li> <a tabindex="0" href="/consumer-hub/notes-and-coins/faqs" aria-haspopup="true">Banknotes &amp; Coins FAQs</a> </li> </ul> </li> <li> <a tabindex="0" href="/consumer-hub/unauthorised-firms" aria-haspopup="true">Unauthorised Firms</a> </li> <li> <a tabindex="0" href="/consumer-hub/deposit-guarantee-scheme" aria-haspopup="true">Deposit Guarantee Scheme</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Mortgage Measures</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/consumer-hub/mortgage-measures" aria-haspopup="false">Mortgage Measures Overview</a> </li> <li> <a tabindex="0" href="/consumer-hub/mortgage-measures/mortgage-measures---faq" aria-haspopup="true">Mortgage Measures - FAQ</a> </li> </ul> </li> <li> <a tabindex="0" href="/consumer-hub/consumer-guides" aria-haspopup="true">Consumer Guides and Surveys</a> </li> <li> <a tabindex="0" href="/consumer-hub/central-credit-register" aria-haspopup="true">Central Credit Register</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Warnings and Alerts</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/consumer-hub/consumer-notices" aria-haspopup="false">Warnings and Alerts Overview</a> </li> <li> <a tabindex="0" href="/consumer-hub/consumer-notices/notice-on-phishing-email" aria-haspopup="true">Notice on Phishing Email</a> </li> </ul> </li> <li> <a tabindex="0" href="/consumer-hub/rounding" aria-haspopup="true">Rounding</a> </li> <li class="sub"> <a tabindex="0" href="#" aria-haspopup="true">Tracker Mortgage Examination</a> <ul role="menu" aria-label="third level menu"> <li class=""> <a tabindex="0" href="/consumer-hub/tracker-mortgage-examination" aria-haspopup="false">Tracker Mortgage Examination Overview</a> </li> <li> <a tabindex="0" href="/consumer-hub/tracker-mortgage-examination/aib-ebs-tracker-cases-settled" aria-haspopup="true">AIB/EBS Tracker Cases Settled</a> </li> </ul> </li> <li> <a tabindex="0" href="/consumer-hub/irish-government-bonds" aria-haspopup="true">Irish Government Bonds and Treasury Bills</a> </li> <li> <a tabindex="0" href="/consumer-hub/word-on-the-street" aria-haspopup="true">Word on the Street</a> </li> <li> <a tabindex="0" href="/consumer-hub/contacts-and-complaints" aria-haspopup="true">Contacts and Complaints</a> </li> <li> <a tabindex="0" href="/consumer-hub/using-a-financial-broker" aria-haspopup="true">Using a financial broker</a> </li> </ul> </div> </div> <a href="#" class="close-megamenu">Close <span class="fa fa-times"></span></a> </div> </div> </li> </ul> <div id="tnsMobile" class="hidden-md hidden-sm hidden-lg"></div> </nav> </div> </div> </header> <main> <div class="breadcrumbs"> <nav aria-label="Breadcrumb" class="container"> <ol> <li><a href="/">Home </a></li> <li class="active">Data Protection Privacy Notices</li> </ol> </nav> </div> <div class="container standard-content"> <div class="sf_cols row"> <div class="col-sm-8 main-content"> <article id="MainContentPlaceholder_T225F410C003_Col00" class="sf_colsIn" data-placeholder-label="Main Content"><h1>Data Protection Privacy Notice</h1> <div class="news-tags"><span>Last updated: 12 November 2024</span></div> <div class="news-tags">This data protection notice provides information about the ways in which the Central Bank collects and processes personal data. For the purposes of data protection legislation, the data controller of your personal data is the Central Bank of Ireland, New Wapping Street, North Wall Quay, Dublin 1.</div> <p>This notice applies to all personal data collected by the Central Bank in connection with the performance of its statutory functions and related purposes as outlined below. The Central Bank can receive the personal information directly from individuals or indirectly from another party (such as a regulated financial service provider). Supplementary data protection notices, which should be read in conjunction with this one, are included on:</p> <ul> <li><a href="https://www.centralcreditregister.ie/borrower-area/data-protection-statement/" title="This link will open in a new window" target="_blank">The Central Credit Register website</a></li> <li><a href="https://www.collectorcoins.ie/privacy-notice-cookies/en/page/3533/" title="This link will open in a new window" target="_blank">The Collector Coin website</a></li> <li><a href="https://www.depositguarantee.ie/privacy-statement" title="This link will open in a new window" target="_blank">The Deposit Guarantee Scheme website</a>.</li> </ul> <p>These notices provide information relating to the processing of personal data by the Central Credit Register and the use of personal data provided to the Central Bank in connection with the purchase of collector coins and the deposit guarantee scheme respectively. </p> <h2>Collection and use of Personal Data to Perform Statutory Functions</h2> <p>As a central bank and financial services regulator, the Central Bank processes personal data to perform its functions under the EU Treaties, the ESCB Statute, the Central Bank Acts 1942 to 2015 and other provisions of financial services legislation. These functions include:</p> <ul> <li>Monetary policy and financial stability-related functions </li> <li>Collection of information for analysis or statistical purposes </li> <li>Resolution of regulated financial service providers</li> <li>Operation of deposit guarantee schemes or other compensation or customer protection schemes</li> <li>Protection of the best interests of consumers of financial services and regulation of financial service providers and markets</li> <li>Operation of the Central Credit Register</li> <li> <p>Operation of the Beneficial Ownership Register for Certain Financial Vehicles.</p> </li> <li>Operation of Ireland&rsquo;s Safe Deposit Box, Bank and Payment Accounts Register</li> </ul> <p>The types of personal data processed by the Central Bank in order to perform its statutory functions are described in further detail below.</p> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Fitness-and-Probity-Applicants-a3e094fa-18b7-4fdb-a1a9-1dd0cf80ca99"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Fitness-and-Probity-Applicants-a3e094fa-18b7-4fdb-a1a9-1dd0cf80ca99" aria-expanded="false" aria-controls="Fitness-and-Probity-Applicants-a3e094fa-18b7-4fdb-a1a9-1dd0cf80ca99"> <strong class="gtm-expanding">Fitness and Probity Applicants</strong> </a> </div> </div> <div id="Fitness-and-Probity-Applicants-a3e094fa-18b7-4fdb-a1a9-1dd0cf80ca99" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Fitness-and-Probity-Applicants-a3e094fa-18b7-4fdb-a1a9-1dd0cf80ca99" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>Individuals applying to the Central Bank for approval to perform a pre-approval controlled function (PCF) within a regulated financial service provider are required to submit an Individual Questionnaire (IQ) to the Central Bank. Completion of the IQ requires submission of personal data to the Central Bank, including the following: </p> <ul> <li>Name, address, contact details and passport number</li> <li>Details of professional experience and educational qualifications</li> <li>Information relating to criminal convictions and disciplinary proceedings</li> <li>Details of applicants&rsquo; shareholdings and business interests</li> <li>Details of applicants&rsquo; directorships and other senior positions. </li> </ul> <p>The Central Bank processes this information and any other information relating to PCF role holders/applicants to perform its fitness and probity functions under Part 3 of the Central Bank Reform Act 2010 and, in particular, to assess the suitability of the applicant to perform the PCF role. If a PCF applicant does not provide the required information, the Central Bank will not be able to assess his or her application. Per the Central Bank (Supervision and Enforcement) Act 2013 the Central Bank has the power to gather other relevant personal data, where it is deemed necessary and proportionate to do so. </p> <p>The Central Bank retain fitness and probity-related information for 15 years after the individual in question has vacated a PCF role.</p> <p>The European Central Bank (ECB) is responsible for assessing the fitness and probity of the management board of, and key function holders with, significant credit institutions, as well as the management board of all credit institutions applying for authorisation. The Central Bank transmits such applications onwards to the ECB for assessment in accordance with Council Regulation (EU) No&nbsp;1024/2013 (the SSM Regulation).</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Individuals-Connected-to-Financial-Service-Providers-Including-Staff-Members-Shareholders-and-Customers-cdd08fce-ac1c-449c-8c8e-58a2d0f0f79c"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Individuals-Connected-to-Financial-Service-Providers-Including-Staff-Members-Shareholders-and-Customers-cdd08fce-ac1c-449c-8c8e-58a2d0f0f79c" aria-expanded="false" aria-controls="Individuals-Connected-to-Financial-Service-Providers-Including-Staff-Members-Shareholders-and-Customers-cdd08fce-ac1c-449c-8c8e-58a2d0f0f79c"> <strong class="gtm-expanding">Individuals Connected to Financial Service Providers (Including Staff Members, Shareholders and Customers)</strong> </a> </div> </div> <div id="Individuals-Connected-to-Financial-Service-Providers-Including-Staff-Members-Shareholders-and-Customers-cdd08fce-ac1c-449c-8c8e-58a2d0f0f79c" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Individuals-Connected-to-Financial-Service-Providers-Including-Staff-Members-Shareholders-and-Customers-cdd08fce-ac1c-449c-8c8e-58a2d0f0f79c" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>The Central Bank processes personal data of individuals such as staff members, shareholders and customers of financial service providers in connection with its regulation of financial service providers and markets. Where necessary and proportionate this may include special category and/or criminal data. We process such personal data for numerous reasons, including the authorisation and ongoing supervision of regulated financial service providers, the regulation of financial markets and the investigation of the activities of unauthorised providers of financial services. </p> <p>Individuals such as proposed acquirers of qualifying holdings in authorised entities or persons discharging managerial responsibilities (PDMRs) within an issuer are also obliged to provide certain personal data to the Central Bank under statute. Staff members of regulated financial service providers may also provide limited personal data to the Central Bank in connection with the submission of regulatory returns or other information on behalf of their employer e.g. for the purpose of uploading documents to the Central Bank&rsquo;s Online Reporting System (ONR). </p> <p>The Central Bank may also process personal data relating to controlled function (CF) role holders for purposes related to the supervision of the regulated financial service providers by which those CF role-holders are employed. </p> <p>The Central Bank retains such data for as long as needed for the specific supervisory purposes for which it is collected. On request, we can provide information relating to the retention period for specific personal data.</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Beneficial-Owners-of-Certain-Financial-Vehicles-CFV-3141da36-d070-4183-9782-57654d4a5d3d"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Beneficial-Owners-of-Certain-Financial-Vehicles-CFV-3141da36-d070-4183-9782-57654d4a5d3d" aria-expanded="false" aria-controls="Beneficial-Owners-of-Certain-Financial-Vehicles-CFV-3141da36-d070-4183-9782-57654d4a5d3d"> <strong class="gtm-expanding">Beneficial Owners of Certain Financial Vehicles (CFV)</strong> </a> </div> </div> <div id="Beneficial-Owners-of-Certain-Financial-Vehicles-CFV-3141da36-d070-4183-9782-57654d4a5d3d" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Beneficial-Owners-of-Certain-Financial-Vehicles-CFV-3141da36-d070-4183-9782-57654d4a5d3d" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>Pursuant to&nbsp;<a href="https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32015L0849" target="_blank" title="This link will open in a new tab or window">Article 30(3) of 4AMLD</a>&nbsp;(as amended by 5AMLD), which requires that the beneficial ownership of certain financial vehicles (CFV) are held on a central register in each Member State, the Central Bank processes personal data on any natural person(s) who are beneficial owners of&nbsp; Irish Collective Asset-Management Vehicles (ICAV),&nbsp; Unit Trusts, Credit Unions, Investment Limited Partnerships and Common Contractual Funds.</p> <p>The purpose of the Beneficial Ownership Register is to deter Money Laundering and Terrorist Financing and to identify those that seek to hide their ownership and control of corporate or legal entities by ensuring that the ultimate owners/controllers of CFV are identified and that this information is readily accessible to law enforcement, regulators and obliged entities.</p> <p>CFV are obliged to submit personal information and information on the nature and extent of the beneficial interest held or control exercised by each beneficial owner. Personal information includes:</p> <ol start="1"> <li>Forename and surname</li> <li>Date of birth</li> <li>Current residential address including country of residence</li> <li>Nationality</li> </ol> <p>This information is stored securely in the Beneficial Ownership Register and is released only when a request for beneficial ownership information is made to the Beneficial Ownership Register.</p> <p>In addition, and solely for the purpose of verification of the above information, Regulation 21 of SI 110 of 2019 and Sections 52 and 63 of the Investment Limited Partnership (Amendment) Act 2020 (the 2020 Act) obliges CFV to provide a PPS number (or CBI Reference Number for non-PPS number holders) to facilitate the Central Bank verifying the Forename, Surname and Date of Birth of each beneficial owner.</p> <p>The mechanism to verify this information is to check the PPS number, Forename, Surname and Date of Birth of the beneficial owner against the Department of Social Protection (DSP) database of PPS numbers. To do so the Central Bank shares the PPS number, the forename, surname and DOB of the beneficial owner to the DSP via electronic and secure means.&nbsp; The Central Bank has entered into a data sharing agreement with the DSP for the purposes of governing and monitoring this arrangement.</p> <p>Where a beneficial owner(s) has/have not been assigned an Irish PPS number, but the individual(s) has/have been previously obtained a CBI reference number from the Central Bank, the corresponding CBI Reference Number obtained may be provided for this purpose.</p> <p>In the case of beneficial owners who have not been assigned a PPS number, nor a CBI Reference Number, a Declaration as to Verification of Identity must be provided to the Central Bank in order for the Central Bank to provide the beneficial owner with a CBI Reference Number.</p> <p>Personal information collected as part of this process includes:</p> <ol start="1"> <li>Forename and Surname</li> <li>Date of Birth</li> <li>Nationality</li> <li>Current Residential Address</li> <li>Email</li> </ol> <p>The mechanism to verify this information is to check the CBI Reference number, Forename, Surname and Date of Birth of the beneficial owner against other personal data collected by the Central Bank of Ireland in the course of performing its statutory functions and described elsewhere in the Data Privacy Statement.</p> <p>Regulations 24 and 25 of SI 110 of 2019 and Sections 55, 56 and 63 of the 2020 Act provide for two types of access to the beneficial ownership information in the Beneficial Ownership Register &ndash; &ldquo;unrestricted&rdquo; and &ldquo;restricted&rdquo; access.</p> <p>Only certain information contained in the Beneficial Ownership Register is available to members of the public who can demonstrate a legitimate interest in requiring access to the information and designated persons in accordance with Regulation 25 of SI 110 of 2019 (as amended by S.I. 308 of 2023), and Sections 56 and 63 of the 2020 Act. The Central Bank will retain records in relation to each decision made by the Registrar in respect of permitting or refusing access to information held on the Central Register for a period of 5 years from the date of the record&rsquo;s creation.</p> <p>A designated person is defined in Section 25 of the Criminal Justice (Money Laundering and Terrorism Financing) Act 2010, as amended by the Criminal Justice (Money Laundering and Terrorist Financing) (Amendment) Act 2018. They include financial institutions, accountants, auditors, tax advisers, legal professionals, and dealers in expensive goods (such as houses, cars, jewellery, etc.). Designated persons are required to conduct background information checks on individuals or entities they enter into a financial transaction or a business relationship with under Anti-Money laundering legislation. S.I. 110 of 2019 and the 2020 Act requires, inter alia, that when a designated person enters into an occasional transaction with a CFV, the CFV shall provide certain beneficial ownership information to the designated person and the designated person may access beneficial ownership information in the Beneficial Ownership Register.</p> <p>This information is &lsquo;restricted&rsquo; or limited to:</p> <ul> <li>The name of the CFV</li> <li>Beneficial Owner(s) - Name; Nationality; Country of Residence; Month and Year of Birth; Nature of Beneficial Ownership held</li> </ul> <p>Where the beneficial owner is a minor (i.e. under 18 years of age) their details are exempt in normal course from access by designated persons and individuals who can demonstrate a legitimate interest. In accordance with Regulation 25(5) of SI 110 of 2019 (as amended by S.I. 308 of 2023), access may be provided where a summary of the grounds on which the requestor believes that the information be disclosed to him or her, is provided to the Registrar. The Registrar in their role can decide to disclose the information or not based on these grounds.</p> <p>All information (&lsquo;unrestricted&rsquo; information) in the Beneficial Ownership Register is available to certain competent authorities, including information in respect of minors. The competent authorities include:</p> <ul> <li>an&nbsp;<a href="https://www.garda.ie/en/" target="_blank" title="This link will open in a new tab or window">Garda S&iacute;och&aacute;na</a></li> <li>the Financial Intelligence Unit (FIU) Ireland</li> <li>the&nbsp;<a href="https://www.revenue.ie/en/Home.aspx" target="_blank" title="This link will open in a new tab or window">Revenue Commissioners</a></li> <li>the&nbsp;<a href="http://www.cab.ie/" target="_blank" title="This link will open in a new tab or window">Criminal Assets Bureau&nbsp;</a>(CAB)</li> <li>the&nbsp;<a href="https://www.centralbank.ie/" target="_blank" title="Central Bank of Ireland">Central Bank of Ireland</a></li> <li>the&nbsp;<a href="http://www.justice.ie/" target="_blank" title="This link will open in a new tab or window">Department of Justice &amp; Equality</a></li> <li>the&nbsp;<a href="http://www.psr.ie/" target="_blank" title="This link will open in a new tab or window">Property Services Regulatory Authority</a>&nbsp;(PSRA)</li> <li>the&nbsp;<a href="https://www.lawsociety.ie/" target="_blank" title="This link will open in a new tab or window">Law Society of Ireland</a></li> <li>the&nbsp;<a href="https://www.lawlibrary.ie/Home.aspx" target="_blank" title="This link will open in a new tab or window">General Council of the Bar of Ireland&nbsp;</a></li> <li>a designated accountancy body (within the meaning of Part 4 of the Criminal Justice (Money Laundering &amp; Terrorist Financing) Act 2010&nbsp;<em>and</em></li> <li>an inspector appointed by the Director of Corporate Enforcement under&nbsp;<a href="http://www.irishstatutebook.ie/eli/2014/act/38/section/764/enacted/en/html#sec764" target="_blank" title="This link will open in a new tab or window">section 764</a>(1) of the&nbsp;<a href="http://www.irishstatutebook.ie/eli/2014/act/38/enacted/en/print" target="_blank" title="This link will open in a new tab or window">Companies Act 2014</a>.</li> </ul> <p>Competent authorities may disclose the information in the Beneficial Ownership Register to any corresponding competent authority of another Member State when requested by the corresponding competent authority.</p> <p>PPS numbers or CBI Reference numbers are not provided to the individuals who can demonstrate a legitimate interest, designated persons or competent authorities. The purpose of their collection is solely as an information verification mechanism. Once the identity of the beneficial owner has been verified, the PPSN will be retained securely in an irreversible hashed format and the original submitted PPSN will be deleted within 24 hours of being received.</p> <p>CFV also provide limited personal data to the Beneficial Ownership Register in connection with the person submitting information to the Beneficial Ownership Register on behalf of the CFV.</p> <p>The Central Bank is obliged by Article 30(4) 4AMLD (as amended by 5AMLD), to &ldquo;ensure that the information held in the central register is adequate, accurate and current&rdquo;. The Central Bank will delete from the Beneficial Ownership Register information held in relation to a CFV when ten years elapse from the date of dissolution of that CFV, should such dissolution occur.</p> <p>The Central Bank will retain all records in relation to information obtained through the declaration of verification of identity process for a period of 15 years from when the individual has ceased being a beneficial owner of a CFV(s).</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Parties-to-Safe-Deposit-Boxes-Bank-and-Payment-Accounts-ad95d691-9ee9-46ae-acfc-729623a91394"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Parties-to-Safe-Deposit-Boxes-Bank-and-Payment-Accounts-ad95d691-9ee9-46ae-acfc-729623a91394" aria-expanded="false" aria-controls="Parties-to-Safe-Deposit-Boxes-Bank-and-Payment-Accounts-ad95d691-9ee9-46ae-acfc-729623a91394"> <strong class="gtm-expanding">Parties to Safe Deposit Boxes, Bank and Payment Accounts</strong> </a> </div> </div> <div id="Parties-to-Safe-Deposit-Boxes-Bank-and-Payment-Accounts-ad95d691-9ee9-46ae-acfc-729623a91394" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Parties-to-Safe-Deposit-Boxes-Bank-and-Payment-Accounts-ad95d691-9ee9-46ae-acfc-729623a91394" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>Article 32(A) of 5AMLD, requires the identification of natural or legal persons holding or controlling payment accounts and bank accounts identified by an International Bank Account Number (IBAN), and safe-deposit boxes held by credit institutions in each Member State.</p> <p>The primary purpose is to deter Money Laundering and Terrorist Financing and to identify those that seek to hide their ownership and control of payment accounts and bank accounts identified by an IBAN, and safe-deposit boxes held by credit institutions, and that this information is readily accessible to law enforcement.</p> <p>The European Union (Anti-Money Laundering: Central Mechanism for Information on Safe-Deposit Boxes and Bank and Payment Accounts) Regulations 2022 (S.I. 46 of 2022) assigns responsibility to the Central Bank to establish and maintain a central database of IBANs, and safe-deposit boxes information for Ireland, and a central mechanism to enable this information to be accessed. Amendments to S.I. 46 of 2022 have been published under S.I. No. 445/2022 - European Union (Anti - Money Laundering: Central Mechanism for Information on Safe - Deposit Boxes and Bank and Payment Accounts) (Amendment) Regulations 2022.</p> <p>In carrying out this responsibility, the Central Bank processes personal data on any natural person(s) party to a safe deposit box, bank or payment account, held&nbsp;on or after 3 February 2022,in the context of Ireland Safe Deposit Box, Bank and Payment Accounts Register (ISBAR). This may include natural person(s) under 18 years of age.</p> <p>Personal information collected and processed is as follows:</p> <p><strong>Bank or Payment Account &ndash; Customer Account Holder / Person Purporting to Act on Behalf of Customer Account Holder / Beneficial Owner</strong></p> <ol start="1"> <li>Forename and Surname</li> <li>Date of Birth</li> <li>Address (including Eircode if known)</li> </ol> <p><strong>Safe Deposit Box - Lessee</strong></p> <ol start="1"> <li>Forename and Surname</li> <li>Date of Birth</li> <li>Address (including Eircode if known)</li> </ol> <p>The European Union (Anti-Money Laundering: Central Mechanism for Information on Safe-Deposit Boxes and Bank and Payment Accounts) Regulations 2022 (S.I. 46 of 2022) permits access to information held on ISBAR, through the central mechanism, by the Financial Intelligence Unit (FIU) Ireland. </p> <p>In December 2022, the European Union (Access to Anti - Money Laundering Information by Tax Authorities) (Amendment) Regulations 2022 (S.I. 704 of 2022) extended ISBAR access, through the central mechanism, to the Revenue Commissioners pursuant to the framework of administrative cooperation in the field of taxation between Member States.</p> <p>In February 2023, the European Union (Money Laundering and Terrorist Financing) (Use of Financial and Other Information) Regulations 2023 (S.I. 22 of 2023), extended ISBAR access, through the central mechanism in a direct and immediate manner, to appropriately authorised individuals in An Garda S&iacute;och&aacute;na and the Criminal Assets Bureau (CAB) respectively who are engaged in the prevention, detection, investigation or prosecution of certain serious criminal offences or engaged in supporting same. This includes the identification, tracing and freezing of assets related to such investigations.&nbsp; In advance of accessing the ISBAR for the first time, the Central Bank will enter into a data sharing agreement with each of the aforementioned bodies for the purposes of governing and monitoring the arrangements in place for accessing information on the ISBAR. </p> <p>The Central Bank is data controller of the personal information held on the ISBAR central database and on the ISBAR central mechanism.</p> <p>Credit institutions are obliged to provide an initial upload of all IBAN and safe deposit box records, and thereafter to update records on a weekly basis. Where a record is updated on an ongoing basis, the original information provided is not retained on ISBAR, but is overwritten by each update to that record which is reported. Information is retained on the ISBAR central database for five years after the date of bank/payment account closes or, in the case of a safe-deposit box, the date on which the lease concerned expires.</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Individuals-Directly-or-Indirectly-Connected-to-an-Enforcement-Investigation--226ca86b-d8e9-49a7-824e-5b53f587167f"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Individuals-Directly-or-Indirectly-Connected-to-an-Enforcement-Investigation--226ca86b-d8e9-49a7-824e-5b53f587167f" aria-expanded="false" aria-controls="Individuals-Directly-or-Indirectly-Connected-to-an-Enforcement-Investigation--226ca86b-d8e9-49a7-824e-5b53f587167f"> <strong class="gtm-expanding">Individuals Directly or Indirectly Connected to an Enforcement Investigation </strong> </a> </div> </div> <div id="Individuals-Directly-or-Indirectly-Connected-to-an-Enforcement-Investigation--226ca86b-d8e9-49a7-824e-5b53f587167f" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Individuals-Directly-or-Indirectly-Connected-to-an-Enforcement-Investigation--226ca86b-d8e9-49a7-824e-5b53f587167f" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>The Central Bank may investigate regulated financial service providers or individuals within regulated financial service providers, where a concern arises that a breach of financial services law has been, or is being, committed. The purpose of such investigations is to allow the gathering of sufficient information to enable the Central Bank to determine whether any breach of financial services law has occurred and whether the imposition of sanctions may be appropriate. The personal data may include special category data (including health data), and also may include data related to the detection, investigation and prosecution or criminal offences.&nbsp;</p> <p>In the course of an enforcement investigation process, the Central Bank may collect personal data under statutory powers including those under the Central Bank Reform Act 2010, the Central Bank (Supervision and Enforcement) Act 2013, assessor regimes or securities markets legislation (e.g. market abuse legislation). This data may include personal data of individuals who are not the subject of the investigation. The Central Bank retains all information obtained in connection with an investigation for a period of 20 years after any related case is closed. Information collected for the purposes of market abuse investigations will be retained for a maximum period of five years after the case is closed.</p> <p>Where an investigation is of either a regulatory or civil nature, processing of personal data&nbsp; is subject to the&nbsp; General Data Protection Regulation (GDPR). Processing in the context of a criminal investigation or proceeding will be subject to provisions of the Part 5 of the Data Protection Act 2018 (DPA 2018), which implements the Law Enforcement Directive (EU) 2016/680 (the LED) into Irish law. The Central Bank is a competent authority for the purposes of the LED and the DPA 2018.</p> <p>In the context of enforcement investigations and/or in the carrying out of its functions under various regulatory frameworks the Central Bank may appoint decision-makers or convene an inquiry to consider a particular matter. Decision-makers and inquiry members are appointed from the Regulatory Decisions Panel. The Regulatory Decisions Panel consists of both externally recruited experts and senior Central Bank staff. Decision-making and inquiry processes will be conducted in a manner which respects both the data protection and fair procedure rights of impacted data subjects.</p> <p>The Central Bank expects that personal data published within a Legal Notice* shall remain in public and accessible to all users of its website for a period of at least ten years from the later of </p> <p>a)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the date of publication on the Central Bank website; or</p> <p>b)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the date of the expiration of a sanction (in the case of a prohibition or period of disqualification); or</p> <p>c)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the date of conclusion of an ASP inquiry or related process (e.g. Court confirmation applications); and/or </p> <p>d)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; any associated appeals. </p> <p>Notices containing personal data that relate to indefinite prohibition or disqualification of individuals will remain on the website irrespective of the length of time since publication. </p> <p>* Includes public notices and press releases relating to investigations under the ASP, Fitness &amp; Probity regime, inquiries, involuntary revocations, and assessments under securities markets legislation.</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Financial-sanctions-650cce74-73e2-4142-a446-a5bb4b1e0ecf"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Financial-sanctions-650cce74-73e2-4142-a446-a5bb4b1e0ecf" aria-expanded="false" aria-controls="Financial-sanctions-650cce74-73e2-4142-a446-a5bb4b1e0ecf"> <strong class="gtm-expanding">Financial sanctions</strong> </a> </div> </div> <div id="Financial-sanctions-650cce74-73e2-4142-a446-a5bb4b1e0ecf" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Financial-sanctions-650cce74-73e2-4142-a446-a5bb4b1e0ecf" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>Central Bank Regulated or non-regulated individuals and entities applying to the Central Bank in respect of EU financial sanctions laws are required to submit a Sanctions Derogation Application Form to the Central Bank. Individuals and entities also contact the Central Bank seeking further information relating to EU financial sanctions laws, including in relation to frozen funds reports and related queries. Such applications, reports and queries may involve the processing of personal data, such as:</p> <ul> <li>Name, address, contact details and passport number.</li> <li>Details of bank accounts held, salary information and employment record.</li> <li>Details of individuals shareholdings and business interests, etc.</li> <li>Details of the ultimate beneficial ownership of regulated and non-regulated entities.</li> </ul> <p>The Central Bank processes this information and any other information relating to financial sanctions in accordance with EU financial sanctions laws. In certain cases, if an applicant/querist does not provide the required information, the Central Bank will not be able to progress their application/query appropriately. As provided for in law, the Central Bank has the power to gather relevant personal data, where it is deemed necessary and proportionate to do so. In this regard, the Central Bank limits the collection of personal information to what is directly relevant and necessary to accomplish the specified purpose.</p> <p>The Central Bank retains financial sanctions related information for 10 years after the conclusion of the financial sanctions application.</p> <p>The Central Bank is required to inform other EU Member States and the European Commission of any authorisation granted under EU financial sanctions laws. The Central Bank transmits the outcomes of such applications onwards to other EU Member States and the European Commission in accordance with our legal obligations.</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Members-of-the-Public-who-Provide-Personal-Data-to-the-Central-Bank-31505035-8b8f-4291-872f-c341e3403f44"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Members-of-the-Public-who-Provide-Personal-Data-to-the-Central-Bank-31505035-8b8f-4291-872f-c341e3403f44" aria-expanded="false" aria-controls="Members-of-the-Public-who-Provide-Personal-Data-to-the-Central-Bank-31505035-8b8f-4291-872f-c341e3403f44"> <strong class="gtm-expanding">Members of the Public who Provide Personal Data to the Central Bank</strong> </a> </div> </div> <div id="Members-of-the-Public-who-Provide-Personal-Data-to-the-Central-Bank-31505035-8b8f-4291-872f-c341e3403f44" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Members-of-the-Public-who-Provide-Personal-Data-to-the-Central-Bank-31505035-8b8f-4291-872f-c341e3403f44" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>Members of the public or other individuals may submit queries or provide feedback to the Central Bank. The Central Bank may use the personal data provided by such individuals to respond to their queries and, where appropriate, to investigate any issues raised. Investigation of such issues may require the disclosure of personal data to third parties such as another statutory body or a regulated financial service provider. The Central Bank retains such data for as long as needed for the purpose of investigating the issues that are raised. Information relating to the retention period for specific personal data can be made available on request. We may use feedback provided by members of the public on our facilities to enhance the user experience and improve those facilities (e.g. our visitor centre).</p> <p>The Central Bank also collects and processes personal data provided by members of the public in connection with the exchange of damaged euro banknotes and coins, or Irish pound banknotes or coins in order to assess the relevant application and provide reimbursement to such persons. All applications for exchange of banknotes or coins are ordinarily retained for a period of one year but may be retained for an additional six years when details are captured incorrectly or in case of a payment settlement failure. The Central Bank may also forward details of such applications, including copies of ID received, to other authorities such as An Garda S&iacute;och&aacute;na or the Revenue Commissioners.</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Protected-Disclosure-Reports-7108d308-4e68-4ece-90ca-5fdd2ec7a730"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Protected-Disclosure-Reports-7108d308-4e68-4ece-90ca-5fdd2ec7a730" aria-expanded="false" aria-controls="Protected-Disclosure-Reports-7108d308-4e68-4ece-90ca-5fdd2ec7a730"> <strong class="gtm-expanding">Protected Disclosure Reports</strong> </a> </div> </div> <div id="Protected-Disclosure-Reports-7108d308-4e68-4ece-90ca-5fdd2ec7a730" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Protected-Disclosure-Reports-7108d308-4e68-4ece-90ca-5fdd2ec7a730" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>Any information including personal data received by the Central Bank from a person making a protected disclosure (i.e. a whistle-blower) may be used by the Central Bank for the purpose of performing its statutory functions. The Central Bank is legally obliged to protect the identity of a person who makes a protected disclosure and not to disclose any information that might identify that person, subject to certain exceptions. The Central Bank retains information provided by whistle-blowers for a period of 10 years after any related case is closed. </p> <p>For further detail about how the Central Bank handles information provided by whistle-blowers, see <a href="https://www.centralbank.ie/regulation/protected-disclosures-whistleblowing" title="Protected Disclosures including Whistleblowing and Infringement Reports" target="_blank">Protected Disclosures including Whistleblowing and Infringement Reports</a>.</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Recruitment-3e1526df-75d9-4011-9afb-6b5dc53c9c7f"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Recruitment-3e1526df-75d9-4011-9afb-6b5dc53c9c7f" aria-expanded="false" aria-controls="Recruitment-3e1526df-75d9-4011-9afb-6b5dc53c9c7f"> <strong class="gtm-expanding">Recruitment</strong> </a> </div> </div> <div id="Recruitment-3e1526df-75d9-4011-9afb-6b5dc53c9c7f" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Recruitment-3e1526df-75d9-4011-9afb-6b5dc53c9c7f" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>The Central Bank collects personal data from candidates for recruitment purposes. The information that the Central Bank may collect and hold about candidates includes: </p> <ul> <li>Name, address, telephone number(s) and email address</li> <li>Details of qualifications, skills, experience and employment history</li> <li>Details of current immigration status</li> <li>Details of criminal or pending criminal convictions in Ireland or any other jurisdiction</li> <li>Any additional information contained in a candidate&rsquo;s CV such as referee information, disclosed at interview or otherwise provided to the Central Bank during the recruitment process. </li> </ul> <p>The Central Bank needs to process data to decide whether to enter into a contract of employment with a particular candidate and may also process certain data to ensure that it is complying with its legal obligations. The Central Bank has a legitimate interest in processing personal data during the recruitment process and in keeping records of the process in order to manage the recruitment process, to assess and confirm a candidate's suitability for employment and decide to whom to offer a particular role. The Central Bank may also need to process candidates&rsquo; data to respond to and defend against legal claims. </p> <p>For certain managerial positions, the candidate&rsquo;s information may be provided to a third party service provider for the purpose of assessing the suitability for the role. In all other cases, the Central Bank will not share a candidate&rsquo;s data with third parties, unless his or her application for employment is successful and an offer of employment is made to him or her. Once an offer of employment has been made to (and been accepted by) a candidate, that candidate&rsquo;s personal data will be provided to An Garda&iacute; S&iacute;och&aacute;na for the purposes of vetting and the Central Bank may also contact previous employers named by that candidate as referees for the purpose of obtaining employment references. The candidate will also be required to provide medical information to the Central Bank&rsquo;s occupational health provider for the purposes of assessing his or her capacity to work. </p> <p>If a candidate&rsquo;s application is unsuccessful, the Central Bank may keep his or her personal data on file for a period of 12 months.</p> <p>Please continue to read below for information regarding your personal data rights.</p> <div> <div id="_com_1" language="JavaScript"> </div> </div> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Visitors-to-Central-Bank-Buildings--d1b7a772-c260-4b67-be45-7fb5f05f884d"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Visitors-to-Central-Bank-Buildings--d1b7a772-c260-4b67-be45-7fb5f05f884d" aria-expanded="false" aria-controls="Visitors-to-Central-Bank-Buildings--d1b7a772-c260-4b67-be45-7fb5f05f884d"> <strong class="gtm-expanding">Visitors to Central Bank Buildings </strong> </a> </div> </div> <div id="Visitors-to-Central-Bank-Buildings--d1b7a772-c260-4b67-be45-7fb5f05f884d" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Visitors-to-Central-Bank-Buildings--d1b7a772-c260-4b67-be45-7fb5f05f884d" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>Individuals accessing non-public areas within the Central Bank buildings will be required to provide their name, and to permit on-site security to view photographic ID for the purposes of identity verification. The Central Bank does not retain a copy of visitors&rsquo; photographic ID.</p> <p>Please continue to read below for information regarding your personal data rights.</p> <p>&nbsp;</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Closed-Circuit-Television-CCTV-24991cf8-4bdb-477c-a78a-337f331b3d28"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Closed-Circuit-Television-CCTV-24991cf8-4bdb-477c-a78a-337f331b3d28" aria-expanded="false" aria-controls="Closed-Circuit-Television-CCTV-24991cf8-4bdb-477c-a78a-337f331b3d28"> <strong class="gtm-expanding">Closed Circuit Television (CCTV)</strong> </a> </div> </div> <div id="Closed-Circuit-Television-CCTV-24991cf8-4bdb-477c-a78a-337f331b3d28" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Closed-Circuit-Television-CCTV-24991cf8-4bdb-477c-a78a-337f331b3d28" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>The Central Bank has installed CCTV systems at our premises for the purposes of public and staff safety, crime prevention and detection as well as to comply with standard business and insurance protocols. CCTV cameras are located at access points, general reception areas, areas in front of elevator doors on each floor, car parks, shared areas and the exterior perimeter at Sandyford. Signage advises of areas covered by CCTV equipment. The Central Bank will only disclose CCTV images to others who intend to use the images for the purposes stated above. </p> <p>Images captured by CCTV will ordinarily be retained for a minimum period of up to 30 days, but could be retained for up to one year, dependent on operational, legal, and health and safety obligations and requirements.&nbsp;However, on occasion, there may be a need to keep images for longer, for example for the purposes of investigating a crime.</p> <p>Please continue to read below for information regarding &nbsp;your personal data rights.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Tenderers-and-Suppliers-of-Goods-or-Services-bcffd690-01e9-4e41-9594-f3fb7861741b"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Tenderers-and-Suppliers-of-Goods-or-Services-bcffd690-01e9-4e41-9594-f3fb7861741b" aria-expanded="false" aria-controls="Tenderers-and-Suppliers-of-Goods-or-Services-bcffd690-01e9-4e41-9594-f3fb7861741b"> <strong class="gtm-expanding">Tenderers and Suppliers of Goods or Services</strong> </a> </div> </div> <div id="Tenderers-and-Suppliers-of-Goods-or-Services-bcffd690-01e9-4e41-9594-f3fb7861741b" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Tenderers-and-Suppliers-of-Goods-or-Services-bcffd690-01e9-4e41-9594-f3fb7861741b" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>The Central Bank may process personal data submitted by tenderers to manage procurement award procedures and decide whether to enter into a contract with a particular tenderer. Personal data collected for this purpose may relate to the tenderer, its staff or its sub-contractors. Following finalisation of the procurement procedure in question and the entry into by the Central Bank of a contract with our chosen supplier(s), the Central Bank may process certain personal data in order to perform its obligations under that contract, such as arranging payment. We retain files relating to procurement procedures for a period of the current year plus six years.</p> <p>Please continue to read below for information regarding your personal data rights.</p> <p>&nbsp;</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Users-of-Central-Bank-Website-dc283d1b-eac4-47b5-853b-d1df7f56784d"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Users-of-Central-Bank-Website-dc283d1b-eac4-47b5-853b-d1df7f56784d" aria-expanded="false" aria-controls="Users-of-Central-Bank-Website-dc283d1b-eac4-47b5-853b-d1df7f56784d"> <strong class="gtm-expanding">Users of Central Bank Website</strong> </a> </div> </div> <div id="Users-of-Central-Bank-Website-dc283d1b-eac4-47b5-853b-d1df7f56784d" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Users-of-Central-Bank-Website-dc283d1b-eac4-47b5-853b-d1df7f56784d" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>The Central Bank does not collect personal data about you on this website, apart from information which you volunteer. For example, by e-mailing us, by using our online feedback forms or providing us consent to use cookies.</p> <p>Any information that you provide in this way is not made available to any third parties, and is used by us for the purpose for which you provided it.</p> <p>It is the policy of the Central Bank of Ireland never to disclose information in respect of individual website visitors to any third party (apart from our internet service provider, which records such data on our behalf and which is bound by confidentiality provisions in this regard), unless obliged to disclose such information by law.</p> <p>The Central Bank is not responsible for the content or privacy practices of other websites.</p> <h3>Cookies</h3> <p>The Central Bank website uses cookies. Cookies are small text files that can be placed onto your computer, smartphone or other device by this website.</p> <p><a href="/fns/cookie-policy">Read our Cookie Policy in full</a>.</p> <h3>Web forms</h3> <p>This website uses online forms. You can use our forms to submit feedback and to request a reply. Any information that you provide in this way is not made available to any third parties, and is used by us for the purpose for which you provided it.</p> <p>Please continue to read below for information regarding your personal data rights.<del cite="mailto:Byrne,%20Pauline" datetime="2024-11-08T15:40"></del></p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Social-Media-Monitoring-84c3c840-f4f9-4ab3-b887-5606684d0ce9"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Social-Media-Monitoring-84c3c840-f4f9-4ab3-b887-5606684d0ce9" aria-expanded="false" aria-controls="Social-Media-Monitoring-84c3c840-f4f9-4ab3-b887-5606684d0ce9"> <strong class="gtm-expanding">Social Media Monitoring</strong> </a> </div> </div> <div id="Social-Media-Monitoring-84c3c840-f4f9-4ab3-b887-5606684d0ce9" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Social-Media-Monitoring-84c3c840-f4f9-4ab3-b887-5606684d0ce9" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>The Central Bank uses third party suppliers to monitor publicly available social media and online platforms. This monitoring identifies complaints, queries and concerns expressed by members of the public in relation to financial products and services and is used to inform and support the Central Bank in exercising its statutory functions. As part of this monitoring, the Central Bank may receive personal data from the third party suppliers, which a member of the public has disclosed in public correspondence with regulated financial service providers or other entities. Such personal data is not retained by the Central Bank unless necessary to further investigate the details of a public posting.</p> <p>Please continue to read below for information regarding your personal data rights.</p> </div> </div> </div><h2>Transfer of Personal Data</h2> <p>The Central Bank may transfer personal data to:</p> <ul> <li>Third parties, where required or permitted by law to do so<br /> Third parties may include our service providers and statutory bodies, including An Garda S&iacute;och&aacute;na, the Director of Corporate Enforcement, the Revenue Commissioners, the Competition and Consumer Protection Commission and the Data Protection Commissioner. </li> <li>The ECB in the context of the Single Supervisory Mechanism (SSM) or for the performance of ESCB-related tasks. </li> <li>Supervisory authorities in other EEA Member States for the purpose of performance of their functions.</li> <li>Supervisory authorities in countries outside of the EEA where permissible under data protection legislation. This includes personal data on individuals obtained by the Central Bank as part of Fitness and Probity applications, authorisation process and personal data on individuals directly or indirectly connected to an enforcement investigation by supervisory authorities in countries outside of the EEA.</li> </ul> <p>Depending on the country and authority, these transfers may be made under (a) an adequacy decision, i.e. where the European Commission had decided that the country or organisation ensures an adequate level of data protection, (b) an Administrative Arrangement such as the <a href="/docs/default-source/ftr/iosco-administrative-arrangement.pdf?sfvrsn=762cbf1d_2" title="IOSCO Administrative Arrangement" target="_blank">IOSCO Administrative Arrangement</a>&nbsp;which has been agreed with the European Data Protection Board and the Data Protection Commission or (c) the Public Interest Derogation under Article 49 of the GDPR.</p> <h2>Service Providers</h2> <p>The Central Bank uses third parties such as service providers and suppliers, under contract, for the provision of various services.&nbsp; These third parties may process personal data on our behalf in accordance with the Central Bank&rsquo;s instruction. </p> <h2>Your Rights</h2> <p>If your personal data is processed by the Central Bank, you have certain rights in relation to that data, which are outlined in summary form below. The Central Bank may require further information from you before we can respond to your request. </p> <p>You may exercise your rights by contacting our Data Protection Officer.</p> <p>E-mail: <a href="/cdn-cgi/l/email-protection#a4c0c5d0c5d4d6cbd0c1c7d0cdcbcae4c7c1cad0d6c5c8c6c5cacf8acdc1"><span class="__cf_email__" data-cfemail="620603160312100d160701160b0d0c2201070c1610030e00030c094c0b07">[email&#160;protected]</span></a></p> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-of-Access-5dd62cf8-fb44-4368-b81e-fd60cc22ef73"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-of-Access-5dd62cf8-fb44-4368-b81e-fd60cc22ef73" aria-expanded="false" aria-controls="Right-of-Access-5dd62cf8-fb44-4368-b81e-fd60cc22ef73"> <strong class="gtm-expanding">Right of Access</strong> </a> </div> </div> <div id="Right-of-Access-5dd62cf8-fb44-4368-b81e-fd60cc22ef73" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-of-Access-5dd62cf8-fb44-4368-b81e-fd60cc22ef73" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>You have the right to receive a copy of the personal data the Central Bank holds about you as well as information about how it is used.</p> <p>You have the right to receive a copy of the personal data the Central Bank holds about you as well as information about how it is used.</p> <p> To obtain a copy of personal data the Central Bank may hold on you, you can email <a href="/cdn-cgi/l/email-protection#d5b1b4a1b4a5a7baa1b0b6a1bcbabb95b6b0bba1a7b4b9b7b4bbbefbbcb0"><span class="__cf_email__" data-cfemail="f19590859081839e85949285989e9fb192949f8583909d93909f9adf9894">[email&#160;protected]</span></a>, providing as much information as possible to allow us to identify your data, i.e. prior engagement.&nbsp;&nbsp;</p> <p> </p> <p><strong>Applicability</strong></p> <p><strong></strong>This right is applicable at all times when the Central Bank holds your personal data.</p> <p>&nbsp;</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-to-Rectification--1fe8bc7c-9064-4cf4-9262-ef8506738a19"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-to-Rectification--1fe8bc7c-9064-4cf4-9262-ef8506738a19" aria-expanded="false" aria-controls="Right-to-Rectification--1fe8bc7c-9064-4cf4-9262-ef8506738a19"> <strong class="gtm-expanding">Right to Rectification </strong> </a> </div> </div> <div id="Right-to-Rectification--1fe8bc7c-9064-4cf4-9262-ef8506738a19" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-to-Rectification--1fe8bc7c-9064-4cf4-9262-ef8506738a19" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>You have the right to ask the Central Bank to correct personal data we hold about you where it is incorrect or incomplete.</p> <p><strong>Applicability</strong></p> This right is applicable at all times when the Central Bank holds your personal data. </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-to-Erasure-1d6bb68f-19dd-4385-b589-e11db2386eb0"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-to-Erasure-1d6bb68f-19dd-4385-b589-e11db2386eb0" aria-expanded="false" aria-controls="Right-to-Erasure-1d6bb68f-19dd-4385-b589-e11db2386eb0"> <strong class="gtm-expanding">Right to Erasure</strong> </a> </div> </div> <div id="Right-to-Erasure-1d6bb68f-19dd-4385-b589-e11db2386eb0" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-to-Erasure-1d6bb68f-19dd-4385-b589-e11db2386eb0" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>This right entitles you to require the erasure of your personal data from the Central Bank&rsquo;s systems and records. However, this right applies only in certain circumstances (e.g. where the Central Bank no longer needs the personal data for the purpose for which we collected it or where you withdraw consent to our use of your personal data and where there is no other legal basis for continuing to use it).</p> <p><strong>Applicability</strong></p> <p>This right does not apply where personal data is required for the purpose of compliance with a legal obligation or for the performance of a task carried out in the public interest or in the exercise of official authority. Therefore, this right is not applicable in respect of much of the personal data held by the Central Bank in the performance of its statutory functions.&nbsp;</p> <p>If you wish to make a request for erasure, you can contact <a href="/cdn-cgi/l/email-protection#6f0b0e1b0e1f1d001b0a0c1b0600012f0c0a011b1d0e030d0e010441060a"><span class="__cf_email__" data-cfemail="036762776273716c776660776a6c6d4360666d7771626f61626d682d6a66">[email&#160;protected]</span></a> setting out the reasons why you consider the data should be erased.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-to-Restrict-Processing-1f17b9c1-723f-4fe5-9854-f5b3362b9fb5"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-to-Restrict-Processing-1f17b9c1-723f-4fe5-9854-f5b3362b9fb5" aria-expanded="false" aria-controls="Right-to-Restrict-Processing-1f17b9c1-723f-4fe5-9854-f5b3362b9fb5"> <strong class="gtm-expanding">Right to Restrict Processing</strong> </a> </div> </div> <div id="Right-to-Restrict-Processing-1f17b9c1-723f-4fe5-9854-f5b3362b9fb5" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-to-Restrict-Processing-1f17b9c1-723f-4fe5-9854-f5b3362b9fb5" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>This right entitles you to restrict the processing of your personal data by the Central Bank. Where this right is exercised, the Central Bank is still permitted to store your personal data but other use of the data is prohibited, save in certain limited circumstances.</p> <p><strong>Applicability</strong></p> <p>You can exercise this right if one of the following applies: </p> <ul> <li>You contest the accuracy of the personal data held about you and the Central Bank is verifying the accuracy of the data</li> <li>The personal data has been processed unlawfully and you oppose erasure and request restriction instead</li> <li>The Central Bank no longer needs the personal data but you need the data in connection with a legal claim</li> <li>You have objected to processing and the Central Bank is considering whether its legitimate grounds override your rights and interests.</li> </ul> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-to-Data-Portability-88f01495-b492-4ff5-bc74-59936d99c767"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-to-Data-Portability-88f01495-b492-4ff5-bc74-59936d99c767" aria-expanded="false" aria-controls="Right-to-Data-Portability-88f01495-b492-4ff5-bc74-59936d99c767"> <strong class="gtm-expanding">Right to Data Portability</strong> </a> </div> </div> <div id="Right-to-Data-Portability-88f01495-b492-4ff5-bc74-59936d99c767" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-to-Data-Portability-88f01495-b492-4ff5-bc74-59936d99c767" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>This right allows you to obtain your personal data in a format that enables you to transfer that personal data to another organisation where the Central Bank is processing your personal data on the basis of consent or on the fulfilment of a contract and if processing is carried out by automated means.&nbsp; You may have the right to have your personal data transferred by us directly to the other organisation, if this is technically feasible<span style="text-decoration: underline;">.</span></p> <p><strong>Applicability</strong></p> <p>This right does not apply where personal data is required for the purpose of compliance with a legal obligation or for the performance of a task carried out in the public interest or in the exercise of official authority. Therefore, this right is not applicable in respect of much of the personal data held by the Central Bank in the performance of its statutory functions.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-to-Object-f2fd96ac-9452-4303-a2f9-e096a94cf7a1"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-to-Object-f2fd96ac-9452-4303-a2f9-e096a94cf7a1" aria-expanded="false" aria-controls="Right-to-Object-f2fd96ac-9452-4303-a2f9-e096a94cf7a1"> <strong class="gtm-expanding">Right to Object</strong> </a> </div> </div> <div id="Right-to-Object-f2fd96ac-9452-4303-a2f9-e096a94cf7a1" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-to-Object-f2fd96ac-9452-4303-a2f9-e096a94cf7a1" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>You have the right to object to the Central Bank&rsquo;s use of your personal data in certain circumstances. However, the Central Bank may continue to use your personal data, despite your objection, where there are compelling legitimate grounds to do so or we need to use your personal data in connection with any legal claims.</p> <p><strong>Applicability</strong></p> <p>This right applies where the Central Bank processes your personal data for the performance of a task carried out in the public interest or in the exercise of official authority or in pursuance of its legitimate interests.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-Relating-to-Automated-Decision-Making-and-Profiling-4a4cf851-8685-4e0d-8137-fd58b682c64d"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-Relating-to-Automated-Decision-Making-and-Profiling-4a4cf851-8685-4e0d-8137-fd58b682c64d" aria-expanded="false" aria-controls="Right-Relating-to-Automated-Decision-Making-and-Profiling-4a4cf851-8685-4e0d-8137-fd58b682c64d"> <strong class="gtm-expanding">Right Relating to Automated Decision Making and Profiling</strong> </a> </div> </div> <div id="Right-Relating-to-Automated-Decision-Making-and-Profiling-4a4cf851-8685-4e0d-8137-fd58b682c64d" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-Relating-to-Automated-Decision-Making-and-Profiling-4a4cf851-8685-4e0d-8137-fd58b682c64d" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>You have the right not to be subject to a decision based solely on automated processing (without human involvement) where that decision produces a legal effect or otherwise significantly affects you. </p> <p><strong>Applicability</strong></p> <p>As the Central Bank currently does not make any automated decisions, this right is not applicable.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-to-Withdraw-Consent-d48ca91c-9d8f-4b6e-baa7-ed7537d04b3d"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-to-Withdraw-Consent-d48ca91c-9d8f-4b6e-baa7-ed7537d04b3d" aria-expanded="false" aria-controls="Right-to-Withdraw-Consent-d48ca91c-9d8f-4b6e-baa7-ed7537d04b3d"> <strong class="gtm-expanding">Right to Withdraw Consent</strong> </a> </div> </div> <div id="Right-to-Withdraw-Consent-d48ca91c-9d8f-4b6e-baa7-ed7537d04b3d" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-to-Withdraw-Consent-d48ca91c-9d8f-4b6e-baa7-ed7537d04b3d" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>You have the right to withdraw your consent to the processing of your personal data by the Central Bank at any time. This will not affect the lawfulness of our processing before the withdrawal.</p> <p><strong>Applicability</strong></p> <p>This right only applies where the sole legal basis for processing your personal data is your consent.</p> </div> </div> </div> <div class="panel panel-default standard-accordion"> <div class="panel-heading" id="heading-Right-to-Complain-to-Data-Protection-Commissioner-3c406495-237c-41a3-85e4-ff2d421184b6"> <div class="panel-title"> <a class="collapsed gtm-expanding" role="button" data-toggle="collapse" href="#Right-to-Complain-to-Data-Protection-Commissioner-3c406495-237c-41a3-85e4-ff2d421184b6" aria-expanded="false" aria-controls="Right-to-Complain-to-Data-Protection-Commissioner-3c406495-237c-41a3-85e4-ff2d421184b6"> <strong class="gtm-expanding">Right to Complain to Data Protection Commissioner</strong> </a> </div> </div> <div id="Right-to-Complain-to-Data-Protection-Commissioner-3c406495-237c-41a3-85e4-ff2d421184b6" class="panel-collapse collapse " role="tabpanel" aria-labelledby="heading-Right-to-Complain-to-Data-Protection-Commissioner-3c406495-237c-41a3-85e4-ff2d421184b6" aria-expanded="false" style="height: 0px;"> <div class="panel-body"> <p>You have the right to lodge a complaint with the <a href="https://dataprotection.ie/" title="This link will open in a new window" target="_blank">Data Protection Commissioner</a>&nbsp;if you think that the Central Bank has not processed your personal data in accordance with data protection legislation.</p> <p><strong>Applicability</strong></p> <p>This right applies at any time.</p> </div> </div> </div> <h2>Restrictions of your Data Protection Rights</h2><p>The Central Bank, as a data controller may apply certain restrictions which may limit rights requests that you may make to us. These general exemptions are set out in the GDPR and the Data Protection Act 2018. However, as a regulator which performs functions in the public interest, we also entitled to a Central Bank specific exemption which may further have an impact on any rights request that you may make to us, per S.I. No. 534/2020 - Data Protection Act 2018 (Section 60(6)) (Central Bank of Ireland) Regulations 2020.&nbsp; For example (this is not an exhaustive list), we can withhold data, where necessary and proportionate, to the extent that its release would cause prejudice to the:</p><ul><li>The prevention, detection or investigation of breaches of, or enforcement of, financial services laws</li><li>A process, procedure, investigation, inquiry, assessment, application or settlement being undertaken by the Bank</li><li>Regulation of financial service providers</li></ul><p>If this is the case, we will clearly explain what the exemption is and why it applies where appropriate.&nbsp;</p> <h2>Queries</h2> <p>Should you have any queries on any aspects of this data protection privacy notice, you may contact our Data Protection Officer via <a><span class="__cf_email__" data-cfemail="244045504554564b504147504d4b4a6447414a5056454846454a4f0a4d41">[email&#160;protected]</span></a>.&nbsp;This notice may be updated from time to time.</p> <p>If you want to view your Credit Report please view the website for the fastest way to get a copy of your&nbsp;<a></a><a href="https://www.centralcreditregister.ie/borrower-area/apply-for-your-credit-report-and-other-rights/" title="Central Credit Register Credit Report" target="_blank">Central Credit Register Credit Report</a>.</p> <p>To access all of your data which may be held by the CCR please contact <a href="/cdn-cgi/l/email-protection#cba8a8b9afaabfaabbb9a4bfaea8bfa2a4a58ba8aea5bfb9aaa7a9aaa5a0e5a2ae"><span class="__cf_email__" data-cfemail="2d4e4e5f494c594c5d5f4259484e594442436d4e4843595f4c414f4c4346034448">[email&#160;protected]</span></a></p> </article> </div> <div id="MainContentPlaceholder_T225F410C003_Col01" class="sf_colsIn col-sm-4 rhs" data-placeholder-label="General Righ hand side"> <nav aria-labelledby="rhsheadingtwo"> <h3 class="sidebar-heading-icon icon-bars hidden-xs" id="rhsheadingtwo"> In this Section </h3> <div class="right-sidebar hidden-xs"> <ul class="left-nav"> <li class=" active"> <a href="/fns/privacy-statement">Data Protection Privacy Notices</a> </li> <li class=""> <a href="/fns/disclaimer">Disclaimer </a> </li> <li class=""> <a href="/fns/re-use-of-public-sector-information">Re-use of Public Sector Information </a> </li> <li class=""> <a href="/fns/accessibility-statement">Accessibility Statement</a> </li> <li class=""> <a href="/fns/legislation">Legislation for Central Bank</a> </li> <li class=""> <a href="/fns/sitemap">Sitemap</a> </li> <li class=""> <a href="/fns/rss-feeds">RSS Feeds</a> </li> <li class=""> <a href="/fns/glossary">Glossary </a> </li> <li class=""> <a href="/fns/freedom-of-information">Freedom of Information</a> </li> <li class=""> <a href="/fns/access-to-information-on-the-environment">Information on the Environment</a> </li> <li class=""> <a href="/fns/irish-language-scheme">Irish Language Scheme</a> </li> <li class=""> <a href="/fns/unauthorised-firms">Unauthorised Firms</a> </li> </ul> </div> </nav> <aside id="MainContentPlaceholder_T225F410C012_Col00" class="sf_colsIn aside-sec" data-placeholder-label="Aside widgets"> </aside> </div> </div> </div> </main> <footer> <div class="container"> <nav aria-labelledby="fnsheading" class="columns-row"> <h2 class="sr-only" id="fnsheading">Footer Navigation</h2> <div class="row"> <div class="col-sm-3"> <div class="footer-header"> <h3>Popular Searches</h3> <style type="text/css"> footer ul li a[href*=medium]:before { display: none !important } footer ul li a:after { display: none !important } </style> </div> <ul> <li><a href="/statistics/interest-rates-exchange-rates/exchange-rates" style="padding-left: 0px !important;">Exchange Rates</a></li> <li><a href="http://registers.centralbank.ie?utm_medium=website&amp;utm_source=CBI-footer&amp;utm_content=43731" style="padding-left: 0px !important;" target="_blank" rel="noopener">Register of Firms</a></li> <li><a href="/regulation/consumer-protection/consumer-protection-codes-regulations" style="padding-left: 0px !important;">Consumer Protection</a></li> <li><a href="/regulation/how-we-regulate/fitness-probity" style="padding-left: 0px !important;">Fitness and Probity</a></li> </ul> </div> <div class="col-sm-3"> <div class="footer-header"> <h3>Popular Documents</h3> </div> <ul> <li><a href="/docs/default-source/publications/quarterly-bulletins/qb-archive/2024/quarterly-bulletin-q2-2024.pdf?sfvrsn=49e4601a_6" title="Quarterly Bulletin Q2 2024">Quarterly Bulletin Q2 2024 (PDF)</a></li> <li><a href="/docs/default-source/regulation/consumer-protection/consumer-protection-outlook-report/consumer-protection-outlook-report-2023.pdf?sfvrsn=db2d991d_5" title="Consumer Protection Outlook Report 2023">Consumer Protection Outlook Report (PDF)</a></li> <li><a href="/docs/default-source/statistics/data-and-analysis/insurance-corporations-statistics/insurance-corporation-statistics-q3-2022.pdf?sfvrsn=f32d991d_2" title="Insurance Corporation Statistics Q3 2022 (PDF)">Insurance Corporation Statistics 2022 (PDF)</a></li> <li><a href="/docs/default-source/statistics/data-and-analysis/credit-and-banking-statistics/credit-and-debit-card-statistics/2023_jan_ie_credit_debit_cards.pdf?sfvrsn=7706991d_3" title="Credit and Debit Card Statistics January 2023 (PDF, 447Kb)">Credit and Debit Card Statistics January 2023 (PDF)</a></li> </ul> </div> <div class="col-sm-3"> <div class="footer-header"> <h3>Top Pages for Regulated Firms</h3> </div> <ul> <li><a href="http://registers.centralbank.ie?utm_medium=website&amp;utm_source=CBI-footer&amp;utm_content=43731" style="padding-left: 0px !important;" target="_blank" rel="noopener">Register of Firms</a></li> <li><a href="/regulation/anti-money-laundering-and-countering-the-financing-of-terrorism" style="padding-left: 0px !important;">Anti-Money Laundering</a></li> <li><a href="/regulation/industry-market-sectors/brokers-retail-intermediaries" style="padding-left: 0px !important;">Brokers / Retail Intermediaries</a></li> <li><a href="/regulation/industry-market-sectors/funds/ucits" style="padding-left: 0px !important;">UCITS Regulations</a></li> <li><a href="/regulation/industry-market-sectors/insurance-reinsurance" style="padding-left: 0px !important;">Insurance Supervision</a></li> </ul> </div> <div class="col-sm-3"> <div class="footer-header"> <h3>Top Pages for the Public</h3> </div> <ul> <li><a href="/careers" style="padding-left: 0px !important;">Jobs in the Central Bank</a></li> <li><a href="/consumer-hub/notes-and-coins/collector-coins" style="padding-left: 0px !important;">Buy a collector coin</a></li> <li><a href="/consumer-hub/notes-and-coins/exchange-old-or-damaged-money" style="padding-left: 0px !important;">Replace old or damaged money</a></li> <li><a href="/regulation/how-we-regulate/authorisation/unauthorised-firms" style="padding-left: 0px !important;">Check for unauthorised firms</a></li> <li><a href="/statistics/interest-rates-exchange-rates/exchange-rates" style="padding-left: 0px !important;">Exchange rates</a></li> </ul> </div> </div> <div class="row"> <div class="col-sm-3"> <div class="footer-header"> <h3>Site Information</h3> </div> <ul> <li><a href="/fns/privacy-statement">Data Protection Privacy Notice</a></li> <li><a href="/fns/disclaimer">Disclaimer</a></li> <li><a href="/fns/re-use-of-public-sector-information">Re-use of Public Sector Information</a></li> <li><a href="/fns/accessibility-statement">Accessibility</a></li> <li><a href="/fns/legislation">Legislation</a></li> <li><a href="/about/customer-charter">Customer Charter</a></li> <li><a href="#" class="optanon-toggle-display">Cookie Settings</a></li> </ul> </div> <div class="col-sm-3"> <div class="footer-header"> </div> <ul> <li><a href="/fns/sitemap">Sitemap</a></li> <li><a href="/fns/rss-feeds">RSS Feeds</a></li> <li><a href="/fns/glossary">Glossary</a></li> <li><a href="/fns/freedom-of-information">Freedom of Information</a></li> <li><a href="/fns/access-to-information-on-the-environment">Information on the Environment</a></li> <li><a href="/fns/irish-language-scheme">Irish Language Scheme</a></li> <li><a href="/fns/cookie-policy">Cookie Policy</a></li> </ul> </div> <div class="col-sm-3"> <div class="footer-header"> <h3>Follow Us</h3> </div> <ul style="border-bottom-color: currentColor !important; border-bottom-width: medium !important; border-bottom-style: none !important;"> <li><a href="https://www.twitter.com/centralbank_ie" title="This link will open in a new tab or window" class="twitter" target="_blank" rel="noopener">Twitter</a></li> <li><a href="https://www.youtube.com/user/centralbankireland" title="This link will open in a new tab or window" class="youtube" target="_blank" rel="noopener">YouTube</a></li> <li><a href="https://www.linkedin.com/company/central-bank-of-ireland" title="This link will open in a new tab or window" class="linkedin" target="_blank" rel="noopener">LinkedIn</a></li> <li><a href="https://www.instagram.com/centralbankofireland/" title="This link will open in a new tab or window" class="instagram" target="_blank" rel="noopener">Instagram</a></li> </ul> </div> <div class="col-sm-3"> <img loading="lazy" src="/images/default-source/logos/footer-logo.png?sfvrsn=dfff671a_1" title="footer-logo" alt="Central Bank of Ireland" /> </div> </div> <div class="row"> <div class="col-sm-12"> <p>&copy;2024 Central Bank of Ireland</p> </div> </div> </nav> </div> </footer> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript"> //<![CDATA[ window.__TsmHiddenField = $get('ctl07_TSM');;(function() { function loadHandler() { var hf = $get('ctl08_TSSM'); if (!hf._RSSM_init) { hf._RSSM_init = true; hf.value = ''; } hf.value += ';Telerik.Sitefinity.Resources, Version=14.4.8133.0, Culture=neutral, PublicKeyToken=b28c218413bdf563:en:17c135a4-5316-42f9-a0e3-877e0602d8a4:7a90d6a'; Sys.Application.remove_load(loadHandler); }; Sys.Application.add_load(loadHandler); })();//]]> </script> </form> <script> function toggle_iFrames() { try { var videosAllowed = optanonCategoryEnabled("OptanonConsent", "C0004"); var iFrames = Array.from(document.querySelectorAll("main iframe")); var langAttr = document.documentElement.lang.toLowerCase(); var englishMarkup = '<span class="c-prompt">This feature requires cookies <a class="review-cookie-settings" href="#">Open your cookie settings</a></span>'; var irishMarkup = '<span class="c-prompt">Tá fianáin ag teastáil don ghné seo <a class="review-cookie-settings" href="#">Oscail na socruithe fianán</a></span>'; for (var f = 0; f < iFrames.length; f++) { if (videosAllowed) { iFrames[f].parentNode.classList.remove("no-c0004"); } else { var nextSiblingClassName = ""; if (iFrames[f].nextSibling) { if (iFrames[f].nextSibling.nextElementSibling) { nextSiblingClassName = iFrames[f].nextSibling.nextElementSibling.className; } } if (nextSiblingClassName == "") { var markup = irishMarkup; if (langAttr === "en") { markup = englishMarkup; } var node = document.createElement("span"); node.innerHTML = markup; node.classList.add("c-prompt-box"); iFrames[f].parentNode.appendChild(node); } iFrames[f].parentNode.classList.add("no-c0004"); } }//end for } catch (e) { console.error(e); } } function hasClass(elem, className) { return elem.className.split(' ').indexOf(className) > -1; } document.addEventListener('click', function (e) { var hasClass = e.target.className.split(' ').indexOf('review-cookie-settings') > -1; if (hasClass) { e.preventDefault(); //Show OneTrust banner OneTrust.ToggleInfoDisplay() } }, false); toggle_iFrames(); </script> <script type="text/javascript" src="/Theme/js/gulp_script.min.uglify.js?v=1732121371817"></script> <script type="text/javascript"> var isGulped = true; // Add a script element as a child of the body function initJS() { 'use strict'; //load jQuery //if browser is ie9 or older then returm document.addEventListener if (document.all && !window.atob) { return; } var jqTimer = setInterval(function () { if (window.jQuery) { //Conditional load of vue js for module listing tables if (typeof loadVue != 'undefined' && loadVue == true) { downloadJS("/Theme/js/vue/vue.js", function () { downloadJS("/Theme/js/vue/" + appFileName + "?v=1732121371817", function () { }); }); } //Conditional load of form validation js if (typeof loadFormValidation != 'undefined' && loadFormValidation == true) { downloadJS("/Theme/js/form-validation.js", function () { }); } onPageReady(); clearInterval(jqTimer); } }, 50); } $(document).ready(function () { if ($('#__EVENTTARGET').length <= 0 && $('#__EVENTARGUMENT').length <= 0) { $('#form1').prepend('<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value=""/> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value = "" / > '); } if (typeof __doPostBack == 'undefined') { __doPostBack = function (eventTarget, eventArgument) { var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } }; } }); </script> <script type="text/javascript"> var mobileSize = 640; var desktop = true; var mobile = false; function downloadJS(scriptSrc, callback) { 'use strict'; var element = document.createElement("script"); element.src = scriptSrc; element.onload = function () { callback(); }; document.body.appendChild(element); } // Check for browser support of event handling capability if (window.addEventListener) { window.addEventListener("load", initJS, false); } else if (window.attachEvent) { window.attachEvent("onload", initJS); } else { window.onload = initJS; } function onPageReady() { enquire.register("screen and (min-width: " + (mobileSize + 1) + "px)", { match: function () { desktop = true; mobile = false; screenChange_global(); }, unmatch: function () { desktop = false; } }); enquire.register("screen and (max-width: " + mobileSize + "px)", { match: function () { mobile = true; desktop = false; screenChange_global(); }, unmatch: function () { mobile = false; } }); //call page ready from all loaded files if (typeof (page_ready_megamenu_drill_down_cta_left) == "function") { page_ready_megamenu_drill_down_cta_left(); } if (typeof (page_ready_image_spotlight) == "function") { page_ready_image_spotlight(); } if (typeof (page_ready_multi_item_carousel) == "function") { page_ready_multi_item_carousel(); } if (typeof (page_ready_default) == "function") { page_ready_default(); } } function screenChange_global() { //call screen_change from all loaded files if (typeof (screen_change_megamenu_drill_down_cta_left) == "function") { screen_change_megamenu_drill_down_cta_left(); } if (typeof (screen_change_latest_tweets) == "function") { screen_change_latest_tweets(); } if (typeof (screen_change_image_spotlight) == "function") { screen_change_image_spotlight(); } if (typeof (screen_change_multi_item_carousel) == "function") { screen_change_multi_item_carousel(); } if (typeof (screen_change_default) == "function") { screen_change_default(); } } </script> <script> const parser = new DOMParser(); function prepareNav() { var index = 1; $('.publication-content h2:not(.H2exclude)').each(function () { $(this) .nextUntil("h2") .addBack() .wrapAll('<div id="content' + index + '" />'); createlink($(this).html(), '#content' + index); index++; }); var innerIndex = 0; $("#publicationLinks a").each(function () { var targetContent = $(this).attr("href"); var h3Count = $(targetContent + " h3:not(.H3exclude)").length; if (h3Count > 0) { var subLinks = ""; $('.publication-content ' + targetContent + ' h3:not(.H3exclude)').each(function () { $(this) .nextUntil("h3") .addBack() .wrapAll('<div id="subContent' + innerIndex + '" />'); subLinks += "<li><a href='#subContent" + innerIndex + "'>" + $(this).html() + "</a></li>" innerIndex++; }); subLinks = "<ul>" + subLinks + "</ul>" const subUL = parser.parseFromString(subLinks, "text/html"); document.querySelector("a[href='" + targetContent + "']").parentNode.appendChild(subUL.body.firstChild); } }).click(function () { $("#publicationLinks li").removeClass('active'); $(this).parent().addClass('active'); $("#publicationLinks > li > ul >li.active").parent().parent().addClass('active'); $("#collapsePublicationNav").collapse('hide'); }); var sectionIds = $('#publicationLinks a'); $(document).scroll(function () { sectionIds.each(function () { var container = $(this).attr('href'); var containerOffset = $(container).offset().top; var containerHeight = $(container).outerHeight(); var containerBottom = containerOffset + containerHeight; var scrollPosition = $(document).scrollTop(); if (scrollPosition < containerBottom - 20 && scrollPosition >= containerOffset - 20) { $(this).parent().addClass('active'); } else { $(this).parent().removeClass('active'); } }); }); } function createlink(text, link) { var anchor = "<li><a href='" + link + "'>" + text + "</a></li>"; const a = parser.parseFromString(anchor, "text/html"); document.getElementById('publicationLinks').appendChild(a.body.firstChild); } if ($(".publication-content").length > 0) { prepareNav(); } </script> <script type="text/javascript" class="optanon-category-C0004"> var jqTimer = setInterval(function () { if (window.jQuery) { downloadJS("/Theme/js/latest-tweets/twitter-post-fetcher.js", function () { downloadJS("/Theme/js/latest-tweets/scripts.js", function () { if (typeof (page_ready_latest_tweets) == "function") { page_ready_latest_tweets(); } }); }); clearInterval(jqTimer); } }, 50); </script> <script> var CludoSearch; (function () { var cludoSettings = { customerId: 3127 , engineId: 13638 , searchUrl: '/search-results', language: 'en', searchInputs: ['cludo-search-form', "cludo-search-form-top"], template: 'InlineBasic', focusOnResultsAfterSearch: true, type: 'inline', disableAutocomplete: true }; CludoSearch = new Cludo(cludoSettings); var isIrishSearch = false ; if (isIrishSearch) { CludoSearch.translateProvider.translations["en"]["did_you_mean"] = "An é <a href='' aria-label='A bhí i gceist agat {{value}}'><b>{{value}}</b></a> a bhí i gceist agat?"; CludoSearch.translateProvider.translations["en"]["your_search_on"] = " Torthaí cuardaigh ar '<b>{{value}}</b>': "; CludoSearch.translateProvider.translations["en"]["total_results"] = "<b>{{value}}</b>"; CludoSearch.translateProvider.translations["en"]["total_result"] = "<b>{{value}}</b>"; CludoSearch.translateProvider.translations["en"]["in_category"] = " sa chatagóir <b>{{value}}</b>"; CludoSearch.translateProvider.translations["en"]["and"] = " agus"; CludoSearch.translateProvider.translations["en"]["searched_instead"] = "<br />Torthaí ar <b>{{term}}</b> á léiriú ina ionad"; CludoSearch.translateProvider.translations["en"]["searched_instead_found"] = "agus fuarthas <b>{{value}}</b> toradh"; CludoSearch.translateProvider.translations["en"]["error"] = "<p style='color: red' class='cludo-error-message'>Ár leithscéal, tharla earráid.</p>"; CludoSearch.translateProvider.translations["en"]["no_search_term"] = "<div class='cludo-no-search-term'>Téarma cuardaigh de dhíth</div>"; CludoSearch.translateProvider.translations["en"]["overlay_close_button"] = "ESC nó"; CludoSearch.translateProvider.translations["en"]["load_more"] = "Taispeáin tuilleadh"; CludoSearch.translateProvider.translations["en"]["poweredBy_title"] = " Cuardaigh ar do shuíomh gréasáin - Cludo"; CludoSearch.translateProvider.translations["en"]["backToTop"] = "Ar ais go barr"; CludoSearch.translateProvider.translations["en"]["search_input_label"] = "Cuardaigh"; CludoSearch.translateProvider.translations["en"]["search_button_text"] = "Cuardaigh"; CludoSearch.translateProvider.translations["en"]["overlay_close_button_title"] = "Scoir an cuardach"; CludoSearch.translateProvider.translations["en"]["template_all_results"] = "Torthaí uile"; CludoSearch.translateProvider.translations["en"]["template_suggestions"] = "Moltaí"; CludoSearch.translateProvider.translations["en"]["template_search_results"] = " Torthaí Cuardaigh"; CludoSearch.translateProvider.translations["en"]["template_autocomplete_hint"] = "Moltaí uathchríochnaithe ar fáil. Úsáid na saigheada suas agus síos chun breathnú orthu agus úsáid an eochair iontrála chun ceann a roghnú."; CludoSearch.translateProvider.translations["en"]["related_searches_title"] = "Cuardaigh Ghaolmhara"; } CludoSearch.init(); })(); </script> <!--[if lte IE 9]> <script src="https://api.cludo.com/scripts/xdomain.js" slave="https://api.cludo.com/proxy.html" type="text/javascript"></script> <![endif]--> <!-- health check --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10