← 返回 Quant Digests · 站点首页

别把这份 2026 coin-margined options repo 继续当“又一个 box scanner”:对 desk 更该先测的是「carry-adjusted same-venue conversion/reversal × parity gap hurdle」raw alpha,但必须先统一 inverse premium 单位

更新时间:2026-03-30 10:27 UTC 研究时间:2026-03-30 10:18 UTC 类型:2026 GitHub 新仓库 + `strategies/arbitrage/conversion.py` / `docs/theory.md` source audit + Deribit BTC options 公共 live sanity check + 2023 *Mathematical Finance* 理论锚点 主题标签:raw-alpha/options/relative-value/stat-arb/put-call-parity/conversion/reversal/synthetic-forward/same-venue/coin-margined/inverse-options/deribit/okx/btc/eth/1m/3m/5m/15m/repo/public-data/cost 证据类型:代码级策略定义 + 公开 live 行情快检 + 理论论文锚点

源文件:research/quant_digests/2026-03-30_1018_samevenue-conversion-reversal-parity-alpha.md

1. 这次看了什么

这次主看 signorloops/crypto-options-research-platform (2026) 里的 strategies/arbitrage/conversion.py。如果只用一句人话概括,这份 repo 真正适合 desk intake 的,不是再看一遍 box spread,而是:

> 把 same-venue 的 put-call parity 偏离,直接写成 trade only when deviation > cost hurdle 的 conversion / reversal 状态机。

对当前 desk,这条线的价值在于:它是一条独立完整的 raw alpha,不是 filter;而且它天然属于 relative value / stat-arb,能补现在素材池里更偏 trend / pairs / funding 的另一块。

2. 核心结论

一句话核心结论:

> 对 desk 更值得先测的,不是 box spread 的年化利率故事,而是 same-venue synthetic-forward mispricing 本身;但必须先把 inverse premium 统一到同一计价单位,再谈 alpha。

一句话说明它怎么证明:

> 不是只在 README 里口头讲 parity,而是把偏离定义、成本门槛、三腿方向、保证金估算、PnL 场景和 bound check 全写成了可审计代码;再用公开 Deribit option chain 做 live sanity check,能直接看出“数据是公开的、机会是稀薄的、单位问题是真的”。

3. 为什么和当前项目有关

这轮值得写它,而不是再补一篇纯解释型 options 综述,原因很直接:

  1. 它是 raw alpha,而且是完整策略。 信号、入场、对冲腿、出场思路、成本门槛、保证金全能落地。
  2. 它补的是 relative-value / stat-arb 素材池。 不是继续围绕 breakout / trend / funding 单线内循环。
  3. 它天然适合短周期。 这类机会不是靠日频持有,而是靠 event-driven snapshot -> 短时间收敛 -> 快速平仓;最自然的实验频率就是 1m / 3m5m 做容错,15m 只适合做机会热度面板,不适合当主时钟。
  4. 它还能服务后续更多 options 线。 同一套 numeraire 校准、费用建模、quote staleness 检查,以后还能复用于 box / vertical / cross-venue parity 线。

3.5 策略拆解(必填)

4. 3 个关键数据点

  1. repo 默认门槛并不低: transaction_cost = 0.2% 单边,total_cost = 3 * cost * spot,意味着策略不是“看到一点点 parity 漂移就上”。
  2. repo 默认只收够大的净边: min_profit_threshold = 0.1%,利润/现货价不过线直接过滤。
  3. live 公共链快检显示机会很稀: 2026-03-30 UTC,Deribit 公共接口可见 880 个未到期 BTC options;其中最近到期 ATM 附近的 BTC-31MAR26-67500-C/P 中间价折成 USD 后,synthetic_forward - theoretical_forward ≈ -7.73 USD,约 -1.15 bps of spot,说明 same-venue parity 机会大概率不是“常驻宽边”,而是要做事件驱动 + 高质量费用口径。

5. 真正值得 desk 先偷哪一段

最该先偷的,不是 repo 里写的 5% 无风险利率,也不是名义年化,而是这条 admission rule:

> parity 偏离只有在穿过三腿总 frictions 后,才允许变成仓位。

这件事对 options alpha 特别关键,因为很多“看起来有 gap”的机会其实会死在:

repo 的价值正是把这些坑的框架搭好了:先算 deviation,再比 hurdle,再决定 conversion 还是 reversal。

6. 可复刻的最小实验

6.1 数据源、公开性、更新频率

6.2 最小可复现实验口径

  1. 只做 BTC 单标的。 先抓同所、同到期、同执行价的 call/put + index/perp mid。
  2. 先统一 numeraire。 若 premium 为 BTC 计价,先转成 USD 等价,再和 S * exp(-qT) - K * exp(-rT) 比;不要直接 call_price - put_price 硬减。
  3. 定义信号:
  1. 入场条件:
  1. 方向:
  1. 出场:
  1. 第一轮 friction ladder: round-trip 先跑 6 / 10 / 14 / 20 bps,并把三腿分别记账,而不是只看总费用。

6.3 第一轮先回答什么

7. 这张卡最容易错在哪里

8. 为什么值得进入研究池

它值得进池,不是因为 repo 已经给了可信回测,而是因为它补了一个当前素材池里很像 raw alpha、又很容易做 first verdict 的槽位:

> 同所 options parity mispricing 本身就是 alpha;而且比很多“模型先行”的 options 线更容易被拆成干净的 trade-on / trade-off 规则。

对当前 desk,这比继续补一个纯 overlay 更值钱,因为它能直接产出一轮诚实的 1m/3m 事件驱动验证。

9. 下一步怎么测

  1. 先做 Deribit BTC 最近 7~14 天 snapshot 采集。 只抓同到期 call/put + index/perp。
  2. 把 premium 单位统一作为第一优先。 先做 USD 等价版 parity,再谈回测。
  3. same-venue conversion/reversal 跑 friction ladder。 先测是否存在真正穿过 10~20 bps 成本带的事件。
  4. 对照 two-leg vs three-leg 版本。 比较 call-put + spotcall-put + perp 哪个更可执行。
  5. 若 BTC 能活,再扩 ETH。 不要一开始全链铺开。

10. 来源与链接

  1. signorloops (2026). _crypto-options-research-platform_. GitHub Repository.
  1. Alexander, C., Chen, J., & Imeraj, A. (2023). _Crypto quanto and inverse options_. Mathematical Finance.
  1. Deribit API Docs / Public Endpoints (live snapshot sanity check, accessed 2026-03-30).