web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Managing Fixed Deposits in Fixed Asset Module

(2) ShareShare
ReportReport
Posted on by 22
I got the requirement from many Clients that they want to manage Fixed Deposits / Terms Deposits in D365 Finance and Operations.
 
I created a workaround using Fixed Asset Module. Please provide your comments (in favour or disagreement) with this approach.
 
Master's that need to be created: -
Fixed Asset Group
 
Fixed Asset Posting Profile 
Only following transaction types can be used: -
1. Acquisition 
2. Acquisition Adjustment
3. Disposal
 
User can record the transactions as follow: -
1. Initial Deposit Creation with Bank --> Acquisition --> Daily Journal (Journal Control Fixed Asset and Bank) Fixed Asset Dr Bank Cr.
2. Interest --> Acquisition Adjustment --> Daily Journal Fixed Asset Dr Bank Cr.
3. Closing of Term Deposit --> Disposal Sales --> In Posting profile we mention only the Bank account.
 
Why daily Journal
We can also leverage functionality of Bank Transaction Type using Interest as type and we can also use payment reference.
As I found these fields available when using daily journal.
 
Customization can also be made possible. we can capture interest rate and compounding methods to create an interest proposal.
I have the same question (0)
  • Suggested answer
    H.M.Burhan Profile Picture
    390 Super User 2026 Season 1 on at
    Hi,
     

    Could you please explain the rationale for utilising the Fixed Assets module rather than the Cash and Bank module alongside the General Ledger?


    1. Create a bank account in the Cash and Bank module for fixed deposits.

    2. Use a periodic journal to schedule the monthly interest amount, then retrieve the interest transactions on a monthly or quarterly basis in the General Journal and post them.

    What do you think about the above process?

    I would be happy to answer any further questions you may have.

    Cheers,

    Burhan

     

  • Suggested answer
    Giorgio Bonacorsi Profile Picture
    2,071 on at
    Hello,

    This is a viable approach. That I understand, you need a solution to record the initial customer deposit and then calculate the active interest.
    Zooming out, the key requirements are:
    - Create deposit master data
    - Calculate interest
    - Track deposit status
    - no further operation
     
    The fixed asset module can be used, but as you've seen, interest would need to be calculated outside the system or via customization.
    Other alternatives:
    - Treat the deposit as a main (liability) account. This makes sense if you have only a few deposits and can use financial tags for additional statistical info (like status).
    - Treat it as a customer: Move the deposit master data from fixed assets to the customer record. The advantage is you can tie to a customer, greater flexibility for payments, track the status and you can link payments directly to the deposit.
     
    Let me know your thoughts or if you'd like to discuss further.
     
    Best regards,
    Giorgio
  • CAManuSharma Profile Picture
    22 on at
    Hi Burhan 
     
    The reason why I do not want to use the Bank since Bank account ID I do not want to enter the Deposit Number.
     
    Also, the Bank account module will contain lots of records related to Fixed Deposits so that will be bulky.
     
    Want to keep Bank Account Table Clean. So shifting Term Deposits / Fixed Deposits to Fixed Asset Module.
     
    Regards
    Manu
  • Suggested answer
    H.M.Burhan Profile Picture
    390 Super User 2026 Season 1 on at
    Hi @CAManuSharma,

    Thank you for sharing the details — I understand the reasoning behind using the FA module as a workaround.

    From my perspective, the Fixed Asset register is quite sensitive due to its legal and tax implications. Since fixed deposit items would not formally belong to that register, it may not offer clear benefits from either a solution design or compliance standpoint.

    As an alternative, you could consider creating a dedicated General Journal for fixed deposit entries along with a separate voucher series. This would help keep the transactions clearly segregated and easier to track. You could maintain a single main account for Fixed Deposits and differentiate entries using Financial Tags or Financial Dimensions — or, if necessary, create separate main accounts.

    Given that fixed deposits typically have a known interest schedule, interest postings could be set up in a Periodic Journal and processed monthly for better control. If any changes arise, users would still have the flexibility to review and amend entries before posting.

    Additionally, a dedicated report in Financial Reporter could be developed to support monitoring and reconciliation of fixed deposits.

    I believe this approach would provide clearer structure and traceability, though I’m happy to discuss further and explore what works best for the overall design.

    That said, I am personally inclined to map this requirement within the Cash and Bank module. Fixed deposits can be segregated by creating a separate Bank Group. When creating the bank account, the fixed deposit number does not necessarily need to be used — a logical internal identifier can be assigned for tracking purposes. The key advantage of using a bank account setup is that standard Cash and Bank module reports can then be leveraged to monitor and track fixed deposit transactions effectively.

    Cheers,

    Burhan


     
  • Suggested answer
    Syed Haris Shah Profile Picture
    1,566 Super User 2026 Season 1 on at
     
    This is a challenging requirement to manage in D365 F&SCM, as there is no standard framework in the system specifically designed to manage Fixed/Term Deposits as financial instruments. The approach currently suggested (using the Fixed Assets module) could technically possible as a workaround, but I would not recommend it from an accounting, audit, and conceptual standpoint.
    Fixed Deposits are financial instruments / cash investments. They are:
    • Not depreciated
    • Not used in operations
    • Not capital assets
    • They generate interest income, not depreciation expense
    Managing them through Fixed Assets would likely create confusion for accountants and raise audit concerns (e.g., “Why is a bank deposit recorded as a fixed asset?”). It could also create messy IFRS/GAAP classification issues and reduce clarity in cash and treasury visibility. While it may technically work, conceptually and from an audit perspective it is not aligned with the nature of the transaction.
     
    You also mentioned concerns about creating bulk records in the Bank module. Could you please clarify how many deposits are expected per year? If the volume is high, the same “bulk” issue would also apply to the Fixed Assets module.
     
    There are additional risks if we use Fixed Assets:
    • If a user runs a depreciation proposal without proper filtering, deposit balances could be impacted. While we can train users and configure FA groups, in practice this introduces operational risk and dependency on manual control.
    • Disposal processing in Fixed Assets generates multiple ledger entries and requires setup of depreciation and disposal accounts, which is not conceptually aligned with a deposit maturity process.
    • Auditors may raise significant questions about classification and accounting treatment.
    Regarding interest accounting, the entry should be:
    Dr. Interest Receivable
    Cr. Interest Income
     
    Using Fixed Assets may lead to incorrect posting logic (e.g., Dr FA / Cr Bank), which is not aligned with proper accrual accounting. Even if accrual functionality is used, it would likely impact only the ledger and not provide a proper subledger structure for reinvestment or compounding logic.
     
    If we want to avoid customization entirely, the cleanest standard approach would be to manage deposits within the Bank module and process interest accruals and maturity manually through journals. While somewhat manual, this approach remains conceptually correct and audit-safe.
     
    However, my preferred solution would be to build a lightweight Fixed Deposit submodule (custom):
     
    • Fixed Deposit Master table (Deposit No., Bank, Principal, Start Date, Maturity Date, Rate, Status, etc.)
    • Posting setup for principal, accrued interest, and income accounts
    • Automated monthly interest accrual logic
    • Maturity and rollover processing
    • Embedded financial controls
    This approach keeps:
    • Accounting conceptually correct
    • Bank and Fixed Asset modules clean
    • Auditors comfortable
    • Treasury visibility intact
    I would strongly recommend we align the solution with the financial nature of the instrument rather than adapting an asset framework that was not designed for this purpose.
     
    If you find this answer helpful, please consider verifying the answer. 👍
     
    Regards,
    Syed Haris Shah

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 658

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 468 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 333 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans