changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "actionableLongs": {
+ "description": "Long signals that cleared the scoring gate."
+ },
+ "available": {
+ "description": "False when this call has no data — a snapshot that is not warm yet, a domain switched off, or an argument that was rejected. NOT an error, and NOT a statement about the market.",
+ "type": "boolean"
+ },
+ "count": {
+ "description": "Disclosures in this pass."
+ },
+ "fetchedAt": {
+ "description": "When the underlying snapshot was refreshed (epoch ms, or ISO-8601 for the Bitcoin cycle feed). Age matters: these are cached reads, not live queries."
+ },
+ "limit": {
+ "description": "Row cap applied to every list in this payload.",
+ "type": "number"
+ },
+ "longSignals": {
+ "description": "Scored buy-side signals.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "band": {
+ "description": "Score band."
+ },
+ "earliestTxAt": {
+ "description": "Earliest transaction date — filings lag trades."
+ },
+ "headline": {
+ "description": "One-line summary."
+ },
+ "lawmakerCount": {
+ "description": "Distinct filers."
+ },
+ "rationale": {
+ "description": "Why it scored where it did."
+ },
+ "score": {
+ "description": "Conviction score, 0-1."
+ },
+ "ticker": {
+ "description": "Equity ticker."
+ },
+ "totalUsd": {
+ "description": "Disclosed USD behind the signal."
+ }
+ }
+ },
+ "type": "array"
+ },
+ "reason": {
+ "description": "Why the payload is absent, when `available` is false.",
+ "type": "string"
+ },
+ "sectorAggregates": {
+ "description": "Disclosed dollars by sector.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "count": {
+ "description": "Disclosures."
+ },
+ "sector": {
+ "description": "Sector."
+ },
+ "totalUsd": {
+ "description": "Disclosed USD."
+ }
+ }
+ },
+ "type": "array"
+ },
+ "shortSignals": {
+ "description": "Scored sell-side signals; same fields as `longSignals`.",
+ "items": {},
+ "type": "array"
+ },
+ "shorts": {
+ "description": "Short signals."
+ },
+ "sources": {
+ "additionalProperties": true,
+ "description": "Per-source status — which filing feeds answered."
+ },
+ "stale": {
+ "description": "True when the snapshot is past its refresh interval."
+ }
+ },
+ "type": "object"
+}