20#ifndef ORES_REFDATA_CORE_GENERATORS_PARTY_IDENTIFIER_GENERATOR_HPP
21#define ORES_REFDATA_CORE_GENERATORS_PARTY_IDENTIFIER_GENERATOR_HPP
24#include "ores.refdata.api/domain/party_identifier.hpp"
25#include "ores.utility/generation/generation_context.hpp"
33 utility::generation::generation_context& ctx);
38std::vector<domain::party_identifier>
40 utility::generation::generation_context& ctx);
Test data generators for risk domain types.
Definition book_generator.hpp:27
std::vector< domain::party_identifier > generate_synthetic_party_identifiers(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic party_identifiers.
Definition party_identifier_generator.cpp:61
domain::party_identifier generate_synthetic_party_identifier(utility::generation::generation_context &ctx)
Generates a synthetic party_identifier.
Definition party_identifier_generator.cpp:31