|
94 | 94 | "type": "object",
|
95 | 95 | "additionalProperties": false,
|
96 | 96 | "properties": {
|
| 97 | + "authenticated_with_idv": { |
| 98 | + "description": "This represents the current status of idv authentication for each mt5 jurisdiction.", |
| 99 | + "type": "object", |
| 100 | + "additionalProperties": false, |
| 101 | + "properties": { |
| 102 | + "bvi": { |
| 103 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 104 | + "type": "integer", |
| 105 | + "enum": [ |
| 106 | + 0, |
| 107 | + 1 |
| 108 | + ] |
| 109 | + }, |
| 110 | + "dsl": { |
| 111 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 112 | + "type": "integer", |
| 113 | + "enum": [ |
| 114 | + 0, |
| 115 | + 1 |
| 116 | + ] |
| 117 | + }, |
| 118 | + "iom": { |
| 119 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 120 | + "type": "integer", |
| 121 | + "enum": [ |
| 122 | + 0, |
| 123 | + 1 |
| 124 | + ] |
| 125 | + }, |
| 126 | + "labuan": { |
| 127 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 128 | + "type": "integer", |
| 129 | + "enum": [ |
| 130 | + 0, |
| 131 | + 1 |
| 132 | + ] |
| 133 | + }, |
| 134 | + "malta": { |
| 135 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 136 | + "type": "integer", |
| 137 | + "enum": [ |
| 138 | + 0, |
| 139 | + 1 |
| 140 | + ] |
| 141 | + }, |
| 142 | + "maltainvest": { |
| 143 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 144 | + "type": "integer", |
| 145 | + "enum": [ |
| 146 | + 0, |
| 147 | + 1 |
| 148 | + ] |
| 149 | + }, |
| 150 | + "samoa": { |
| 151 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 152 | + "type": "integer", |
| 153 | + "enum": [ |
| 154 | + 0, |
| 155 | + 1 |
| 156 | + ] |
| 157 | + }, |
| 158 | + "samoa-virtual": { |
| 159 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 160 | + "type": "integer", |
| 161 | + "enum": [ |
| 162 | + 0, |
| 163 | + 1 |
| 164 | + ] |
| 165 | + }, |
| 166 | + "svg": { |
| 167 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 168 | + "type": "integer", |
| 169 | + "enum": [ |
| 170 | + 0, |
| 171 | + 1 |
| 172 | + ] |
| 173 | + }, |
| 174 | + "vanuatu": { |
| 175 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 176 | + "type": "integer", |
| 177 | + "enum": [ |
| 178 | + 0, |
| 179 | + 1 |
| 180 | + ] |
| 181 | + }, |
| 182 | + "virtual": { |
| 183 | + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", |
| 184 | + "type": "integer", |
| 185 | + "enum": [ |
| 186 | + 0, |
| 187 | + 1 |
| 188 | + ] |
| 189 | + } |
| 190 | + } |
| 191 | + }, |
97 | 192 | "expiry_date": {
|
98 | 193 | "description": "This is the epoch of the document expiry date.",
|
99 | 194 | "type": "integer"
|
|
0 commit comments