Swarm
features.build
Exact FEATURE_ORDER feature vector for symbol at session as_of, with provenance per field. Runs the no-lookahead guard (every feature must equal a fresh causal recomputation at as_of) and the point-in-time provenance guards. Tier-B/C fields without recorded point-in-time evidence are returned as UNSCORABLE — never neutral-filled with 0.0.
Remote blink-kt/quant-swarm
Remote (network-hosted)
Other tools also called features.build?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"as_of": {
"type": "string",
"title": "As Of",
"description": "Point-in-time session date (YYYY-MM-DD); every feature is a causal recomputation at this date, never a later revision."
},
"symbol": {
"type": "string",
"title": "Symbol",
"description": "Ticker symbol, e.g. AAPL."
}
}
}