Legitimate Interests Assessment (LIA)
A practical guide to legitimate interests assessment (lia) for privacy law practitioners.
What This Lesson Covers
Legitimate Interests Assessment (LIA) is a key topic within GDPR Lawful Bases for Processing. In this lesson you will learn the underlying privacy law doctrine, the controlling statutory and regulatory authorities, how to apply the rules to real fact patterns, and the open questions practitioners are actively litigating. By the end you will be able to engage with legitimate interests assessment (lia) in real privacy work with confidence.
This lesson belongs to the GDPR Deep Dive category of the Data Privacy Law track. Privacy law is one of the most active and most fragmented practice areas globally. Understanding the doctrinal foundations is what lets you reason about novel issues across jurisdictions, not just memorize current rules.
Why It Matters
Master the six GDPR lawful bases. Learn consent (Article 7 strict standards), contract, legal obligation, vital interests, public task, legitimate interests (LIA), and selecting the right basis.
The reason legitimate interests assessment (lia) deserves dedicated attention is that the gap between practitioners who understand the doctrinal foundations and those who only know surface-level rules is widening as new privacy laws roll out worldwide every quarter. Compliance officers, privacy counsel, and engineers who can reason from first principles will be far ahead of those who can only cite current statutes. This material gives you the framework to keep pace as privacy law evolves.
How It Works in Practice
Below is a practical privacy compliance framework for legitimate interests assessment (lia). Read through it once, then think about how you would apply it to a real client matter or product decision.
# GDPR Article 6 lawful basis selector
LAWFUL_BASES_ARTICLE_6 = {
"6_1_a_consent": {
"use_when": "Discrete, opt-in processing where alternatives exist",
"challenges": "Article 7 strict standards (freely given, specific, informed, unambiguous, withdrawable)",
"good_for": "Marketing, optional features, special category data (with Art 9)",
"bad_for": "Core service operations, regulatory required processing",
},
"6_1_b_contract": {
"use_when": "Processing necessary to perform a contract with the data subject",
"challenges": "Necessity is strict - 'necessary' not 'useful'",
"good_for": "Order processing, account management, service delivery",
"bad_for": "Marketing analytics, personalization beyond core service",
},
"6_1_c_legal_obligation": {
"use_when": "Required by EU/MS law to process",
"challenges": "Must point to specific legal obligation",
"good_for": "Tax records, AML/KYC, employment record-keeping",
},
"6_1_d_vital_interests": {
"use_when": "Necessary to protect vital interests of data subject or another person",
"challenges": "Narrow - life or death situations",
"good_for": "Medical emergencies, humanitarian situations",
},
"6_1_e_public_task": {
"use_when": "Necessary for performance of public interest task or official authority",
"good_for": "Government processing, certain professional bodies",
},
"6_1_f_legitimate_interests": {
"use_when": "Processing necessary for LIs of controller/third party, not overridden by data subject's rights",
"challenges": "Requires three-part Legitimate Interests Assessment (LIA)",
"good_for": "Internal admin, fraud prevention, network security, direct marketing (with conditions)",
},
}
LIA_THREE_PART_TEST = [
"1. PURPOSE: Is there a legitimate interest? (Compelling? Specific? Lawful?)",
"2. NECESSITY: Is processing necessary to achieve that interest?",
"3. BALANCING: Do the interests of the data subject override?",
]
Step-by-Step Analytical Approach
- Identify scope and applicability — Privacy laws have specific scope triggers (territorial, sectoral, threshold-based). Confirm whether the law applies before mapping obligations.
- Map data flows and roles — Document what personal data is collected, where it flows, who processes it, and what role each actor plays (controller, processor, joint controller, third party).
- Determine lawful basis or exemption — Each processing activity needs a legal basis. Document the basis, the necessity analysis, and any DPIA required.
- Operationalize the obligations — Privacy laws impose concrete duties: notice, consent, data subject rights handling, breach notification, retention, transfers. Build them into the SDLC.
- Build audit-ready evidence — Privacy regulators expect evidence of compliance. Maintain ROPA, DPIAs, training records, breach logs, DSR responses, and policy versions.
When This Topic Applies (and When It Does Not)
Legitimate Interests Assessment (LIA) applies when:
- You handle personal data subject to the relevant statute or regulation
- The territorial, sectoral, or threshold scope of the law captures your activities
- The remedies or rights at stake are recognized by the relevant regime
- You need to demonstrate compliance to regulators, customers, or in litigation
It does not apply when:
- You truly do not handle personal data subject to the law (verify carefully)
- A different privacy law better fits the facts
- The data falls within a recognized exemption (research, journalism, employment in some regimes)
- You are purely processing anonymized data outside the regime's scope
Practitioner Checklist
- Have you identified every privacy law that applies to this data flow?
- Is the lawful basis for each processing activity documented and defensible?
- Are data subject rights handled within the required timelines?
- Are international transfers backed by an appropriate transfer mechanism?
- Is your breach notification process tested and runbook-ready?
- Have you documented the analysis with citations for future reference?
Disclaimer
This educational content is provided for general informational purposes only. It does not constitute legal advice, does not create an attorney-client relationship, and should not be relied on for any specific legal matter. Privacy law varies by jurisdiction and changes rapidly. Consult qualified privacy counsel licensed in your jurisdiction for advice on your specific situation.
Next Steps
The other lessons in GDPR Lawful Bases for Processing build directly on this one. Once you are comfortable with legitimate interests assessment (lia), the natural next step is to combine it with the patterns in the surrounding lessons — that is where doctrinal mastery turns into practitioner competence. Privacy law is most useful as a system, not as isolated rules.
Lilly Tech Systems