Revisão de conformidade Open Finance Brasil — Resolução BCB 32/2020, consentimento explícito, compartilhamento de dados, interplay com LGPD (Lei 13.709/2018), direito de acesso e portabilidade.
How this skill is triggered — by the user, by Claude, or both
Slash command
/banking-fintech-legal:open-finance-review [documento-política-ou-descrição][documento-política-ou-descrição]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open Finance Brasil (Sistema Financeiro Aberto) requires participating institutions to share customer financial data via API with explicit consent. This skill reviews your proposed or existing Open Finance setup against Resolução BCB 32/2020 and the LGPD. It focuses on the legal/compliance requirements, not the technical API spec.
Open Finance Brasil (Sistema Financeiro Aberto) requires participating institutions to share customer financial data via API with explicit consent. This skill reviews your proposed or existing Open Finance setup against Resolução BCB 32/2020 and the LGPD. It focuses on the legal/compliance requirements, not the technical API spec.
Read ## Organization profile in ~/.claude/plugins/config/claude-for-legal/banking-fintech-legal/CLAUDE.md first to see if you've recorded your Open Finance participation scope.
Resolução BCB 32/2020 (and subsequent amendments) establishes Open Finance rules for banks, payment institutions, and fintech platforms in Brazil. Participating institutions must:
The consent model is critical: Open Finance requires affirmative, revocable consent per data recipient and category. Implicit consent, bundled consent, or "consent once, share forever" violate the Resolução. This skill flags common consent gaps and LGPD compliance issues.
[verified: https://normativos.bcb.gov.br/Lists/Normativos/Attachments/51028/Res_Conj_0001_v4_P.pdf][verified: https://www.planalto.gov.br/ccivil_03/_ato2015-2018/2018/lei/l13709.htm][unverified: not found in primary source]Read ~/.claude/plugins/config/claude-for-legal/banking-fintech-legal/CLAUDE.md → ## Playbook → ### Payment Systems and Open Finance. Your playbook should record:
If blank, I'll flag what you need to decide.
Resolução BCB 32/2020 defines Open Finance scope (data customers can request to be shared) [unverified: not found in primary source]:
Your institution's scope: What data do you hold that falls under Open Finance? List the categories. If you don't hold accounts (e.g., you're a pure lending platform), Open Finance scope may be narrower or zero.
Action: Confirm with your playbook which categories you participate in. If your playbook says "we don't participate," skip to "What this skill does not do."
Resolução BCB 32/2020 requirement [unverified: not found in primary source]: Consent must be explicit and per recipient and data category.
This means:
Your consent flow: Describe (or share a screenshot of) your consent collection. I'll flag if it:
Open Finance data is personal data under LGPD (Lei 13.709/2018). When you share customer data with a recipient (fintech, another bank), you must:
[verified: https://www.planalto.gov.br/ccivil_03/_ato2015-2018/2018/lei/l13709.htm]Your LGPD compliance: Do your Open Finance terms explain LGPD rights? Do you have mechanisms to honor data access and portability requests? This is separate from Open Finance, but failures here are failures in both regimes.
If your playbook doesn't yet address Open Finance participation (you haven't decided whether to offer data sharing), I'll flag and ask: "Your playbook doesn't record an Open Finance participation decision. Options: (1) you plan to participate — tell me scope and I'll structure the compliance checklist; (2) you don't plan to participate — I'll verify no gaps; (3) decision pending — I'll flag as TBD." Do not proceed with compliance design without a decision on participation.
Before launching an Open Finance data-sharing flow or collecting first customer consent:
Read ## Who's using this in ~/.claude/plugins/config/claude-for-legal/banking-fintech-legal/CLAUDE.md. If the Role is Non-lawyer:
Open Finance consent collection and data sharing is a LGPD-regulated activity. Consent flows, data-sharing agreements, and recipient onboarding affect your compliance posture and customer privacy rights. This should be reviewed with an attorney before go-live. Have you discussed your Open Finance implementation plan with legal counsel?
If yes, proceed. If no, here's what to bring to them:
- Scope: which data categories you plan to share
- Consent flow: how you collect and manage consent (wireframe or description)
- Recipients: list of institutions/fintech you plan to onboard
- LGPD terms: how you communicate LGPD rights to customers
- Revocation: how customers opt out or revoke individual recipient access
(If you need a lawyer: OAB Brasil by estado; search "especialista em direito de dados" or "especialista em fintech".)
Do not launch without legal sign-off.
For BCB guidance: www.bcb.gov.br/en/OpenBanking. For LGPD detail: www.gov.br/cidadania/pt-br/acesso-a-informacao/lgpd.
npx claudepluginhub bossmann007/claude-legal-br --plugin banking-fintech-legalGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.