Report Schema: Tokenized Asset (v10)

Chainlink Tokenized Asset 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 (seconds)
observationsTimestampuint32Latest timestamp when the price is valid (seconds)
nativeFeeuint192Cost to verify report onchain (native token)
linkFeeuint192Cost to verify report onchain (LINK)
expiresAtuint32Expiration date of the report (seconds)
lastUpdateTimestampuint64Timestamp of the last valid price update (nanoseconds)
priceint192Last traded price from the real-world equity market
marketStatusuint32Market status: 0 (Unknown), 1 (Closed), 2 (Open) — Market hours
currentMultiplierint192Currently applied multiplier accounting for past corporate actions
newMultiplierint192Multiplier to be applied at activationDateTime (0 if none scheduled)
activationDateTimeuint32When the next corporate action takes effect, in seconds (0 if none scheduled)
tokenizedPriceint192Aggregated price across centralized exchanges where the tokenized asset trades

Notes:

  • Future Tokenized Asset streams may use different report schemas.
  • price updates in real time during market open, but may become stale during market closed periods.
  • 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.
  • See more detailed guidance for handling stock splits in the Handling Stock Splits documentation.

Get the latest Chainlink content straight to your inbox.