Skip to content
Longport Whale
Adjustment

Edit Manual Settlement Adjustment

Shared endpoint across seven tabs of Manual Adjustment (Cash/Stock/Fund/Option/Bond/OTC Other/Cryptocurrency) — the OTC Derivatives tab does not use it (its form only calls the create endpoint settlement_adjustment and has no separate edit endpoint). Submitted when editing a saved-draft adjustment (not yet submitted for approval); its parameter structure matches the create endpoint (settlement_adjustment), plus audit_frontend_resource recording the pre-edit values.

POSThttps://b-api.longbridge.xyz/v1/risk_event/settlement_adjustment_modify

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

operation_typestringrequired

Operation Type. Options: SAVE = Save only; COMMIT = Submit for approval

SAVECOMMIT

security_typestringrequired

Security Type. The value is the same as in the create interface.

idstringrequired

Ticket ID

biz_codestring

Biz Code

directionstring

Direction

position_sidestring

Position Side

counter_idstring

Counter ID

incurred_amountstring

Incurred Amount

currencystring

Currency

remarkstring

Remark

aaidstring

A/C No

incurred_quantitystring

Incurred Quantity

cost_amountstring

Cost Amount

cost_currencystring

Cost Currency

marketstring

Market

inner_remarkstring

Inner Remark

audit_frontend_resourceobjectrequired

Audit Frontend Resource. The original value before editing, assembled by the front end.

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs