Skip to content

Commit a180ab6

Browse files
committed
nit
1 parent 6a42e47 commit a180ab6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/data-streams/rwa-streams/24-5-us-equities-user-guide.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ To construct a **continuous price feed**, users must **dynamically switch** betw
5959

6060
Building a continuous price feed by dynamically switching streams requires robust exception handling to manage edge cases effectively. Because different protocols have unique risk profiles and design requirements, Data Streams allows you to implement custom logic tailored to your specific needs.
6161

62-
There is no one-size-fits-all solution to integrating 24/5 streams. The sections below outline edge cases you will encounter when building a continuous price feed along with recommended mitigation strategies. For information on structural risks and protocol-specific considerations, see the [Risks](#risks) section. If you're ready to implement switching logic, jump to [Stream Switching Example Logic](#stream-switching-example-logic).
62+
There is no one-size-fits-all solution to integrating 24/5 streams. The sections below outline edge cases you will encounter when building a continuous price feed along with recommended mitigation strategies. For information on structural risks and protocol-specific considerations, see the [Risks](#risks) section.
63+
64+
If you're ready to implement switching logic, jump to [Stream Switching Example Logic](#stream-switching-example-logic).
6365

6466
### Edge Cases and Mitigation
6567

0 commit comments

Comments
 (0)