File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52454,6 +52454,8 @@ components:
5245452454 description: Regulatory registration number
5245552455 amlAttestation:
5245652456 $ref: '#/components/schemas/AmlAttestation'
52457+ fundsSource:
52458+ $ref: '#/components/schemas/FundsSource'
5245752459 title: Business
5245852460 BusinessIdentityResponse:
5245952461 type: object
@@ -59155,6 +59157,13 @@ components:
5915559157 - Margin orders will be placed using the margin account balances.
5915659158 See our [Trade Guide](/docs/trade-overview) for more details on each funding type.
5915759159 default: funded
59160+ FundsSource:
59161+ type: string
59162+ enum:
59163+ - proprietary
59164+ - customer
59165+ title: FundsSource
59166+ description: Whether funds deposited are proprietary or customer funds
5915859167 GeneralError:
5915959168 type: object
5916059169 properties:
You can’t perform that action at this time.
0 commit comments