meta 3.5.0.27

This commit is contained in:
AKurakin 2023-05-26 19:42:26 +03:00
parent b770d8431f
commit 8546affd94
3 changed files with 186 additions and 177 deletions

View file

@ -1,6 +1,6 @@
{
"version": "3.5.0.26",
"version": "3.5.0.27",
"enums": {
@ -2473,7 +2473,7 @@
}
,
{"code": "termType",
"type": 12,"dbname": "Код вида инструмента","name": "Наименование вида инструмента","shortname": "Вид инструмента","searchable": true,"sortable": true,"visible": false,"link": "termType","ignore": true
"type": 12,"dbname": "Код вида инструмента","name": "Наименование вида инструмента","shortname": "Вид инструмента","searchable": true,"sortable": true,"visible": false,"link": "termType"
}
,
{"code": "lotSize",
@ -2638,7 +2638,7 @@
}
,
{"code": "termType",
"type": 12,"name": "Наименование вида инструмента","shortname": "Вид инструмента","link": "termType","visible": false
"type": 12,"name": "Наименование вида инструмента","shortname": "Вид инструмента","link": "termType"
}
,
{"code": "description",
@ -3961,7 +3961,7 @@
,"actions":[
{"method":"post",
"name": "Досрочное изъятие части денежных средств по депозиту МКР",
"name": "Досрочное изъятие депозита",
"destination": "registries/splitDeposit",
@ -3970,8 +3970,12 @@
"class": "ru.spcex.clearing.backendapi.controller.request.cud.registry.RSplitDepositActionNew",
"fields": [
{"code": "companyId",
"type": 1,"name": "Наименование участника","shortname": "Инициатор","link": "company","linkCode": "shortName","enabled": false
}
,
{"code": "contract",
"type": 2,"length": 255,"name": "Договор","shortname": "Договор","required": true
"type": 2,"length": 255,"name": "Договор","shortname": "Номер договора","required": true,"enabled": false
}
,
{"code": "outboundAmount",
@ -5016,6 +5020,35 @@
,
{"method":"post",
"destination": "SCLR",
"group": "Клиринг",
"name": "Запуск клиринговой сессии",
"confirmation": "section,sessionType",
"fields": [
{"code": "section",
"type": 12,"name": "Секция","shortname": "Секция","link": "section","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "sessionType",
"type": 12,"name": "Тип клиринговой сессии","shortname": "Тип клиринговой сессии","link": "sessionType","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "companyId",
"type": 1,"name": "Наименование инициатора","shortname": "Инициатор","link": "company","linkCode": "shortName","visible": false
}
,
{"code": "securityId",
"type": 1,"name": "Наименование инструмента","shortname": "Инструмент","link": "security","linkCode": "shortName","visible": false
}
]
}
,
{"method":"post",
"destination": "GTRD",
"group": "Обмен с Торговой системой",
@ -5049,79 +5082,6 @@
,
{"method":"post",
"destination": "LOCM",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка участников",
"fields": []
}
,
{"method":"post",
"destination": "LOSC",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка инструментов",
"fields": []
}
,
{"method":"post",
"destination": "GVER",
"group": "Общее",
"name": "Запуск сверки",
"fields": []
}
,
{"method":"post",
"destination": "GRYT",
"group": "Общее",
"name": "Подготовка КС к клиринговому дню",
"fields": []
}
,
{"method":"post",
"destination": "SCLR",
"group": "Клиринг",
"name": "Запуск клиринговой сессии",
"confirmation": "section,sessionType",
"fields": [
{"code": "section",
"type": 12,"name": "Секция","shortname": "Секция","link": "section","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "sessionType",
"type": 12,"name": "Тип клиринговой сессии","shortname": "Тип клиринговой сессии","link": "sessionType","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "companyId",
"type": 1,"name": "Наименование инициатора","shortname": "Инициатор","link": "company","linkCode": "shortName","visible": false
}
,
{"code": "securityId",
"type": 1,"name": "Наименование инструмента","shortname": "Инструмент","link": "security","linkCode": "shortName","visible": false
}
]
}
,
{"method":"post",
"destination": "GRRT",
"group": "Формирование реестров и отчетности",
@ -5233,6 +5193,50 @@
}
]
}
,
{"method":"post",
"destination": "LOCM",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка участников",
"fields": []
}
,
{"method":"post",
"destination": "LOSC",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка инструментов",
"fields": []
}
,
{"method":"post",
"destination": "GVER",
"group": "Общее",
"name": "Запуск сверки",
"fields": []
}
,
{"method":"post",
"destination": "GRYT",
"group": "Общее",
"name": "Подготовка КС к клиринговому дню",
"fields": []
}
]
}
,

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
<meta version="3.5.0.26">
<meta version="3.5.0.27">
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
<!--Здесь словари-->
<enums>
@ -569,7 +569,7 @@
<fullName type="2" length="255" name="Полное наименование инструмента" shortname="Наименование" searchable="true" sortable="true" visible="true" extends="security"/>
<convention type="2" length="255" name="Нотация наименования инструмента" shortname="Маска" visible="true"/>
<securitySymbol type="2" length="255" name="Код инструмента" shortname="Код" searchable="true" sortable="true" visible="true" extends="security"/>
<termType type="12" dbname="Код вида инструмента" name="Наименование вида инструмента" shortname="Вид инструмента" searchable="true" sortable="true" visible="false" link="termType" ignore="true"/>
<termType type="12" dbname="Код вида инструмента" name="Наименование вида инструмента" shortname="Вид инструмента" searchable="true" sortable="true" visible="false" link="termType"/>
<lotSize field="securityId" type="11" name="Размер лота" shortname="Лот" searchable="true" sortable="true" visible="true" linkKeyCode="securityId" linkCode="lotSize" link="listing" extends="listing"/>
<issuerId type="1" dbname="Идентификатор эмитента" name="Наименование эмитента" shortname="Эмитент" searchable="true" sortable="true" link="company" extends="security" linkCode="shortName"/>
<shortNameEng type="2" length="255" name="Краткое наименование инструмента на английском" shortname="Краткое наименование на английском" searchable="true" sortable="true" visible="true" extends="security"/>
@ -609,7 +609,7 @@
<nominalCurrency type="12" name="Наименование валюты номинала" shortname="Валюта номинала" link="currencyCode" linkCode="code"/>
<startDate type="6" name="Дата начала действия" shortname="Дата начала" enabled="false" visible="false"/>
<endDate type="6" name="Дата окончания действия" shortname="Дата окончания" visible="false"/>
<termType type="12" name="Наименование вида инструмента" shortname="Вид инструмента" link="termType" visible="false"/>
<termType type="12" name="Наименование вида инструмента" shortname="Вид инструмента" link="termType"/>
<description type="2" length="255" name="Описание" shortname="Описание" visible="false"/>
<issuerId type="1" name="Наименование эмитента" shortname="Эмитент" link="company" linkCode="shortName"/>
<shortNameEng type="2" length="255" name="Краткое наименование инструмента на английском" shortname="Краткое название на английском"/>
@ -921,12 +921,13 @@
<createdAt field="created" type="4" name="Дата и время создания записи" shortname="Создано" searchable="true" sortable="true" ignore="true"/>
<updatedAt field="updated" type="4" name="Дата и время изменения записи" shortname="Изменено" searchable="true" sortable="true" ignore="true"/>
<actions>
<post name="Досрочное изъятие части денежных средств по депозиту МКР" destination="registries/splitDeposit" confirmation="contract,outboundAmount,refundDate" class="ru.spcex.clearing.backendapi.controller.request.cud.registry.RSplitDepositActionNew">
<contract type="2" length="255" name="Договор" shortname="Договор" required="true"/>
<outboundAmount type="10" name="Сумма изъятия" shortname="Сумма" required="true"/>
<post name="Досрочное изъятие депозита" destination="registries/splitDeposit" confirmation="contract,outboundAmount,refundDate" class="ru.spcex.clearing.backendapi.controller.request.cud.registry.RSplitDepositActionNew">
<companyId type="1" name="Наименование участника" shortname="Инициатор" link="company" linkCode="shortName" enabled="false"/>
<contract type="2" length="255" name="Договор" shortname="Номер договора" required="true" enabled="false"/>
<outboundAmount type="10" name="Сумма изъятия" shortname="Сумма" required="true"/>
<refundDate type="6" name="Дата возврата" shortname="Дата" required="true"/>
<comment type="2" length="255" name="Основание для вывода" shortname="Основание"/>
<direction type="1" name="Направление" shortname="Направление" link="inOutDirection"/>
<direction type="1" name="Направление" shortname="Направление" link="inOutDirection"/>
</post>
</actions>
</registry>
@ -1168,26 +1169,18 @@
</post>
<post destination="OUTV" group="Обмен с расчетной организацией" name="Вывод свободных средств инициаторов В (отправка ДФ-54 для получения ответа ДФ-55)">
</post>
<post destination="GTRD" group="Обмен с Торговой системой" name="Получение сделок из Торговой системы">
</post>
<post destination="LIMM" group="Обмен с Торговой системой" name="Выгрузка в Торговую систему остатков по деньгам (отправка lim)">
</post>
<post destination="LIMS" group="Обмен с Торговой системой" name="Выгрузка в Торговую систему остатков по бумагам (отправка lim)">
</post>
<post destination="LOCM" group="Обмен с интеграционными модулями" name="Загрузка участников">
</post>
<post destination="LOSC" group="Обмен с интеграционными модулями" name="Загрузка инструментов">
</post>
<post destination="GVER" group="Общее" name="Запуск сверки">
</post>
<post destination="GRYT" group="Общее" name="Подготовка КС к клиринговому дню">
</post>
<post destination="SCLR" group="Клиринг" name="Запуск клиринговой сессии" confirmation="section,sessionType">
<section type="12" name="Секция" shortname="Секция" link="section" linkCode="name" linkKeyCode="code"/>
<sessionType type="12" name="Тип клиринговой сессии" shortname="Тип клиринговой сессии" link="sessionType" linkCode="name" linkKeyCode="code"/>
<companyId type="1" name="Наименование инициатора" shortname="Инициатор" link="company" linkCode="shortName" visible="false"/>
<securityId type="1" name="Наименование инструмента" shortname="Инструмент" link="security" linkCode="shortName" visible="false"/>
</post>
<post destination="GTRD" group="Обмен с Торговой системой" name="Получение сделок из Торговой системы">
</post>
<post destination="LIMM" group="Обмен с Торговой системой" name="Выгрузка в Торговую систему остатков по деньгам (отправка lim)">
</post>
<post destination="LIMS" group="Обмен с Торговой системой" name="Выгрузка в Торговую систему остатков по бумагам (отправка lim)">
</post>
<post destination="GRRT" group="Формирование реестров и отчетности" name="Формирование реестра остатков ценных бумаг">
</post>
<post destination="GBRR" group="Формирование реестров и отчетности" name="Формирование реестра остатков денежных средств">
@ -1209,6 +1202,14 @@
<post destination="GREP" group="Формирование реестров и отчетности" name="Формирование отчетности">
<sessionId type="1" name="Клиринговая сессия" shortname="Сессия" link="session"/>
</post>
<post destination="LOCM" group="Обмен с интеграционными модулями" name="Загрузка участников">
</post>
<post destination="LOSC" group="Обмен с интеграционными модулями" name="Загрузка инструментов">
</post>
<post destination="GVER" group="Общее" name="Запуск сверки">
</post>
<post destination="GRYT" group="Общее" name="Подготовка КС к клиринговому дню">
</post>
</actions>
</launcher>

View file

@ -1,6 +1,6 @@
{
"version": "3.5.0.26",
"version": "3.5.0.27",
"enums": {
@ -2473,7 +2473,7 @@
}
,
{"code": "termType",
"type": 12,"dbname": "Код вида инструмента","name": "Наименование вида инструмента","shortname": "Вид инструмента","searchable": true,"sortable": true,"visible": false,"link": "termType","ignore": true
"type": 12,"dbname": "Код вида инструмента","name": "Наименование вида инструмента","shortname": "Вид инструмента","searchable": true,"sortable": true,"visible": false,"link": "termType"
}
,
{"code": "lotSize",
@ -2638,7 +2638,7 @@
}
,
{"code": "termType",
"type": 12,"name": "Наименование вида инструмента","shortname": "Вид инструмента","link": "termType","visible": false
"type": 12,"name": "Наименование вида инструмента","shortname": "Вид инструмента","link": "termType"
}
,
{"code": "description",
@ -3961,7 +3961,7 @@
,"actions":[
{"method":"post",
"name": "Досрочное изъятие части денежных средств по депозиту МКР",
"name": "Досрочное изъятие депозита",
"destination": "registries/splitDeposit",
@ -3970,8 +3970,12 @@
"class": "ru.spcex.clearing.backendapi.controller.request.cud.registry.RSplitDepositActionNew",
"fields": [
{"code": "companyId",
"type": 1,"name": "Наименование участника","shortname": "Инициатор","link": "company","linkCode": "shortName","enabled": false
}
,
{"code": "contract",
"type": 2,"length": 255,"name": "Договор","shortname": "Договор","required": true
"type": 2,"length": 255,"name": "Договор","shortname": "Номер договора","required": true,"enabled": false
}
,
{"code": "outboundAmount",
@ -5016,6 +5020,35 @@
,
{"method":"post",
"destination": "SCLR",
"group": "Клиринг",
"name": "Запуск клиринговой сессии",
"confirmation": "section,sessionType",
"fields": [
{"code": "section",
"type": 12,"name": "Секция","shortname": "Секция","link": "section","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "sessionType",
"type": 12,"name": "Тип клиринговой сессии","shortname": "Тип клиринговой сессии","link": "sessionType","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "companyId",
"type": 1,"name": "Наименование инициатора","shortname": "Инициатор","link": "company","linkCode": "shortName","visible": false
}
,
{"code": "securityId",
"type": 1,"name": "Наименование инструмента","shortname": "Инструмент","link": "security","linkCode": "shortName","visible": false
}
]
}
,
{"method":"post",
"destination": "GTRD",
"group": "Обмен с Торговой системой",
@ -5049,79 +5082,6 @@
,
{"method":"post",
"destination": "LOCM",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка участников",
"fields": []
}
,
{"method":"post",
"destination": "LOSC",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка инструментов",
"fields": []
}
,
{"method":"post",
"destination": "GVER",
"group": "Общее",
"name": "Запуск сверки",
"fields": []
}
,
{"method":"post",
"destination": "GRYT",
"group": "Общее",
"name": "Подготовка КС к клиринговому дню",
"fields": []
}
,
{"method":"post",
"destination": "SCLR",
"group": "Клиринг",
"name": "Запуск клиринговой сессии",
"confirmation": "section,sessionType",
"fields": [
{"code": "section",
"type": 12,"name": "Секция","shortname": "Секция","link": "section","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "sessionType",
"type": 12,"name": "Тип клиринговой сессии","shortname": "Тип клиринговой сессии","link": "sessionType","linkCode": "name","linkKeyCode": "code"
}
,
{"code": "companyId",
"type": 1,"name": "Наименование инициатора","shortname": "Инициатор","link": "company","linkCode": "shortName","visible": false
}
,
{"code": "securityId",
"type": 1,"name": "Наименование инструмента","shortname": "Инструмент","link": "security","linkCode": "shortName","visible": false
}
]
}
,
{"method":"post",
"destination": "GRRT",
"group": "Формирование реестров и отчетности",
@ -5233,6 +5193,50 @@
}
]
}
,
{"method":"post",
"destination": "LOCM",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка участников",
"fields": []
}
,
{"method":"post",
"destination": "LOSC",
"group": "Обмен с интеграционными модулями",
"name": "Загрузка инструментов",
"fields": []
}
,
{"method":"post",
"destination": "GVER",
"group": "Общее",
"name": "Запуск сверки",
"fields": []
}
,
{"method":"post",
"destination": "GRYT",
"group": "Общее",
"name": "Подготовка КС к клиринговому дню",
"fields": []
}
]
}
,