QJ//BOUNDED QUERY · PRODUCTION

Portfolio Normalize

Resolve up to 25 unique long-only tickers and return normalized weights, identity coverage and concentration without creating a stored portfolio.

PRODUCTION/v1/query/portfolio-normalizeANONYMOUSFREE

CONTRACT

Free bounded portfolio normalize

Skill
qj-portfolio-normalize
Route
/v1/query/portfolio-normalize
Identity
ANONYMOUS
Price
FREE

GOVERNED METHOD

Exact MCP evidence path

  • data.instruments.searchqj-data-mcp

No direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.

INVOKE

Call the bounded resource

READY

REQUEST

{
  "ticker": "NVDA"
}

ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA

{
  "schemaVersion": "qj-agents.portfolio-normalize.v1",
  "skillId": "qj-portfolio-normalize",
  "priceUsd": "0.00",
  "status": "complete | partial",
  "facts": {
    "example": "live fields are returned here"
  },
  "interpretation": [
    "bounded research interpretation"
  ],
  "coverage": [
    {
      "tool": "data.instruments.search",
      "status": "available | missing"
    }
  ],
  "toolsUsed": [
    "data.instruments.search"
  ],
  "asOf": "ISO-8601 source timestamp",
  "freshness": {
    "status": "fresh | stale | unknown"
  },
  "lineageRefs": [
    "source and materialization references"
  ]
}