Skip to content

Commit 2e68788

Browse files
authored
schema update (#2969)
1 parent 78a424a commit 2e68788

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ Chainlink Backed xStock Data Streams adhere to the report schema outlined below.
4646

4747
### Schema Fields
4848

49-
| Field | Type | Description |
50-
| ----------------------- | --------- | -------------------------------------------------------------------------------------------------------------------- |
51-
| `feedId` | `bytes32` | Unique identifier for the Data Streams feed |
52-
| `validFromTimestamp` | `uint32` | Earliest timestamp when the price is valid (seconds) |
53-
| `observationsTimestamp` | `uint32` | Latest timestamp when the price is valid (seconds) |
54-
| `nativeFee` | `uint192` | Cost to verify report onchain (native token) |
55-
| `linkFee` | `uint192` | Cost to verify report onchain (LINK) |
56-
| `expiresAt` | `uint32` | Expiration date of the report (seconds) |
57-
| `lastUpdateTimestamp` | `uint64` | Timestamp of the last valid price update (nanoseconds) |
58-
| `price` | `int192` | Last traded price from the real-world equity market |
59-
| `marketStatus` | `uint32` | Status of the real-world equity market. <br/> Possible values: `0` (Unknown), `1` (Closed), `2` (Open), `3` (Halted) |
60-
| `currentMultiplier` | `int192` | Currently applied multiplier accounting for past corporate actions |
61-
| `newMultiplier` | `int192` | Multiplier to be applied at the activationDateTime <br/> (set to `0` if none is scheduled) |
62-
| `activationDateTime` | `uint32` | When the next corporate action takes effect <br/> (set to `0` if none is scheduled) (seconds) |
63-
| `tokenizedPrice` | `int192` | 24/7 tokenized equity price as traded on supported exchanges <br/> (In development; currently returns `0`). |
49+
| Field | Type | Description |
50+
| ----------------------- | --------- | ----------------------------------------------------------------------------------------------------------- |
51+
| `feedId` | `bytes32` | Unique identifier for the Data Streams feed |
52+
| `validFromTimestamp` | `uint32` | Earliest timestamp when the price is valid (seconds) |
53+
| `observationsTimestamp` | `uint32` | Latest timestamp when the price is valid (seconds) |
54+
| `nativeFee` | `uint192` | Cost to verify report onchain (native token) |
55+
| `linkFee` | `uint192` | Cost to verify report onchain (LINK) |
56+
| `expiresAt` | `uint32` | Expiration date of the report (seconds) |
57+
| `lastUpdateTimestamp` | `uint64` | Timestamp of the last valid price update (nanoseconds) |
58+
| `price` | `int192` | Last traded price from the real-world equity market |
59+
| `marketStatus` | `uint32` | Status of the real-world equity market. <br/> Possible values: `0` (Unknown), `1` (Closed), `2` (Open) |
60+
| `currentMultiplier` | `int192` | Currently applied multiplier accounting for past corporate actions |
61+
| `newMultiplier` | `int192` | Multiplier to be applied at the activationDateTime <br/> (set to `0` if none is scheduled) |
62+
| `activationDateTime` | `uint32` | When the next corporate action takes effect <br/> (set to `0` if none is scheduled) (seconds) |
63+
| `tokenizedPrice` | `int192` | 24/7 tokenized equity price as traded on supported exchanges <br/> (In development; currently returns `0`). |
6464

6565
**Notes:**
6666

0 commit comments

Comments
 (0)