docs(quote): refresh option Greek descriptions on SecurityCalcIndex - #586
Draft
hogan-yuan wants to merge 1 commit into
Draft
docs(quote): refresh option Greek descriptions on SecurityCalcIndex#586hogan-yuan wants to merge 1 commit into
hogan-yuan wants to merge 1 commit into
Conversation
Update the delta/gamma/theta/vega/rho field docs on SecurityCalcIndex (calc_indexes) across all six SDK layers to match the Calc Index interface documentation. theta is now documented as a per-day value — the server divides the raw annualized value by 365, so the returned theta is already daily (previously the docs said the raw value was annualized by 252 and had to be divided by 252). vega/rho keep the /100 note. Doc comments only; the C header and Node index.d.ts are regenerated. No field or behaviour changes.
This was referenced Sep 3, 2026
hogan-yuan
marked this pull request as draft
September 3, 2026 10:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the delta / gamma / theta / vega / rho field descriptions on
SecurityCalcIndex(calc_indexes) across all six SDK layers to match the Calc Index interface docs.Key change: theta is now a per-day value — the server divides the raw annualized theta by 365, so the returned value is already daily. Previously the docs said the raw value was annualized (×252) and had to be divided by 252. vega/rho keep the /100 note.
Doc comments only; C header and Node
index.d.tsregenerated. No field or behaviour changes. clippy --all --all-features and cargo fmt --check pass.🤖 Generated with Claude Code