Files
Hogan a1e35a0bd8 docs(quote): refresh option Greek field descriptions on Calc Index (#1241)
Update the delta / gamma / theta / vega / rho response-field
descriptions on the Calc Index (calc_indexes) interface across all three
languages (zh-CN / zh-HK / en).

Key change: **theta now documents the per-day semantics** — the raw
value has been divided by 365 on the server to convert to a daily value
(previously the docs incorrectly said divide by 100). delta/gamma get
full descriptions; vega/rho reworded to the /100 form.

Source of truth: the 期权希腊字母 spec table. Matches the SDK
(longbridge/openapi#586), MCP, and CLI changes.
2026-09-16 15:00:59 +08:00
..
2025-07-18 16:36:28 +08:00

vitepress 常用语法

  • // [!code focus] 可以使得代码块聚焦某一行
  • ts{2-3,5} 使得第 2-3 行和第 5 行显示高亮
  • 在某一行上添加 // [!code --]// [!code ++] 注释将创建该行的差异,同时保留代码块的颜色
    • // [!code warning]// [!code error] 错误和警告
  • ::: code-group 实现代码组
  • :::tabs key:language 实现记忆组切换