Data Feeds: correct weekend and holiday behavior for tokenized equity feeds - #4061
Open
gsilva5 wants to merge 1 commit into
Open
Data Feeds: correct weekend and holiday behavior for tokenized equity feeds#4061gsilva5 wants to merge 1 commit into
gsilva5 wants to merge 1 commit into
Conversation
The weekend section stated the feed reports the last closing price prior to the market close. Feeds update on deviation and heartbeat thresholds, so the value held while markets are closed is the last published onchain update, which may occur minutes to hours before the close and may not match the official exchange closing price. Also documents that no updates, including heartbeats, are published while markets are closed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@gsilva5 is attempting to deploy a commit to the Chainlink Labs Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The "Weekend and holiday behavior" section on the Tokenized Equity Feeds page states the feed reports "the last closing price prior to the holiday market close." This is not how these feeds behave so updating this bullet and adding another to add that heartbeat updates do not happen while markets are closed.
Changes
index.mdx: the feed reports the last onchain value published before the market closed, which may not match the official exchange closing price🤖 Generated with Claude Code