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 Mar 15, 2024
1 parent 4a366ad commit 3110eed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/v3/new_account_maltainvest/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,13 @@
"type": "string",
"pattern": "^[a-z]{2}$"
},
"resident_self_declaration": {
"description": "[Optional] Indicates client's self declaration for opening account under own initiative, must be 1",
"type": "integer",
"enum": [
1
]
},
"risk_tolerance": {
"description": "Do you understand that you could potentially lose 100% of the money you use to trade?",
"type": "string",
Expand Down
8 changes: 8 additions & 0 deletions config/v3/residence_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"type": "object",
"additionalProperties": false,
"properties": {
"account_opening_self_declaration_required": {
"description": "Flag which indicates whether self declaration is required for account opening",
"type": "integer",
"enum": [
0,
1
]
},
"disabled": {
"description": "Disabled.",
"type": "string"
Expand Down

0 comments on commit 3110eed

Please sign in to comment.