# AI告诉跨国公司使用离岸人民币结算贸易，却未考虑在岸-离岸人民币流动性缺口和中国人民银行的每日中间价波动区间

- **ID:** `banking/cny-on-offshore-liquidity-gap`
- **领域:** banking
- **类别:** currency_exchange
- **错误码:** `PBOC-CNY-LIQ-2001`
- **验证级别:** ai_generated
- **修复率:** 82%

## 根因

中国人民银行为在岸人民币设定每日中间价并允许±2%的波动区间，而离岸人民币自由浮动；在岸与离岸市场之间的流动性差距在压力时期（如月末、贸易战）可达300-500个基点，若合同未指定货币变体则会导致结算错配

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| PBOC Central Parity Fixing v2023 | active | — | — |
| CIPS Phase 2 (2022) | active | — | — |
| HKEX USD/CNH Futures Contract Spec (2024) | active | — | — |

## 解决方案

1. ```
   Specify the settlement currency as 'CNY (onshore)' or 'CNH (offshore)' in the trade contract; use a 'CNY fix' clause referencing the PBOC's daily fixing rate at 9:15 AM Beijing time
   ```
2. ```
   Open a 'two-way' RMB account with a bank that has both onshore (CIPS) and offshore (CHATS) access, such as HSBC or Standard Chartered; execute the settlement via the appropriate channel based on the fixing rate
   ```
3. ```
   Use a 'CNY futures' contract on the Hong Kong Exchange (HKEX) to lock in the offshore rate, then settle the physical trade at the futures price; this requires a margin account with a futures broker
   ```

## 无效尝试

- **** — Cross-currency swaps between CNY and CNH are limited to $1 billion daily notional due to PBOC capital controls; during high volatility, the swap market dries up, leaving the gap unhedged (75% 失败率)
- **** — The counterparty may be in a different jurisdiction (e.g., Hong Kong) and cannot access onshore CNY directly; the resulting FX conversion adds 100-200 bps in cost (80% 失败率)
- **** — Convergence only occurs during low-volatility periods; historical data shows CNH can diverge from CNY by up to 2% for weeks during trade tensions (e.g., 2019-2020) (85% 失败率)
