Skip to main content

Egypt PDPL No. 151/2020

Overview

FieldValue
Pack IDegypt/pdpl
Full titlePersonal Data Protection Law No. 151 of 2020
RegulatorPersonal Data Protection Center (PDPC)
JurisdictionEgypt (EG)
Effective dateOctober 2020

Key controls

Egypt PDPL imposes some of the strictest data localisation requirements on the continent, with strong provisions for financial and biometric data:

  • Data localisation: Financial and government data must be stored on servers within Egypt
  • Cross-border transfer: Requires PDPC approval or adequate protection in destination country
  • Biometric data: Prohibited from cross-border transfer
  • Financial data: Must be processed within Egypt (data localisation)

Transfer and localisation rules

ScenarioDecision
Processing financial data in Egyptallow
Storing financial data outside Egyptdeny — localisation required
Cross-border transfer to PDPC-approved countryescalate
Cross-border transfer without PDPC approvaldeny
Biometric data cross-borderdeny

Example

from comply54.core.engine import Comply54Engine
from comply54.core.packs import EGYPT_PDPL

engine = Comply54Engine(packs=[EGYPT_PDPL])
result = engine.check(
action="store_data",
params={
"destination_country": "US",
"destination_region": "us-east-1",
"data_type": "financial",
},
)
print(result.overall) # "deny" — financial data must be stored in Egypt

Regulatory references