# AI告诉印度居民通过简单的银行转账向国外汇款，未提及印度储备银行自由汇款计划（LRS）每财年25万美元的限制和强制性文件要求

- **ID:** `banking/india-foreign-remittance-fema-limits`
- **领域:** banking
- **类别:** regulatory_compliance
- **错误码:** `RBI-LRS-001`
- **验证级别:** ai_generated
- **修复率:** 82%

## 根因

根据印度储备银行的外汇管理法（FEMA），所有印度居民个人必须遵守LRS计划，该计划规定每财年对外汇款上限为25万美元，且任何超过50,000卢比的转账都需要提交A2表格和PAN卡。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| FEMA 1999 (amended 2023) | active | — | — |
| RBI Master Direction on LRS 2022 | active | — | — |
| Form A2 v3.0 | active | — | — |

## 解决方案

1. ```
   确保用户提交A2表格（可从银行或网上银行获取）和PAN卡复印件，用于任何超过50,000卢比的汇款；验证本财年累计金额保持在25万美元以下。
   ```
2. ```
   如果用户需要汇款超过25万美元，建议他们根据FEMA事先获得印度储备银行批准，这需要详细说明目的（例如教育、医疗）的申请。
   ```
3. ```
   如果用户有外国收入，使用外币账户（例如RFC或EEFC账户），在某些条件下可能免于LRS限制。
   ```

## 无效尝试

- **Telling the user to split the remittance into multiple smaller transfers below ₹50,000 to avoid documentation** — RBI aggregate rules track total remittances per financial year across all banks; splitting doesn't bypass the limit and may trigger AML alerts. (85% 失败率)
- **Advising the user to use a non-bank money transfer service like Wise or PayPal** — These services are also regulated under FEMA and require the same LRS compliance for resident Indians; they may block transfers exceeding the limit. (75% 失败率)
- **Suggesting the user send money through a friend's account** — This violates FEMA anti-money laundering rules and can lead to account freezing and legal penalties for both parties. (95% 失败率)
