20#ifndef ORES_REFDATA_CORE_GENERATORS_PARTY_COUNTRY_GENERATOR_HPP
21#define ORES_REFDATA_CORE_GENERATORS_PARTY_COUNTRY_GENERATOR_HPP
24#include "ores.refdata.api/domain/party_country.hpp"
25#include "ores.utility/generation/generation_context.hpp"
29domain::party_country generate_synthetic_party_country(
30 utility::generation::generation_context& ctx);
32std::vector<domain::party_country>
33generate_synthetic_party_countries(std::size_t n,
34 utility::generation::generation_context& ctx);
Test data generators for risk domain types.
Definition book_generator.hpp:27