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

Commit 1525b10

Browse files
author
nobody
committed
Merge branch 'production'
2 parents f4b72f7 + 2e266af commit 1525b10

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

config/v3/landing_company/receive.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,41 @@
2222
0
2323
]
2424
},
25+
"all_company": {
26+
"description": "Config for all account types (Synthetic Indices and Financials).",
27+
"type": "string",
28+
"enum": [
29+
"svg",
30+
"none"
31+
]
32+
},
2533
"config": {
2634
"description": "Config structure with document types ,taxRequired ,tin format details.",
2735
"type": "object"
2836
},
37+
"derivez": {
38+
"description": "Available DerivEZ accounts.",
39+
"type": "object",
40+
"additionalProperties": false,
41+
"properties": {
42+
"all": {
43+
"description": "DerivEZ all account types (Synthetic Indices and Financials).",
44+
"type": "object",
45+
"additionalProperties": false,
46+
"properties": {
47+
"standard": {
48+
"description": "For standard client",
49+
"type": "string",
50+
"enum": [
51+
"svg",
52+
"none"
53+
],
54+
"additionalProperties": false
55+
}
56+
}
57+
}
58+
}
59+
},
2960
"dxtrade_all_company": {
3061
"description": "Available Deriv X all account types (Synthetic Indices and Financials).",
3162
"type": "object",

config/v3/transfer_between_accounts/receive.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"mt5",
3333
"wallet",
3434
"dxtrade",
35+
"derivez",
3536
"binary"
3637
]
3738
},
@@ -54,6 +55,13 @@
5455
1
5556
]
5657
},
58+
"derivez_group": {
59+
"description": "The group of derivez account.",
60+
"type": "string",
61+
"examples": [
62+
"real\\svg_ez_usd"
63+
]
64+
},
5765
"loginid": {
5866
"description": "Account identifier used for system transfers.",
5967
"type": "string",

config/v3/website_status/receive.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@
229229
}
230230
]
231231
},
232+
"limits_derivez": {
233+
"description": "Range of allowed amount for transfer between derivez accounts.",
234+
"type": "object"
235+
},
232236
"limits_dxtrade": {
233237
"description": "Range of allowed amount for transfer between dxtrade accounts.",
234238
"type": "object"

0 commit comments

Comments
 (0)