Skip to content

Commit 718cd08

Browse files
committed
report-schema-overview self review
1 parent 069051e commit 718cd08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/data-streams/reference/report-schema-overview.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Below is a summary of all available Data Streams reports, schemas, their main us
4444
| :----------------------------------------------------- | :----------------------------------------- | :---------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------- |
4545
| [Cryptocurrency](#cryptocurrency-report) | [View schema (v3)](./report-schema-v3) | Crypto price streams | `price`, `bid`, `ask` |
4646
| [DEX State Price](#dex-state-price-report) | [View schema (v3)](./report-schema-v3-dex) | DEX state crypto price streams | `price`, `bid`, `ask` (All fields equal; [details](../concepts/dex-state-price-streams#how-to-use-dex-state-price-streams)) |
47-
| [Real World Asset (RWA)](#real-world-asset-rwa-report) | [View schema (v8)](./report-schema-v8) | Real World Asset (RWA) price streams | `midPrice`, `marketStatus, lastUpdateTimestamp` |
48-
| [Net Asset Value (NAV)](#net-asset-value-nav-report) | [View schema (v9)](./report-schema-v9) | Net Asset Value (NAV) streams | `aum, navPerShare`, `navDate`, `ripcord` |
49-
| [Backed xStock](#backed-xstock-report) | [View schema (v10)](./report-schema-v10) | Tokenized stocks and backed asset streams | `price`, `tokenizedPrice`, `marketStatus, currentMultiplier, newMultiplier` |
47+
| [Real World Asset (RWA)](#real-world-asset-rwa-report) | [View schema (v8)](./report-schema-v8) | Real World Asset (RWA) price streams | `midPrice`, `marketStatus`, `lastUpdateTimestamp` |
48+
| [Net Asset Value (NAV)](#net-asset-value-nav-report) | [View schema (v9)](./report-schema-v9) | Net Asset Value (NAV) streams | `aum`, `navPerShare`, `navDate`, `ripcord` |
49+
| [Backed xStock](#backed-xstock-report) | [View schema (v10)](./report-schema-v10) | Tokenized stocks and backed asset streams | `price`, `tokenizedPrice`, `marketStatus`, `currentMultiplier`, `newMultiplier` |
5050

5151
## Cryptocurrency Report
5252

@@ -66,7 +66,7 @@ For more details on the methodology and risk considerations, see [DEX State Pric
6666

6767
[Chainlink RWA Data Streams](./report-schema-v8) provide fresh, reliable, and accurate financial market data for tokenized real-world assets, enabling DeFi users to gain onchain exposure to physical assets. Each report includes a staleness measure (`lastUpdateTimestamp`), consensus median price (`midPrice`) and market status (`marketStatus`).
6868

69-
RWA assets trade on traditional exchanges during [market hours](../market-hours). These market hours depend per asset class and can be subject to unexpected halts, pauses and other behaviours affecting traditional markets. For this reason, this class of Data Streams contains a market hours flag and a staleness measure to equip our users to handle these events correctly. It is critical that users implement correct safeguards on their side to pause markets, add more conservative risk caps, or do whatever else is appropriate for their application.
69+
RWA assets trade on traditional exchanges during [market hours](../market-hours). These market hours depend per asset class and can be subject to unexpected halts, pauses and other behaviors affecting traditional markets. For this reason, this class of Data Streams contains a market hours flag and a staleness measure to equip our users to handle these events correctly. It is critical that users implement correct safeguards on their side to pause markets, add more conservative risk caps, or do whatever else is appropriate for their application.
7070

7171
## Net Asset Value (NAV) Report
7272

@@ -80,6 +80,6 @@ Data Streams ensures that any NAV update, whenever it occurs, is captured and ma
8080

8181
[Chainlink Backed xStock Data Streams](./report-schema-v10) provide fresh, reliable, and accurate financial market data for Tokenized Equities such as [xStock](https://xstocks.com/us) assets, enabling DeFi users to gain onchain exposure to tokenized stocks. These Streams are a unique product provided by Chainlink Labs for partners such as xStocks. They combine data from our US equity Data Streams with data from the tokenization service, which enables users to correctly handle corporate actions affecting the underlying equities. Each report includes the staleness measure (`lastUpdateTimestamp`), last traded price (`price`), market status (`marketStatus`), current multiplier (`currentMultiplier`, the number of underlying shares each xStock is redeemable for), new multiplier (`newMultiplier`, the future number of shares after a scheduled corporate action), activation date/time of the corporate action (`activationDateTime`) and the tokenized price if available on primary or secondary markets (`tokenizedPrice`).
8282

83-
The underlying US equities trade on traditional exchanges during [market hours](../market-hours). These market hours depend per asset class and can be subject to unexpected halts, pauses and other behaviours affecting traditional markets. For this reason, this class of Data Streams contains a market hours flag and a staleness measure to equip our users to handle these events correctly. It is critical that users implement correct safeguards on their side to pause markets, add more conservative risk caps, or implement other measures appropriate for their application.
83+
The underlying US equities trade on traditional exchanges during [market hours](../market-hours). These market hours depend per asset class and can be subject to unexpected halts, pauses and other behaviors affecting traditional markets. For this reason, this class of Data Streams contains a market hours flag and a staleness measure to equip our users to handle these events correctly. It is critical that users implement correct safeguards on their side to pause markets, add more conservative risk caps, or implement other measures appropriate for their application.
8484

8585
[The schema](./report-schema-v10) is designed specifically for tokenized equities such as xStocks and contains data from the Chainlink US equities streams, combined with data provided by the tokenizer to properly handle corporate actions. With this enhanced data users are able to handle expected and unexpected market events such as pauses, halts and market off hours. The tokenization provider layers in data around the `currentMultiplier`, the `newMultiplier` and the `activationDateTime` of the new multiplier to handle corporate actions.

0 commit comments

Comments
 (0)