diff --git a/config/v3/new_account_maltainvest/receive.json b/config/v3/new_account_maltainvest/receive.json index 54c88cf2..ec56781c 100644 --- a/config/v3/new_account_maltainvest/receive.json +++ b/config/v3/new_account_maltainvest/receive.json @@ -23,6 +23,14 @@ "description": "Client ID of new `maltainvest` account", "type": "string" }, + "currency": { + "description": "Currency of an account", + "type": "string" + }, + "currency_type": { + "description": "Currency type against the currency", + "type": "string" + }, "landing_company": { "description": "Landing company full name", "type": "string" diff --git a/config/v3/new_account_real/receive.json b/config/v3/new_account_real/receive.json index 32a7ea98..7e0808de 100644 --- a/config/v3/new_account_real/receive.json +++ b/config/v3/new_account_real/receive.json @@ -27,6 +27,10 @@ "description": "Currency of an account", "type": "string" }, + "currency_type": { + "description": "Currency type against the currency", + "type": "string" + }, "landing_company": { "description": "Landing company full name", "type": "string" diff --git a/config/v3/new_account_virtual/receive.json b/config/v3/new_account_virtual/receive.json index 8d610beb..8c04a5ae 100644 --- a/config/v3/new_account_virtual/receive.json +++ b/config/v3/new_account_virtual/receive.json @@ -33,6 +33,10 @@ "description": "Account currency", "type": "string" }, + "currency_type": { + "description": "Currency type against the currency", + "type": "string" + }, "email": { "description": "Email of the new virtual-money account", "type": "string"