You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[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`|
|[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`|
@@ -66,7 +66,7 @@ For more details on the methodology and risk considerations, see [DEX State Pric
66
66
67
67
[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`).
68
68
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.
70
70
71
71
## Net Asset Value (NAV) Report
72
72
@@ -80,6 +80,6 @@ Data Streams ensures that any NAV update, whenever it occurs, is captured and ma
80
80
81
81
[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`).
82
82
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.
84
84
85
85
[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