35 constexpr static const char* schema =
"public";
36 constexpr static const char* tablename =
"ores_refdata_fx_conventions_tbl";
38 sqlgen::PrimaryKey<std::string> id;
39 std::string tenant_id;
42 std::string source_currency;
43 std::string target_currency;
45 std::optional<std::string> advance_calendar;
46 std::optional<bool> spot_relative;
47 std::optional<bool> end_of_month;
48 std::optional<std::string> convention;
49 std::string modified_by;
50 std::string performed_by;
51 std::string change_reason_code;
52 std::string change_commentary;
53 std::optional<sqlgen::Timestamp<
"%Y-%m-%d %H:%M:%S">> valid_from =
"9999-12-31 23:59:59";
54 std::optional<sqlgen::Timestamp<
"%Y-%m-%d %H:%M:%S">> valid_to =
"9999-12-31 23:59:59";