spread capturing the dispersion across
sources.volume_weighted_average, each source's effective weight is its configured
or roll weight multiplied by cumulative contract/share count:
Σ(price_i · weight_i · count_i) / Σ(weight_i · count_i). Other supported
methodologies are simple_average and median.1curl "http://localhost:7101/api/v1/rates"
1curl "http://localhost:7101/api/v1/rates/adj_redp"
1curl "http://localhost:7101/api/v1/rates/adj_redp/prices?interval=1hour&limit=24"
roll_schedule
blends adjacent contracts during the roll window.sources=true returns the per-leg roll weights for each point:12# Rolling rate price history, with per-leg roll weights curl "http://localhost:7101/api/v1/rates/adj_redp/prices?interval=1hour&limit=24&sources=true"