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,319 @@
1
+ # DPDPA — Section-by-Section Reference
2
+
3
+ Digital Personal Data Protection Act, 2023. Presidential Assent: 11 August 2023.
4
+ 44 Sections across 9 Chapters.
5
+
6
+ ---
7
+
8
+ ## Chapter I — Preliminary (Sections 1–3)
9
+
10
+ ### Section 1 — Short Title, Extent, Commencement and Application
11
+ Establishes the short title: "Digital Personal Data Protection Act, 2023."
12
+ - Extends to the whole of India
13
+ - Commencement by phased notification in the Official Gazette
14
+ - Applies to digital personal data processing within India AND processing outside India
15
+ related to offering goods or services to individuals located in India
16
+
17
+ ### Section 2 — Definitions
18
+ 28 defined terms including:
19
+
20
+ | Term | Definition |
21
+ |------|-----------|
22
+ | **Appellate Tribunal** | Telecom Disputes Settlement and Appellate Tribunal (TDSAT) |
23
+ | **Board** | Data Protection Board of India |
24
+ | **Child** | Individual who has not completed **18 years of age** |
25
+ | **Consent Manager** | Body corporate registered by the Board enabling Data Principals to manage consent across multiple Data Fiduciaries via a single interoperable platform |
26
+ | **Data Fiduciary** | Any person who alone or jointly with others determines the **purpose and means** of processing of digital personal data (= GDPR "controller") |
27
+ | **Data Principal** | The individual to whom the personal data relates (= GDPR "data subject") |
28
+ | **Data Processor** | Any person who processes digital personal data on behalf of a Data Fiduciary under a contract (= GDPR "processor") |
29
+ | **Data Protection Officer (DPO)** | Individual appointed by a Significant Data Fiduciary as representative before the Board and grievance contact |
30
+ | **Digital personal data** | Personal data in digital form |
31
+ | **Personal data** | Any data about an individual who is identifiable directly or indirectly from such data |
32
+ | **Personal data breach** | Unauthorised processing or accidental disclosure causing loss of confidentiality, integrity, or availability of digital personal data |
33
+ | **Processing** | Any automated operation on digital personal data including collection, recording, storage, retrieval, use, sharing, transmission, erasure, and destruction |
34
+ | **Significant Data Fiduciary (SDF)** | Data Fiduciary notified by Central Government based on volume/sensitivity, risk to rights, impact on sovereignty, electoral democracy, state security, or public order |
35
+ | **Specified purpose** | The purpose mentioned in the Data Fiduciary's notice for which the Data Principal provided personal data |
36
+
37
+ ### Section 3 — Application (Territorial Scope)
38
+ The Act applies to:
39
+ - Processing of digital personal data **within India**, and
40
+ - Processing **outside India** if it relates to offering goods or services to individuals
41
+ located in India at the time the personal data is collected
42
+
43
+ Partial exemption: Processing under contracts with foreign entities of data of
44
+ Data Principals **not located in India** is exempt from most obligations (Section 17(g)).
45
+
46
+ ---
47
+
48
+ ## Chapter II — Obligations of Data Fiduciary (Sections 4–10)
49
+
50
+ ### Section 4 — Grounds for Processing Personal Data
51
+ Two and only two lawful bases:
52
+ - **(a) Consent** as specified in Section 6
53
+ - **(b) Certain legitimate uses** as enumerated in Section 7
54
+
55
+ No other lawful basis exists. Processing outside these two grounds is unlawful.
56
+
57
+ ### Section 5 — Notice to Data Principal
58
+ Before or at the time of requesting consent, Data Fiduciaries must provide a notice:
59
+ - In clear and plain language (implemented by Rule 3 of DPDP Rules 2025)
60
+ - As a standalone, independent document (not bundled in T&Cs)
61
+ - Containing: purposes; data categories; recipients; retention period; Data Principal rights; Board complaint mechanism; consent withdrawal procedure
62
+
63
+ **Key obligation:** Notice must be retrievable at any time from the Data Fiduciary's platform or website.
64
+
65
+ **Existing data (Section 5(2)):** For data collected before the Act's commencement but still being processed, Fiduciaries must provide a notice of the same content within prescribed time after the Act takes effect.
66
+
67
+ ### Section 6 — Consent
68
+ Consent must be:
69
+ - **Free** — not conditioned on acceptance of services
70
+ - **Specific** — for a particular specified purpose
71
+ - **Informed** — given after receiving the Section 5 notice
72
+ - **Unconditional** — no conditions or coercion
73
+ - **Unambiguous** — expressed by clear affirmative action
74
+
75
+ **Section 6(3):** Consent may be given through a Consent Manager registered by the Board.
76
+
77
+ **Section 6(4):** Data Principals may withdraw consent at any time. Ease of withdrawal must match ease of giving consent. Prior processing remains lawful; post-withdrawal processing must stop.
78
+
79
+ **Section 6(5):** The burden of proving valid consent lies on the Data Fiduciary.
80
+
81
+ **Section 6(6):** Consent obtained in violation of these requirements is void.
82
+
83
+ ### Section 7 — Certain Legitimate Uses (Closed List)
84
+ Eight enumerated legitimate uses where consent is NOT required:
85
+
86
+ 1. Purpose the Data Principal voluntarily provided data for (unless specifically objected)
87
+ 2. State benefits, subsidies, services, certificates, licenses, or permits
88
+ 3. State functions under Indian law or interests of sovereignty/security/integrity
89
+ 4. Legal obligation to disclose to State or its instrumentalities
90
+ 5. Employment purposes or safeguarding employer against loss/liability — including prevention of corporate espionage, IP theft, and classified information leakage by employees
91
+ 6. Disaster management per the Disaster Management Act, 2005
92
+ 7. Medical emergencies and safeguarding individuals during disasters or epidemics
93
+ 8. Other prescribed purposes as notified by Central Government
94
+
95
+ > **Precision note:** The employment category (Section 7(e)) covers both routine HR processing AND the employer's interest in preventing corporate espionage/IP theft by employees. These are part of a single clause — not separate categories. A prior version of this file incorrectly listed a duplicate "prevention of corporate espionage" as a ninth item; that entry has been removed.
96
+
97
+ This list is **exhaustive**. No general "legitimate interests" balancing test.
98
+
99
+ ### Section 8 — General Obligations of Data Fiduciary
100
+ Every Data Fiduciary must:
101
+
102
+ 1. **Appoint Data Processors under contract** — valid written contract per Rule 16
103
+ 2. **Ensure data quality** — accuracy, completeness, consistency for data used in decisions or shared with other Fiduciaries
104
+ 3. **Implement security safeguards** — appropriate technical and organisational measures per Rule 7
105
+ 4. **Erase data** when: purpose fulfilled; consent withdrawn; Data Principal exercises erasure right; retention no longer necessary
106
+ 5. **Direct Processors to erase** data upon termination of processing engagement
107
+ 6. **Notify personal data breach** to the Board without delay and in detail within 72 hours per Rule 6
108
+ 7. **Grievance mechanism** — Establish effective, accessible grievance mechanism and respond within prescribed period
109
+
110
+ **Section 8(7) — Retention and Erasure:**
111
+ Data Fiduciaries must erase data from their systems and from Processors' systems upon:
112
+ - Withdrawal of consent (unless retention required by law)
113
+ - Purpose fulfilment
114
+ - Section 12(3) erasure request
115
+
116
+ ### Section 9 — Processing of Children's Personal Data
117
+ **Age threshold:** Under 18 years.
118
+
119
+ **Section 9(1):** Verifiable parental/lawful guardian consent required before any child data processing.
120
+
121
+ **Section 9(2) — Prohibited processing (no exceptions unless prescribed):**
122
+ - Tracking or behavioural monitoring of children
123
+ - Targeted advertising directed at children
124
+ - Any processing likely to cause detrimental effect on child's well-being
125
+
126
+ **Section 9(3) — Exemptions:** May be prescribed for certain classes of Data Fiduciaries (health, safety, education, essential services).
127
+
128
+ **Penalty:** Maximum ₹200 crore per violation. One of the highest penalty tiers.
129
+
130
+ ### Section 10 — Additional Obligations of Significant Data Fiduciaries
131
+
132
+ **Designation:** Central Government notifies entities as SDFs based on:
133
+ - Volume and sensitivity of data processed
134
+ - Risk of harm to Data Principals' rights
135
+ - Impact on India's sovereignty, integrity, security
136
+ - Risk to electoral democracy or public order
137
+
138
+ **Additional obligations (beyond Section 8):**
139
+ - **India-based Data Protection Officer** — individual resident in India; sole Board representative; Data Principal grievance contact
140
+ - **Annual Data Protection Impact Assessment (DPIA)** — evaluates compliance, Data Principal rights exercise, safeguard adequacy, large-scale processing risks
141
+ - **Annual independent data audit** — by qualified external auditor; report submitted to the Board
142
+ - **Data localization** — specified data categories must remain within India (when notified)
143
+ - **Comply with any other prescribed measures** as directed by government
144
+
145
+ ---
146
+
147
+ ## Chapter III — Rights and Duties of Data Principal (Sections 11–15)
148
+
149
+ ### Section 11 — Right to Access Information
150
+ Data Principals may request, and Data Fiduciaries must provide (within prescribed period):
151
+ - Summary of personal data being processed
152
+ - Description of the processing activities (purpose, legal basis, duration)
153
+ - Identities and contact details of all Data Fiduciaries and Processors holding or processing the data
154
+ - Description of personal data shared with each recipient
155
+
156
+ ### Section 12 — Right to Correction, Completion, Updating, and Erasure
157
+ Data Principals may:
158
+ - **(12(1)(a))** Request correction of inaccurate or misleading personal data
159
+ - **(12(1)(b))** Request completion of incomplete personal data
160
+ - **(12(1)(c))** Request updating of outdated personal data
161
+ - **(12(3))** Request erasure of personal data no longer necessary for the specified purpose
162
+
163
+ **Limitations on erasure (Section 12(4)):**
164
+ Data Fiduciaries may refuse erasure where:
165
+ - Retention necessary for the specified purpose
166
+ - Retention required by law (statutory record-keeping)
167
+ - Retention necessary to enforce/defend legal rights or claims
168
+
169
+ ### Section 13 — Right of Grievance Redressal
170
+ - Data Principals must have access to an effective grievance mechanism provided by the Data Fiduciary or Consent Manager
171
+ - Mechanism must be accessible, responsive, and as prescribed by rules
172
+ - Data Fiduciaries must respond within the prescribed timeframe
173
+ - **Mandatory exhaustion:** Data Principals must exhaust the Fiduciary's grievance mechanism before filing a complaint with the Data Protection Board
174
+
175
+ ### Section 14 — Right to Nominate
176
+ Data Principals may nominate an individual to exercise their Section 11, 12, and 13 rights in the event of:
177
+ - Death of the Data Principal, or
178
+ - Incapacity (defined as unsoundness of mind or infirmity of body rendering the Principal unable to exercise rights)
179
+
180
+ Nominees exercise rights as if they were the Data Principal.
181
+
182
+ ### Section 15 — Duties of Data Principal
183
+ Data Principals must:
184
+ - Comply with all applicable laws when exercising rights
185
+ - Not register false or frivolous complaints with Fiduciaries or the Board
186
+ - Not furnish false particulars or suppress material information
187
+ - Not impersonate another individual
188
+ - Not misuse their rights to harass Data Fiduciaries
189
+
190
+ Breach of these duties: penalty up to **₹10,000** (personal liability).
191
+
192
+ ---
193
+
194
+ ## Chapter IV — Special Provisions (Sections 16–17)
195
+
196
+ ### Section 16 — Transfer of Personal Data Outside India
197
+ **Mechanism: Blacklist approach**
198
+
199
+ Data Fiduciaries may transfer personal data outside India to **any country or territory**, EXCEPT those specifically **notified by the Central Government as restricted**.
200
+
201
+ **Current status (April 2026):** No countries have been notified. All transfers currently permitted.
202
+
203
+ **Government notification power:** Central Government may restrict transfers based on national security concerns, weak data protection frameworks, public policy considerations. Monitor MeitY Official Gazette.
204
+
205
+ **Operational guidance:**
206
+ - Transfers permitted to all countries absent a notification
207
+ - Apply contractual safeguards with recipients regardless
208
+ - Do not assume permanent unrestricted status; plan for potential future restrictions
209
+ - Sensitive data categories: apply enhanced protection even when transfer is technically permitted
210
+
211
+ ### Section 17 — Exemptions
212
+ Exemptions from Chapters II, III, and Section 16:
213
+
214
+ | # | Category | Scope of Exemption |
215
+ |---|----------|-------------------|
216
+ | (a) | Legal rights enforcement | Processing to enforce legal rights or claims, or defend legal proceedings |
217
+ | (b) | Judicial/regulatory functions | Courts, tribunals, regulatory/supervisory bodies in official capacity |
218
+ | (c) | Law enforcement | Prevention, detection, investigation, prosecution of offences |
219
+ | (d) | State security (notified) | State instrumentalities notified by Central Government — sovereignty, integrity, security, public order, friendly foreign relations |
220
+ | (e) | Financial defaults | Financial institutions processing data when individual has defaulted on loan repayment |
221
+ | (f) | Research and statistics | Research, archiving, statistical processing — provided individual identity cannot be inferred (anonymisation/pseudonymisation required) |
222
+ | (g) | Extra-territorial / foreign contracts | Processing outside India of non-resident Data Principals under contracts with foreign entities |
223
+ | (h) | Voluntarily provided (notified) | Data voluntarily provided for notified public benefit purposes |
224
+ | (i) | Partial state exemptions | State processing exempt from erasure/correction rights in specific circumstances |
225
+ | (j) | Startups and small entities | Central Government may exempt notified classes from sub-sections of Sections 5, 8, 10, 11 |
226
+
227
+ ---
228
+
229
+ ## Chapter V — Data Protection Board of India (Sections 18–26)
230
+
231
+ ### Section 18 — Establishment
232
+ Creates the Data Protection Board of India as a **body corporate** with perpetual succession; power to acquire/hold/dispose property; to contract; to sue and be sued.
233
+
234
+ ### Section 19 — Composition
235
+ - **Chairperson** — Appointed by Central Government; expertise in data governance, IT, cyber law, public administration
236
+ - **Members** — Notified number; appointed by Central Government; similar qualification criteria
237
+
238
+ ### Section 20–21 — Tenure and Removal
239
+ Fixed terms; removal possible only for misconduct, incapacity, or insolvency.
240
+
241
+ ### Section 22–23 — Officers, Employees, and Public Servant Status
242
+ Board members and officers are **deemed public servants** under Indian Penal Code — enabling criminal liability for breach of duty.
243
+
244
+ ### Section 24 — Chairperson's Powers
245
+ Executive and administrative powers of the Chairperson including agenda-setting, proceedings management.
246
+
247
+ ### Section 25 — Powers and Functions of the Board
248
+ - Receive and adjudicate complaints from Data Principals
249
+ - Investigate personal data breaches
250
+ - Issue financial penalties
251
+ - Issue binding compliance directions
252
+ - Facilitate alternate dispute resolution
253
+ - Accept voluntary undertakings from Data Fiduciaries
254
+
255
+ ### Section 26 — Procedure
256
+ Board establishes hearing rules including evidence presentation, witness examination, and natural justice (right to be heard, impartial adjudication).
257
+
258
+ ---
259
+
260
+ ## Chapter VI — Appeals and ADR (Sections 27–32)
261
+
262
+ ### Section 27 — Appeal to TDSAT
263
+ Orders of the Board may be appealed to the **Telecom Disputes Settlement and Appellate Tribunal (TDSAT)** within prescribed period.
264
+
265
+ ### Section 28 — TDSAT Orders Executable as Civil Decree
266
+ TDSAT orders have the force of a civil court decree — enforceable through civil execution proceedings.
267
+
268
+ ### Section 29 — Alternate Dispute Resolution
269
+ Board may facilitate mediation/conciliation between Data Principals and Data Fiduciaries.
270
+
271
+ ### Section 30 — Voluntary Undertaking
272
+ Data Fiduciaries may offer voluntary undertakings to remedy violations. Board may accept. Breach of voluntary undertaking: penalty up to **₹50 crore**.
273
+
274
+ ### Section 31 — Limitation for Filing Complaint
275
+ Prescribed time limits for Data Principals to file complaints after becoming aware of a violation.
276
+
277
+ ### Section 32 — Protection of Actions Taken in Good Faith
278
+ Board members and staff protected from civil/criminal liability for good faith actions.
279
+
280
+ ---
281
+
282
+ ## Chapter VII — Penalties (Sections 33–34)
283
+
284
+ ### Section 33 — Financial Penalties
285
+ **Penalty Schedule:**
286
+
287
+ | Violation | Maximum Penalty |
288
+ |-----------|----------------|
289
+ | Failure to implement reasonable security safeguards (Section 8(3)) | ₹250 crore |
290
+ | Failure to notify personal data breach to Board (Section 8(6)/Rule 6) | ₹200 crore |
291
+ | Violation of children's data obligations (Section 9) | ₹200 crore |
292
+ | SDF non-compliance with additional obligations (Section 10) | ₹150 crore |
293
+ | Breach of voluntary undertaking (Section 30) | ₹50 crore |
294
+ | Other violations | ₹50 crore |
295
+ | Data Principal duty violation (false complaints, impersonation) | ₹10,000 |
296
+
297
+ **Section 33(2) — Seven factors for penalty determination:**
298
+ 1. Nature and gravity of the violation
299
+ 2. Scale of impact on Data Principals
300
+ 3. Frequency (first-time vs. repeated)
301
+ 4. Promptness of remediation and cooperation
302
+ 5. Proportionality to violator's financial condition
303
+ 6. Intentionality vs. negligence
304
+ 7. Other prescribed factors
305
+
306
+ ### Section 34 — Crediting of Penalties
307
+ All penalty amounts credited to the Consolidated Fund of India.
308
+
309
+ ---
310
+
311
+ ## Chapter VIII — Miscellaneous (Sections 35–44)
312
+
313
+ ### Section 35 — Power to Make Rules
314
+ Central Government has plenary power to make rules to carry out the provisions of the Act. Rules subject to Parliament laying (approval/modification by Parliament if tabled).
315
+
316
+ ### Section 36–44
317
+ Cover: power to give directions; delegation to officers; protection from legal proceedings against the Board; amendments to other laws (IT Act 2000, RTI Act 2005); maintenance of confidentiality; publication of Board procedures; interpretation provisions; repeal and savings.
318
+
319
+ **Notable:** Section 43 and 44 amend the **Information Technology Act, 2000** — removing IT Act's data protection provisions (Sections 43A and 72A) and replacing them with DPDPA. This clarifies that DPDPA is the lex specialis for digital personal data; IT Act no longer applies to personal data protection.
@@ -0,0 +1,250 @@
1
+ # EAR Commerce Control List (CCL) and ECCN Classification Guide
2
+
3
+ ## How to Use This Reference
4
+
5
+ This guide covers: (1) detailed ECCN lookup methodology, (2) key ECCNs by category, (3) Commerce Country Chart usage, and (4) jurisdiction determination between EAR and ITAR.
6
+
7
+ ---
8
+
9
+ ## ECCN Classification Methodology
10
+
11
+ ### Step 1: Determine if the Item is "Subject to the EAR" (§ 734.3)
12
+
13
+ An item is subject to the EAR if it is:
14
+ - All items **physically in the United States** (including in Foreign Trade Zones)
15
+ - All items of **US origin** (manufactured in the US), regardless of location
16
+ - **Foreign-made items** that incorporate controlled US-origin content above the de minimis threshold (§ 734.4) — 10% or 25% depending on destination
17
+ - **Foreign direct products** of US technology/software that meet the FDPR criteria (§ 736.2(b)(3))
18
+ - Items the president has placed under EAR jurisdiction by executive order
19
+
20
+ **Not subject to EAR:** Publicly available information (§ 734.7), basic scientific research (fundamental research exclusion, § 734.8), patent applications, and items exclusively controlled by another US agency (ITAR/USML, NRC, FDA, etc.)
21
+
22
+ ---
23
+
24
+ ### Step 2: Apply the Order of Review (§ 732.3)
25
+
26
+ | Step | Check | If Yes |
27
+ |------|-------|--------|
28
+ | 1 | Is the item on the USML (22 CFR Part 121)? | → ITAR jurisdiction; stop here |
29
+ | 2 | Is it exclusively controlled by another US agency? | → That agency's regulations |
30
+ | 3 | Is it subject to the EAR per § 734.3? | → Continue to CCL lookup |
31
+ | 4 | Is it on the CCL? | → Assign ECCN |
32
+ | 5 | Not on CCL | → EAR99 designation |
33
+
34
+ ---
35
+
36
+ ### Step 3: Search the CCL (Part 774, Supplement No. 1)
37
+
38
+ Search strategies (in order of preference):
39
+ 1. **Interactive CCL** at bis.gov/regulations/ear/interactive-commerce-control-list
40
+ 2. **Self-classification:** Compare item's technical parameters (frequency, performance, materials) to CCL entry technical notes and parameters
41
+ 3. **CCATS request:** Submit BIS-748P-A via SNAP-R for official classification determination
42
+ 4. **CJ request to DDTC:** If jurisdiction between ITAR and EAR is unclear
43
+
44
+ **Reading a CCL Entry:**
45
+ Each ECCN entry contains:
46
+ - **Entry heading:** ECCN number and title
47
+ - **List of Items Controlled:** Specific technical parameters that determine if item falls under this ECCN
48
+ - **Unit:** The unit of measure for reporting
49
+ - **Reasons for Control (RFCs):** NS, AT, CB, NP, MT, etc.
50
+ - **Country Chart columns:** Which RFC columns on the Country Chart to check
51
+ - **License Exceptions:** Which exceptions (LVS, GBS, CIV, etc.) are available
52
+ - **List of Items Controlled — Related Controls:** References to other ECCNs or USML categories
53
+ - **Technical Notes:** Clarifications on measurement and interpretation
54
+
55
+ ---
56
+
57
+ ### Step 4: EAR99 — When to Use
58
+
59
+ If after searching the CCL you cannot find an ECCN that covers the item:
60
+ - The item is **EAR99**
61
+ - EAR99 items **do not appear on the CCL** and have no ECCN number
62
+ - They are subject to EAR jurisdiction but generally do not require a license for export
63
+
64
+ **EAR99 items still require a license if:**
65
+ - Destined for **embargoed countries** (Cuba, Iran, North Korea, Syria — Part 746)
66
+ - Destined for **Russia or Belarus** under enhanced controls (Part 746.8)
67
+ - The end-user is on the **Entity List** (Supplement 4, Part 744)
68
+ - The end-use is for **WMD development** (§ 744.2–744.6)
69
+ - Exporter has **knowledge** of prohibited end-use or end-user
70
+
71
+ ---
72
+
73
+ ## Key ECCNs by Category
74
+
75
+ ### Category 0 — Nuclear Materials, Facilities, and Equipment
76
+
77
+ | ECCN | Description |
78
+ |------|-------------|
79
+ | 0A001 | Nuclear reactors and specially designed equipment |
80
+ | 0B001 | Nuclear test/measurement equipment |
81
+ | 0C001 | "Natural uranium," "depleted uranium," special nuclear material |
82
+ | 0D001 | Software for items controlled in Category 0 |
83
+ | 0E001 | Technology for nuclear items |
84
+
85
+ ### Category 1 — Chemicals, Microorganisms, and Toxins
86
+
87
+ | ECCN | Description |
88
+ |------|-------------|
89
+ | 1C350 | Chemical weapons precursors (Schedule 2 and 3 chemicals) |
90
+ | 1C351 | Human and zoonotic pathogens (Select Agents) |
91
+ | 1C352 | Animal pathogens not in 1C351 |
92
+ | 1C354 | Plant pathogens |
93
+ | 1C810 | Ammonium nitrate (precursor concerns) |
94
+
95
+ ### Category 3 — Electronics
96
+
97
+ | ECCN | Description |
98
+ |------|-------------|
99
+ | 3A001 | Electronic components (advanced semiconductors, MMICs, SAW devices) |
100
+ | 3A090 | Integrated circuits for advanced computing (high-bandwidth memory) |
101
+ | 3B001 | Equipment for manufacturing electronic components (wafer fab) |
102
+ | 3D001 | Software for Category 3 equipment |
103
+ | 3E001 | Technology for Category 3 items |
104
+
105
+ ### Category 4 — Computers
106
+
107
+ | ECCN | Description |
108
+ |------|-------------|
109
+ | 4A003 | Electronic computers and related equipment (performance thresholds) |
110
+ | 4A090 | Computers/electronic assemblies for advanced computing (AI chips) |
111
+ | 4D001 | Software for high-performance computers |
112
+ | 4E001 | Technology for Category 4 items |
113
+
114
+ ### Category 5 — Telecommunications and Information Security
115
+
116
+ | ECCN | Description |
117
+ |------|-------------|
118
+ | 5A002 | Telecommunications systems (secure comms equipment) |
119
+ | 5B002 | Telecom test equipment |
120
+ | 5D002 | Software for telecommunications/encryption |
121
+ | 5E002 | Technology for encryption and telecom |
122
+ | 5A992 | Telecommunications not controlled by 5A002 (lower performance) |
123
+ | 5D992 | Mass-market software for telecom |
124
+
125
+ ### Category 7 — Navigation and Avionics
126
+
127
+ | ECCN | Description |
128
+ |------|-------------|
129
+ | 7A001 | Accelerometers with specific performance |
130
+ | 7A004 | Star trackers and attitude control equipment |
131
+ | 7A101 | Gyroscopes and accelerometers for missiles |
132
+ | 7E001 | Technology for navigation items |
133
+
134
+ ### Category 9 — Aerospace and Propulsion
135
+
136
+ | ECCN | Description |
137
+ |------|-------------|
138
+ | 9A001 | Aerojet engines and components |
139
+ | 9A004 | Space launch vehicles and spacecraft |
140
+ | 9A515 | Spacecraft and related items (satellites) |
141
+ | 9E003 | Technology for turbofan and turboprop engines |
142
+
143
+ ---
144
+
145
+ ## Commerce Country Chart — How to Use (Part 738, Supplement 1)
146
+
147
+ ### Purpose
148
+ The Country Chart determines if a license is required based on the combination of the item's **Reason(s) for Control** and the **destination country**.
149
+
150
+ ### Reading the Chart
151
+ 1. Find the destination country (rows, alphabetical)
152
+ 2. Find the RFC column(s) for your item's ECCNs (e.g., NS Column 1, AT Column 1, CB Column 1)
153
+ 3. If the cell shows an "**X**" → a license is generally required
154
+ 4. If blank → generally no license required for that RFC/country combination
155
+
156
+ ### Important: Multiple RFCs
157
+ If your ECCN has multiple RFCs (e.g., NS and AT), check **all applicable columns** for the destination. A license is required if any RFC/country cell shows "X" **unless** a license exception applies for that specific RFC.
158
+
159
+ ### Country Chart Column Codes
160
+
161
+ | Column | Meaning |
162
+ |--------|---------|
163
+ | NS Column 1 | National security — sensitive items |
164
+ | NS Column 2 | National security — less sensitive items |
165
+ | MT Column 1 | Missile technology |
166
+ | NP Column 1 | Nuclear nonproliferation — major suppliers group |
167
+ | NP Column 2 | Nuclear nonproliferation — trigger list |
168
+ | CB Column 1 | Chemical and biological — Australia Group |
169
+ | CB Column 2 | Chemical and biological — non-Australia Group |
170
+ | RS Column 1 | Regional stability — most items |
171
+ | RS Column 2 | Regional stability — less sensitive |
172
+ | CC Column 1 | Crime control — all items |
173
+ | CC Column 2 | Crime control — shotguns |
174
+ | CC Column 3 | Crime control — used equipment |
175
+ | AT Column 1 | Anti-terrorism — all items |
176
+ | AT Column 2 | Anti-terrorism — shotguns |
177
+ | UN | UN embargo |
178
+
179
+ ---
180
+
181
+ ## Jurisdiction Determination: EAR vs. ITAR
182
+
183
+ ### The "Order of Review" in Detail
184
+
185
+ The US government mandates exporters apply this order before determining export classification:
186
+
187
+ **STEP 1 — Consult the USML (22 CFR Part 121):**
188
+ - The USML has 21 categories (Cat. I–XXI) covering military articles
189
+ - If the item is "specially designed" or enumerated on the USML → ITAR jurisdiction, file with DDTC
190
+ - The "specially designed" standard is complex — items designed for civilian use that are identical to military articles may still be EAR
191
+
192
+ **STEP 2 — Consult the CCL:**
193
+ - If not on USML → check CCL
194
+ - If found on CCL → assign ECCN
195
+ - If not found → EAR99
196
+
197
+ **When jurisdiction is unclear — Submit a CJ Request:**
198
+ - **CJ (Commodity Jurisdiction) Request** — submitted to DDTC
199
+ - Used when: an item has both military and commercial versions; an item was transferred from USML to CCL under Export Control Reform; or there's genuine ambiguity
200
+ - Timeline: 45-day statutory deadline; in practice, can take longer
201
+ - **CCATS** — BIS's equivalent for confirming an ECCN (use SNAP-R portal)
202
+
203
+ ### Common EAR/ITAR Boundary Areas
204
+
205
+ | Item Type | Likely Jurisdiction |
206
+ |-----------|-------------------|
207
+ | Consumer electronics, mass-market software | EAR (usually EAR99 or 5D992) |
208
+ | Dual-use encryption (commercial VPN, SSL) | EAR (5D002 or 5D992 ENC) |
209
+ | Military radios, tactical communications | ITAR (Cat. XI) |
210
+ | Satellite components (commercial comms sats) | EAR (9A515) after Export Control Reform |
211
+ | Satellite components (military reconnaissance) | ITAR (Cat. XV) |
212
+ | Firearms and ammunition | ITAR (Cat. I and III); some EAR (shotguns) |
213
+ | Chemical precursors (dual-use) | EAR (Category 1) |
214
+ | Chemical weapons agents | ITAR (Cat. XIV) |
215
+ | Aircraft parts (commercial) | EAR (Category 9, lower threshold) |
216
+ | Military aircraft engines | ITAR (Cat. VIII) |
217
+ | GPS (commercial grade) | EAR (7A994, EAR99) |
218
+ | GPS (military, high-performance) | ITAR (Cat. XV) |
219
+ | Cybersecurity tools (commercial pen-testing) | EAR (5D002, ENC exception may apply) |
220
+ | Cyberweapons and offensive capabilities | Likely ITAR or unilateral controls |
221
+
222
+ ---
223
+
224
+ ## EAR99 Items That Still Need Licenses — Common Mistakes
225
+
226
+ | Scenario | Why License Needed |
227
+ |----------|--------------------|
228
+ | EAR99 electronics exported to Iran | Part 746 embargo — license required |
229
+ | EAR99 software sold to Entity List party | Entity List requirement — license required |
230
+ | EAR99 pump sold for nuclear programme | WMD end-use control § 744.2 |
231
+ | EAR99 laptop reexported from Germany to Russia | Part 746.8 Russia controls apply to all items |
232
+ | EAR99 goods with 10%+ US content to D:5 country | De minimis rule — license may be required |
233
+ | EAR99 circuit board demonstrated to Iranian engineer in US | Deemed export to Iran — check § 734.13 |
234
+
235
+ ---
236
+
237
+ ## EAR Controls on Russia and China — Key 2022–2026 Developments
238
+
239
+ ### Russia and Belarus (Part 746.8)
240
+ Following February 2022, BIS imposed broad new controls:
241
+ - **All items subject to EAR** require a license for export to Russia/Belarus (including EAR99)
242
+ - Extremely limited license exceptions available (humanitarian, safety of flight)
243
+ - Entity List additions: hundreds of Russian defence and intelligence entities
244
+ - **FDP Rule for Russia:** Expanded FDPR captures foreign-made items produced by US equipment/software used to fabricate circuits destined for Russia's military
245
+
246
+ ### China Advanced Computing Controls (October 2022 / October 2023)
247
+ - New ECCNs 3A090, 4A090 control advanced AI chips above performance thresholds
248
+ - Entity List expanded with semiconductor-related entities (Huawei, affiliates, others)
249
+ - FDPR expanded to capture foreign-made chips using US equipment if destined for restricted Chinese entities
250
+ - "ITAR Carve-Out" items — some satellite/military items moved from ITAR to EAR under Export Control Reform but with strict CCL controls