Backed xStock Report Schema (v10)

Chainlink Backed xStock Data Streams adhere to the report schema outlined below.

Schema Fields

FieldTypeDescription
feedIdbytes32Unique identifier for the Data Streams feed
validFromTimestampuint32Earliest timestamp when the price is valid
observationsTimestampuint32Latest timestamp when the price is valid
nativeFeeuint192Cost to verify report onchain (native token)
linkFeeuint192Cost to verify report onchain (LINK)
expiresAtuint32Expiration date of the report
lastUpdateTimestampuint64Timestamp of the last valid price update
priceint192Last traded price from the real-world equity market
marketStatusuint32Status of the real-world equity market.
Possible values: 0 (Unknown), 1 (Closed), 2 (Open), 3 (Halted)
currentMultiplierint192Currently applied multiplier accounting for past corporate actions
newMultiplierint192Multiplier to be applied at the activationDateTime
(set to 0 if none is scheduled)
activationDateTimeuint32When the next corporate action takes effect
(set to 0 if none is scheduled)
tokenizedPriceint19224/7 tokenized equity price as traded on supported exchanges
(In development; currently returns 0).

Notes:

  • price updates in real time during market open, but may become stale during market closed periods.
  • tokenizedPrice will be available in an upcoming release of Backed xStock Data Streams. Currently, it will always return 0.
  • currentMultiplier reflects all past corporate actions and is updated only when a new action is activated.
  • activationDateTime and newMultiplier provide advance notice of upcoming corporate actions, allowing protocols to prepare.

Get the latest Chainlink content straight to your inbox.