# AI tells an NRI to repatriate funds from an NRO account to a foreign account without mentioning the RBI's FEMA limit of $1 million per financial year and the mandatory Form A2

- **ID:** `banking/nro-repatriation-fema-limit`
- **Domain:** banking
- **Category:** auth_error
- **Error Code:** `FEMA-NRO-REPATRIATION-LIMIT`
- **Verification:** ai_generated
- **Fix Rate:** 82%

## Root Cause

Under RBI's FEMA regulations, repatriation of funds from an NRO (Non-Resident Ordinary) account to a foreign account is capped at $1 million per financial year and requires submission of Form A2 along with tax clearance; exceeding the limit or missing documentation leads to rejected remittances.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| RBI FEMA (Foreign Exchange Management Act) 1999 | active | — | — |
| NRO Savings Account (e.g., State Bank of India, ICICI Bank) | active | — | — |

## Workarounds

1. **Submit a request to the bank with Form A2 (available from the bank's website or branch) and a tax clearance certificate from the Income Tax Department. Example: 'Fill Form A2 with purpose code S0001 (Repatriation of funds from NRO account) and attach Form 16A for TDS proof'.** (85% success)
   ```
   Submit a request to the bank with Form A2 (available from the bank's website or branch) and a tax clearance certificate from the Income Tax Department. Example: 'Fill Form A2 with purpose code S0001 (Repatriation of funds from NRO account) and attach Form 16A for TDS proof'.
   ```
2. **If the amount exceeds $1 million, consider transferring to an NRE account first (which has no repatriation limit) and then remit from NRE, but ensure the funds in NRE are sourced from foreign income, not from NRO.** (75% success)
   ```
   If the amount exceeds $1 million, consider transferring to an NRE account first (which has no repatriation limit) and then remit from NRE, but ensure the funds in NRE are sourced from foreign income, not from NRO.
   ```

## Dead Ends

- **Splitting the remittance into multiple smaller transfers under $1 million to avoid the limit** — RBI aggregates all remittances from NRO accounts in a financial year; any single or cumulative amount exceeding $1 million will be flagged and rejected by the bank's compliance system. (60% fail)
- **Using a third-party money transfer service (e.g., Wise) without going through the bank** — Wise and similar services require the source account to be compliant with local regulations; they will ask for Form A2 and proof of tax payment, and if exceeded, they will reject the transfer. (50% fail)
