fix naming for riskParameter/rates

This commit is contained in:
etreschenkov 2024-10-02 17:40:26 +03:00
parent 78e38d0e0a
commit 2615cc79e4
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"version": "3.15.206.107",
"version": "3.15.206.108",
"enums": {
@ -10593,7 +10593,7 @@
}
,
{"code": "settlementType",
"name": "Код расчёта","shortname": "Код расчёта","type": 2,"length": 4
"name": "Код расчёта","shortname": "Код расчёта","type": 12,"link": "currencySettlementType","linkCode": "code"
}
,
{"code": "value",
@ -10677,7 +10677,7 @@
"fields": [
{"code": "currencyId",
"name": "Идентификатор валюты","shortname": "Валюта","type": 1,"link": "currency"
"name": "Идентификатор валюты","shortname": "Валюта","type": 1,"link": "currency","linkCode": "code"
}
,
{"code": "valueDate",

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.15.206.107">
<meta version="3.15.206.108">
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
<!--Здесь словари-->
<enums>
@ -2452,7 +2452,7 @@
<actions>
<post name="Добавление параметров риска" confirmation="value,settlementType,currencyPairId,status" class="ru.spcex.clearing.backendapi.controller.request.cud.securities.RiskParameterNewAction">
<currencyPairId name="Идентификатор валютной пары" shortname="Валютная пара" type="1" link="currencyPair" linkCode="code"/>
<settlementType name="Код расчёта" shortname="Код расчёта" type="2" length="4"/>
<settlementType name="Код расчёта" shortname="Код расчёта" type="12" link="currencySettlementType" linkCode="code"/>
<value name="Ставка" shortname="Ставка" type="10"/>
<status name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
</post>
@ -2472,7 +2472,7 @@
<workflowStatus name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
<actions>
<post name="Добавление расчетного курса" confirmation="value,valueDate,currencyId,status" class="ru.spcex.clearing.backendapi.controller.request.cud.securities.RatesNewAction">
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1" link="currency"/>
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1" link="currency" linkCode="code"/>
<valueDate name="Дата, на которую расчетный курс" shortname="Дата" type="6"/>
<value name="Расчетный курс" shortname="Расчетный курс" type="10"/>
<status name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>