# AI告诉非居民印度人（NRI）将非居民储蓄银行账户（NRO）的资金汇往外国账户，而未提及印度储备银行（RBI）外汇管理法（FEMA）规定的每个财年100万美元限额以及所需的15CA/CB表格

- **ID:** `banking/nri-fema-repatriation-limit`
- **领域:** banking
- **类别:** auth_error
- **错误码:** `FEMA_REPAT_ERR_103`
- **验证级别:** ai_generated
- **修复率:** 82%

## 根因

根据印度储备银行（RBI）的外汇管理法（FEMA）规定，非居民储蓄银行账户（NRO）的汇出限额为每个财年100万美元（2023年修订），并且如果汇款超过50万卢比，必须提交15CA表格和15CB表格（由特许会计师出具），AI因缺乏详细的FEMA规则训练而忽略这些要求。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| FEMA 1999 (amended 2023) | active | — | — |
| RBI Master Direction on NRO Accounts 2023 | active | — | — |
| Income Tax Rules 1962 (Form 15CA/CB updates 2024) | active | — | — |

## 解决方案

1. ```
   Advise the NRI to submit Form 15CA online via the Income Tax portal (https://www.incometax.gov.in) and obtain Form 15CB from a chartered accountant for amounts > INR 5 lakh. Example command for CA: 'Prepare Form 15CB under Rule 37BB for remittance of USD 500,000 from NRO account.'
   ```
2. ```
   Recommend splitting the remittance across multiple financial years if the amount exceeds $1M, ensuring each FY's remittance stays under the cap. For example, transfer $800K in FY 2024-25 and $800K in FY 2025-26.
   ```
3. ```
   Use an NRE account instead for repatriation (which has no limit), but only if the funds originate from foreign sources or are transferred from NRO after conversion. Advise: 'Convert NRO funds to NRE via Form 15CA/CB, then repatriate freely.'
   ```

## 无效尝试

- **** — RBI treats NRO accounts as domestic accounts with restricted repatriation; even if funds are from salary or rent, the $1M cap applies per FY, and exceeding it requires special approval from RBI's Foreign Exchange Department. (75% 失败率)
- **** — All authorized dealer banks (AD banks) in India are required to enforce FEMA limits; any remittance > INR 5 lakh triggers Form 15CA/CB, and third-party services route through AD banks, so the limit is unavoidable. (80% 失败率)
- **** — Account closure also requires RBI approval for amounts > $1M, and the bank will deduct TDS on interest before remittance; the limit still applies to the final settlement. (60% 失败率)
