Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Apr 16, 2024
1 parent 4c46c87 commit d6590f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/v3/transfer_between_accounts/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
"real\\svg_ez_usd"
]
},
"landing_company_short": {
"description": "Landing company shortcode of the Trading account.",
"type": "string"
},
"loginid": {
"description": "Account identifier used for system transfers.",
"type": "string",
Expand Down Expand Up @@ -109,6 +113,16 @@
"poa_failed"
]
},
"sub_account_type": {
"description": "Sub account type",
"type": "string",
"enum": [
"financial",
"financial_stp",
"standard",
"swap_free"
]
},
"transfers": {
"description": "Type of transfers allowed between the account and the currently authorized account.",
"type": "string",
Expand Down

0 comments on commit d6590f8

Please sign in to comment.