fix naming for riskParameter/rates
This commit is contained in:
parent
fd87786d85
commit
78e38d0e0a
2 changed files with 51 additions and 51 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.15.206.106",
|
||||
"version": "3.15.206.107",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -10557,14 +10557,6 @@
|
|||
{"code": "id",
|
||||
"type": 1,"name": "Идентификатор записи","shortname": "ID","searchable": true,"sortable": true,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "value",
|
||||
"name": "Ставка","shortname": "Ставка","type": 10
|
||||
}
|
||||
,
|
||||
{"code": "settlementType",
|
||||
"name": "Код расчета","shortname": "Код расчета","type": 2,"length": 4
|
||||
}
|
||||
,
|
||||
{"code": "currencyPair",
|
||||
"name": "Код валютной пары","shortname": "Код валютной пары","type": 2,"length": 12
|
||||
|
|
@ -10573,9 +10565,17 @@
|
|||
{"code": "currencyPairId",
|
||||
"name": "Идентификатор валютной пары","shortname": "Валютная пара","type": 1
|
||||
}
|
||||
,
|
||||
{"code": "settlementType",
|
||||
"name": "Код расчета","shortname": "Код расчета","type": 2,"length": 4
|
||||
}
|
||||
,
|
||||
{"code": "value",
|
||||
"name": "Ставка","shortname": "Ставка","type": 10
|
||||
}
|
||||
,
|
||||
{"code": "workflowStatus",
|
||||
"name": "Статус","shortname": "Секция","type": 2,"length": 4
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
}
|
||||
]
|
||||
,"actions":[
|
||||
|
|
@ -10588,20 +10588,20 @@
|
|||
"class": "ru.spcex.clearing.backendapi.controller.request.cud.securities.RiskParameterNewAction",
|
||||
|
||||
"fields": [
|
||||
{"code": "currencyPairId",
|
||||
"name": "Идентификатор валютной пары","shortname": "Валютная пара","type": 1,"link": "currencyPair","linkCode": "code"
|
||||
}
|
||||
,
|
||||
{"code": "settlementType",
|
||||
"name": "Код расчёта","shortname": "Код расчёта","type": 2,"length": 4
|
||||
}
|
||||
,
|
||||
{"code": "value",
|
||||
"name": "Ставка","shortname": "Ставка","type": 10
|
||||
}
|
||||
,
|
||||
{"code": "settlementType",
|
||||
"name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6
|
||||
}
|
||||
,
|
||||
{"code": "currencyPairId",
|
||||
"name": "Идентификатор валюты","shortname": "Валюта","type": 1
|
||||
}
|
||||
,
|
||||
{"code": "status",
|
||||
"name": "Статус","shortname": "Секция","type": 2,"length": 4
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -10624,7 +10624,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "status",
|
||||
"name": "Статус","shortname": "Секция","type": 2,"length": 4
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -10646,24 +10646,24 @@
|
|||
"type": 1,"name": "Идентификатор записи","shortname": "ID","searchable": true,"sortable": true,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "value",
|
||||
"name": "Расчетный курс","shortname": "Расчетный курс","type": 10
|
||||
}
|
||||
,
|
||||
{"code": "valueDate",
|
||||
"name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6
|
||||
{"code": "currencyId",
|
||||
"name": "Идентификатор валюты","shortname": "Валюта","type": 1
|
||||
}
|
||||
,
|
||||
{"code": "currency",
|
||||
"name": "Код валюты","shortname": "Код валюты","type": 2,"length": 4
|
||||
}
|
||||
,
|
||||
{"code": "currencyId",
|
||||
"name": "Идентификатор валюты","shortname": "Валюта","type": 1
|
||||
{"code": "valueDate",
|
||||
"name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6
|
||||
}
|
||||
,
|
||||
{"code": "value",
|
||||
"name": "Расчетный курс","shortname": "Расчетный курс","type": 10
|
||||
}
|
||||
,
|
||||
{"code": "workflowStatus",
|
||||
"name": "Статус","shortname": "Секция","type": 2,"length": 4
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
}
|
||||
]
|
||||
,"actions":[
|
||||
|
|
@ -10676,20 +10676,20 @@
|
|||
"class": "ru.spcex.clearing.backendapi.controller.request.cud.securities.RatesNewAction",
|
||||
|
||||
"fields": [
|
||||
{"code": "value",
|
||||
"name": "Расчетный курс","shortname": "Расчетный курс","type": 10
|
||||
{"code": "currencyId",
|
||||
"name": "Идентификатор валюты","shortname": "Валюта","type": 1,"link": "currency"
|
||||
}
|
||||
,
|
||||
{"code": "valueDate",
|
||||
"name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6
|
||||
}
|
||||
,
|
||||
{"code": "currencyId",
|
||||
"name": "Идентификатор валюты","shortname": "Валюта","type": 1
|
||||
{"code": "value",
|
||||
"name": "Расчетный курс","shortname": "Расчетный курс","type": 10
|
||||
}
|
||||
,
|
||||
{"code": "status",
|
||||
"name": "Статус","shortname": "Секция","type": 2,"length": 4
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -10712,7 +10712,7 @@
|
|||
}
|
||||
,
|
||||
{"code": "status",
|
||||
"name": "Статус","shortname": "Секция","type": 2,"length": 4
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.106">
|
||||
<meta version="3.15.206.107">
|
||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||
<!--Здесь словари-->
|
||||
<enums>
|
||||
|
|
@ -2444,43 +2444,43 @@
|
|||
</blacklistMarket>
|
||||
<riskParameter name="Параметры риска" destination="risk-parameter" class="ru.clearing.classes.statics.data.security.RiskParameter" table="risk-parameter">
|
||||
<id type="1" name="Идентификатор записи" shortname="ID" searchable="true" sortable="true" visible="true"/>
|
||||
<value name="Ставка" shortname="Ставка" type="10"/>
|
||||
<settlementType name="Код расчета" shortname="Код расчета" type="2" length="4"/>
|
||||
<currencyPair name="Код валютной пары" shortname="Код валютной пары" type="2" length="12"/>
|
||||
<currencyPairId name="Идентификатор валютной пары" shortname="Валютная пара" type="1"/>
|
||||
<workflowStatus name="Статус" shortname="Секция" type="2" length="4"/>
|
||||
<settlementType name="Код расчета" shortname="Код расчета" type="2" length="4"/>
|
||||
<value name="Ставка" shortname="Ставка" type="10"/>
|
||||
<workflowStatus name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
|
||||
<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"/>
|
||||
<value name="Ставка" shortname="Ставка" type="10"/>
|
||||
<settlementType name="Дата, на которую расчетный курс" shortname="Дата" type="6"/>
|
||||
<currencyPairId name="Идентификатор валюты" shortname="Валюта" type="1"/>
|
||||
<status name="Статус" shortname="Секция" type="2" length="4"/>
|
||||
<status name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
|
||||
</post>
|
||||
<put name="Изменение параметров риска" confirmation="value,status" class="ru.spcex.clearing.backendapi.controller.request.cud.securities.RiskParameterUpdateAction">
|
||||
<id type="1" name="Идентификатор записи" shortname="ID" link="riskParameter" linkCode="id" required="true"/>
|
||||
<value name="Ставка" shortname="Ставка" type="10"/>
|
||||
<status name="Статус" shortname="Секция" type="2" length="4"/>
|
||||
<status name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
|
||||
</put>
|
||||
</actions>
|
||||
</riskParameter>
|
||||
<rates name="Расчетные курсы" destination="rates" class="ru.clearing.classes.statics.data.security.Rates" table="rates">
|
||||
<id type="1" name="Идентификатор записи" shortname="ID" searchable="true" sortable="true" visible="true"/>
|
||||
<value name="Расчетный курс" shortname="Расчетный курс" type="10"/>
|
||||
<valueDate name="Дата, на которую расчетный курс" shortname="Дата" type="6"/>
|
||||
<currency name="Код валюты" shortname="Код валюты" type="2" length="4"/>
|
||||
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1"/>
|
||||
<workflowStatus name="Статус" shortname="Секция" type="2" length="4"/>
|
||||
<currency name="Код валюты" shortname="Код валюты" type="2" length="4"/>
|
||||
<valueDate name="Дата, на которую расчетный курс" shortname="Дата" type="6"/>
|
||||
<value name="Расчетный курс" shortname="Расчетный курс" type="10"/>
|
||||
<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">
|
||||
<value name="Расчетный курс" shortname="Расчетный курс" type="10"/>
|
||||
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1" link="currency"/>
|
||||
<valueDate name="Дата, на которую расчетный курс" shortname="Дата" type="6"/>
|
||||
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1"/>
|
||||
<status name="Статус" shortname="Секция" type="2" length="4"/>
|
||||
<value name="Расчетный курс" shortname="Расчетный курс" type="10"/>
|
||||
<status name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
|
||||
</post>
|
||||
<put name="Изменение расчетного курса" confirmation="value,status" class="ru.spcex.clearing.backendapi.controller.request.cud.securities.RatesUpdateAction">
|
||||
<id type="1" name="Идентификатор записи" shortname="ID" link="rates" linkCode="id" required="true"/>
|
||||
<value name="Расчетный курс" shortname="Расчетный курс" type="10"/>
|
||||
<status name="Статус" shortname="Секция" type="2" length="4"/>
|
||||
<status name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
|
||||
</put>
|
||||
</actions>
|
||||
</rates>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue