20#ifndef ORES_REFDATA_CORE_GENERATORS_ROUNDING_TYPE_GENERATOR_HPP
21#define ORES_REFDATA_CORE_GENERATORS_ROUNDING_TYPE_GENERATOR_HPP
24#include "ores.refdata.api/domain/rounding_type.hpp"
25#include "ores.utility/generation/generation_context.hpp"
33 utility::generation::generation_context& ctx);
38std::vector<domain::rounding_type>
40 utility::generation::generation_context& ctx);
Test data generators for risk domain types.
Definition book_generator.hpp:27
domain::rounding_type generate_synthetic_rounding_type(utility::generation::generation_context &ctx)
Generates a synthetic rounding_type.
Definition rounding_type_generator.cpp:30
std::vector< domain::rounding_type > generate_synthetic_rounding_types(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic rounding_types.
Definition rounding_type_generator.cpp:51