# 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 required Form 15CA/CB

- **ID:** `banking/nri-fema-repatriation-limit`
- **Domain:** banking
- **Category:** auth_error
- **Error Code:** `FEMA_REPAT_ERR_103`
- **Verification:** ai_generated
- **Fix Rate:** 82%

## Root Cause

Under RBI's FEMA regulations, NRO account repatriation is capped at USD 1 million per financial year (amended in 2023 from earlier limits), and requires mandatory submission of Form 15CA (for remittance > INR 5 lakh) and Form 15CB (from a chartered accountant if > INR 5 lakh), which AI omits due to lack of granular FEMA rule training.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| FEMA 1999 (amended 2023) | active | — | — |
| RBI Master Direction on NRO Accounts 2023 | active | — | — |
| Income Tax Rules 1962 (Form 15CA/CB updates 2024) | active | — | — |

## Workarounds

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.'** (85% success)
   ```
   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.** (90% success)
   ```
   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.'** (75% success)
   ```
   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.'
   ```

## Dead Ends

- **** — 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% fail)
- **** — 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% fail)
- **** — 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% fail)
