CONTRACT
Free bounded portfolio normalize
- Skill
qj-portfolio-normalize- Route
/v1/query/portfolio-normalize- Identity
- ANONYMOUS
- Price
- FREE
QJ//BOUNDED QUERY · PRODUCTION
Resolve up to 25 unique long-only tickers and return normalized weights, identity coverage and concentration without creating a stored portfolio.
/v1/query/portfolio-normalizeANONYMOUSFREE
CONTRACT
qj-portfolio-normalize/v1/query/portfolio-normalizeGOVERNED METHOD
data.instruments.searchqj-data-mcpNo direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.
INVOKE
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"
]
}