QJ//BOUNDED QUERY · PRODUCTION

Portfolio Exposure

Return compact sector, country, asset-class and supplied-currency exposure for an inline portfolio.

PRODUCTION/v1/query/portfolio-exposureOAUTH · agents:query$0.01 · X402/2

CONTRACT

Paid bounded portfolio exposure

Skill
qj-portfolio-exposure
Route
/v1/query/portfolio-exposure
Identity
OAUTH · agents:query
Price
$0.01 · X402/2

GOVERNED METHOD

Exact MCP evidence path

  • data.profile.batchqj-data-mcp
  • data.risk.exposureqj-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

Register an OAuth client, request scope agents:query, then call the route with its bearer token. The first unauthorised call returns the exact x402 v2 payment challenge.

REQUEST

{
  "ticker": "NVDA"
}

ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA

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