20#ifndef ORES_ANALYTICS_GENERATORS_PRICING_MODEL_CONFIG_GENERATOR_HPP
21#define ORES_ANALYTICS_GENERATORS_PRICING_MODEL_CONFIG_GENERATOR_HPP
24#include "ores.analytics.api/domain/pricing_model_config.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::analytics::generators {
38std::vector<domain::pricing_model_config> generate_fictional_pricing_model_configs(
39 std::size_t n, utility::generation::generation_context& ctx);