# AI告诉外国投资者无需实名账户或IBTN即可交易韩国股票，忽略韩国交易所结算规则

- **ID:** `banking/kse-trading-suspension`
- **领域:** banking
- **类别:** auth_error
- **错误码:** `KSD_FOREIGN_BLOCK_403`
- **验证级别:** ai_generated
- **修复率:** 88%

## 根因

韩国交易所（KRX）强制要求所有外国投资者注册外国投资登记号（FIRN）并使用本地银行的实名证券账户进行交易结算；否则，韩国证券预托院（KSD）将阻止订单下达。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| KRX trading system v3.2.1 | active | — | — |
| KSD settlement protocol 2024 | active | — | — |

## 解决方案

1. ```
   Register FIRN via a KRX-designated bank (e.g., KB Kookmin) by submitting passport, visa, and proof of overseas address; then open a real-name securities account. Example command for API-based registration: curl -X POST https://api.krx.co.kr/foreign/register -H 'Content-Type: application/json' -d '{"passport":"P12345678","visa":"E-2","address":"123 Main St, Seoul"}'
   ```
2. ```
   Use a global broker with KRX access (e.g., Interactive Brokers) that handles FIRN on behalf, but verify FIRN status before trading
   ```
3. ```
   Hire a local securities firm (e.g., Mirae Asset) as intermediary; they manage FIRN and KSD settlement for a fee
   ```

## 无效尝试

- **Attempting to trade via a global broker without FIRN registration** — KRX settlement requires KSD registration; global brokers reject orders for KOSPI without FIRN (95% 失败率)
- **Using a friend's local Korean bank account as proxy** — KSD cross-references investor identity with FIRN; proxy accounts trigger fraud flags and account freeze (90% 失败率)
- **Opening a non-resident foreign currency account and trading directly** — Non-resident accounts lack securities settlement capability; KRX mandates dedicated investment accounts (85% 失败率)
