File tree Expand file tree Collapse file tree 7 files changed +45
-7
lines changed Expand file tree Collapse file tree 7 files changed +45
-7
lines changed Original file line number Diff line number Diff line change 49
49
1
50
50
]
51
51
},
52
+ "calling_country_code" : {
53
+ "description" : " The phone's calling country code." ,
54
+ "type" : [
55
+ " null" ,
56
+ " string"
57
+ ],
58
+ "sensitive" : 1
59
+ },
52
60
"citizen" : {
53
61
"description" : " Country of legal citizenship, 2-letter country code." ,
54
62
"type" : " string"
185
193
]
186
194
},
187
195
"phone" : {
188
- "description" : " Telephone (note: Only available for users who have at least one real account) " ,
196
+ "description" : " The phone's national format phone. " ,
189
197
"type" : [
190
198
" null" ,
191
199
" string"
Original file line number Diff line number Diff line change 8
8
"address_line_2" : " East Melbourne VIC" ,
9
9
"address_postcode" : " 3002" ,
10
10
"address_state" : " berlin" ,
11
+ "calling_country_code" : " 61" ,
11
12
"cfd_experience" : " Less than a year" ,
12
13
"cfd_frequency" : " 1 - 5 transactions in the past 12 months" ,
13
14
"cfd_trading_definition" : " Speculate on the price movement." ,
26
27
"net_income" : " $25,000 - $50,000" ,
27
28
"non_pep_declaration" : 1 ,
28
29
"occupation" : " Managers" ,
29
- "phone" : " +6123456789 " ,
30
+ "phone" : " 23456789 " ,
30
31
"place_of_birth" : " nl" ,
31
32
"required_initial_margin" : " When opening a Leveraged CFD trade." ,
32
33
"residence" : " de" ,
Original file line number Diff line number Diff line change 88
88
"type" : " string" ,
89
89
"pattern" : " ^[\\ w-]{0,32}$"
90
90
},
91
+ "calling_country_code" : {
92
+ "description" : " [Optional] The phone's calling country code. Don't include the `+` sign. Up to 4 digits." ,
93
+ "type" : [
94
+ " null" ,
95
+ " string"
96
+ ],
97
+ "pattern" : " ^\\ d{1,4}$" ,
98
+ "sensitive" : 1
99
+ },
91
100
"cfd_experience" : {
92
101
"description" : " How much experience do you have in CFD trading?" ,
93
102
"type" : " string" ,
284
293
]
285
294
},
286
295
"phone" : {
287
- "description" : " [Optional] Starting with `+` followed by 9-35 digits, hyphens or space ." ,
296
+ "description" : " [Optional] The phone's national format, don't include the `+` sign nor the calling country code. Up to 15 digits are allowed ." ,
288
297
"type" : [
289
298
" null" ,
290
299
" string"
Original file line number Diff line number Diff line change 7
7
"address_line_2" : " East Melbourne VIC" ,
8
8
"address_postcode" : " 3002" ,
9
9
"address_state" : " Victoria" ,
10
+ "calling_country_code" : " 61" ,
10
11
"date_of_birth" : " 1980-01-31" ,
11
12
"fatca_declaration" : 1 ,
12
13
"first_name" : " Peter" ,
13
14
"last_name" : " Pan" ,
14
15
"non_pep_declaration" : 1 ,
15
- "phone" : " +6123456789 " ,
16
+ "phone" : " 23456789 " ,
16
17
"place_of_birth" : " id" ,
17
18
"residence" : " au" ,
18
19
"salutation" : " Mr" ,
Original file line number Diff line number Diff line change 72
72
"type" : " string" ,
73
73
"pattern" : " ^[\\ w-]{0,32}$"
74
74
},
75
+ "calling_country_code" : {
76
+ "description" : " [Optional] The phone's calling country code. Don't include the `+` sign. Up to 4 digits." ,
77
+ "type" : [
78
+ " null" ,
79
+ " string"
80
+ ],
81
+ "pattern" : " ^\\ d{1,4}$" ,
82
+ "sensitive" : 1
83
+ },
75
84
"citizen" : {
76
85
"description" : " [Optional] Country of legal citizenship, 2-letter country code." ,
77
86
"type" : [
137
146
"minimum" : 0
138
147
},
139
148
"phone" : {
140
- "description" : " [Optional] Starting with `+` followed by 9-35 digits, hyphens or space ." ,
149
+ "description" : " [Optional] The phone's national format, don't include the `+` sign nor the calling country code. Up to 15 digits are allowed ." ,
141
150
"type" : [
142
151
" null" ,
143
152
" string"
Original file line number Diff line number Diff line change 6
6
"address_line_2" : " Test Address Line 2" ,
7
7
"address_postcode" : " 123456" ,
8
8
"allow_copiers" : 1 ,
9
+ "calling_country_code" : " 154" ,
9
10
"email_consent" : 0 ,
10
11
"employment_status" : " Employed" ,
11
- "phone" : " +15417543010 " ,
12
+ "phone" : " 17543010 " ,
12
13
"place_of_birth" : " ar" ,
13
14
"preferred_language" : " EN" ,
14
15
"request_professional_status" : 1 ,
Original file line number Diff line number Diff line change 67
67
1
68
68
]
69
69
},
70
+ "calling_country_code" : {
71
+ "description" : " [Optional] The phone's calling country code. Don't include the `+` sign. Up to 4 digits." ,
72
+ "type" : [
73
+ " null" ,
74
+ " string"
75
+ ],
76
+ "pattern" : " ^\\ d{1,4}$" ,
77
+ "sensitive" : 1
78
+ },
70
79
"citizen" : {
71
80
"description" : " [Optional] Country of legal citizenship, 2-letter country code." ,
72
81
"type" : [
142
151
]
143
152
},
144
153
"phone" : {
145
- "description" : " [Optional] Note: not applicable for virtual account. Starting with `+` followed by 9-35 digits, hyphens or space ." ,
154
+ "description" : " [Optional] The phone's national format, don't include the `+` sign nor the calling country code. Up to 15 digits are allowed ." ,
146
155
"type" : [
147
156
" null" ,
148
157
" string"
You can’t perform that action at this time.
0 commit comments