# AI告诉NRI将NRE账户作为与印度居民的联名账户操作，忽略了RBI的FEMA禁止NRE账户中有居民共同持有人

- **ID:** `banking/fema-nre-joint-account`
- **领域:** banking
- **类别:** config_error
- **错误码:** `FEMA-ERR-101-NRE`
- **验证级别:** ai_generated
- **修复率:** 82%

## 根因

根据印度储备银行的外汇管理法（FEMA），非居民外部（NRE）账户不能有印度居民共同持有人，因为该账户用于可汇回资金；只有非居民或印度裔人士才能作为共同持有人。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| RBI FEMA Notification 5/2023 | active | — | — |
| ICICI Bank NRE Account Guidelines v2.4 | active | — | — |
| HDFC Bank NRI Services API v1.3 | active | — | — |

## 解决方案

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>"`
   ```
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
   ```
3. ```
   Set up a standing instruction via internet banking for the resident to receive funds from the NRE account without being a joint holder
   ```

## 无效尝试

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