From af7016e4c76cbd8de2fd64f7dd3f521a808db148 Mon Sep 17 00:00:00 2001 From: Filipriec Date: Sun, 23 Aug 2026 10:36:13 +0200 Subject: [PATCH] conversions4 --- common/proto/ecb.proto | 5 +++++ common/src/proto/descriptor.bin | Bin 192348 -> 192702 bytes common/src/proto/komp_ac.ecb.rs | 5 +++++ server | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/common/proto/ecb.proto b/common/proto/ecb.proto index a6cb4984..b0b909d3 100644 --- a/common/proto/ecb.proto +++ b/common/proto/ecb.proto @@ -274,6 +274,11 @@ message EcbConversionEvidence { // already_same_currency, since none of those were priced by the policy's // source itself -- a human entered them. optional string observation_source_id = 29; + + // Exact immutable profile policy version selected for this conversion's + // accounting date. Absent only when no conversion policy was needed because + // determination_method is already_same_currency. + optional int64 rate_source_policy_id = 30; } message ListEcbConversionEvidenceResponse { diff --git a/common/src/proto/descriptor.bin b/common/src/proto/descriptor.bin index 846dbfca48dded5520e4f1e6b355d96ec2565dd8..ae11d9a1408ad44f3d062ec21a985fa03eb2cbf5 100644 GIT binary patch delta 568 zcmZXQy=xRf7{+hjox59S^-MNgJ_OAxgy@lvMzBf<1_cYvi58yKu{S$03zwO&vzs%Z zSfog4u}vg!T+ zKbgw<2kXj(WL39ZDxIX2ncaEvF@3i-TYG;-7^PLX>C!`h#T#DNv2!rkIIPyAO zfjgnv46-*rgu5ctfs&|2SMW&qxT!*nwgQb@$&q_V&z3=1|#NS3KF zPT73kUY<{thl`1YLx^n}6T<=~MlNnHW)==cA(m-O9GYCETr4acObkLSGbbzim+Q`C zVq)XsTVi$&SnL%7JaV}f14xr?m$;bWeZRRjBaY2, + /// Exact immutable profile policy version selected for this conversion's + /// accounting date. Absent only when no conversion policy was needed because + /// determination_method is already_same_currency. + #[prost(int64, optional, tag = "30")] + pub rate_source_policy_id: ::core::option::Option, } #[derive(Clone, PartialEq, ::prost::Message)] pub struct ListEcbConversionEvidenceResponse { diff --git a/server b/server index 81f04101..b864da0a 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 81f0410185afd59eb4f8a746dabdbacacd44146b +Subproject commit b864da0a9b76062bb0f6236e9b6e3d0e82bc11fe