# AI tells an NRI to operate an NRE account as a joint account with a resident Indian, ignoring RBI's FEMA prohibition on joint NRE accounts with residents

- **ID:** `banking/nri-nre-nro-fema-violation`
- **Domain:** banking
- **Category:** auth_error
- **Error Code:** `FEMA-13-2021`
- **Verification:** ai_generated
- **Fix Rate:** 72%

## Root Cause

Under FEMA 1999 and RBI Master Direction on NRE accounts (2021), an NRE (Non-Resident External) account can only be held jointly with another NRI or PIO; adding a resident Indian as joint holder violates FEMA and can lead to account freeze and penalties under Section 13 of FEMA.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| FEMA 1999 (42 of 1999) | active | — | — |
| RBI Master Direction on NRE Accounts 2021 | active | — | — |
| RBI NRO Account Rules 2023 | active | — | — |

## Workarounds

1. **Open separate accounts: NRE account for NRI only, and a separate NRO (Non-Resident Ordinary) account if the resident needs joint access for local expenses. Example: `bank nre open --holder nri_only --currency INR; bank nro open --joint resident_name --currency INR`** (85% success)
   ```
   Open separate accounts: NRE account for NRI only, and a separate NRO (Non-Resident Ordinary) account if the resident needs joint access for local expenses. Example: `bank nre open --holder nri_only --currency INR; bank nro open --joint resident_name --currency INR`
   ```
2. **If joint account is already opened with resident, close the NRE account and open an NRO account with joint resident; repatriation of funds from NRO requires RBI approval per FEMA limit** (75% success)
   ```
   If joint account is already opened with resident, close the NRE account and open an NRO account with joint resident; repatriation of funds from NRO requires RBI approval per FEMA limit
   ```
3. **Use a designated family account (DFA) structure: NRI holds NRE account individually, and a separate resident relative account is linked for domestic transactions without joint ownership** (80% success)
   ```
   Use a designated family account (DFA) structure: NRI holds NRE account individually, and a separate resident relative account is linked for domestic transactions without joint ownership
   ```

## Dead Ends

- **** — Converting NRE to NRO account with same joint resident — NRO joint accounts with residents are allowed but NRE-to-NRO conversion requires RBI approval and changes tax status (interest becomes taxable in India) (60% fail)
- **** — Removing resident name from NRE account via bank branch — bank requires documentary proof of NRI status for both holders, and resident cannot be simply 'deleted' without closing and reopening account (55% fail)
- **** — Using a power of attorney (POA) for resident to operate NRE account — RBI does not allow POA to resident for NRE accounts; only specific POA for repatriation is permitted (70% fail)
