20#ifndef ORES_TRADING_GENERATOR_DAY_COUNT_FRACTION_TYPE_GENERATOR_HPP
21#define ORES_TRADING_GENERATOR_DAY_COUNT_FRACTION_TYPE_GENERATOR_HPP
24#include "ores.trading.api/domain/day_count_fraction_type.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::trading::generator {
32domain::day_count_fraction_type generate_synthetic_day_count_fraction_type(
33 utility::generation::generation_context& ctx);
38std::vector<domain::day_count_fraction_type>
39generate_synthetic_day_count_fraction_types(std::size_t n,
40 utility::generation::generation_context& ctx);