# FD Products

FD is an abreviation for Fixed Deposit. The Fixed Deposit Product page enables you to create and manage Fixed Deposit products, which are investment accounts where money is locked for a specific period at a fixed interest rate. This page allows you to configure new Fixed Deposit products, manage their settings, and track the maturity and liquidation processes.

## Accessing The Fixed Deposit Product Page

1. Log into the application using your credentials.
2. From the dashboard, navigate to **Accounts** in the side menu.
3. Select **Products** from the dropdown list.
4. Select **FD Product** from the **Products** dropdown lis&#x74;**.**

<figure><img src="/files/zOMuH9M4tK3I2QFCmt3e" alt=""><figcaption></figcaption></figure>

## Creating a New Fixed Deposit Product

To create a new Fixed Deposit Product, follow these steps:

1. Click the **Add** button in the top-left corner of the Fixed Deposit Product page.
2. Complete the fields as required:
   * **Name of Product:** Enter a descriptive name for the Fixed Deposit product.
   * **Product Code:** Assign a 3 digit unique numeric code for the product.
   * **Default Applicable Interest:** Select the product's applicable default interest rate from the dropdown list of existing active interests. If this field is empty, kindly refer to [Interest](/core-features/account-management/interest.md#create-a-new-interest) on how to create a credit interest
   * **Default Interest Rate (%):** The rate configured for the selected default applicable interest is automatically populated.
   * **Interest Expense Account:** Select from the dropdown list of active Interest Expense general ledgers to record interest expenses. If this field is empty, kindly refer to [General Ledgers](/core-features/account-management/general-ledgers.md#create-a-new-general-ledger) on how to create a general ledger\
     Here are the properties for creating an **Interest Expense GL**.\
     Step 1 - GL Creation

     * **GL Name:** ABC Fixed Deposit Interest Expense
     * **Level 1 Category:** Expense
     * **Level 2 Category:** Interest Expense
     * **Level 3 Category:** Interest Expense
     * **IFRS Category:** Interest and Similar Expense
     * **Transaction Permission:** Open
     * **Currency:** Select your currency

     Step 2 - Other Business Automation set-up

     * **Account Type:** Interest Expense
     * **Account:** Select the Fixed Deposit Interest Expense GL
   * **Interest Payable Account:**&#x20;

     Select from the dropdown list of active Interest Payable general ledgers to record interest payables. If this field is empty, kindly refer to [General Ledgers](/core-features/account-management/general-ledgers.md#create-a-new-general-ledger) on how to create a general ledger \
     Here are the properties for creating an **Interest Payable GL.**\
     Step 1 - GL Creation

     * **GL Name:** ABC Fixed Deposit Interest Payable
     * **Level 1 Category:** Liability
     * **Level 2 Category:** Other Liabilities
     * **Level 3 Category:** Interest Accrued Not Yet Due For Payment
     * **IFRS Category:** Payable
     * **Transaction Permission:** Open
     * **Currency:** Select your currency

     Step 2 - Other Business Automation set-up

     * **Account Type:** Interest Payable
     * **Account:** Select the Fixed Deposit Interest Payable GL
   * **Withholding Tax Account:**&#x20;

     Select from the dropdown list of active With-holding Tax general ledgers to record Withholding Tax deductions. If this field is empty, kindly refer to [General Ledgers](/core-features/account-management/general-ledgers.md#create-a-new-general-ledger) on how to create a general ledger. \
     Here are the properties for creating a **Withholding Tax Payable GL.**

     * **GL Name:** ABC Withholding Tax Payable
     * **Level 1 Category:** Liability
     * **Level 2 Category:** Other Liabilities
     * **Level 3 Category:** Account Payable
     * **IFRS Category:** Payable
     * **Transaction Permission:** Open
     * **Currency:** Select your currency

     Step 2 - Other Business Automation set-up

     * **Account Type:** With-Holding Tax Account
     * **Account:** Select the With-holding Tax Payable GL
   * **Default Tenure (In Days):** Specify the default tenure (duration) for the Fixed Deposit product.
   * **Pre-liquidation Charge (%):** Specify the pre-liquidation charge rate, if applicable. This penal charge represents a percentage deduction to be applied on accrued interest payable to customers where they choose to  liquidate their fixed deposit plan before maturity.
3. Click the **Save** button to create the Fixed Deposit product.
4. Confirm the action by selecting **“Yes, I want to proceed.”**

<figure><img src="/files/PZ5PpBOfDfcP0IprBzvf" alt=""><figcaption></figcaption></figure>

## Modify A Fixed Deposit Product

Here's how to modify a Fixed Deposit Product below:

1. In the **Actions** column, click the **three vertical dots** (**⋮**).
2. Select **Modify** from the dropdown menu.
3. Update the necessary Fixed Deposit Product details.
4. Click **Update** to save and apply the changes.
5. Confirm the action by selecting **“Yes, I want to proceed.”**

## Activate/Deactivate A Fixed Deposit Product:

To activate/deactivate an existing Fixed Deposit Product:

1. In the Actions column, click the three vertical dots **(⋮)** next to the Fixed Deposit Product you wish to deactivate/activate.
2. Select **Deactivate/Activate** from the dropdown menu.
3. Confirm the action by selecting **“Yes, I want to proceed.”**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.udara360.io/core-features/account-management/products/fd-products.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
