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 {

Binary file not shown.

View File

@@ -295,6 +295,11 @@ pub struct EcbConversionEvidence {
/// source itself -- a human entered them.
#[prost(string, optional, tag = "29")]
pub observation_source_id: ::core::option::Option<::prost::alloc::string::String>,
/// 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<i64>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListEcbConversionEvidenceResponse {