The Savings Model
Embed savings are locked for a specific number of days. e.g 30, 90 days etc. After the saving matures, the funds can be moved into a user’s bank account
Attributes
savings_idstring |
generated unique identifier of savings account |
account_idstring |
unique identifier of savings account owner |
namestring |
The chosen name for the savings |
product_codestring |
product code of savings account |
currencystring |
the currency code which follows ISO-4217 standard |
principalstring |
Savings principal |
returnsstring |
returns available in savings |
balancenumber |
Savings balance |
interest_enabledboolean |
Indicates if the savings is interest enabled with a true or false value |
interest_ratenumber |
Interest rate of savings account |
maturity_datestring |
maturity date of savings account |
created_onstring |
creation date of savings account |