20#ifndef ORES_REFDATA_CORE_GENERATORS_COUNTERPARTY_GENERATOR_HPP
21#define ORES_REFDATA_CORE_GENERATORS_COUNTERPARTY_GENERATOR_HPP
24#include "ores.refdata.api/domain/counterparty.hpp"
25#include "ores.utility/generation/generation_context.hpp"
33 utility::generation::generation_context& ctx);
38std::vector<domain::counterparty>
40 utility::generation::generation_context& ctx);
Test data generators for risk domain types.
Definition book_generator.hpp:27
std::vector< domain::counterparty > generate_synthetic_counterparties(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic counterparties.
Definition counterparty_generator.cpp:59
domain::counterparty generate_synthetic_counterparty(utility::generation::generation_context &ctx)
Generates a synthetic counterparty.
Definition counterparty_generator.cpp:30