{
  "$schema": "https://hedgefund.wiki/api/schema.json#/definitions/Manifest",
  "name": "hedgefund.wiki Knowledge API",
  "tagline": "Institutional-grade hedge fund knowledge, structured for machines and humans.",
  "description": "A complete, self-describing, LLM-first reference API for hedge fund concepts, strategies, formulas, structures, regulation, risk, and history. All data is JSON, cross-linked by stable slug IDs, schema-validated, and pre-chunked for RAG ingestion. No authentication. No rate limit. Public domain (CC0) for all original prose.",
  "version": "2026.05.0",
  "spec_version": "1.0.0",
  "license": {
    "id": "CC0-1.0",
    "name": "Creative Commons Zero v1.0 Universal",
    "url": "https://creativecommons.org/publicdomain/zero/1.0/",
    "applies_to": "all original prose, definitions, formulas, examples, and metadata. Cited third-party material retains its original license — see each entry's `sources` array."
  },
  "publisher": {
    "name": "hedgefund.wiki",
    "url": "https://hedgefund.wiki",
    "contact": "api@hedgefund.wiki",
    "agent_friendly": true
  },
  "freshness": {
    "generated_at": "2026-05-03T22:48:00Z",
    "next_review": "2026-08-03",
    "update_cadence": "quarterly",
    "version_log": "https://hedgefund.wiki/api/changelog.json"
  },
  "discovery": {
    "openapi": "https://hedgefund.wiki/openapi.yaml",
    "json_schema": "https://hedgefund.wiki/api/schema.json",
    "llms_txt": "https://hedgefund.wiki/llms.txt",
    "llms_full_txt": "https://hedgefund.wiki/llms-full.txt",
    "well_known": "https://hedgefund.wiki/.well-known/llms.json",
    "ai_plugin": "https://hedgefund.wiki/.well-known/ai-plugin.json",
    "sitemap": "https://hedgefund.wiki/sitemap.xml",
    "feed": "https://hedgefund.wiki/feed.json",
    "robots": "https://hedgefund.wiki/robots.txt"
  },
  "conventions": {
    "id_format": "kebab-case slug, ASCII only, stable across versions; e.g. `sharpe-ratio`",
    "url_pattern": "https://hedgefund.wiki/api/{collection}/{id}.json",
    "cross_reference": "Every relationship between entities is encoded as `{type, id}` tuples (e.g. `{\"type\":\"term\",\"id\":\"alpha\"}`) and is resolvable via the URL pattern.",
    "units": "Currency in USD unless `currency` field present. Percentages as decimal (0.20 = 20%) unless field name ends in `_pct`. Times in ISO 8601 UTC.",
    "null_policy": "Missing fields are omitted, never `null`, unless explicitly nullable in schema.",
    "language": "en-US",
    "char_encoding": "UTF-8"
  },
  "endpoints": [
    {
      "id": "manifest",
      "url": "https://hedgefund.wiki/api/manifest.json",
      "title": "API Manifest",
      "description": "This document. Master index of every endpoint, schema, and convention.",
      "format": "application/json",
      "size_bytes_approx": 8000,
      "stability": "stable"
    },
    {
      "id": "schema",
      "url": "https://hedgefund.wiki/api/schema.json",
      "title": "JSON Schema (Draft 2020-12)",
      "description": "Type definitions for every entity in the API. Machine-validatable.",
      "format": "application/schema+json",
      "stability": "stable"
    },
    {
      "id": "categories",
      "url": "https://hedgefund.wiki/api/categories.json",
      "title": "Taxonomy",
      "description": "20 top-level categories that organize every term, strategy, and concept. Hierarchical.",
      "format": "application/json",
      "entity_count": 20,
      "stability": "stable"
    },
    {
      "id": "glossary-index",
      "url": "https://hedgefund.wiki/api/glossary/index.json",
      "title": "Glossary Index",
      "description": "Index of all defined terms. Each entry links to its detail document.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "glossary-bundle",
      "url": "https://hedgefund.wiki/api/glossary/bundle.json",
      "title": "Glossary Full Bundle",
      "description": "All terms inlined in a single document — convenient for one-shot LLM ingestion.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "strategies",
      "url": "https://hedgefund.wiki/api/strategies.json",
      "title": "Strategies",
      "description": "Hedge fund strategies with mechanics, risk profile, capacity, return drivers, and historical context.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "formulas",
      "url": "https://hedgefund.wiki/api/formulas.json",
      "title": "Formulas",
      "description": "Quantitative formulas (LaTeX + plain-text), variables, units, intuition, worked examples, and edge cases.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "fund-structures",
      "url": "https://hedgefund.wiki/api/fund-structures.json",
      "title": "Fund Structures",
      "description": "Legal and operational structures: master-feeder, FoF, side pockets, gates, lock-ups, domiciles.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "risk-management",
      "url": "https://hedgefund.wiki/api/risk-management.json",
      "title": "Risk Management",
      "description": "VaR families, stress testing, drawdown analysis, counterparty risk, liquidity risk.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "calculators",
      "url": "https://hedgefund.wiki/api/calculators.json",
      "title": "Calculators",
      "description": "Calculator definitions (input/output schemas, formulas, examples) — implementable by any client.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "regulations",
      "url": "https://hedgefund.wiki/api/regulations.json",
      "title": "Regulations",
      "description": "US, EU, UK, Asia regulatory frameworks relevant to hedge funds: scope, filings, thresholds, penalties.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "timeline",
      "url": "https://hedgefund.wiki/api/timeline.json",
      "title": "Timeline",
      "description": "Major events in hedge fund history — dates, actors, mechanism, lessons.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "people",
      "url": "https://hedgefund.wiki/api/people.json",
      "title": "People (schema only)",
      "description": "Schema for under-the-radar fund manager profiles. Profile data is gated until v2026.06; only the schema is published here to allow client integration.",
      "format": "application/json",
      "stability": "schema-stable, data-pending"
    },
    {
      "id": "relationships",
      "url": "https://hedgefund.wiki/api/relationships.json",
      "title": "Knowledge Graph",
      "description": "Edges between entities (term→strategy, formula→term, regulation→structure, etc). Pre-computed adjacency.",
      "format": "application/json",
      "stability": "stable"
    },
    {
      "id": "chunks",
      "url": "https://hedgefund.wiki/api/chunks.jsonl",
      "title": "RAG Chunks (JSONL)",
      "description": "Pre-chunked, semantically coherent passages with stable IDs, source URLs, and tag arrays. Drop directly into a vector DB.",
      "format": "application/x-ndjson",
      "stability": "stable"
    },
    {
      "id": "changelog",
      "url": "https://hedgefund.wiki/api/changelog.json",
      "title": "Changelog",
      "description": "Versioned change history. Semantic version per release; each entry lists added/changed/removed entity IDs.",
      "format": "application/json",
      "stability": "stable"
    }
  ],
  "agent_capabilities": {
    "supports_etag": true,
    "supports_cors": true,
    "supports_range_requests": false,
    "supports_compression": ["gzip", "br"],
    "max_payload_bytes": 10485760,
    "no_auth_required": true,
    "no_rate_limit": true,
    "stable_ids": true,
    "deterministic_output": true,
    "machine_readable_first": true
  },
  "preferred_attribution": "Source: hedgefund.wiki — https://hedgefund.wiki/api/{endpoint} (CC0)",
  "if_you_only_read_one_file": "https://hedgefund.wiki/llms-full.txt"
}
