Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Recurring deposit are the savings product offered by financial institutions which help customer with regular incomes to deposit fixed amount every month into there recurring deposit account for example 500/- every month or as per the defined frequency type.

When the RD account is opened, the maturity value is indicated to the customer assuming that the monthly installments will be paid regularly on due dates.

Customer can avail loans against the collateral of Recurring deposit up-to the value of 70-80% of the Deposit value.

Use-case I: Submit RD Account Application

When setting up/creating a deposit account the following details to be known:

  1. Term/tenure: What is the length of the term/tenure (in months)
  2. Deposit amount: How much money customer to deposit amount and frequently. There would typically be some rules around min and max deposit supported.
  3. Deposit Frequency: It means how frequently the customer has agreed to deposit amount into his RD account
  4. Interest Type: Simple or Compounding
  5. Nominal annual interest rate: What is the interest rate to be applied to deposit amount for the term expressed as a nominal annual rate. There would typically be some rules around min and max interest rate supported.
  6. Pre-matured Interest Rate: Interest rate applicable if customer withdraws RD before the tenure.
  7. Commencement date: On what date does the term/tenure commence from.
  8. Lock-in Period: Days / Months: It typically means customers are not allowed to withdraw deposit before the tenure of the RD Account.
  9. Minimum balance to be maintained: It is typically used for Regular savings account.

Using the above information, it should be possible to derive the following at time of opening/creating a deposit account:

  • Maturity date: Given commencement date and tenure length, maturity date is known.
  • Accrued interest on maturity: Accrued interest is indicated to the customer assuming that the monthly installements will be paid regularly. Interest will be calculated on the recurring deposits done by the customer as per the defined frequency.
  • Maturity amount: maturity value is indicated to the customer assuming that the monthly installments will be paid regularly on due dates.
  • Recurring deposit Schedule: Schedule of the Recurring deposit with the selected frequency should be maintained for the tenure, this is to track the un-paid schedules of the RD.

A status is automatically assigned to the deposit account of SUBMITTED_AND_AWAITING_APPROVAL (represented on database as integer value 100).

Use-case II: Approval of Recurring Deposit Account

Approval is done by higher ups in the organization. There might a scenario where the User enters the RD account and sends it to approval from the manager. This is normally used when customer demands higher interest rate on the RD. Manager negotiates with customer and comes to a common understanding in the changes to interest rate with some additional criteria of increasing the tenure of the deposit as initially agreed or by increasing the RD amount. Hence, provision for changing the interest rate, Deposit amount, Tenure & interest type frequency is required while approving the FD.

  • Maturity date: Recalculate the projected maturity date given the current commencement date and tenure length.
  • Interest on maturity: Re-calucate the the amount of projected interest accrued given the current deposit amount and tenure.
  • Maturity amount: Recalculate using new projected interest accrued
  • Record of deposit transaction: When account is activated, a transaction recording transaction related information such as date, amount and type of transaction (DEPOSIT) should be recorded.
  • Status: Status of deposit account moves from SUBMITTED_AND_AWAITING_APPROVAL to ACTIVE
  • Re-schedule: Given the current commencement date & tenure length the schedule of the RD should be changed or delete the previous schedule and create a new schedule with the new selected parameters.

Use Case III: Undo Approval

This is a negative scenario and rarely used cases, can be used only when approver feels that there is still some discussions left with the customer before adding a FD account.

  • Status: Is changed from "Active" to "SUBMITTED_AND_AWAITING_APPROVAL"
  • Last modified values selected during "Approval of RD Account" will be retained upon doing an Undo approval of an RD.
  • Schedule will be retained

Use-case IV: Rejection of Recurring Deposit account application'

There will be cases where the negotiations with customers fail on the interest payable component while the RD account in approval status, such cases should be marked as rejected along with the reasons for the rejection. It helps for management to evaluate such rejected cases and to frame products accordingly.

  • Status: Status of deposit account moves from SUBMITTED_AND_AWAITING_APPROVAL to REJECTED

Use-case V: Applicant withdraws from 'RD account application' process

Customers changes his mind and wants to withdraw from the deposit process. Those cases should be marked as withdraw along with the reasons for withdraw.

  • Status: Status of deposit account moves from SUBMITTED_AND_AWAITING_APPROVAL to APPLICANT_WITHDREW

Use-case VI: Modification of Recurring Deposit Account Application

The deposit account may not commence on the exact date given when 'submitting the application' for the deposit account. The date on when the 'deposit' transaction is received by the bank/mfi is the date typically from which the deposit account becomes 'active'.

When activating/commencing the deposit account, it should be possible to modify/set details of the account as needed:

  1. Term/tenure: What is the length of the term/tenure (in months)
  2. Deposit amount: How much money is being deposited
  3. Deposit Frequency: It means how frequently the customer has agreed to deposit amount into his RD account
  4. Nominal annual interest rate: What is the interest rate to be applied to deposit amount for the term expressed as a nominal annual rate.
  5. Interest compounding frequency: Interest is usually compounded at periodic intervals like monthly, quarterly, annually
  6. Commencement date: On what date does the term/tenure commence from: Deposit start date commence from the date of approval. Initial FD date which commence on adding the FD account gets override with the Approval date.

As a result of activation any or all the following 'derived' fields should be set

  • Maturity date: Recalculate the projected maturity date given the current commencement date and tenure length.
  • Accrued interest on maturity: Re-calculate the the amount of projected interest accrued given the current deposit amount and tenure.
  • Maturity amount: Recalculate using new projected interest accrued
  • Account status: The status of the account should transition from 'PRE-ACTIVATION' to 'ACTIVE'.
  • Record of deposit transaction: When account is activated, a transaction recording transaction related information such as date, amount and type of transaction (DEPOSIT) should be recorded.
  • Re-schedule: Given the current commencement date & tenure length the schedule of the RD should be changed.

Use-case VII: Withdrawal and closure of Recurring of Deposit Account

A typical scenario is that the Recurring deposit account reaches the maturity date and the customer withdraws their deposit amount and accrued interest which effectively closes the Recurring deposit account.

  • Case I: Is Compounding Interest if selected
    Recurring Deposit Amount + Interest Accrued for the complete tenure gets computed and the amount is available to withdraw.
  • Case II: Simple Interest without "Is Interest Withdrawal" option
    Recurring Deposit Amount + Interest Accrued for the complete tenure gets computed and the amount is available to withdraw.

Use-case VIII: Full withdrawal and pre-closure of Recurring deposit account  ---- Incomplete use case

Some deposit accounts allow for the customer to withdraw their money in full from the account earlier than the maturity date but the result of this is heavy penalization. This is known as pre-closure. On pre-closure the interest accrued to date is calculate from the (account start date + amount collections) with the pre-closure interest rate.

  • Case I: Is Compounding Interest if selected

    Recurring Deposit Amount + Interest Accrued for the Recurring savings availed duration with pre-closure interest rate gets computed and the amount is available to withdraw.

  • Case II: Simple Interest without "Is Interest Withdrawal" option

    Recurring Deposit Amount + Interest Accrued for the Recurring savings availed duration with pre-closure interst rate gets computed and the amount is available to withdraw.

 

  • No labels