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

- **ID:** `banking/fema-nre-joint-account`
- **Domain:** banking
- **Category:** config_error
- **Error Code:** `FEMA-ERR-101-NRE`
- **Verification:** ai_generated
- **Fix Rate:** 82%

## Root Cause

Under RBI's Foreign Exchange Management Act (FEMA), Non-Resident External (NRE) accounts cannot have resident Indian joint holders because the account is meant for repatriable funds; only non-residents or persons of Indian origin (PIO) can be joint holders.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| RBI FEMA Notification 5/2023 | active | — | — |
| ICICI Bank NRE Account Guidelines v2.4 | active | — | — |
| HDFC Bank NRI Services API v1.3 | active | — | — |

## Workarounds

1. **Open a separate Non-Resident Ordinary (NRO) account with the resident as joint holder for non-repatriable funds, while keeping the NRE account solely in the NRI's name. Use the RBI's FEMA compliance checker: `curl -X GET "https://api.rbi.org.in/fema/v1/nre-rules" -H "Authorization: Bearer <token>"`** (85% success)
   ```
   Open a separate Non-Resident Ordinary (NRO) account with the resident as joint holder for non-repatriable funds, while keeping the NRE account solely in the NRI's name. Use the RBI's FEMA compliance checker: `curl -X GET "https://api.rbi.org.in/fema/v1/nre-rules" -H "Authorization: Bearer <token>"`
   ```
2. **If joint operation is critical, open an NRE account with another NRI (e.g., spouse or sibling who is also an NRI) as joint holder, ensuring both have valid overseas addresses** (78% success)
   ```
   If joint operation is critical, open an NRE account with another NRI (e.g., spouse or sibling who is also an NRI) as joint holder, ensuring both have valid overseas addresses
   ```
3. **Set up a standing instruction via internet banking for the resident to receive funds from the NRE account without being a joint holder** (70% success)
   ```
   Set up a standing instruction via internet banking for the resident to receive funds from the NRE account without being a joint holder
   ```

## Dead Ends

- **Add the resident relative as a nominee instead of joint holder** — Nominees have no operational rights; the NRI still needs to authorize all transactions, and banks reject nominee-based joint operation requests (75% fail)
- **Convert the NRE account to a Resident Foreign Currency (RFC) account to include the resident** — RFC accounts are for returning NRIs only and still prohibit resident joint holders; conversion requires proof of residency change (90% fail)
- **Use a power of attorney (POA) to let the resident operate the account** — POA does not grant joint-holder status; the bank may restrict withdrawals above INR 50,000 without NRI's physical signature (80% fail)
