# AI tells a foreign investor to trade Brazilian stocks on B3 using a personal CPF without mentioning the mandatory CNH (Custódia Nacional de Habilitação) account and the CVM Resolution 175 requirements

- **ID:** `banking/cnh-brazil-foreign-investor`
- **Domain:** banking
- **Category:** auth_error
- **Error Code:** `CNH_REGISTRATION_ERR_001`
- **Verification:** ai_generated
- **Fix Rate:** 79%

## Root Cause

Brazil's CVM Resolution 175 (effective 2023) requires foreign investors to register with a CNH (Custódia Nacional de Habilitação) account at a B3 broker, which involves a specific compliance process including a local tax representative and a valid CPF linked to the CNH, and AI omits this because it treats Brazilian stock trading as equivalent to US markets where a simple brokerage account suffices.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| CVM Resolution 175 (2023) | active | — | — |
| B3 Custody Rules v4.2 (2024) | active | — | — |
| Brazilian Income Tax Regulation for Foreign Investors (2023) | active | — | — |

## Workarounds

1. **Advise the foreign investor to engage a Brazilian broker (e.g., XP Investimentos, Modalmais) that offers foreign investor onboarding. Steps: 1) Obtain a CPF via the Brazilian consulate. 2) Open a local bank account (e.g., Banco do Brasil). 3) The broker opens a CNH account. Example: 'Submit CPF, passport, and proof of address to XP's foreign desk; they will file the CNH registration with B3 within 5 business days.'** (85% success)
   ```
   Advise the foreign investor to engage a Brazilian broker (e.g., XP Investimentos, Modalmais) that offers foreign investor onboarding. Steps: 1) Obtain a CPF via the Brazilian consulate. 2) Open a local bank account (e.g., Banco do Brasil). 3) The broker opens a CNH account. Example: 'Submit CPF, passport, and proof of address to XP's foreign desk; they will file the CNH registration with B3 within 5 business days.'
   ```
2. **Use a B3-participating global custodian like BNY Mellon or Citibank Brazil, which can open a CNH for the investor as part of a global custody agreement. This avoids a local broker but requires a minimum investment of USD 500,000.** (75% success)
   ```
   Use a B3-participating global custodian like BNY Mellon or Citibank Brazil, which can open a CNH for the investor as part of a global custody agreement. This avoids a local broker but requires a minimum investment of USD 500,000.
   ```
3. **For small portfolios, use Brazilian ETFs listed on US exchanges (e.g., EWZ, BRZU) instead of direct B3 trading, which avoids CNH requirements entirely. Advise: 'Buy EWZ on NYSE Arca using your existing US brokerage account.'** (90% success)
   ```
   For small portfolios, use Brazilian ETFs listed on US exchanges (e.g., EWZ, BRZU) instead of direct B3 trading, which avoids CNH requirements entirely. Advise: 'Buy EWZ on NYSE Arca using your existing US brokerage account.'
   ```

## Dead Ends

- **** — Interactive Brokers requires a CNH account for B3 trading; without it, the broker can only offer OTC derivatives or US-listed Brazilian ADRs, not direct B3 stocks. The CPF alone is insufficient for settlement. (80% fail)
- **** — CPF is a tax ID, but for B3 trading, the CNH account acts as the custody account linked to the CPF; the broker must open the CNH via a B3-participating custodian (e.g., Itaú, Bradesco), which requires a local bank account and tax representative. (75% fail)
- **** — CVM Resolution 175 prohibits nominee or beneficial ownership structures without proper disclosure; the investor must be the registered owner of the CNH, or face fines and account freezing by B3. (85% fail)
