20#ifndef ORES_MARKETDATA_API_GENERATORS_MARKET_SERIES_GENERATOR_HPP
21#define ORES_MARKETDATA_API_GENERATORS_MARKET_SERIES_GENERATOR_HPP
24#include "ores.marketdata.api/domain/market_series.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::marketdata::generator {
32domain::market_series generate_synthetic_market_series(
33 utility::generation::generation_context& ctx);
38std::vector<domain::market_series>
39generate_synthetic_market_series(std::size_t n,
40 utility::generation::generation_context& ctx);