# CAM Fee

CAM is an abreviation for Current Account Maintenance Fees. CAM is the same as what used to be  previously known as Commission on Turnover (COT). These fees is computed as a predetermined amounts or a percentage of a transaction. The tool offers flexibility in defining parameters for each fee.

## Accessing The CAM Fee Page

1. Log into the application using your credentials.
2. From the dashboard, navigate to **Accounts** in the side menu.
3. Select **Fees** from the dropdown list.
4. Select **CAM Fee** from the **Fees** dropdown lis&#x74;**.**<br>

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

## Create A New CAM Fee

To create a new CAM fee:

1. Click on the “**Add**” button at the top of the page.
2. Fill in the Create New CAM Fee form fields:&#x20;
   * **Fee Name**: Enter a descriptive name for the fee.
   * **Percentage on Turnover:** where you want to charge a percentage of a transaction amount, enter the percentage value. \
     (e.g. If you want to charge N1 on every N1,000 transaction, you will need to enter 0.1 as the percentage value. The system will interprete is as 0.1% of 1,000).
   * **Flat Amount per Transaction:** where you want to charge a flat amount for every transaction, enter the fixed amount.
   * **Maximum Fee Amount:** In a situation where the computed fee value is greater than a specified threshold, you can limit the total fee amount that the system should charge as fee by entering the highest amount on this field.
   * **Minimum Fee Amount:** where applicable, enter the minimum amount for that can be charged as fee. In a situation where the computed fee value is lesser than a specified threshold, you can specify the minimum fee amount that the system should charge as fee by entering the minumum amount on this field.
   * **Flat Amount:** If you want to charge a flat fee amount regardless of the transaction amount or transaction volume, enter that flat fee on this field.
   * **Fee Charge Cycle:** Select how often the fee should be charged (e.g., Daily, Monthly, Per Transaction). This represent the time the system will attempt to debit the fee from the customer's account balance.
   * **Transaction Type:** Select the transaction type this fee applies to (e.g., deposits or withdrawals).
   * **Fee Income GL:** Select the Income GL the fee will be reporting once debited from the customer's balance.
   * **Apply VAT?:** Toggle this option to determined if the Value Added tax (VAT) should be applied on the fee.
3. Once you’ve filled in all the necessary fields, click “**Save**” to apply the new CAM fee.

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

## View Existing CAM Fees:

To view an existing CAM fee:

1. In the Actions column, click the three vertical dots **(⋮)** next to the CAM fee you want to view.
2. Select **View** from the dropdown menu.
3. This will display the full details of the created CAM Fee.

## Modify A CAM Fee:

To modify an existing CAM Fee:

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

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

## Activate/Deactivate A CAM Fee:

To deactivate an existing CAM fee:

1. In the Actions column, click the three vertical dots **(⋮)** next to the CAM fee you wish to deactivate.
2. Select **Deactivate** 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/fees/cam-fee.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.
