From dad23d161d2782cce89a7edeb862cb8f39c5bec9 Mon Sep 17 00:00:00 2001 From: Sebastian Lerner Date: Fri, 28 Aug 2026 11:52:51 +0100 Subject: [PATCH 1/2] docs: recommend RWA Advanced (v11) over v8 for US Equities Add pointers on the v8 schema reference, schema overview, and v8 handling-market-events guide directing US Equities integrators to RWA Advanced (v11), which adds bid/ask, volume, last-traded price, and extended-hours market status coverage that v8 lacks. --- .../data-streams/reference/report-schema-overview.mdx | 2 ++ src/content/data-streams/reference/report-schema-v8.mdx | 6 ++++++ .../data-streams/rwa-streams/handling-market-events.mdx | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/src/content/data-streams/reference/report-schema-overview.mdx b/src/content/data-streams/reference/report-schema-overview.mdx index 7019b912598..8b1d9afb4f1 100644 --- a/src/content/data-streams/reference/report-schema-overview.mdx +++ b/src/content/data-streams/reference/report-schema-overview.mdx @@ -163,6 +163,8 @@ The [RWA Standard (v8)](/data-streams/reference/report-schema-v8) report schema RWA assets trade on traditional exchanges during [market hours](/data-streams/market-hours). These market hours vary by asset class and can be subject to unexpected halts, pauses and other behaviors affecting traditional markets. For this reason, this schema includes a market hours flag and a staleness measure to equip users to handle these events correctly. It is critical that users implement correct safeguards on their end to pause markets, add more conservative risk caps, or do whatever else is appropriate for their application. +For US Equities specifically, [RWA Advanced (v11)](/data-streams/reference/report-schema-v11) is strongly recommended over v8 — see below. + ### RWA Advanced (v11) The [RWA Advanced (v11)](/data-streams/reference/report-schema-v11) report schema offers enhanced market data capabilities with additional fields: liquidity-weighted mid (`mid`), consensus bid and ask prices (`bid`, `ask`), resting book depth (`bidVolume`, `askVolume`), most recent execution (`lastTradedPrice`), nanosecond precision freshness (`lastSeenTimestampNs`), and expanded market status (`marketStatus`) that distinguishes between pre-market, regular hours, post-market, overnight, and weekend periods. diff --git a/src/content/data-streams/reference/report-schema-v8.mdx b/src/content/data-streams/reference/report-schema-v8.mdx index 7156ab91f86..d53f608931a 100644 --- a/src/content/data-streams/reference/report-schema-v8.mdx +++ b/src/content/data-streams/reference/report-schema-v8.mdx @@ -20,6 +20,12 @@ import { Aside } from "@components" RWA streams adhere to the report schema outlined below. + + ### Schema Fields diff --git a/src/content/data-streams/rwa-streams/handling-market-events.mdx b/src/content/data-streams/rwa-streams/handling-market-events.mdx index 6359b9da1df..917956dfaf6 100644 --- a/src/content/data-streams/rwa-streams/handling-market-events.mdx +++ b/src/content/data-streams/rwa-streams/handling-market-events.mdx @@ -17,6 +17,11 @@ import MarketEventsTabs from "@features/data-streams/common/MarketEventsTabs.ast + + Apply these best practices when integrating or operating markets that use tokenized real-world assets. Developers and operators are responsible for assessing market integrity, implementing mitigations, and managing application-level risks — see the [Developer Responsibilities](/data-streams/developer-responsibilities) guidance for details. ## Market Hours From b266391356ae4586a733b454e0926902c02b4d81 Mon Sep 17 00:00:00 2001 From: Sebastian Lerner Date: Fri, 28 Aug 2026 12:14:25 +0100 Subject: [PATCH 2/2] docs: drop volume depth / last traded price from v8 aside Trim the v11 feature callout to avoid overstating v8's gap. --- src/content/data-streams/reference/report-schema-v8.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/data-streams/reference/report-schema-v8.mdx b/src/content/data-streams/reference/report-schema-v8.mdx index d53f608931a..0c1c356208c 100644 --- a/src/content/data-streams/reference/report-schema-v8.mdx +++ b/src/content/data-streams/reference/report-schema-v8.mdx @@ -22,8 +22,8 @@ RWA streams adhere to the report schema outlined below. ### Schema Fields