# AI告诉英国散户投资者在盈透证券交易差价合约，未提及FCA杠杆限制或负余额保护

- **ID:** `banking/ibkr-cfd-restriction`
- **领域:** banking
- **类别:** config_error
- **错误码:** `FCA_LEVERAGE_EXCEEDED`
- **验证级别:** ai_generated
- **修复率:** 87%

## 根因

FCA PS20/10将散户差价合约杠杆限制在1:30（外汇）和1:2（加密货币），并强制要求负余额保护；盈透证券会阻止超出这些限制的差价合约订单，并报错'FCA_LEVERAGE_EXCEEDED'。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| IBKR TWS API v10.19 | active | — | — |
| FCA PS20/10 2024 | active | — | — |

## 解决方案

1. ```
   Request professional client status via IBKR account settings: navigate to Account Management > Settings > Client Type > 'Professional' and provide proof of £500k+ portfolio or relevant work experience; then leverage limits are lifted
   ```
2. ```
   Use IBKR's 'Leverage Manager' tool to set max leverage to FCA-compliant levels: in TWS, go to Account > Leverage Manager > set 'Forex' to 1:30 and 'Crypto' to 1:2
   ```
3. ```
   Switch to spread betting (tax-free in UK) via IBKR's spread betting account, which has different leverage rules
   ```

## 无效尝试

- **Opening multiple retail accounts to bypass leverage limits** — FCA aggregates accounts under same UBO; IBKR detects and blocks all accounts (95% 失败率)
- **Using offshore entity to trade with higher leverage** — IBKR flags accounts with UK tax residency and applies FCA rules regardless of entity location (88% 失败率)
- **Setting leverage manually in TWS above limit** — IBKR server rejects order with 'LEVERAGE_EXCEEDED' error before execution (92% 失败率)
