# Report Schema: Tokenized Asset (v10)
Source: https://docs.chain.link/data-streams/reference/report-schema-v10

> For the complete documentation index, see [llms.txt](/llms.txt).

<DataStreams section="dsNotes" />

Chainlink Tokenized Asset Data Streams adhere to the report schema outlined below.

### Schema Fields


> **DANGER: Weekend Usage Disclaimer**
>
> **The `price` field does not update during weekends** because the underlying real-world equity market is closed.

However, the `tokenizedPrice` field continues to update as it reflects trading activity on centralized exchanges (CEXs). Weekend liquidity tends to be thin, so users should implement guardrails against unexpected volatility.

Developers are solely responsible for monitoring and mitigating market integrity risks, as outlined in the [Developer Responsibilities](/data-streams/developer-responsibilities) documentation.

**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](/data-streams/tokenized-asset-streams/handling-stock-splits) documentation.