Warning

Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.

LGPD — Lei Geral de Proteção de Dados

Brazil’s General Data Protection Law (LGPD — Law 13.709/2018) governs the processing of personal data of individuals located in Brazil.


Key concepts

TermDefinition
Personal dataAny information that identifies or can identify a natural person (e.g. name, CPF, email, IP address)
Sensitive personal dataSpecial category: race, religion, health, biometric, genetic, sexual orientation, political opinion
Data subjectThe individual whose personal data is being processed
ControllerThe entity that decides the purpose and means of processing (Patria Investments)
ProcessorThird party that processes data on behalf of the controller
DPOData Protection Officer — responsible for LGPD compliance at Patria

Processing of personal data is only permitted under one of these legal bases:

  1. Consent — explicit, informed, specific, and freely given
  2. Legitimate interest — proportional and necessary for a legitimate business purpose
  3. Contractual obligation — necessary to fulfil a contract with the data subject
  4. Legal obligation — required by law or regulation
  5. Vital interests — protection of life or physical safety
  6. Legitimate interests (research) — for studies by research bodies

Developer obligations

Info

If your system handles personal data, you must::

- [ ] Identify personal data fields in your data model and document them in the data catalog
- [ ] Apply the minimum necessary principle — collect only what is required
- [ ] Implement data retention rules — delete or anonymise data after the retention period
- [ ] Ensure personal data is encrypted at rest and in transit
- [ ] Log access to personal data for audit purposes
- [ ] Never use production personal data in Development or Staging environments
- [ ] Complete a Privacy Impact Assessment (PIA) for new features that process sensitive data

See also: Data Privacy for Developers


Data subject rights

Under LGPD, data subjects have the right to:

RightDescriptionResponse SLA
AccessConfirm whether data is processed and receive a copy15 days
CorrectionFix inaccurate or incomplete data15 days
DeletionRequest erasure of data (subject to legal bases)15 days
PortabilityReceive data in a structured, machine-readable format15 days
ObjectionObject to processing based on legitimate interest15 days

Requests are received by the DPO and fulfilled with support from the responsible tech team.


Data breach notification

Under LGPD, a breach involving personal data must be reported:

  • Internally to the DPO immediately upon discovery
  • To ANPD and affected individuals within 72 hours, if the breach poses significant risk

See Incident Response for the full process.


DPO contact

See Contacts for DPO contact details.