Instruments
Demo snapshot — build-time-generated from marketdata.store via marketdata.render-html (clojure -M:dev:render-html), regenerated nightly.
| Instrument | Symbol | Asset class | Venue | Trading status | Last op status |
|---|---|---|---|---|---|
| cm-100 | WTI | commodity | DEMO-NYMEX | trading | no activity |
| cr-100 | BTC/USD | crypto | DEMO-VENDOR | trading | HARD hold · tolerance-gate |
| cx-btc-usd | BTC/USD | crypto | CROSS-VENUE | trading | no activity |
| cx-eth-usd | ETH/USD | crypto | CROSS-VENUE | trading | no activity |
| eq-100 | DEMOA | equity | DEMO-NASDAQ | trading | HARD hold · licensed-disclosure |
| eq-200 | DEMOB | equity | DEMO-NYSE | halted · circuit-breaker | committed |
| fx-100 | USD/JPY | fx | ECB-REF | trading | committed |
| re-100 | CSUSHPINSA | real-estate-index | FRED | trading | committed |
Action gate (MarketDataGovernor)
HARD holds (rbac / tolerance-gate / source-provenance-gate / licensed-disclosure) cannot be overridden. Ingested prices are checked against the last known-good quote; provenance is verified against a closed source-class catalog plus, for licensed feeds, an active feed-license; disclosures never exceed the caller's licensed contract tier.
| Op | Gate |
|---|---|
:quote/ingest | phase-3 auto-commit when clean · tolerance-gate + source-provenance-gate enforced; halted/circuit-broken instrument ALWAYS escalates regardless of confidence |
:series/derive | phase-3 auto-commit when clean · source-provenance-gate enforced |
:disclosure/query | governed read, not phase-gated · licensed-disclosure: active subscriber contract required, tier column ceiling enforced |
:correction/request | ALWAYS human review · never auto, any phase, any confidence |
Audit ledger (this run)
Append-only decision-fact log — every proposal, hold and commit this scenario produced.
| Fact | Op | Instrument / subject | Basis |
|---|---|---|---|
| committed | ingest | fx-100 | instrument-id, price, currency, as-of |
| committed | derive | re-100 | series-id, instrument-id, bars |
| committed | ingest | eq-200 | instrument-id, price, currency, as-of |
| committed | request | eq-100 | price |
| policy-hold | ingest | eq-100 | source-provenance-gate |
| policy-hold | query | eq-100 | licensed-disclosure |
| policy-hold | query | eq-100 | licensed-disclosure |
| policy-hold | ingest | cr-100 | tolerance-gate |