Skip to content
Financing Audit

Add Financing Pool

Add IPO Financing Batch.

Request parameters

  • Required: channel (Channel), counter_id (Counter ID), batch_no (Batch No), currency (Currency), financing_limit (Financing Limit), applicant (Applicant), cost_charge_value (Cost Charge Value), rate_day_count (Rate Day Count)
  • Optional: amount (Amount), is_infinite (Is Infinite), cost_rate (Cost Rate), interest_start_at (Interest Start At), interest_end_at (Interest End At), interest_days (Interest Days), financing_multiple (Financing Multiple), label (Label), parent (Parent), ended_at (Ended At), lb_interest_days (LB Interest Days), minimum_amount (Minimum Amount), display_label (Display Label), start_at (Start At), financing_min (Financing Min), type (Type), account_channel (Account Channel), cost_charge_mode (Cost Charge Mode), cost_charge_note (Cost Charge Note), ratio (Ratio), multiple_text (Multiple Text), bank_ratio (Bank Ratio), minimum_cash (Minimum Cash)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the ID of the created financing batch (adjustment node).

POSThttps://b-api.lbkrs.com/v2/ipo/margin/new

Production: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz

Authorization

AuthorizationstringheaderRequired

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

Permission

ipo.financing_batch

The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.

Request body application/json

channelstringrequired

Channel. This field is required.

counter_idstringrequired

Counter ID. This field is required.

batch_nostringrequired

Batch No. This field is required.

amountstring

Amount.

is_infiniteboolean

Is Infinite.

currencystringrequired

Currency. This field is required.

cost_ratestring

Cost Rate.

interest_start_atinteger

Interest Start At.

interest_end_atinteger

Interest End At.

interest_daysinteger

Interest Days.

financing_multiplestring

Financing Multiple.

financing_limitstringrequired

Financing Limit. This field is required.

applicantstringrequired

Applicant. This field is required.

labelstring

Label.

parentinteger

Parent.

ended_atinteger

Ended At.

lb_interest_daysinteger

LB Interest Days.

minimum_amountstring

Minimum Amount.

display_labelstring

Display Label.

start_atinteger

Start At.

financing_minstring

Financing Min.

typeinteger

Type.

0123

account_channelstring

Account Channel.

cost_charge_modeinteger

Cost Charge Mode.

12

cost_charge_valuestringrequired

Cost Charge Value. This field is required.

cost_charge_notestring

Cost Charge Note.

rate_day_countintegerrequired

Rate Day Count. This field is required.

ratiostring

Ratio.

multiple_textstring

Multiple Text.

bank_ratiostring

Bank Ratio.

minimum_cashstring

Minimum Cash.

Responses

HTTP 200The request was processed successfully. data.id is the ID of the new financing batch.
Standard response envelopecodemessagedata
dataobjectdata structure
idinteger

Financing Batch 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