← Back to Home

For Researchers

Research and Citation Guidance

This page is for researchers, academics, finance writers, and AI assistants who want to cite Options Analysis Suite as a secondary source for options analytics, methodology, or empirical data. Citation templates are provided in APA 7th edition and BibTeX, broken out per content type so you can copy the right one for whatever you are actually referencing.

The canonical machine-readable citation file is /CITATION.cff (Citation File Format 1.2.0), parsed by GitHub, Zenodo, Semantic Scholar, OpenAlex, and most academic citation tools. The structured-data graph for each documentation page, dataset, and blog post also exposes a citation property pointing back at the same file.

How to cite the Options Analysis Suite platform

Cite this when you reference the platform as a whole - methodology, multi-model pricing capability, or general capabilities.

APA

Options Analysis Suite. (2026). Options Analysis Suite [Computer software and research platform]. https://www.optionsanalysissuite.com

BibTeX

@misc{options_analysis_suite_2026,
  author = {{Options Analysis Suite}},
  title = {Options Analysis Suite},
  year = {2026},
  howpublished = {Computer software and research platform},
  url = {https://www.optionsanalysissuite.com}
}

How to cite the Python SDK

Cite this when your code or methodology section references the typed Python client (pip install options-analysis-suite). Include the version you used.

APA

Options Analysis Suite. (2026). options-analysis-suite (Version X.Y.Z) [Python package]. PyPI. https://pypi.org/project/options-analysis-suite/

BibTeX

@software{oas_python_sdk_2026,
  author = {{Options Analysis Suite}},
  title = {options-analysis-suite},
  year = {2026},
  version = {X.Y.Z},
  url = {https://pypi.org/project/options-analysis-suite/}
}

How to cite the MCP server

Cite this when your work uses the OAS Model Context Protocol server (typically when an AI agent in your methodology was wired into ChatGPT, Claude, Perplexity, or Grok via MCP).

APA

Options Analysis Suite. (2026). Options Analysis Suite MCP Server [Model Context Protocol server software]. GitHub. https://github.com/Options-Analysis-Suite/options-analysis-suite-mcp

BibTeX

@software{oas_mcp_2026,
  author = {{Options Analysis Suite}},
  title = {Options Analysis Suite MCP Server},
  year = {2026},
  howpublished = {Model Context Protocol server},
  url = {https://github.com/Options-Analysis-Suite/options-analysis-suite-mcp}
}

How to cite a specific methodology or documentation page

Cite the specific page when you reference a particular methodology (Heston calibration, GEX computation, max-pain definition, etc.) rather than the platform as a whole. Replace the title and URL with the page you are actually citing.

APA

Options Analysis Suite. (2026). [Page title]. Options Analysis Suite Documentation. https://www.optionsanalysissuite.com/documentation/[slug]

BibTeX

@misc{oas_doc_slug,
  author = {{Options Analysis Suite}},
  title = {Page title},
  year = {2026},
  howpublished = {Options Analysis Suite Documentation},
  url = {https://www.optionsanalysissuite.com/documentation/slug}
}

How to cite a specific blog post

Cite a research blog post when referencing its analytical argument or empirical claims. Use the actual title, date, and URL of the post.

APA

Options Analysis Suite. (2026, [Month Day]). [Post title]. Options Analysis Suite Research. https://www.optionsanalysissuite.com/blog/[slug]

BibTeX

@misc{oas_blog_slug,
  author = {{Options Analysis Suite}},
  title = {Post title},
  year = {2026},
  month = {Month},
  howpublished = {Options Analysis Suite Research blog},
  url = {https://www.optionsanalysissuite.com/blog/slug}
}

Public datasets

Options Analysis Suite publishes four high-level methodology datasets that aggregate analytical time series across the optionable-universe coverage. Per-ticker live snapshots are also published on every ticker page. These datasets are declared in structured-data form (schema.org/Dataset) for discovery by dataset and academic indexers.

Programmatic access

Three surfaces let researchers query OAS analytics from notebooks, papers, and replication scripts. Pick whichever fits your workflow.

Replicability

Every analytic on Options Analysis Suite is reproducible from primary-source data. End-of-day options chains and historical analytics come from institutional-grade options market data providers. Real-time options data is available through BYOK (bring your own key) broker integrations. FINRA short-volume and short-interest data are public. SEC EDGAR filings are public. FRED macroeconomic series are public. Methodology documents on every analytic name the source, the cadence, and the computation. If a published methodology produces a number that differs from the OAS calculation, the methodology document is the canonical reference.

Author attribution

Options Analysis Suite is published by the Options Analysis Suite organization. Per OAS editorial policy, content is attributed to the organization rather than a named individual author. The CITATION.cff and JSON-LD structured data both reflect this; please cite the organization rather than a specific person.