bmad-plus 0.4.4 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/README.md +5 -3
  3. package/package.json +1 -1
  4. package/readme-international/README.de.md +2 -2
  5. package/readme-international/README.es.md +2 -2
  6. package/readme-international/README.fr.md +2 -2
  7. package/src/bmad-plus/module.yaml +76 -12
  8. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -0
  9. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +74 -0
  10. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +62 -0
  11. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +96 -0
  12. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +96 -0
  13. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +135 -0
  14. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +81 -0
  15. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +74 -0
  16. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +96 -0
  17. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +74 -0
  18. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +74 -0
  19. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +93 -0
  20. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +81 -0
  21. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +91 -0
  22. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -0
  23. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -0
  24. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -0
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -0
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -0
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -0
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -0
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -0
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +82 -0
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +68 -0
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -0
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -0
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -0
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +132 -0
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +90 -0
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +301 -0
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +429 -0
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +74 -0
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -0
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +485 -0
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +194 -0
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +176 -0
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +111 -0
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1512 -0
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +299 -0
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +297 -0
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +30 -0
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +75 -0
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +30 -0
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +74 -0
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +90 -0
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +74 -0
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +30 -0
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +142 -0
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -0
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -0
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -0
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +111 -0
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +177 -0
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -0
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -0
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -0
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -0
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +128 -0
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -0
  67. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -0
  68. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -0
  69. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -0
  70. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -0
  71. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -0
  72. package/src/bmad-plus/packs/pack-shield/README.md +110 -0
  73. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -0
  74. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -0
  75. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -0
  76. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -0
  77. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -0
  78. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -0
  79. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -0
  80. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -0
  81. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -0
  82. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -0
  83. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -0
  84. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -0
  85. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -0
  86. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -0
  87. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -0
  88. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -0
  89. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -0
  90. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -0
  91. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -0
  92. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -0
  93. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -0
  94. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -0
  95. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -0
  96. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -0
  97. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -0
  98. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -0
  99. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -0
  100. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -0
  101. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -0
  102. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -0
  103. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -0
  104. package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -0
  105. package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -0
  106. package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -0
  107. package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -0
  108. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -0
  109. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -0
  110. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -0
  111. package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -0
  112. package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -0
  113. package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -0
  114. package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -0
  115. package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -0
  116. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -0
  117. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -0
  118. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -0
  119. package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -0
  120. package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -0
  121. package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -0
  122. package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -0
  123. package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -0
  124. package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -0
  125. package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -0
  126. package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -0
  127. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -0
  128. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -0
  129. package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -0
  130. package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -0
  131. package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -0
  132. package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -0
  133. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -0
  134. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -0
  135. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -0
  136. package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -0
  137. package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -0
  138. package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -0
  139. package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -0
  140. package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -0
  141. package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -0
  142. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -0
  143. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -0
  144. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -0
  145. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -0
  146. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -0
  147. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -0
  148. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -0
  149. package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -0
  150. package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -0
  151. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -0
  152. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -0
  153. package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -0
  154. package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -0
  155. package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -0
  156. package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -0
  157. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -0
  158. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -0
  159. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -0
  160. package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -0
  161. package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -0
  162. package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -0
  163. package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -0
  164. package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -0
  165. package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -0
  166. package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -0
  167. package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -0
  168. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -0
  169. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -0
  170. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -0
  171. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -0
  172. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -0
  173. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -0
  174. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -0
  175. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -0
  176. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -0
  177. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -0
  178. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -0
  179. package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -0
  180. package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -0
  181. package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -0
  182. package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -0
  183. package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -0
  184. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -0
  185. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -0
  186. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -0
  187. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -0
  188. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -0
  189. package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -0
  190. package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -0
  191. package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -0
  192. package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -0
  193. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -0
  194. package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -0
  195. package/tools/cli/commands/install.js +31 -9
  196. package/tools/cli/commands/update.js +4 -2
  197. package/tools/cli/i18n.js +50 -10
@@ -0,0 +1,147 @@
1
+ # ANPD Enforcement Reference
2
+
3
+ ## Autoridade Nacional de Proteção de Dados (ANPD)
4
+
5
+ Brazil's national data protection authority, established by Law 13,853/2019 as part of the federal government, with technical and decisional autonomy.
6
+
7
+ **Website:** https://www.gov.br/anpd/pt-br
8
+ **Contact:** anpd@anpd.gov.br
9
+
10
+ ---
11
+
12
+ ## ANPD Organisational Structure
13
+
14
+ - **Board of Directors (Conselho Diretor):** 5 directors appointed by the President of Brazil; 4-year staggered terms
15
+ - **National Council for Personal Data and Privacy Protection (CNPD):** Advisory body; civil society, government, and expert representatives
16
+ - **Internal Structure:** Departments for enforcement, regulation, international affairs, communications
17
+
18
+ ---
19
+
20
+ ## Enforcement Process
21
+
22
+ ### Phase 1 — Preliminary Investigation (Processo Administrativo Preliminar)
23
+ 1. ANPD receives complaint, monitoring signal, or self-initiated referral
24
+ 2. Preliminary investigation to determine whether to open formal proceedings
25
+ 3. Duration: typically 60 days (extendable)
26
+ 4. Controller/processor may be contacted for information
27
+
28
+ ### Phase 2 — Administrative Investigation (Processo Administrativo Sancionador)
29
+ 1. Formal notice to accused party
30
+ 2. Right of defence: 15 business days to present response
31
+ 3. Evidence gathering, hearings if necessary
32
+ 4. Reporting officer prepares draft decision
33
+ 5. Board votes on decision
34
+ 6. Final administrative decision issued
35
+
36
+ ### Phase 3 — Appeal
37
+ 1. Decision may be appealed internally to ANPD Board within 10 business days
38
+ 2. After ANPD appeal: judicial review available in Federal District courts
39
+
40
+ ### Timelines
41
+ - **Prescription:** 5 years from when ANPD becomes aware (Art. 54)
42
+ - **Complaint response:** ANPD aims to respond to complaints within 30 days (varies in practice)
43
+
44
+ ---
45
+
46
+ ## Penalty Calculation Methodology
47
+
48
+ ### Simple Fine (Art. 52, II)
49
+ **Cap:** Lesser of 2% of Brazilian revenue (prior FY) or R$50,000,000 per violation.
50
+
51
+ **For groups of companies:** 2% of group's Brazilian revenue.
52
+
53
+ **Factors considered (Art. 52, §1º):**
54
+
55
+ | Factor | Impact |
56
+ |--------|--------|
57
+ | Gravity and nature of violation | Higher gravity → higher fine |
58
+ | Data subjects' good faith | Mitigating |
59
+ | Advantage gained from violation | Higher advantage → higher fine |
60
+ | Conditions of controller (size, economic position) | Proportionality |
61
+ | Recidivism | Aggravating |
62
+ | Degree of damage | Higher damage → higher fine |
63
+ | Cooperation with investigation | Mitigating |
64
+ | Good faith and internal controls | Mitigating |
65
+ | Promptness of corrective measures | Mitigating |
66
+ | Proportionality and necessity | Baseline consideration |
67
+
68
+ ### Daily Fine (Art. 52, III)
69
+ Daily accrual to compel compliance; same R$50M cap per violation.
70
+
71
+ ### Multiple Violations
72
+ Each violation may be treated separately. Multiple fines may be stacked.
73
+
74
+ ---
75
+
76
+ ## Enforcement Priorities (ANPD Strategic Agenda)
77
+
78
+ ANPD has indicated priority focus areas:
79
+ 1. **Large-scale data breaches** — incidents affecting many Brazilians
80
+ 2. **Sensitive data processing without legal basis** — health, biometric, financial
81
+ 3. **Children's data** — processing without verifiable parental consent
82
+ 4. **International transfers** — to countries without adequate protection
83
+ 5. **Failure to respond to data subject rights** — especially access and deletion
84
+ 6. **Lack of DPO appointment** for controllers required to appoint
85
+
86
+ ---
87
+
88
+ ## Notable ANPD Enforcement Actions
89
+
90
+ ### Telemarketing / Call Centre Sector (2023)
91
+ ANPD investigated multiple companies for unlawful processing of personal data for telemarketing without adequate legal basis. Issued warnings and remediation orders.
92
+
93
+ ### Health Sector Data Sharing (2022–2023)
94
+ ANPD investigated sharing of health data (sensitive data) with third parties without express consent. Issued compliance orders.
95
+
96
+ ### Large-Scale Data Breach Investigations
97
+ ANPD has opened investigations following major data leaks affecting millions of Brazilian CPF (taxpayer ID) numbers. Status of fines pending as of 2025.
98
+
99
+ ### Clarification Orders
100
+ ANPD has issued numerous "Comunicados" and "Notas de Esclarecimento" setting expectations for sectors on specific topics (facial recognition, cookies, employee monitoring).
101
+
102
+ ---
103
+
104
+ ## Cooperation with Other Authorities
105
+
106
+ ### Brazilian Authorities
107
+ - **SENACON (Secretaria Nacional do Consumidor):** Consumer protection — joint enforcement on matters affecting consumers
108
+ - **CADE (Conselho Administrativo de Defesa Econômica):** Competition — data and market power interactions
109
+ - **Banco Central:** Financial data oversight
110
+ - **ANS/ANVISA:** Health sector data
111
+
112
+ ### International Cooperation
113
+ ANPD has signed MoUs with:
114
+ - Portuguese DPA (CNPD — Portugal)
115
+ - Uruguayan authority (URCDP)
116
+ - CNIL (France)
117
+ - UK ICO
118
+ - Ibero-American Data Protection Network (RIPD)
119
+
120
+ ANPD participates in Global Privacy Assembly (GPA).
121
+
122
+ ---
123
+
124
+ ## Complaint Filing Process
125
+
126
+ Data subjects may file complaints with ANPD at: https://www.gov.br/anpd/pt-br/assuntos/peticoes
127
+
128
+ **Required information:**
129
+ - Identity of data subject (CPF required for Brazilian residents)
130
+ - Identity of controller (CNPJ/name)
131
+ - Description of alleged violation
132
+ - Evidence where available
133
+ - Rights already exercised with the controller
134
+
135
+ **ANPD first refers complaint to controller** (gives opportunity to resolve); escalates to investigation if unresolved.
136
+
137
+ ---
138
+
139
+ ## LGPD vs. Other Brazilian Law Obligations
140
+
141
+ | Law | Interaction with LGPD |
142
+ |-----|----------------------|
143
+ | Consumer Defence Code (CDC) | LGPD supplements CDC for data; CDC remedies still apply |
144
+ | Marco Civil da Internet (MCI) | MCI governs internet intermediaries; LGPD applies to personal data |
145
+ | LGPD for financial sector | Central Bank regulations + LGPD |
146
+ | Health Sector | ANVISA/ANS rules + LGPD (stricter for health/sensitive data) |
147
+ | Credit reporting (Cadastro Positivo) | Art. 7, X — specific legal basis for credit protection |
@@ -0,0 +1,272 @@
1
+ # LGPD Compliance Programme Reference
2
+
3
+ ## Programme Template & Key Documents
4
+
5
+ ---
6
+
7
+ ## 1. LGPD Compliance Roadmap
8
+
9
+ ### Phase 1 — Foundation (Months 1–3)
10
+ - [ ] Appoint DPO (Encarregado) — publish contact on website
11
+ - [ ] Conduct personal data inventory / data mapping
12
+ - [ ] Identify all processing activities and responsible owners
13
+ - [ ] Create Records of Processing Activities (RoPA)
14
+ - [ ] Conduct initial LGPD gap assessment
15
+
16
+ ### Phase 2 — Remediation (Months 3–6)
17
+ - [ ] Map legal basis to each processing activity (Arts. 7, 11)
18
+ - [ ] Draft/update privacy notices (Art. 9)
19
+ - [ ] Update consent mechanisms — ensure validity (Art. 8)
20
+ - [ ] Implement data subject rights fulfilment procedures
21
+ - [ ] Conduct Data Protection Impact Assessment (RIPD) for high-risk processing
22
+ - [ ] Review and update supplier/processor contracts (Art. 39)
23
+ - [ ] Implement security technical and administrative measures (Art. 46)
24
+ - [ ] Establish international transfer compliance (Arts. 33–36)
25
+
26
+ ### Phase 3 — Operationalisation (Months 6–9)
27
+ - [ ] Train all employees on LGPD obligations
28
+ - [ ] Implement automated data subject request workflow
29
+ - [ ] Establish breach detection and notification procedure (Art. 48)
30
+ - [ ] Implement data retention and disposal schedule
31
+ - [ ] Create internal LGPD governance committee
32
+ - [ ] Conduct privacy by design review of new products/services
33
+
34
+ ### Phase 4 — Ongoing Compliance
35
+ - [ ] Annual LGPD gap reassessment
36
+ - [ ] RIPD for any new high-risk processing
37
+ - [ ] Monitor ANPD guidance and resolution updates
38
+ - [ ] Regular employee training refreshers
39
+ - [ ] Annual DPO report to management
40
+ - [ ] Incident response drills
41
+
42
+ ---
43
+
44
+ ## 2. Records of Processing Activities (RoPA) Template
45
+
46
+ *Per Art. 37 LGPD and ANPD Resolution No. 2/2022*
47
+
48
+ | Field | Description |
49
+ |-------|-------------|
50
+ | Processing Activity Name | e.g., "Customer Account Management" |
51
+ | Controller | Legal name, CNPJ |
52
+ | DPO Contact | Name, email, phone |
53
+ | Processor(s) | If applicable — name, CNPJ, role |
54
+ | Purpose | Specific, legitimate purpose |
55
+ | Legal Basis | Art. 7 or Art. 11 basis; if LI, balancing test reference |
56
+ | Categories of Data | e.g., identification, financial, health, biometric |
57
+ | Sensitive Data? | Yes/No; if yes, basis under Art. 11 |
58
+ | Children's Data? | Yes/No; consent mechanism |
59
+ | Data Subjects | Categories: customers, employees, suppliers, etc. |
60
+ | Recipients/Sharing | Internal departments; external third parties |
61
+ | International Transfers | Countries; transfer mechanism |
62
+ | Retention Period | Duration; basis for retention or deletion |
63
+ | Security Measures | Technical and administrative measures summary |
64
+ | RIPD Reference | If DPIA/RIPD was conducted — reference number |
65
+ | Last Updated | Date |
66
+
67
+ ---
68
+
69
+ ## 3. Data Subject Request (DSR) Procedure
70
+
71
+ ### Step 1 — Receive
72
+ - Provide accessible request channel (web form, email, in-person)
73
+ - Log every request: date, requestor identity, type of request
74
+ - Send acknowledgement within 1 business day
75
+
76
+ ### Step 2 — Verify Identity
77
+ - Request minimum necessary identity proof (name + CPF + account reference)
78
+ - Do not require excessive documentation — proportionate to risk
79
+ - For requests on behalf of another: require valid power of attorney
80
+
81
+ ### Step 3 — Classify Request
82
+ | Request Type | LGPD Article | Typical Response |
83
+ |-------------|-------------|-----------------|
84
+ | Confirmation of processing | Art. 18, I | Immediate (simplified) |
85
+ | Access to data | Art. 18, II | 15 days (full report) |
86
+ | Correction | Art. 18, III | Without undue delay |
87
+ | Anonymisation/blocking/deletion | Art. 18, IV | Without undue delay |
88
+ | Portability | Art. 18, V | ANPD format (pending) |
89
+ | Deletion of consent-based data | Art. 18, VI | Without undue delay |
90
+ | Information about sharing | Art. 18, VII | Without undue delay |
91
+ | Consent denial consequences | Art. 18, VIII | Without undue delay |
92
+ | Consent revocation | Art. 18, IX | Without undue delay |
93
+ | Automated decision review | Art. 20 | Upon request |
94
+
95
+ ### Step 4 — Assess Exemptions
96
+ Controller may decline if (Art. 18, §3º):
97
+ - Data subject or third party would be harmed
98
+ - National security
99
+ - Financial intelligence or fiscal activities
100
+ - Criminal/civil investigations
101
+ - Economic or financial protection of public entity
102
+ Must inform data subject of exemption applied and right to complain to ANPD.
103
+
104
+ ### Step 5 — Respond
105
+ - Free of charge
106
+ - Clear, accessible language
107
+ - Immediate for simplified responses; 15 days for full access report
108
+ - Log response and retain record
109
+
110
+ ---
111
+
112
+ ## 4. Data Protection Impact Assessment (RIPD) Template
113
+
114
+ *Relatório de Impacto à Proteção de Dados Pessoais — Art. 38 LGPD*
115
+
116
+ ### Section 1 — Processing Description
117
+ - Name and purpose of processing activity
118
+ - Legal basis (Art. 7 or Art. 11)
119
+ - Categories of personal data and data subjects
120
+ - Volume and frequency of processing
121
+ - Systems and technologies used
122
+ - Third parties involved (processors, sub-processors)
123
+ - International transfers
124
+
125
+ ### Section 2 — Necessity and Proportionality Assessment
126
+ - Is the processing necessary for the stated purpose?
127
+ - Could the purpose be achieved with less data (necessity principle)?
128
+ - Is the retention period proportionate?
129
+ - Could anonymisation or pseudonymisation reduce risk?
130
+
131
+ ### Section 3 — Risk Identification
132
+ | Risk | Likelihood | Impact | Risk Level |
133
+ |------|-----------|--------|-----------|
134
+ | Unauthorised access | High/Med/Low | High/Med/Low | High/Med/Low |
135
+ | Data loss or deletion | ... | ... | ... |
136
+ | Unlawful disclosure | ... | ... | ... |
137
+ | Discriminatory use | ... | ... | ... |
138
+ | Inaccurate data | ... | ... | ... |
139
+
140
+ ### Section 4 — Mitigation Measures
141
+ For each identified risk:
142
+ - Technical measure to be implemented
143
+ - Administrative/process measure
144
+ - Residual risk after mitigation
145
+ - Responsible party and implementation date
146
+
147
+ ### Section 5 — DPO Opinion
148
+ - DPO name and review date
149
+ - DPO recommendation: Proceed / Proceed with conditions / Do not proceed
150
+ - Conditions/recommendations if applicable
151
+
152
+ ### Section 6 — Management Approval
153
+ - Controller representative signature and date
154
+ - Decision: Proceed / Modify / Cancel processing
155
+
156
+ ---
157
+
158
+ ## 5. Breach Notification Template
159
+
160
+ ### Preliminary ANPD Notification (within 3 working days)
161
+ *ANPD Resolution CD/ANPD No. 15/2024*
162
+
163
+ **Portal:** https://www.gov.br/anpd/pt-br/assuntos/incidentes-de-seguranca
164
+
165
+ Fields required:
166
+ - Controller identification (name, CNPJ, DPO contact)
167
+ - Date incident detected; date notification submitted
168
+ - Description of incident (what happened)
169
+ - Approximate categories of data affected
170
+ - Approximate number of data subjects affected
171
+ - Immediate containment measures taken
172
+ - Preliminary risk assessment
173
+
174
+ ### Full ANPD Report (within 20 working days)
175
+ Additional fields:
176
+ - Root cause analysis
177
+ - Full scope of data affected (categories, volume)
178
+ - Full list of systems/regions affected
179
+ - All corrective and preventive measures implemented
180
+ - Communication to data subjects (if required)
181
+ - Updated risk assessment
182
+
183
+ ### Data Subject Notification (when required)
184
+ Notify when: likely to cause significant harm to data subjects (Art. 48, §1º)
185
+
186
+ Content:
187
+ - Nature of the incident
188
+ - What data was affected
189
+ - Risks to the data subject
190
+ - Measures taken by controller
191
+ - Contact for questions (DPO)
192
+ - How to exercise rights
193
+
194
+ ---
195
+
196
+ ## 6. DPO (Encarregado) Job Description
197
+
198
+ ### Mandatory Functions (Art. 41, §2º)
199
+ 1. Accept complaints and communications from data subjects
200
+ 2. Receive communications from ANPD and take necessary action
201
+ 3. Guide employees and contractors on LGPD obligations
202
+ 4. Perform other duties defined by controller or ANPD
203
+
204
+ ### Recommended Additional Functions
205
+ - Maintain and update RoPA
206
+ - Coordinate DPIAs (RIPDs)
207
+ - Monitor ANPD regulatory updates
208
+ - Conduct or oversee LGPD training
209
+ - Review new products/services for privacy compliance
210
+ - Manage data subject rights requests
211
+ - Coordinate breach response
212
+ - Liaise with legal counsel on LGPD matters
213
+ - Produce annual DPO report for management
214
+
215
+ ### DPO Publication Requirement (Art. 41, §1º)
216
+ Controller must publish DPO identity and contact details — typically on:
217
+ - Company website (privacy policy page)
218
+ - Privacy notice / cookie notice
219
+ - Any form collecting personal data
220
+
221
+ ### DPO Exemptions (ANPD Resolution No. 2/2022)
222
+ Micro and small enterprises (ME/EPP) with low-risk processing activities may be exempt from mandatory DPO appointment, but must still designate a contact point for data subjects.
223
+
224
+ ---
225
+
226
+ ## 7. LGPD Gap Assessment Checklist
227
+
228
+ ### Governance
229
+ - [ ] DPO appointed and published (Art. 41)
230
+ - [ ] LGPD policy approved by senior management
231
+ - [ ] Privacy governance committee or equivalent
232
+ - [ ] Annual LGPD review scheduled
233
+
234
+ ### Data Inventory
235
+ - [ ] Personal data inventory complete
236
+ - [ ] RoPA maintained and up to date (Art. 37)
237
+ - [ ] Sensitive data identified and documented
238
+ - [ ] Children's data identified and documented
239
+
240
+ ### Legal Basis
241
+ - [ ] Legal basis documented for every processing activity
242
+ - [ ] Sensitive data uses Art. 11 basis only
243
+ - [ ] Legitimate interest balancing tests completed (Art. 10)
244
+ - [ ] Consent records maintained (Art. 8)
245
+
246
+ ### Data Subject Rights
247
+ - [ ] DSR intake mechanism in place (Art. 18)
248
+ - [ ] Response within 15 days (access) / without undue delay (other rights)
249
+ - [ ] Automated decisions review process (Art. 20)
250
+ - [ ] Consent revocation mechanism (Art. 18, IX)
251
+
252
+ ### Vendors / Processors
253
+ - [ ] Processor agreements include LGPD terms (Art. 39)
254
+ - [ ] Sub-processor oversight documented
255
+ - [ ] International transfers compliance (Arts. 33–36)
256
+
257
+ ### Security
258
+ - [ ] Technical security measures implemented (Art. 46)
259
+ - [ ] Administrative security measures implemented (Art. 46)
260
+ - [ ] Privacy by design embedded in product development (Art. 49)
261
+ - [ ] Breach detection and response procedure (Art. 48)
262
+ - [ ] ANPD 3-day notification process documented
263
+
264
+ ### Transparency
265
+ - [ ] Privacy notices published for all processing activities (Art. 9)
266
+ - [ ] Cookie notice/consent tool (where applicable)
267
+ - [ ] Children's consent mechanism (Art. 14)
268
+
269
+ ### High-Risk Processing
270
+ - [ ] RIPD (DPIA) process established (Art. 38)
271
+ - [ ] RIPDs completed for high-risk processing activities
272
+ - [ ] Large-scale profiling assessed
@@ -0,0 +1,271 @@
1
+ # LGPD Article-by-Article Reference
2
+
3
+ ## Law No. 13,709/2018 — Lei Geral de Proteção de Dados Pessoais (LGPD)
4
+ *As amended by Law No. 13,853/2019 and subsequent ANPD resolutions*
5
+
6
+ ---
7
+
8
+ ## Chapter I — General Provisions (Arts. 1–10)
9
+
10
+ ### Art. 1 — Purpose
11
+ Establishes rules for processing personal data in Brazil to protect fundamental rights of freedom, privacy, and free development of personality.
12
+
13
+ ### Art. 2 — Foundations
14
+ LGPD is based on: respect for privacy; informational self-determination; freedom of expression, information, communication, and opinion; inviolability of honour and image; economic and technological development and innovation; free enterprise; consumer protection; human rights, free development of personality, dignity, and exercise of citizenship.
15
+
16
+ ### Art. 3 — Scope
17
+ Applies to processing in Brazil; offers/provision to individuals in Brazil; data collected in Brazil. Extraterritorial application to controllers and processors outside Brazil.
18
+
19
+ ### Art. 4 — Exemptions
20
+ Does not apply to: personal/household use; journalistic/artistic/academic (with Art. 7 basis); national security, defence, public safety, criminal investigation by public entities; data from outside Brazil with no communication to Brazilian agents.
21
+
22
+ ### Art. 5 — Definitions
23
+ Key terms:
24
+ - **Personal data:** Information related to identified or identifiable natural person
25
+ - **Sensitive personal data:** Racial/ethnic origin, religious belief, political opinion, union membership, religion, health or sex life data, genetic/biometric data
26
+ - **Anonymised data:** Data not identifiable by reasonable means (not personal data)
27
+ - **Data subject (titular):** Natural person to whom data relates
28
+ - **Controller (controlador):** Natural or legal person who determines purposes/means of processing
29
+ - **Processor (operador):** Natural or legal person who processes on behalf of controller
30
+ - **DPO / Encarregado:** Person designated by controller to be contact point with data subjects and ANPD
31
+ - **Processing:** Any operation on personal data (collection, production, reception, classification, use, access, reproduction, transmission, distribution, processing, archiving, storage, elimination, evaluation, modification, communication, transfer, diffusion, extraction)
32
+ - **Consent (consentimento):** Free, informed, unambiguous expression of agreement for specific purpose
33
+ - **Blocking (bloqueio):** Temporary suspension of any processing pending review
34
+ - **Anonymisation:** Technical processes making data unable to identify person
35
+ - **Pseudonymisation:** Processing removing identifiability with use of additional information
36
+ - **International data transfer:** Transfer to foreign country or international organisation
37
+
38
+ ### Art. 6 — Principles (10)
39
+ Purpose, adequacy, necessity, free access, data quality, transparency, security, prevention, non-discrimination, accountability.
40
+
41
+ ### Art. 7 — Legal Bases (regular personal data — 10)
42
+ I. Consent; II. Legal obligation; III. Public policy by public entity; IV. Research; V. Contract; VI. Exercise of rights in proceedings; VII. Vital interests; VIII. Health protection; IX. Legitimate interest; X. Credit protection.
43
+
44
+ ### Art. 8 — Consent Requirements
45
+ Must be in written or equivalent digital form; burden of proof on controller; may be revoked free of charge at any time; cannot be generic; bundled consents for unrelated processing invalid; cannot condition service on consent unless necessary.
46
+
47
+ ### Art. 9 — Transparency
48
+ Data subjects have right to easy/free access to information about: purposes, duration, identity of controller, DPO contact, shared data and recipients, data subjects' rights.
49
+
50
+ ### Art. 10 — Legitimate Interest (LI)
51
+ LI can only justify processing if: does not prevail over fundamental rights of data subject; limited to legitimate, specific purposes; data subject has a reasonable expectation. Controller must conduct LI assessment (balancing test). Sensitive data cannot use LI.
52
+
53
+ ---
54
+
55
+ ## Chapter II — Processing of Sensitive Data & Children's Data (Arts. 11–14)
56
+
57
+ ### Art. 11 — Sensitive Data Processing
58
+ Only permitted when:
59
+ - Express and specific consent from data subject
60
+ - Legal obligation
61
+ - Shared by controller to comply with public policy
62
+ - Studies by research bodies (anonymised)
63
+ - Exercise of rights in proceedings
64
+ - Protection of life/physical safety
65
+ - Health care professionals/services
66
+ - Prevention of fraud/safety of data subject
67
+ - Protection of credit (LI prohibited for sensitive data)
68
+
69
+ ### Art. 12 — Anonymised Data
70
+ Anonymised data is not personal data. Risk of re-identification must be considered in context.
71
+
72
+ ### Art. 13 — Research
73
+ Processing for research permitted; anonymisation preferred; security measures must be adopted; results must be published in anonymised form.
74
+
75
+ ### Art. 14 — Children's and Adolescents' Data
76
+ Processing requires: specific and highlighted consent from parent/guardian; data collected only as necessary; no sharing with third parties without consent; best interests of children prioritised. Controllers must verify parental consent in reasonable manner.
77
+
78
+ ---
79
+
80
+ ## Chapter III — Data Subject Rights (Arts. 17–22)
81
+
82
+ ### Art. 17 — Right of Ownership
83
+ Every natural person has ownership of their personal data and guaranteed fundamental rights.
84
+
85
+ ### Art. 18 — Rights List
86
+ Data subjects may request from controller at any time:
87
+ - **I** — Confirmation of processing
88
+ - **II** — Access to data
89
+ - **III** — Correction (inaccurate/incomplete/outdated)
90
+ - **IV** — Anonymisation, blocking, or deletion of unnecessary/excessive/non-compliant data
91
+ - **V** — Portability to another provider (ANPD to define format)
92
+ - **VI** — Deletion of consent-based data (unless Art. 16 retention exception applies)
93
+ - **VII** — Information about public/private entities with whom data was shared
94
+ - **VIII** — Information about possibility of not providing consent and consequences
95
+ - **IX** — Revocation of consent (Art. 8)
96
+
97
+ Controller must respond: immediately (simplified); within 15 days (full access report); without undue delay (corrections/deletions).
98
+
99
+ ### Art. 19 — Response Format
100
+ Simplified response or through a complete declaration within 15 days from data subject's request. Must be free of charge.
101
+
102
+ ### Art. 20 — Automated Decisions
103
+ Data subject may request review of decisions made solely by automated processing (profiling, credit assessment, etc.). Controller must provide clear and adequate information about criteria and procedures. Human review must be available on request.
104
+
105
+ ### Art. 21 — Protected Data
106
+ Data subject data used to exercise rights cannot be used against the data subject.
107
+
108
+ ### Art. 22 — Defence of Interests
109
+ Rights may be exercised via consumer protection entities, agencies, ANPD, or judicially.
110
+
111
+ ---
112
+
113
+ ## Chapter IV — Processing by Public Entities (Arts. 23–32)
114
+
115
+ ### Art. 23
116
+ Public entities may process personal data for public interest; must inform purpose and necessity; cannot transfer to private entities except for specific Art. 26 reasons.
117
+
118
+ ### Art. 26
119
+ Sharing with private sector only where: indispensable for service delivery; for regulatory purpose; or research (anonymised).
120
+
121
+ ### Art. 27
122
+ International transfers by public entities for international cooperation: follow applicable treaties and ANPD guidance.
123
+
124
+ ---
125
+
126
+ ## Chapter V — International Transfer (Arts. 33–36)
127
+
128
+ ### Art. 33 — Transfer Mechanisms
129
+ Personal data may only transfer internationally to:
130
+ - Countries/org with adequate protection (ANPD adequacy decision)
131
+ - Agreements/standard contractual clauses (Art. 35)
132
+ - Binding corporate rules (BCRs) — Art. 35, I
133
+ - Specific consent for the transfer — Art. 33, VIII
134
+ - ANPD authorisation — Art. 33, IX
135
+
136
+ ### Art. 34 — Adequacy Assessment
137
+ ANPD evaluates: rule of law; protection of human rights; independence of supervisory body; effective remedies; reciprocity; international conventions ratified by Brazil.
138
+
139
+ ### Art. 35 — Contractual Clauses and BCRs
140
+ Specific or standard contractual clauses must provide adequate protection level. BCRs authorised by ANPD. ANPD may publish standard contractual clauses (not yet done as of 2025).
141
+
142
+ ### Art. 36 — Complementary Transfers
143
+ Even where Art. 33 applies, ANPD may impose additional requirements for sensitive data or large-scale transfers.
144
+
145
+ ---
146
+
147
+ ## Chapter VI — Controllers and Processors (Arts. 37–45)
148
+
149
+ ### Art. 37 — Record of Processing Activities (RoPA)
150
+ Controllers and processors must maintain RoPA. ANPD may require disclosure. ANPD Resolution No. 2/2022 made RoPA mandatory for agents that: process data at large scale; are public authorities; or process sensitive data.
151
+
152
+ ### Art. 38 — DPIA / RIPD (Relatório de Impacto à Proteção de Dados)
153
+ ANPD may require DPIA for high-risk processing. Content defined by ANPD. Must be considered by the controller before processing begins.
154
+
155
+ ### Art. 39 — Processor Instructions
156
+ Processors must act per controller instructions. Processors may only act independently if legally required.
157
+
158
+ ### Art. 40 — Standards
159
+ ANPD may establish operational standards for controllers and processors.
160
+
161
+ ### Art. 41 — DPO (Encarregado)
162
+ Controllers must appoint a DPO. DPO must:
163
+ - Receive complaints and communications from data subjects
164
+ - Communicate with data subjects and ANPD
165
+ - Guide internal employees and contractors
166
+ - Perform other tasks as defined by controller or ANPD
167
+
168
+ Controller must publish DPO identity and contact. ANPD may exempt certain controllers (ANPD Resolution No. 2/2022 exempts small/micro companies with limited scope).
169
+
170
+ ### Art. 42 — Liability
171
+ Controllers or processors causing damage by LGPD violation are liable to repair (individual or collective). Joint/several liability where multiple parties involved.
172
+
173
+ ### Art. 43 — Exemptions
174
+ Exempt if: did not carry out processing; processing not at fault; damage caused exclusively by data subject or third party.
175
+
176
+ ### Art. 44 — Irregular Processing
177
+ Processing irregular if: does not comply with law or security regulations; does not achieve stated purpose; does not meet transparency/security/data quality obligations.
178
+
179
+ ### Art. 45 — Consumer Code
180
+ Processing subject to LGPD does not exclude application of Consumer Protection Code where applicable.
181
+
182
+ ---
183
+
184
+ ## Chapter VII — Security, Good Practices, and Governance (Arts. 46–51)
185
+
186
+ ### Art. 46 — Security Measures
187
+ Technical and administrative security measures proportional to risk must be adopted by controllers and processors. ANPD may define minimum standards.
188
+
189
+ ### Art. 47 — Internal Practices
190
+ Agents must adopt policies, procedures, and governance mechanisms to: demonstrate effective compliance; implement data subject rights; assess effectiveness of measures; mitigate risks.
191
+
192
+ ### Art. 48 — Incident Notification
193
+ Security incidents that may cause relevant risk or harm to data subjects must be notified to ANPD and data subjects:
194
+ - **Preliminary notification:** 3 working days from awareness (ANPD Resolution CD/ANPD No. 15/2024)
195
+ - **Full report:** Within 20 working days
196
+ - Must include: nature of data; number of affected subjects; technical measures taken/planned; risks of incident; reasons for delay (if any)
197
+
198
+ ### Art. 49 — System Design
199
+ Systems must be designed with security measures from conception (privacy by design) and default settings protective of privacy.
200
+
201
+ ### Art. 50 — Good Practices
202
+ Controllers and processors may develop good practice programmes; ANPD may accredit entities to manage complaints and promote standards.
203
+
204
+ ### Art. 51 — National Strategy
205
+ National data protection strategy for government entities.
206
+
207
+ ---
208
+
209
+ ## Chapter VIII — ANPD (Arts. 55-A to 55-L)
210
+
211
+ ### Art. 55-A
212
+ ANPD is a federal government body with technical autonomy, own budget, and decision-making authority. Part of the Presidency.
213
+
214
+ ### Art. 55-J — ANPD Competencies
215
+ - Issue regulations and guidance
216
+ - Conduct inspections and audits
217
+ - Apply administrative sanctions
218
+ - Promote knowledge of LGPD
219
+ - Cooperate with data protection authorities internationally
220
+ - Require DPIAs
221
+ - Define standards for international transfer mechanisms
222
+
223
+ ---
224
+
225
+ ## Chapter IX — Administrative Sanctions (Arts. 52–54)
226
+
227
+ ### Art. 52 — Sanctions
228
+ ANPD may apply (after investigation and opportunity to respond):
229
+ | Sanction | Details |
230
+ |----------|---------|
231
+ | Warning | With deadline to adopt corrective measures |
232
+ | Simple fine | Up to 2% of revenue in Brazil (previous FY); group cap R$50M per violation |
233
+ | Daily fine | To compel compliance; same cap |
234
+ | Publicisation | Public disclosure of violation after completion of investigation |
235
+ | Blocking | Temporary blocking of personal data involved |
236
+ | Deletion | Erasure of personal data related to violation |
237
+ | Suspension | Partial suspension of processing up to 6 months (renewable once) |
238
+ | Prohibition | Total prohibition of personal data processing activities |
239
+
240
+ ### Art. 52, §1º — Aggravating/Mitigating Factors
241
+ Gravity; intent; recurrence; good faith; cooperation; financial advantage; vulnerability of data subjects; internal controls; timely adoption of corrective measures; proportionality.
242
+
243
+ ### Art. 53 — Financial Sanctions Methodology
244
+ ANPD to define criteria for calculating fines, including: nature of violation; controller size; number of data subjects; economic advantage.
245
+
246
+ ### Art. 54 — Statute of Limitations
247
+ Administrative violations time-bar after 5 years. Count from date ANPD becomes aware of violation.
248
+
249
+ ---
250
+
251
+ ## Key ANPD Resolutions (as of 2025)
252
+
253
+ | Resolution | Subject |
254
+ |-----------|---------|
255
+ | CD/ANPD No. 1/2021 | Internal regulation of ANPD |
256
+ | CD/ANPD No. 2/2022 | RoPA requirements; DPO exemptions for small entities |
257
+ | CD/ANPD No. 4/2023 | Simplified LGPD applicability for micro/small enterprises |
258
+ | CD/ANPD No. 15/2024 | Security incident notification — 3 working day preliminary requirement |
259
+ | Normative Instruction No. 1/2021 | DPO reporting requirements |
260
+
261
+ ---
262
+
263
+ ## LGPD Timeline
264
+ | Date | Event |
265
+ |------|-------|
266
+ | 14 Aug 2018 | Law 13,709/2018 signed |
267
+ | 9 Jul 2019 | Law 13,853/2019 — created ANPD, amended provisions |
268
+ | 18 Sep 2020 | LGPD entered into force (except sanctions) |
269
+ | 1 Aug 2021 | Administrative sanctions entered into force |
270
+ | 2022 | ANPD Resolution No. 2 — RoPA/DPO rules |
271
+ | 2024 | ANPD Resolution No. 15 — 3-day breach notification |