20#ifndef ORES_ANALYTICS_GENERATORS_PRICING_MODEL_PRODUCT_GENERATOR_HPP
21#define ORES_ANALYTICS_GENERATORS_PRICING_MODEL_PRODUCT_GENERATOR_HPP
24#include <boost/uuid/uuid.hpp>
25#include "ores.analytics.api/domain/pricing_model_product.hpp"
26#include "ores.utility/generation/generation_context.hpp"
28namespace ores::analytics::generators {
40std::vector<domain::pricing_model_product> generate_fictional_pricing_model_products(
42 const boost::uuids::uuid& config_id,
43 utility::generation::generation_context& ctx);