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 {