Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Nov 8, 2024
1 parent 61a1d18 commit cc771b3
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 15 deletions.
4 changes: 4 additions & 0 deletions config/v3/landing_company/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,10 @@
"financial_stp": {
"$ref": "#/$defs/landingCompanyDetails",
"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."
},
"gold": {
"$ref": "#/$defs/landingCompanyDetails",
"description": "Contain details for landing company for gold sub account type."
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion config/v3/mt5_get_settings/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
"swap_free",
"ibt",
"stp",
"zero_spread"
"zero_spread",
"gold"
]
},
"zipCode": {
Expand Down
9 changes: 6 additions & 3 deletions config/v3/mt5_login_list/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@
"swap_free",
"zero_spread",
"standard",
"stp"
"stp",
"gold"
]
},
"request_timestamp": {
Expand Down Expand Up @@ -418,7 +419,8 @@
"hr",
"ab",
"ba",
"stp"
"stp",
"gold"
]
},
"sub_account_type": {
Expand All @@ -431,7 +433,8 @@
"swap_free",
"ibt",
"stp",
"zero_spread"
"zero_spread",
"gold"
]
},
"webtrader_url": {
Expand Down
12 changes: 8 additions & 4 deletions config/v3/mt5_new_account/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"type": "string",
"enum": [
"conventional",
"swap_free"
"swap_free",
"gold"
]
},
"mt5_account_type": {
Expand All @@ -62,7 +63,8 @@
"enum": [
"financial",
"financial_stp",
"standard"
"standard",
"gold"
]
},
"product": {
Expand All @@ -75,7 +77,8 @@
"swap_free",
"zero_spread",
"standard",
"stp"
"stp",
"gold"
]
},
"sub_account_type": {
Expand All @@ -86,7 +89,8 @@
"stp",
"ibt",
"swap_free",
"zero_spread"
"zero_spread",
"gold"
]
}
}
Expand Down
15 changes: 10 additions & 5 deletions config/v3/mt5_new_account/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,17 @@
"type": "string",
"enum": [
"conventional",
"swap_free"
"swap_free",
"gold"
]
},
"mt5_account_type": {
"description": "[Optional] Financial: Variable spreads, High leverage. Financial STP: Variable spreads, Medium Leverage, more products. If 'account_type' set to 'financial', setting 'mt5_account_type' is also required.",
"type": "string",
"enum": [
"financial",
"financial_stp"
"financial_stp",
"gold"
]
},
"name": {
Expand Down Expand Up @@ -140,7 +142,8 @@
"swap_free",
"zero_spread",
"standard",
"stp"
"stp",
"gold"
]
},
"server": {
Expand Down Expand Up @@ -173,7 +176,8 @@
"ab",
"ba",
"lim",
"hr"
"hr",
"gold"
]
},
"sub_account_type": {
Expand All @@ -184,7 +188,8 @@
"stp",
"ibt",
"swap_free",
"zero_spread"
"zero_spread",
"gold"
]
},
"zipCode": {
Expand Down
6 changes: 4 additions & 2 deletions config/v3/transfer_between_accounts/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"swap_free",
"zero_spread",
"standard",
"stp"
"stp",
"gold"
]
},
"status": {
Expand All @@ -126,7 +127,8 @@
"financial_stp",
"standard",
"swap_free",
"zero_spread"
"zero_spread",
"gold"
]
},
"transfers": {
Expand Down

0 comments on commit cc771b3

Please sign in to comment.