massive-com / massive-com/client-jvm
Options Chain and Options Contracts missing "strike_price" field.
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 82
- Forks
- 38
- Avg merge
- 32m
- Merged PRs (30d)
- 2
Description
Both the options contract and options chain API reference says this field is in the details object. However, it seems to be missing from the Java library.
https://polygon.io/docs/options/get_v3_snapshot_options__underlyingasset___optioncontract
https://polygon.io/docs/options/get_v3_snapshot_options__underlyingasset
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read src/main/kotlin/io/polygon/kotlin/sdk/rest/options/Snapshots.kt around line 116 and compare the options contract and options chain details models with the linked API documentation. Done means both representations expose the documented strike_price field.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100