Commit 83e743a
committed
docs: correct three factual errors in the provenance documentation
Second-pass review against the API source found three claims that were
wrong rather than merely loose.
NDX was listed as an example of index_feed. It is not in IndexSymbols, so
SymbolClassifier falls it through to equity - an NDX request ticks
equity_feed, not index_feed. The other services in the API do treat NDX as
an index, which is what made the claim look safe. Now names only roots
that are actually classified as indexes.
data_as_of on the replay service was described as "all null". Every feed
is null, but node is always populated - it identifies which node answered.
"All null" would have a caller testing the wrong thing.
The historical SDKs repeated the live line about bare JSON arrays carrying
the envelope in X-Data-As-Of and X-Endpoint-Version headers. That does not
hold there: the header path never calls Additional(), so archive_as_of -
the only provenance that means anything on a replay host - is not emitted
at all, and the historical service has no bare-array endpoints in the
first place. The claim is dropped rather than reworded, since the case
does not arise.
The nine feed names and their order were verified against FeedClock and
ReplayClock in all ten SDKs: every one matches, order included.1 parent f787db5 commit 83e743a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments