Commit 2b23a58
committed
docs: document the data_as_of response envelope
Every FlashAlpha API response carries data_as_of, reporting when each
upstream feed last delivered to the node that answered, plus
endpoint_version identifying the deployment.
Nine feeds are reported separately - equity and index spot, their option
chains, futures and futures options, the classified trade tape, settled
open interest, and the macro series - because they arrive over different
pipes and fail independently. An index chain can be current while the
index level behind it is not, and one timestamp cannot express that.
The section covers how to read it, not just what it is: each feed against
its OWN cadence rather than against as_of. Settled open interest dated to
the previous session's close is correct, because it is published once per
session - on a Monday the newest figure that exists is Friday's. An
options feed an hour behind during the regular session is not. A null
means that node has not seen that feed, not that it is broken.
The limit is stated alongside the claim: the field evidences that a feed
delivered recently, not that every contract in a chain is equally current.
Documentation only. No code changes.1 parent 5cb6b2b commit 2b23a58
2 files changed
Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
150 | 188 | | |
151 | 189 | | |
152 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
5 | 17 | | |
6 | 18 | | |
7 | 19 | | |
| |||
0 commit comments