|
@@ -1374,6 +1374,34 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/Common/GetClientDocumnetConfigs": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "通用服务"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "获取终端文档配置信息",
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.ClientDocumentConfig"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/Common/GetClientMenus": {
|
|
"/Common/GetClientMenus": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -24329,7 +24357,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"fillData": {
|
|
"fillData": {
|
|
|
"description": "单行文本、多行文本、日期、身份证类型参数填充。",
|
|
"description": "单行文本、多行文本、日期、身份证类型参数填充。",
|
|
|
- "$ref": "#/definitions/asign.APIFillData"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/asign.APIFillData"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"tableDatas": {
|
|
"tableDatas": {
|
|
|
"description": "表格填充数据",
|
|
"description": "表格填充数据",
|
|
@@ -24373,11 +24405,19 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"company": {
|
|
"company": {
|
|
|
"description": "企业法人银行卡四要素,实体类型为企业时必填",
|
|
"description": "企业法人银行卡四要素,实体类型为企业时必填",
|
|
|
- "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/asign.CompanyBankCard4"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"person": {
|
|
"person": {
|
|
|
"description": "个人银行卡四要素,实体类型为个人时必填",
|
|
"description": "个人银行卡四要素,实体类型为个人时必填",
|
|
|
- "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/asign.PersonBankCard4"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"type": {
|
|
"type": {
|
|
|
"description": "实体类型 1:个人 2:企业",
|
|
"description": "实体类型 1:个人 2:企业",
|
|
@@ -24897,7 +24937,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"province": {
|
|
"province": {
|
|
|
"description": "省",
|
|
"description": "省",
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -26299,7 +26343,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"amount": {
|
|
"amount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "点价金额=(点价价格+升贴水)*点价数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"applyid": {
|
|
"applyid": {
|
|
@@ -26883,7 +26927,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"deductamount": {
|
|
"deductamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "退款(非必填)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverygoodscode": {
|
|
"deliverygoodscode": {
|
|
@@ -26923,7 +26967,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"payamount": {
|
|
"payamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "收付款(非必填)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricemove": {
|
|
"pricemove": {
|
|
@@ -27090,7 +27134,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"mg": {
|
|
"mg": {
|
|
|
"description": "套保品种基本信息",
|
|
"description": "套保品种基本信息",
|
|
|
- "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpMiddleGoodsModel"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"wrcList": {
|
|
"wrcList": {
|
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
"description": "现货品种列表(现货商品折算配置)",
|
|
@@ -27687,31 +27735,31 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffArbitrageQty": {
|
|
"diffArbitrageQty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "套利变动量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffExposoureQty": {
|
|
"diffExposoureQty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "变动量(套保敞口)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffFutuQty": {
|
|
"diffFutuQty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "变动量(期货总量) 平安:保值净持仓量今日变动",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffHedgeQty": {
|
|
"diffHedgeQty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "套保变动量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffQty": {
|
|
"diffQty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "变动量(总敞口) 平安:净敞口今日变动",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffSpotHedgeQty": {
|
|
"diffSpotHedgeQty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "变动量(现货应套保总量) 平安:应套保量今日变动",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffSpotQty": {
|
|
"diffSpotQty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "变动量(现货总量) = 现货数量 - 期初现货数量 平安:采销定价净值今日变动",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"enumdicname": {
|
|
"enumdicname": {
|
|
@@ -29326,7 +29374,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"ouruser": {
|
|
"ouruser": {
|
|
|
"description": "我方账号",
|
|
"description": "我方账号",
|
|
|
- "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/erms3.CustomerInfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"warehouseinfos": {
|
|
"warehouseinfos": {
|
|
|
"description": "仓库信息列表",
|
|
"description": "仓库信息列表",
|
|
@@ -29661,7 +29713,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"province": {
|
|
"province": {
|
|
|
"description": "省",
|
|
"description": "省",
|
|
|
- "$ref": "#/definitions/models.Division"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.Division"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -30432,6 +30488,31 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.ClientDocumentConfig": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "documentcontent": {
|
|
|
|
|
+ "description": "文档内容(简体)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "documentcontenten": {
|
|
|
|
|
+ "description": "文档内容(英文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "documentcontentth": {
|
|
|
|
|
+ "description": "文档内容(泰文)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "documentcontenttw": {
|
|
|
|
|
+ "description": "文档内容(繁体)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "documenttype": {
|
|
|
|
|
+ "description": "文档类型",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.Clientfixedadconfig": {
|
|
"models.Clientfixedadconfig": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"required": [
|
|
"required": [
|
|
@@ -31676,7 +31757,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curaverageprice": {
|
|
"curaverageprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "期末均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curbuyamount": {
|
|
"curbuyamount": {
|
|
@@ -31688,7 +31769,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curmarketvalue": {
|
|
"curmarketvalue": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "参考市值(期末市值)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curqty": {
|
|
"curqty": {
|
|
@@ -31712,7 +31793,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"curspotprice": {
|
|
"curspotprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "参考市价(最新价)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"cycletime": {
|
|
"cycletime": {
|
|
@@ -31744,7 +31825,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"floatpl": {
|
|
"floatpl": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "浮动损益",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"goodsunitid": {
|
|
"goodsunitid": {
|
|
@@ -31792,7 +31873,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaybuyaverageprice": {
|
|
"todaybuyaverageprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日采购均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaybuyqty": {
|
|
"todaybuyqty": {
|
|
@@ -31812,7 +31893,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaysellaverageprice": {
|
|
"todaysellaverageprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日销售均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaysellqty": {
|
|
"todaysellqty": {
|
|
@@ -34744,7 +34825,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"convertratio": {
|
|
"convertratio": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "折算系数",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"cycletime": {
|
|
"cycletime": {
|
|
@@ -34768,11 +34849,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"diffprice": {
|
|
"diffprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "现期价格差 = 今日点价登记均价(基价) - 今日期货成交均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"diffqty": {
|
|
"diffqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "期现数量差 = 套保计划量 - 今日期货关联成交量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"enddate": {
|
|
"enddate": {
|
|
@@ -34780,7 +34861,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"hedgeplanqty": {
|
|
"hedgeplanqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "套保计划量 = TodayPricedQty * 折算系数 * (1/(1+增值税率)) * 套保比例",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"matchname": {
|
|
"matchname": {
|
|
@@ -34804,31 +34885,31 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"middlegoodspricedqty": {
|
|
"middlegoodspricedqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已定价量(套保品种 - 税前) = PricedQty * 折算系数",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"middlegoodspricedqty2": {
|
|
"middlegoodspricedqty2": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已定价量(套保品种- 税后) = MiddleGoodsPricedQty * (1/(1+增值税率))",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"middlegoodspricedqty3": {
|
|
"middlegoodspricedqty3": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已定价量(套保品种应套保量) = MiddleGoodsPricedQty2 * 套保比率",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"needhedgeratio": {
|
|
"needhedgeratio": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "套保系数",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricedamount": {
|
|
"pricedamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已定价额(现货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricedamount2": {
|
|
"pricedamount2": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已定价额(现货-基价额)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"pricedqty": {
|
|
"pricedqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已定价量(现货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"reckondate": {
|
|
"reckondate": {
|
|
@@ -34836,11 +34917,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"relatedmiddlegoodsamount": {
|
|
"relatedmiddlegoodsamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已关联额(期货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"relatedmiddlegoodsqty": {
|
|
"relatedmiddlegoodsqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "已关联量(套保品种)(期货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"spotcontractid": {
|
|
"spotcontractid": {
|
|
@@ -34848,39 +34929,39 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"todayavgfutuprice": {
|
|
"todayavgfutuprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日期货成交均价 = TodayRelatedMiddleGoodsAmount /todayrelatedfutureqty",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayavgprice": {
|
|
"todayavgprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日定价均价 = TodayPricedAmount / TodayPricedQty",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayavgprice2": {
|
|
"todayavgprice2": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日点价登记均价(基价) = TodayPricedAmount2 / TodayPricedQty",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaypricedamount": {
|
|
"todaypricedamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日定价额(现货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaypricedamount2": {
|
|
"todaypricedamount2": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日定价额(现货-基价额)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaypricedqty": {
|
|
"todaypricedqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日定价量(现货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayrelatedfutureqty": {
|
|
"todayrelatedfutureqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日关联量(期货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayrelatedmiddlegoodsamount": {
|
|
"todayrelatedmiddlegoodsamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日关联额(期货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayrelatedmiddlegoodsqty": {
|
|
"todayrelatedmiddlegoodsqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今日关联量(套保品-期货)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"updatetime": {
|
|
"updatetime": {
|
|
@@ -34892,7 +34973,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"vatrate": {
|
|
"vatrate": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "增值税率",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"wrstandardcode": {
|
|
"wrstandardcode": {
|
|
@@ -35441,7 +35522,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"closeavgprice": {
|
|
"closeavgprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "平仓均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"closepl": {
|
|
"closepl": {
|
|
@@ -35509,7 +35590,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"holdqty": {
|
|
"holdqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "期末持仓量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"lastholdamount": {
|
|
"lastholdamount": {
|
|
@@ -35541,7 +35622,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"openavgprice": {
|
|
"openavgprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "开仓均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriholdamount": {
|
|
"oriholdamount": {
|
|
@@ -35549,7 +35630,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriholdqty": {
|
|
"oriholdqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "期初持仓量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"oriopenamount": {
|
|
"oriopenamount": {
|
|
@@ -35593,7 +35674,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaycloseqty": {
|
|
"todaycloseqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今平仓量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todaygoodsgroupspotqty": {
|
|
"todaygoodsgroupspotqty": {
|
|
@@ -35609,7 +35690,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"todayopenqty": {
|
|
"todayopenqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "今开仓量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"userid": {
|
|
"userid": {
|
|
@@ -37383,7 +37464,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"menu": {
|
|
"menu": {
|
|
|
"description": "父级菜单",
|
|
"description": "父级菜单",
|
|
|
- "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpRoleMenu"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"subMenu": {
|
|
"subMenu": {
|
|
|
"description": "子级菜单",
|
|
"description": "子级菜单",
|
|
@@ -37689,7 +37774,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"mainAcc": {
|
|
"mainAcc": {
|
|
|
"description": "主账号",
|
|
"description": "主账号",
|
|
|
- "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.ErmcpTaAccountM"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"subacclist": {
|
|
"subacclist": {
|
|
|
"description": "子账号列表",
|
|
"description": "子账号列表",
|
|
@@ -39859,7 +39948,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"riskRatioType": {
|
|
"riskRatioType": {
|
|
|
"description": "风险率类型表",
|
|
"description": "风险率类型表",
|
|
|
- "$ref": "#/definitions/models.Riskratiotype"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.Riskratiotype"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"todayAccountMargins": {
|
|
"todayAccountMargins": {
|
|
|
"description": "今日账户保证金表",
|
|
"description": "今日账户保证金表",
|
|
@@ -53096,7 +53189,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"tHDetailEx": {
|
|
"tHDetailEx": {
|
|
|
"description": "交易持仓扩展表记录",
|
|
"description": "交易持仓扩展表记录",
|
|
|
- "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.TradeHolderDetailEx"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"thumurls": {
|
|
"thumurls": {
|
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
"description": "缩略图片(1:1)(逗号分隔)",
|
|
@@ -55168,7 +55265,11 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
"description": "历史价格走势",
|
|
@@ -55302,7 +55403,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.THJPurchaseTradeDetail_Goodsinfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"spotgoodspricelogs": {
|
|
"spotgoodspricelogs": {
|
|
|
"description": "历史价格走势",
|
|
"description": "历史价格走势",
|
|
@@ -55599,7 +55704,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"goodsinfo": {
|
|
"goodsinfo": {
|
|
|
"description": "商品信息",
|
|
"description": "商品信息",
|
|
|
- "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.THJWrstandardDetail_GoodsInfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"presaleapplydeposits": {
|
|
"presaleapplydeposits": {
|
|
|
"description": "支付方式",
|
|
"description": "支付方式",
|
|
@@ -57042,7 +57151,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"infoc": {
|
|
"infoc": {
|
|
|
"description": "配置参数",
|
|
"description": "配置参数",
|
|
|
- "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/pb.GoodsMarginCfgStruct"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
|
"description": "市场ID",
|
|
"description": "市场ID",
|
|
@@ -57074,7 +57187,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"orderprice": {
|
|
"orderprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "委托价格",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"orderqty": {
|
|
"orderqty": {
|
|
@@ -57143,7 +57256,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"qty": {
|
|
"qty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "转让数量(数量)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradeid": {
|
|
"tradeid": {
|
|
@@ -57618,7 +57731,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"freezeqty": {
|
|
"freezeqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "冻结数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"goodscode": {
|
|
"goodscode": {
|
|
@@ -57654,7 +57767,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"holderqty": {
|
|
"holderqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "持仓数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"isconfirmexercise": {
|
|
"isconfirmexercise": {
|
|
@@ -57678,7 +57791,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"openqty": {
|
|
"openqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "建仓数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"optiontype": {
|
|
"optiontype": {
|
|
@@ -59235,7 +59348,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"fixedprice": {
|
|
"fixedprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "挂牌价格",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"handlestatus": {
|
|
"handlestatus": {
|
|
@@ -59243,7 +59356,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"marginvalue": {
|
|
"marginvalue": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "履约保证金比例",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
@@ -59425,7 +59538,7 @@ const docTemplate = `{
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"averageprice": {
|
|
"averageprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "成交均价",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradedate": {
|
|
"tradedate": {
|
|
@@ -59683,7 +59796,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"averageprice": {
|
|
"averageprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "交割均价 = 交割金额 / 交割数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"begindate": {
|
|
"begindate": {
|
|
@@ -59807,7 +59920,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"xgoodsamount": {
|
|
"xgoodsamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "合约金额 = 货款金额(DELIVERYAMOUNT) - 点价货款(P1GOODSREMAINAMOUNT)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"xgoodscode": {
|
|
"xgoodscode": {
|
|
@@ -60695,7 +60808,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"stepvalue": {
|
|
"stepvalue": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "步骤值",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"templateid": {
|
|
"templateid": {
|
|
@@ -61006,7 +61119,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"amount": {
|
|
"amount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "挂牌金额 = 委托数量 * 固定价或升贴水",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"bannerpicurl": {
|
|
"bannerpicurl": {
|
|
@@ -61066,11 +61179,11 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"freezecharge": {
|
|
"freezecharge": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "冻结手续费",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"freezemargin": {
|
|
"freezemargin": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "冻结保证金(保证金)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"futupricemove": {
|
|
"futupricemove": {
|
|
@@ -61106,7 +61219,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"marginvalue": {
|
|
"marginvalue": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "保证金设置值(履约保证金)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"marketid": {
|
|
"marketid": {
|
|
@@ -61348,7 +61461,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"delistminqty": {
|
|
"delistminqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "起摘数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverymonth": {
|
|
"deliverymonth": {
|
|
@@ -61769,7 +61882,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"unpaidamount": {
|
|
"unpaidamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "剩余款(待支付金额)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"userid": {
|
|
"userid": {
|
|
@@ -62316,7 +62429,7 @@ const docTemplate = `{
|
|
|
"type": "integer"
|
|
"type": "integer"
|
|
|
},
|
|
},
|
|
|
"delistminqty": {
|
|
"delistminqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "起摘数量",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"deliverygoodscode": {
|
|
"deliverygoodscode": {
|
|
@@ -62453,11 +62566,11 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"tradeamount": {
|
|
"tradeamount": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "日成交金额(当日单方向成交金额)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"tradeqty": {
|
|
"tradeqty": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "日成交数量(当日单方向成交数量)",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"wrstandardid": {
|
|
"wrstandardid": {
|
|
@@ -62626,7 +62739,7 @@ const docTemplate = `{
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"unpaidinterest": {
|
|
"unpaidinterest": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "未结费用",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"updatetime": {
|
|
"updatetime": {
|
|
@@ -63218,7 +63331,7 @@ const docTemplate = `{
|
|
|
"type": "string"
|
|
"type": "string"
|
|
|
},
|
|
},
|
|
|
"orderprice": {
|
|
"orderprice": {
|
|
|
- "description": "期初均价",
|
|
|
|
|
|
|
+ "description": "委托价格",
|
|
|
"type": "number"
|
|
"type": "number"
|
|
|
},
|
|
},
|
|
|
"orderqty": {
|
|
"orderqty": {
|
|
@@ -66512,11 +66625,19 @@ const docTemplate = `{
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"organizationInfo": {
|
|
"organizationInfo": {
|
|
|
"description": "签署企业信息,用户类型为企业时必填",
|
|
"description": "签署企业信息,用户类型为企业时必填",
|
|
|
- "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/tencent.OrganizationInfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"personInfo": {
|
|
"personInfo": {
|
|
|
"description": "签署人信息,用户类型为个人时必填",
|
|
"description": "签署人信息,用户类型为个人时必填",
|
|
|
- "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/tencent.PersonInfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"userESignRecordID": {
|
|
"userESignRecordID": {
|
|
|
"description": "用户电子签记录表ID 只有当前状态是1和4的电子签记录才能发起合同签署",
|
|
"description": "用户电子签记录表ID 只有当前状态是1和4的电子签记录才能发起合同签署",
|
|
@@ -66686,7 +66807,11 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"loginAccount": {
|
|
"loginAccount": {
|
|
|
"description": "登录账号",
|
|
"description": "登录账号",
|
|
|
- "$ref": "#/definitions/models.Loginaccount"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.Loginaccount"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"markets": {
|
|
"markets": {
|
|
|
"description": "市场",
|
|
"description": "市场",
|
|
@@ -66704,11 +66829,19 @@ const docTemplate = `{
|
|
|
},
|
|
},
|
|
|
"userAccount": {
|
|
"userAccount": {
|
|
|
"description": "用户账号",
|
|
"description": "用户账号",
|
|
|
- "$ref": "#/definitions/models.Useraccount"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.Useraccount"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"userInfo": {
|
|
"userInfo": {
|
|
|
"description": "用户信息",
|
|
"description": "用户信息",
|
|
|
- "$ref": "#/definitions/models.Userinfo"
|
|
|
|
|
|
|
+ "allOf": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "$ref": "#/definitions/models.Userinfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"username": {
|
|
"username": {
|
|
|
"description": "用户姓名",
|
|
"description": "用户姓名",
|