Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

...

基准URL: /smartfin/api/v1/entity_credit_matrix


获取额度矩阵

...

POST /smartfin/api/v1/entity_credit_matrix/select

...

Code Block
trade_dirc, pricing_method, sett_method, - array[integer]

biz_type - array[integer]

  • 参数以整数数组( array )形式存在,或者如果参数为空,则将解析为 null。

  • 请参考 dropdown_list 中相应列表的名称获取相对正确的整数。

  • trade_dirc - 业务方向

  • pricing_method- 定价方式

  • sett_method- 结算方式

  • biz_type- 申请业务类型

Code Block
min_margin_ratio, ecm_credit_amt, ecm_credit_term, dept_credit_amt, 
ecm_auth_qty, 
ecm_auth_amt, dept_auth_amt - float

ecm_credit_term - integer

measure_unit - string

...

  • trade_cat - 交易品种, 参数以字符串数组形式存在,或者如果参数为空,则将解析为 null。

  • dept- 申请部门


更新 / 输入额度矩阵

...

更新URL:
POST/smartfin/api/v1/entity_credit_matrix/update

输入URL:
POST/smartfin/api/v1/entity_credit_matrix/insert

...

删除额度矩阵

...

DELETE/smartfin/api/v1/whitelist/delete

...