Skip to content

Commit

Permalink
Update demos/market-data-enrichment.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Chien <[email protected]>
Signed-off-by: emile-00 <[email protected]>
  • Loading branch information
emile-00 and stdrc authored Nov 22, 2024
1 parent 23f7612 commit d063b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/market-data-enrichment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ SELECT * FROM avg_price_bid_ask_spread LIMIT 5;

### Calculate rolling price volatility

The `rolling_volatility` materialized view uses the `stddev_samp` function to calculate the rolling price volatility within five-minute time windows by using `TUMBLE()` and grouping by the `assed_id` and the time window..
The `rolling_volatility` materialized view uses the `stddev_samp` function to calculate the rolling price volatility within five-minute time windows by using `TUMBLE()` and grouping by the `assed_id` and the time window.

```sql
CREATE MATERIALIZED VIEW rolling_volatility2 AS
Expand Down

0 comments on commit d063b51

Please sign in to comment.