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

Commit 3110eed

Browse files
author
nobody
committed
JSON Schema Update
1 parent 4a366ad commit 3110eed

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

config/v3/new_account_maltainvest/send.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,13 @@
310310
"type": "string",
311311
"pattern": "^[a-z]{2}$"
312312
},
313+
"resident_self_declaration": {
314+
"description": "[Optional] Indicates client's self declaration for opening account under own initiative, must be 1",
315+
"type": "integer",
316+
"enum": [
317+
1
318+
]
319+
},
313320
"risk_tolerance": {
314321
"description": "Do you understand that you could potentially lose 100% of the money you use to trade?",
315322
"type": "string",

config/v3/residence_list/receive.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"type": "object",
1717
"additionalProperties": false,
1818
"properties": {
19+
"account_opening_self_declaration_required": {
20+
"description": "Flag which indicates whether self declaration is required for account opening",
21+
"type": "integer",
22+
"enum": [
23+
0,
24+
1
25+
]
26+
},
1927
"disabled": {
2028
"description": "Disabled.",
2129
"type": "string"

0 commit comments

Comments
 (0)