From 5fa86e3032142ebe431de109e4c00eb829489a2e Mon Sep 17 00:00:00 2001 From: ttt161 Date: Wed, 16 Sep 2026 11:46:57 +0300 Subject: [PATCH] add provider guarantee account --- proto/domain.thrift | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proto/domain.thrift b/proto/domain.thrift index 1df7032a..b42b8b69 100644 --- a/proto/domain.thrift +++ b/proto/domain.thrift @@ -1873,6 +1873,12 @@ enum ProviderCashFlowAccount { */ settlement + /** + * Счёт гарантийного депозита: + * - учёт средств для погашения реализовавшихся рисков по провайдеру. + */ + guarantee + } enum SystemCashFlowAccount { @@ -2258,6 +2264,7 @@ struct CashValueDecision { struct ProviderAccount { 1: required AccountID settlement + 2: optional AccountID guarantee } union PaymentSystemSelector {