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

Commit e3a9e73

Browse files
JSON Schema Update
1 parent cce5727 commit e3a9e73

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

config/v3/landing_company/receive.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@
148148
"type": "string"
149149
},
150150
"mt_financial_company": {
151-
"description": "Landing Company for MT5 financial contracts (all except Synthetic Indices), currently divided into advanced and standard as subtypes.",
151+
"description": "Landing Company for MT5 financial contracts (all except Synthetic Indices), currently divided into Financial STP and Financial as subtypes.",
152152
"type": [
153153
"null",
154154
"object"
155155
],
156156
"properties": {
157-
"advanced": {
158-
"description": "Contain details for landing company for advanced subtype. The Advanced account provides you with tight spreads, higher ticket size and offers a variety of FX pairs from majors to exotics. It is a straight through processing (STP) account with direct access to FX liquidity from various providers.",
157+
"financial": {
158+
"description": "Contain details for landing company for financial subtype. The Financial account is suitable for a wide range of traders, both new and experienced. It gives you mid-range leverage and variable spreads that give you a great deal of flexibility for whatever position you wish to take in the market.",
159159
"type": [
160160
"null",
161161
"object"
@@ -218,8 +218,8 @@
218218
}
219219
}
220220
},
221-
"standard": {
222-
"description": "Contain details for landing company for standard subtype. The Standard account is suitable for a wide range of traders, both new and experienced. It gives you mid-range leverage and variable spreads that give you a great deal of flexibility for whatever position you wish to take in the market.",
221+
"financial_stp": {
222+
"description": "Contain details for landing company for Financial STP subtype. The Financial STP account provides you with tight spreads, higher ticket size and offers a variety of FX pairs from majors to exotics. It is a straight through processing (STP) account with direct access to FX liquidity from various providers.",
223223
"type": [
224224
"null",
225225
"object"

config/v3/mt5_login_list/receive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "string"
3838
},
3939
"group": {
40-
"description": "Group type of the MT5 account, e.g. `demo\\svg_standard`",
40+
"description": "Group type of the MT5 account, e.g. `demo\\svg_financial`",
4141
"type": "string"
4242
},
4343
"leverage": {

config/v3/mt5_new_account/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"investPassword": "AbcDv12345@",
1010
"leverage": 100,
1111
"mainPassword": "AbcDv1234@",
12-
"mt5_account_type": "standard",
12+
"mt5_account_type": "financial",
1313
"name": "Peter Pan",
1414
"phone": "+6123456789",
1515
"phonePassword": "AbcDv1234",

config/v3/mt5_new_account/receive.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"description": "Sub account type, present only when account type is either `demo` or `financial`.",
4444
"type": "string",
4545
"enum": [
46-
"standard",
47-
"advanced"
46+
"financial",
47+
"financial_stp"
4848
]
4949
}
5050
}

config/v3/mt5_new_account/send.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
"sensitive": 1
8686
},
8787
"mt5_account_type": {
88-
"description": "[Optional] Standard: Variable spreads, High leverage. Advanced: Variable spreads, Medium Leverage, more products.",
88+
"description": "[Optional] Financial: Variable spreads, High leverage. Financial STP: Variable spreads, Medium Leverage, more products.",
8989
"type": "string",
9090
"enum": [
91-
"standard",
92-
"advanced"
91+
"financial",
92+
"financial_stp"
9393
]
9494
},
9595
"name": {

config/v3/transfer_between_accounts/receive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"description": "The group of mt5 account.",
5454
"type": "string",
5555
"examples": [
56-
"real\\vanuatu_standard"
56+
"real\\vanuatu_financial"
5757
]
5858
}
5959
}

config/v3/transfer_between_accounts/send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pattern": "\\w+"
3131
},
3232
"accounts": {
33-
"description": "[Optional] To control the list of accounts returned when `account_from` or `account_to` is not provided. `brief` will only include standard trading accounts and can be faster.",
33+
"description": "[Optional] To control the list of accounts returned when `account_from` or `account_to` is not provided. `brief` will only include financial trading accounts with account_type equal to `binary` and can be faster. `all` will include accounts with both `mt5` and `binary` account_type",
3434
"type": "string",
3535
"default": "brief",
3636
"enum": [

0 commit comments

Comments
 (0)