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 (§18(2)) — requires DPC-approved destination countries or documented consent
  • Prohibition on transfer of sensitive personal data — health, biometric, religion, ethnic origin, criminal records — without explicit consent (§37)
  • Data security safeguards (§28-30) and breach notification to DPC and data subjects (§31)
  • Data subject rights: access, correction, deletion (§33)
  • Data minimisation and proportionality across the eight data protection principles (§17-26)
  • Ghana Card national ID (NIA Act 707) exposure blocking

Section reference​

SectionObligationcomply54 action
§17-26Eight data protection principles (purpose, minimisation, accuracy…)escalate on disproportionate exports
§18(2)Cross-border transfers — adequacy or consent requireddeny without basis; escalate on ambiguous destination
§28-30Security safeguardsescalate on security-gap indicators
§31Breach notification to DPC + data subjectsdeny on suppression attempts
§33Data subject participation rightsaudit on all PII access/modification
§37Special personal data (biometric, health, ethnic origin…)deny / escalate

Transfer decision matrix​

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

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" — §18(2) DPC adequacy verification required

Regulatory references​