Fix OO expiry settle index: persist spot and never invent strike from OTM fill.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-11 16:44:56 +08:00
parent 4a5d19e30f
commit 3264dd4381
6 changed files with 124 additions and 17 deletions
+13
View File
@@ -5,6 +5,19 @@
---
## 2026-08-11 — 期期到期结算指数修正
### 变更
1. 期期 `close_oo_full`SIM/OKX/BN)到期写入真实 `settle_index_px`(快照指数)。
2. 交易详情反推结算价:虚值 Call fill=0 不再误显示为行权价;优先实值 Put 腿反推。
### 审计
今天下午约 1875 到期,详情曾把结算指数显示成行权价(如 1920):因未落库 settle,且用 Call 内在价值 0 反推成 `strike+0`
---
## 2026-08-11 — 期期交易记录展示与盈亏汇总
### 变更