conversions4

This commit is contained in:
Filipriec
2026-08-23 10:36:13 +02:00
parent 3a34092e4c
commit af7016e4c7
4 changed files with 11 additions and 1 deletions

View File

@@ -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 {