Skip to content
Different Dimensions Limit

Create Multi-Dimension Limits

Batch-creates trading-limit configurations across multiple dimensions such as customer, security, and stock group.

This is a write operation.

POSThttps://b-api.lbkrs.com/risk_limit/v1/multiple/create

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

aaidstring

A/C No.

counter_idstringrequired

Counter ID

codestringrequired

Limit Type. Limit-type identifier.

currencystringrequired

Currency

namestring

Name

condition_warnobject

Warning condition.

Child attributes
operatorstring

Comparison operator.

Values
0
>=
1
>
2
<=
3
<
4
Unlimited
quotastring

Threshold value.

condition_auditobject

Audit condition.

Child attributes
operatorstring

Comparison operator.

Values
0
>=
1
>
2
<=
3
<
4
Unlimited
quotastring

Threshold value.

condition_rejectobject

Rejection condition.

Child attributes
operatorstring

Comparison operator.

Values
0
>=
1
>
2
<=
3
<
4
Unlimited
quotastring

Threshold value.

enableboolean

Enable

remarkstring

Remark

stock_groupstring

Stock Group

account_no_file_keystring

Account No File Key. File identifier for the batch-imported account numbers.

counter_id_file_keystring

Counter ID File Key. File identifier for the batch-imported security codes.

Responses

HTTP 200OK
Standard response envelopecodemessagedata
dataobjectdata structure
ticket_idstring

Ticket id

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs