strings not used internally11

This commit is contained in:
Priec
2026-09-07 10:25:14 +02:00
parent 042993fafc
commit 082b77d35a
10 changed files with 147 additions and 31 deletions

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
package komp_ac.exchange_rates;
import "table_definition.proto";
import "common.proto";
// Selects WHICH DATE supplies the rate; this is independent of where the rate
@@ -106,7 +108,7 @@ message PreviewDirectConversionResponse {
string accounting_currency = 4;
string conversion_basis_date = 5;
string determination_method = 6;
string rounding_method = 7;
komp_ac.table_definition.MoneyRounding rounding_method = 7;
optional string rate_date = 8;
optional string accounting_units = 9;
optional string foreign_currency = 10;
@@ -149,7 +151,7 @@ message ConversionEvidence {
string conversion_context = 10;
string conversion_basis_date = 11;
string determination_method = 12;
string rounding_method = 13;
komp_ac.table_definition.MoneyRounding rounding_method = 13;
optional string rate_date = 14;
string source_id = 15;
optional int64 official_observation_id = 16;