From 038f9b834a6e1dee30834c283283822dade7ac8b Mon Sep 17 00:00:00 2001 From: etreschenkov Date: Tue, 28 Apr 2026 13:58:03 +0300 Subject: [PATCH] http://jira.mfd.msk:8088/browse/CLS-987 --- .../src/main/resources/meta/meta.json | 71 ++++++++++++++++++- .../src/main/resources/meta/meta.xml | 14 +++- 2 files changed, 83 insertions(+), 2 deletions(-) diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.json b/clearing-parent/backend-api/src/main/resources/meta/meta.json index a33de9998..4ab019fbd 100644 --- a/clearing-parent/backend-api/src/main/resources/meta/meta.json +++ b/clearing-parent/backend-api/src/main/resources/meta/meta.json @@ -1,6 +1,6 @@ { - "version": "3.23.295.162", + "version": "3.23.295.163", "enums": { @@ -12289,6 +12289,75 @@ ] } +, + "deficitAssetRegistryView": { + "sources": [ + "registry" + ],"fields":[ + + { + "code": "securitySymbol" + ,"type": 2,"length": 255,"dbname": "Код инструмента","name": "Код валюты","shortname": "Валюта","searchable": true,"sortable": true,"visible": true + } + + , + + { + "code": "companyId" + ,"type": 1,"dbname": "Идентификатор участника","name": "Наименование участника","shortname": "Участник","searchable": true,"sortable": true,"visible": true,"link": "company","linkCode": "shortName" + } + + , + + { + "code": "clearingCode" + ,"type": 2,"length": 255,"name": "Клиринговый код участника","shortname": "Клиринговый код","searchable": true,"sortable": true,"visible": true + } + + , + + { + "code": "tradingClearingRegistry" + ,"type": 2,"length": 50,"name": "Торгово-клиринговый регистр","shortname": "Торгово-клиринговый регистр","searchable": true,"sortable": true + } + + , + + { + "code": "balance" + ,"type": 10,"name": "Остаток после исполнения обязательств","shortname": "Остаток","searchable": true,"sortable": true,"visible": true + } + + , + + { + "code": "registryCode" + ,"type": 12,"dbname": "Код регистра","name": "Описание регистра","shortname": "Код регистра","searchable": true,"sortable": true,"link": "registryCode","linkCode": "code","visible": false + } + + , + + { + "code": "clearingDate" + ,"type": 6,"name": "Дата клиринга","shortname": "Клиринг","searchable": true,"sortable": true,"visible": false + } + + , + + { + "code": "sessionId" + ,"type": 1,"dbname": "Идентификатор клиринговой сессии","name": "Клиринговая сессия","shortname": "Сессия","visible": false,"searchable": true,"sortable": true,"link": "session" + } + + , + + { + "code": "id" + ,"type": 1,"name": "Идентификатор записи","shortname": "ID","searchable": true,"sortable": true,"visible": false + } + + ] + } } diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.xml b/clearing-parent/backend-api/src/main/resources/meta/meta.xml index 7aae26d82..2e59dd723 100644 --- a/clearing-parent/backend-api/src/main/resources/meta/meta.xml +++ b/clearing-parent/backend-api/src/main/resources/meta/meta.xml @@ -1,6 +1,6 @@ - + @@ -2856,6 +2856,18 @@ + + + + + + + + + + + +