This commit is contained in:
parent
dd842dadab
commit
bb273c8322
2 changed files with 26 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.23.295.169",
|
||||
"version": "3.23.295.170",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -11064,31 +11064,31 @@
|
|||
}
|
||||
,
|
||||
{"code": "currencyPair",
|
||||
"name": "Код валютной пары","shortname": "Код валютной пары","type": 2,"length": 12
|
||||
"name": "Код валютной пары","shortname": "Код валютной пары","type": 2,"length": 12,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "currencyPairId",
|
||||
"name": "Идентификатор валютной пары","shortname": "Валютная пара","type": 1
|
||||
"name": "Идентификатор валютной пары","shortname": "Валютная пара","type": 1,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "settlementType",
|
||||
"name": "Код расчета","shortname": "Код расчета","type": 2,"length": 4
|
||||
"name": "Код расчета","shortname": "Код расчета","type": 2,"length": 4,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "value",
|
||||
"name": "Ставка","shortname": "Ставка","type": 10
|
||||
"name": "Ставка","shortname": "Ставка","type": 10,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "penaltyValue",
|
||||
"name": "Ставка переноса при нехватке валюты","shortname": "Ставка переноса при нехватке валюты","type": 10
|
||||
"name": "Ставка переноса при нехватке валюты","shortname": "Ставка переноса при нехватке валюты","type": 10,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "quoteValue",
|
||||
"name": "Ставка переноса при нехватке рублей","shortname": "Ставка переноса при нехватке рублей","type": 10
|
||||
"name": "Ставка переноса при нехватке рублей","shortname": "Ставка переноса при нехватке рублей","type": 10,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "workflowStatus",
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus","visible": true
|
||||
}
|
||||
]
|
||||
,"actions":[
|
||||
|
|
@ -11176,23 +11176,23 @@
|
|||
}
|
||||
,
|
||||
{"code": "currencyId",
|
||||
"name": "Идентификатор валюты","shortname": "Валюта","type": 1
|
||||
"name": "Идентификатор валюты","shortname": "Валюта","type": 1,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "currency",
|
||||
"name": "Код валюты","shortname": "Код валюты","type": 2,"length": 4
|
||||
"name": "Код валюты","shortname": "Код валюты","type": 2,"length": 4,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "valueDate",
|
||||
"name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6
|
||||
"name": "Дата, на которую расчетный курс","shortname": "Дата","type": 6,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "value",
|
||||
"name": "Расчетный курс","shortname": "Расчетный курс","type": 10
|
||||
"name": "Расчетный курс","shortname": "Расчетный курс","type": 10,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "workflowStatus",
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus"
|
||||
"name": "Статус","shortname": "Статус","type": 2,"length": 4,"link": "workflowStatus","visible": true
|
||||
}
|
||||
]
|
||||
,"actions":[
|
||||
|
|
|
|||
|
|
@ -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.23.295.169">
|
||||
<meta version="3.23.295.170">
|
||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||
<!--Здесь словари-->
|
||||
<enums>
|
||||
|
|
@ -2564,13 +2564,13 @@
|
|||
</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"/>
|
||||
<currencyPair name="Код валютной пары" shortname="Код валютной пары" type="2" length="12"/>
|
||||
<currencyPairId name="Идентификатор валютной пары" shortname="Валютная пара" type="1"/>
|
||||
<settlementType name="Код расчета" shortname="Код расчета" type="2" length="4"/>
|
||||
<value name="Ставка" shortname="Ставка" type="10"/>
|
||||
<penaltyValue name="Ставка переноса при нехватке валюты" shortname="Ставка переноса при нехватке валюты" type="10"/>
|
||||
<quoteValue name="Ставка переноса при нехватке рублей" shortname="Ставка переноса при нехватке рублей" type="10"/>
|
||||
<workflowStatus name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus"/>
|
||||
<currencyPair name="Код валютной пары" shortname="Код валютной пары" type="2" length="12" visible="true"/>
|
||||
<currencyPairId name="Идентификатор валютной пары" shortname="Валютная пара" type="1" visible="true"/>
|
||||
<settlementType name="Код расчета" shortname="Код расчета" type="2" length="4" visible="true"/>
|
||||
<value name="Ставка" shortname="Ставка" type="10" visible="true"/>
|
||||
<penaltyValue name="Ставка переноса при нехватке валюты" shortname="Ставка переноса при нехватке валюты" type="10" visible="true"/>
|
||||
<quoteValue name="Ставка переноса при нехватке рублей" shortname="Ставка переноса при нехватке рублей" type="10" visible="true"/>
|
||||
<workflowStatus name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus" visible="true"/>
|
||||
<actions>
|
||||
<post name="Добавление параметров риска" confirmation="value,penaltyValue,quoteValue,settlementType,currencyPairId,workflowStatus" class="ru.spcex.clearing.backendapi.controller.request.cud.securities.RiskParameterNewAction">
|
||||
<currencyPairId name="Идентификатор валютной пары" shortname="Валютная пара" type="1" link="currencyPair" linkCode="code" linkKeyCode="id"/>
|
||||
|
|
@ -2591,11 +2591,11 @@
|
|||
</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"/>
|
||||
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1"/>
|
||||
<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"/>
|
||||
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1" visible="true"/>
|
||||
<currency name="Код валюты" shortname="Код валюты" type="2" length="4" visible="true"/>
|
||||
<valueDate name="Дата, на которую расчетный курс" shortname="Дата" type="6" visible="true"/>
|
||||
<value name="Расчетный курс" shortname="Расчетный курс" type="10" visible="true"/>
|
||||
<workflowStatus name="Статус" shortname="Статус" type="2" length="4" link="workflowStatus" visible="true"/>
|
||||
<actions>
|
||||
<post name="Добавление расчетного курса" confirmation="value,valueDate,currencyId,workflowStatus" class="ru.spcex.clearing.backendapi.controller.request.cud.securities.RatesNewAction">
|
||||
<currencyId name="Идентификатор валюты" shortname="Валюта" type="1" link="currencyCode" linkCode="code" linkKeyCode="id"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue