Skip to main content

Tanzania PDPA 2022

Overview

FieldValue
Pack IDtanzania/pdpa
Full titlePersonal Data Protection Act 2022
RegulatorTanzania Communications Regulatory Authority (TCRA)
JurisdictionTanzania (TZ)
Effective date2022

Key controls

  • Consent as primary legal basis for processing
  • Cross-border transfer restrictions — must have adequate protection
  • Biometric data classified as sensitive; requires explicit consent
  • Data breach notification within 72 hours to regulator

Example

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

engine = Comply54Engine(packs=[TANZANIA_PDPA])
result = engine.check(
action="send_to_external",
params={"destination_country": "US", "data_type": "biometric"},
)
print(result.overall) # "deny"

Regulatory references