Skip to main content

Ghana DPA 2012

Overview

FieldValue
Pack IDghana/dpa
Full titleData Protection Act 2012 (Act 843)
RegulatorData Protection Commission (DPC)
JurisdictionGhana (GH)
Effective dateOctober 2012

Key controls

Ghana was one of the earliest African countries to enact comprehensive data protection legislation. comply54 enforces:

  • Cross-border transfer restrictions (§33) — requires DPC-approved countries or explicit consent
  • Prohibition on transfer of sensitive personal data (health, biometric, religion, ethnicity) without explicit consent
  • Data processor registration with the DPC
  • Data subject rights compliance

Transfer restriction

DestinationData typeDecision
GhanaAnyallow
DPC-approved countryNon-sensitiveallow
Non-approved countryPersonal data + consentescalate
Non-approved countrySensitive datadeny

Example

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

engine = Comply54Engine(packs=[GHANA_DPA])
result = engine.check(
action="export_data",
params={"destination_country": "US", "data_type": "customer_pii"},
context={"consent_documented": True},
)
print(result.overall) # "escalate" — DPC notification required

Regulatory references