PC Pro

“I find myself incapable of moving away from my laptop as I await further updates”

Our new regular columnist reveals a tool that can be used to assess the risks of making transfers of personal data to a country outside the UK

-

It happened again. I was due to run a training course on internatio­nal data transfers at the end of November 2022. I had prepared a pack of materials, and took great pride in my new case study, taking delegates through the process for a transfer risk assessment. Feeling smug at having completed my work well before the deadline, I sent it all off to the training provider for printing (yes, they like printing stuff).

The following week the ICO decided it was the right time to publish its updated guidance on internatio­nal data transfers, including a brand-new transfer risk assessment (TRA) tool. So I had to rip up my case study and prepare a new one in a panic. Thanks a lot, ICO.

Avid readers of PC Pro will know this is not the first time internatio­nal data transfer developmen­ts have refused to take a break while I write about them ( see issue 333).

It didn’t stop there. The day I ran the course, I shared an interestin­g nugget of informatio­n that the EU had determined that the Republic of Korea has adequate data protection laws, but the UK hadn’t followed suit. As soon as the session ended, I spotted an alert that the UK government had, in fact, a few days earlier, decided the Republic of Korea was adequate. Thanks a lot, UK government.

So I find myself nervously sitting here, incapable of moving away from my laptop as I await further updates on data transfers. While I’m here, let me tell you about the ICO’s TRA tool.

What is it?

The new TRA tool can be used by companies to assess the risks of making transfers of personal data to a country outside the UK. “Why can’t I just use the ICO’s Internatio­nal Data

Transfer Agreement (IDTA)?” was the first question posed in my training. Well, the Schrems II judgment of the EU Court of Justice in 2020 decided that standard contracts (and other approved transfer mechanisms) in themselves may not be sufficient to address every risk, so you need to perform a TRA as well.

The ICO’s tool helps you to do this, as an alternativ­e to the EU approach. It focuses on six top-level questions, with guidance and decision points during the process. The aim is to determine whether making the transfer would increase the risks to people’s privacy and other rights, compared with the risks that exist anyway if the data remains in the UK. There are two key risk headings: risks of a human rights breach, and risks that your transfer mechanism (such as the IDTA) won’t be enforceabl­e. Sounds fun, doesn’t it?

Overview of the tool

The first step is to map out your data flows and, importantl­y, identify the data you’re transferri­ng (question 1). Each category of data is then assigned a “risk score” (question 2). As examples, name and contact details are low risk data, and medical details are high risk data. The risk score may be adjusted up or down with aggravatin­g or mitigating circumstan­ces of the transfer. All going well so far; nothing too tricky to complete.

Then you’re told to investigat­e the human rights risks in the country of transfer (questions 3 and 4). Ah.

This part of the tool spans ten pages, and it’s a bit fiendish to get one’s head around at first. But it does have a logical structure with questions and decision points. It therefore seems best to communicat­e it to PC Pro readers by means of computer code. I wanted to use the Basic I learnt as a ten-year-old, but my husband has kicked me into the 21st century and helped me write it in Python. So here is a summary of how to determine the level of investigat­ion needed:

“There are two key risk headings, including the risk of a human rights breach”

data_risk = input(“What is the risk score for the data you are transferri­ng?”) if data_risk == "low": level = 0 else: size = input("Are you a small or a big company?") if data_risk == "moderate" and size == "small":

level = 1 elif data_risk == "moderate" and size == "big":

level = 2 elif data_risk == "high" and size == "big":

level = 3 elif data_risk == "high" and size == "small": volume = input("Are you transferri­ng a little amount of data or a lot of data?") if volume == "a little":

level = 2 elif volume == "a lot":

level = 3 if level == 0: print ("Congratula­tions, you don’t need to investigat­e, and you may transfer the data!")

elif level == 1: print("You need to do a Level 1 Investigat­ion, but don’t worry, this won’t be too onerous.") elif level == 2: print("You need to do a Level 2 Investigat­ion. A little more research to do.") elif level == 3: print(“Bad luck, you need to do a Level 3 Investigat­ion. I’d get some profession­al advice if I were you. Or you may want to see if you can use an exception instead.”)

Now the tool provides some links and guidance to conduct your investigat­ions and decide whether you have concerns that the transfer will significan­tly increase the human rights risks to individual­s. Then, as we march on to question 5, you need to consider enforceabi­lity risks in a similar manner. During this process, you can also consider ways to mitigate these risks, using “extra steps and protection­s” such as technologi­cal measures and organisati­onal procedures.

Overall, not so easy! Even the ICO has said “this assessment is undoubtedl­y complex in many situations”. Thanks a lot, ICO.

If, at end of your assessment, you still have what is referred to as “significan­t risk data”, you can consider exceptions to the rules under question 6 – more on this below. If you can’t apply an exception, then don’t transfer the data.

The position with the US

Another question raised in my course was this: how does this tool work specifical­ly for transfers to the US? Indeed, a lot of data travels to the US, and the whole Schrems II case was, after all, specifical­ly about this. Facebook Ireland was transferri­ng data to Facebook US using then-valid transfer mechanisms under the GDPR. But the court decided that US surveillan­ce laws (under the Foreign Intelligen­ce Surveillan­ce

Act of 1978) created a risk for data subjects notwithsta­nding these transfer mechanisms.

There is some disagreeme­nt as to the actual risks of US transfers in practice. In a White Paper published in September 2020, the US Department of Commerce indicated that most US companies don’t deal in data that is of any interest to US intelligen­ce agencies. This suggests that most transfers wouldn’t lead to a significan­t surveillan­ce risk.

But recent decisions of EU supervisor­y authoritie­s would suggest otherwise. In 2022, the Austrian and French data protection supervisor­y authoritie­s each issued a decision relating to the use of Google Analytics by website operators. They determined that the websites’ use of Google Analytics involved a transfer of personal data to the US. Although measures had been put in place in addition to standard contractua­l clauses, these weren’t sufficient, as they didn’t remove the risks of US authoritie­s accessing the personal data. On the other hand, following the Austrian decision, Google issued a statement that it remained convinced that the extensive supplement­ary measures it offered ensured practical and effective protection of data to a reasonable standard.

The US and the EU have been making progress since Schrems II in agreeing a new transatlan­tic data privacy framework and, at the time of writing, the EU Commission has published a draft adequacy decision for this. On the face of it, this doesn’t help with transfers to the US from the UK. But in practice, it may provide more clarity for a UK TRA. If a US company complies with the new EU-US framework, could this reduce the risks to an acceptable level for a transfer from the UK to proceed?

Use of exceptions

Another great question asked during my training session was whether you can jump to using an exception to the transfer rules, rather than needing to carry out a TRA first.

These exceptions (also known as derogation­s) include obtaining informed consent from the individual or demonstrat­ing that it is necessary to transfer the data for performing a contract with the individual, or for other specified reasons.

Traditiona­lly, the view has been that exceptions could only be used if it were not possible to use another transfer tool, such as the IDTA. This could imply you need to invest time in trying to negotiate the IDTA and carrying out a TRA before reaching a roadblock and moving on to consider exceptions. Although use of the IDTA remains preferable (as it provides more protection for individual­s’ rights), the ICO’s new guidance on applying exceptions refers to first considerin­g if it is more “reasonable and proportion­ate” to put in place the IDTA (or other transfer mechanism). For the consent derogation, it doesn’t even refer to this step.

Now, use of derogation­s is not without its own challenges. It may be difficult for consents to be sufficient­ly informed, and other exceptions require an assessment of the risks to determine “necessity”. But the guidance does imply that you can jump to this separate assessment without necessaril­y having gone through the TRA first, provided you can demonstrat­e that it is reasonable to do so in context.

Let’s get going!

We can now get going with the new-style TRAs and see where they take us. In comparison to the EU approach, in my view the ICO’s tool provides clearer steps through the process, with the hope of finding a manageable solution; for example, in relation to low risk data and use of exceptions. Though the difficulti­es in investigat­ing human rights and enforceabi­lity risks remain for many transfer situations.

And don’t forget that if the recipient of personal data is in the Republic of Korea, you don’t need to do a TRA at all! Actually, perhaps you should do a quick Google search first to check nothing has changed?

“There is some disagreeme­nt as to the actual risks of US transfers in practice”

 ?? ?? RIGHT Your first step might be to map out your data flows
RIGHT Your first step might be to map out your data flows
 ?? @ObepOlivia ?? Olivia is principal of the law firm OBEP, which specialise­s in technology contracts, IP and data protection
@ObepOlivia Olivia is principal of the law firm OBEP, which specialise­s in technology contracts, IP and data protection
 ?? ?? ABOVE US intelligen­ce agencies may be able to access personal data
ABOVE US intelligen­ce agencies may be able to access personal data
 ?? ?? BELOW Facebook has faced problems over data transfers from the EU to the US
BELOW Facebook has faced problems over data transfers from the EU to the US
 ?? ??

Newspapers in English

Newspapers from United Kingdom