Create deposit product
Use case
Here we will review how to create a deposit product with the minimum set of data:
The description of the deposit product.
The deposit group code. Currently, the TIME_DEPOSIT is the only available value.
A unique code for product identification. It must be a unique value and can contain uppercase letters, numbers, and the special characters “-” (dash), “_” (underscore), and “.” (full-stop). Spaces are not allowed.
The code of the tenant where the deposit product is going to be opened.
The deposit product country is Estonia and the currency is euro.
A contract number prefix.
It must be a unique value and can contain uppercase letters, numbers, and the special characters “-” (dash), “_” (underscore), “/” (slash), and “.” (full-stop). Spaces are not allowed.
The deposit offer opened based on this product will be valid for 1 day. The number of days that the system will wait for the contracts of this product type to receive the deposit balance amount from the servicing account. If the expected deposit amount is not received within 2 days, the system cancels the deposit product.
The premature contract termination is without interest.
The automatic prolongation of the deposit contract is allowed.
Deposit product interest settings:
Interest calculation method 30/360 - considers that each month has 30 days and there are 360 days in a year.
Interest conditions are applied for a fixed period of time.
The amount that the customer can deposit is a range from 5000 to 10000 EUR. Note: The endValue is an exclusive parameter.
The default deposit interest rate is 0.25.
The minimum interest rate is 0.21 and the maximum is 0.75.
The deposit period is 3 months.
The deposit interest is paid out at the end of the deposit period.
The deposit class code that was created as a first step.
This deposit product holder is a private person.
Sample API call
To create a deposit product, make the following API call.
deposit-api.sandbox.tuumplatform.com/api/v2/deposits/product
Sample request
Below is an example request body of the API call for creating a deposit product.
Sample response
Below you find an example response body to the API call above.
Result
As an outcome, a new deposit product was created in a DRAFT
status.
Last updated
Was this helpful?