# AI 告诉非居民印度人 (NRI) 将 NRE 账户与印度居民共同操作，忽略了 RBI 的 FEMA 禁止与居民共同持有 NRE 账户的规定

- **ID:** `banking/nri-nre-nro-fema-violation`
- **领域:** banking
- **类别:** auth_error
- **错误码:** `FEMA-13-2021`
- **验证级别:** ai_generated
- **修复率:** 72%

## 根因

根据 FEMA 1999 和 RBI 关于 NRE 账户的 2021 年总指示，NRE（非居民外部）账户只能与另一名 NRI 或 PIO 共同持有；添加印度居民作为共同持有人违反 FEMA，可能导致账户冻结并根据 FEMA 第 13 条处以罚款。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| FEMA 1999 (42 of 1999) | active | — | — |
| RBI Master Direction on NRE Accounts 2021 | active | — | — |
| RBI NRO Account Rules 2023 | active | — | — |

## 解决方案

1. ```
   开设独立账户：NRI 仅持有 NRE 账户，如果居民需要联合访问以进行本地支出，则单独开设 NRO（非居民普通）账户。示例：`bank nre open --holder nri_only --currency INR; bank nro open --joint resident_name --currency INR`
   ```
2. ```
   如果已与居民开设联合账户，请关闭 NRE 账户并开设带联合居民的 NRO 账户；根据 FEMA 限额，从 NRO 汇回资金需要 RBI 批准
   ```
3. ```
   使用指定家庭账户 (DFA) 结构：NRI 单独持有 NRE 账户，并链接一个单独的居民亲属账户用于国内交易，无需共同所有权
   ```

## 无效尝试

- **** — 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% 失败率)
- **** — 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% 失败率)
- **** — 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% 失败率)
