CONTRACT
Paid bounded portfolio benchmark risk
- Skill
qj-portfolio-benchmark-risk- Route
/v1/query/portfolio-benchmark-risk- Identity
- OAUTH · agents:query
- Price
- $0.01 · X402/2
QJ//BOUNDED QUERY · PRODUCTION
Estimate portfolio beta, correlation and regression evidence versus one benchmark.
/v1/query/portfolio-benchmark-riskOAUTH · agents:query$0.01 · X402/2
CONTRACT
qj-portfolio-benchmark-risk/v1/query/portfolio-benchmark-riskGOVERNED METHOD
data.prices.batchqj-data-mcpdata.risk.pair_regressionqj-data-mcpNo direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.
INVOKE
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-benchmark-risk.v1",
"skillId": "qj-portfolio-benchmark-risk",
"priceUsd": "0.01",
"status": "complete | partial",
"facts": {
"example": "live fields are returned here"
},
"interpretation": [
"bounded research interpretation"
],
"coverage": [
{
"tool": "data.prices.batch",
"status": "available | missing"
}
],
"toolsUsed": [
"data.prices.batch",
"data.risk.pair_regression"
],
"asOf": "ISO-8601 source timestamp",
"freshness": {
"status": "fresh | stale | unknown"
},
"lineageRefs": [
"source and materialization references"
]
}