GDPR fines are calculated as the higher of two penalties:
\[\text{Fine} = \max(A, B)\]
where: - \(A = \text{Fixed amount (up to €20M)}\) - \(B = \text{Percentage of global annual turnover (up to 4\%)}\)
Expected Cost of Non-Compliance: \[E[\text{Cost}] = P(\text{violation detected}) \times P(\text{enforcement}) \times \text{Fine amount}\]
Working through an example:
Given: IoT fitness tracker company with €50M annual revenue, 500K EU users
Scenario: Location data shared with advertisers without explicit consent (GDPR Article 6 violation)
Step 1: Calculate maximum possible fine
\[\text{Fine}_{\max} = \max(€20M, 0.04 \times €50M) = \max(€20M, €2M) = €20M\]
(Fixed amount exceeds 4% threshold for companies under €500M revenue)
Step 2: Estimate enforcement probability
Historical GDPR enforcement (2018-2024): - Major violations detected: 15% probability (user complaints, audits) - Detection leads to enforcement: 60% probability (many warnings issued first) - Combined: \(P(\text{fine}) = 0.15 \times 0.6 = 0.09\) (9% annual risk)
Step 3: Calculate expected annual cost
\[E[\text{Fine}] = 0.09 \times €20M = €1.8M \text{ per year}\]
Step 4: Compare to data monetization revenue
Ad network revenue from location data: - 500K users × €12/user/year = €6M annual revenue from location sharing
Step 5: Risk-adjusted ROI
\[\text{Net Revenue} = €6M - €1.8M = €4.2M \text{ (70% margin)}\]
But: Single fine exceeds 3.3 years of location revenue, plus: - Reputational damage: -15% user retention (estimated €7.5M annual loss) - Legal costs: €500K for defense - Remediation: €2M engineering + audit costs
True cost of violation: €10M (first year) + €1.8M (expected annual)
Compliance cost: €160K initial + €72K annual (from worked example)
Result: GDPR compliance has 10-year ROI of 3,900% compared to non-compliance risk.
In practice: The mathematical expectation strongly favors compliance for companies under €100M revenue. For larger companies, the calculation shifts – Meta’s €1.2B fine (2023) was only 0.9% of revenue, making violation still profitable in expectation. This explains why privacy violations concentrate among tech giants, not startups.