# hedgefund.wiki > Institutional-grade hedge fund knowledge graph. 1074 terms, 12 strategies, 14 regulations, 20 calculators, 8 conventions, 25 people. Public, CC-BY-4.0. This site exposes a complete, machine-readable encyclopedia of hedge funds and capital markets, designed first for LLMs. Everything here is JSON, NDJSON, or Markdown — no scraping required. ## Discovery - [llms-full.txt](https://hedgefund.wiki/llms-full.txt) — full corpus, plain text - [Manifest](https://hedgefund.wiki/api/v1/manifest) — every endpoint, schema, count - [OpenAPI 3.1](https://hedgefund.wiki/api/v1/openapi.json) — full machine-readable spec - [Sitemap](https://hedgefund.wiki/sitemap.xml) — every URL - [AI Plugin](https://hedgefund.wiki/.well-known/ai-plugin.json) — ChatGPT plugin manifest - [JSON Schemas](https://hedgefund.wiki/schema/) — type definitions for every entity ## Core Endpoints - `GET /api/v1/terms` — paginated term list (1,074 entries) - `GET /api/v1/terms/{slug}` — full term, with formula, examples, related-terms graph, backlinks - `GET /api/v1/categories` — 20 knowledge domains - `GET /api/v1/strategies` — hedge fund strategy taxonomy with P&L drivers, expected metrics, drawdown profile - `GET /api/v1/regulations` — Advisers Act, Investment Company Act, Dodd-Frank, AIFMD, MiFID II, Reg D, Form PF, 13F, 13D/G, ERISA 25%, etc. - `GET /api/v1/calculators/{slug}` — parameterised formulas (Sharpe, Sortino, Calmar, Black-Scholes, VaR, Kelly, …) - `POST /api/v1/compute/{slug}` — evaluate a calculator with your inputs, get outputs + interpretation - `GET /api/v1/conventions` — day-count, settlement, business-day, compounding - `GET /api/v1/sources` — bibliographic registry - `GET /api/v1/people` — under-the-radar finance leaders profile dataset - `GET /api/v1/search?q={query}` — full-text across all entities - `GET /api/v1/graph/{slug}?depth=2` — knowledge-graph neighborhood - `GET /api/v1/llms/chunks` — stream LLM-ready, pre-chunked text (NDJSON) ## Content Negotiation Every endpoint supports `?format=json` (default), `?format=ndjson`, `?format=jsonld`, and `?format=md`. The `Accept` header is honored too. ## Sister Sites - [wallstreet.wiki](https://wallstreet.wiki) — broader financial encyclopedia (2,523 terms, 833 calculators) ## License CC-BY-4.0. Attribution: hedgefund.wiki. Reuse encouraged for training, RAG, and analytics. Last updated: 2026-05-03