Depreciation Calculator (Companies Act 2013) for FY 2017-18
Calculate depreciation as per Schedule II of Companies Act 2013 for Financial Year 2017-18
Depreciation Calculation Results
Comprehensive Guide: Depreciation Calculator as per Companies Act 2013 for FY 2017-18
The Companies Act 2013 introduced significant changes to how companies calculate and account for depreciation in India. For Financial Year 2017-18, understanding these provisions was crucial for accurate financial reporting and tax compliance. This guide explains the depreciation calculation methods, applicable rates, and practical implementation in Excel.
Key Provisions of Companies Act 2013 for Depreciation
- Schedule II Prescription: The Act introduced Schedule II which specifies useful lives of different assets, replacing the previous rates under the Companies Act 1956.
- Component Accounting: Companies must depreciate significant parts of an asset separately if their useful lives differ.
- Residual Value: The Act caps residual value at 5% of the original cost for assets acquired after April 1, 2014.
- Transition Provisions: Special rules applied for assets existing before April 1, 2014 to align with the new useful lives.
Depreciation Methods Allowed
The Companies Act 2013 permits two primary methods for calculating depreciation:
| Method | Description | Formula | When to Use |
|---|---|---|---|
| Straight Line Method (SLM) | Equal depreciation amount each year | (Cost – Residual Value) / Useful Life | When asset provides equal benefits each year |
| Written Down Value (WDV) | Higher depreciation in early years | Rate % × (Opening WDV – Residual Value) | For assets that lose value quickly (e.g., technology) |
Depreciation Rates as per Schedule II (Applicable for FY 2017-18)
The useful lives specified in Schedule II determine the depreciation rates. Here are some common asset categories:
| Asset Category | Useful Life (Years) | SLM Rate (%) | WDV Rate (%) |
|---|---|---|---|
| Building (RCC Frame) | 60 | 1.63 | 3.17 |
| Plant & Machinery (General) | 15 | 6.33 | 9.50 |
| Computers & IT Equipment | 3 | 30.97 | 40.00 |
| Furniture & Fixtures | 10 | 9.50 | 13.91 |
| Vehicles | 8 | 11.88 | 17.22 |
Step-by-Step Calculation Process for FY 2017-18
- Determine Asset Cost: Include all costs necessary to bring the asset to working condition (purchase price + installation + transportation).
- Identify Useful Life: Refer to Schedule II of Companies Act 2013 for the prescribed useful life of your asset category.
- Select Depreciation Method: Choose between SLM or WDV based on your company’s accounting policy and asset nature.
- Calculate Residual Value: For assets acquired after April 1, 2014, residual value cannot exceed 5% of original cost.
- Compute Annual Depreciation: Apply the chosen method using the selected rate.
- Prepare Depreciation Schedule: Create a year-wise breakdown showing opening WDV, depreciation amount, and closing WDV.
Special Considerations for FY 2017-18
Several important factors affected depreciation calculations for FY 2017-18:
- Transition Period: For assets existing before April 1, 2014, companies had to adjust the carrying amount by:
- Retaining the carrying amount as per previous Act
- Depreciating over the remaining useful life as per Schedule II
- Component Accounting: Companies needed to identify and depreciate significant components separately if their useful lives differed from the main asset.
- Impairment Testing: Assets showing signs of impairment required testing and potential write-downs beyond normal depreciation.
- Tax vs Book Depreciation: Differences between Companies Act rates and Income Tax Act rates required maintenance of separate schedules.
Implementing the Calculator in Excel for FY 2017-18
To create an Excel-based depreciation calculator for Companies Act 2013:
- Set Up Input Section:
- Asset Description (Cell A1)
- Asset Cost (Cell B1)
- Purchase Date (Cell C1)
- Asset Category (Dropdown in D1 with Schedule II options)
- Depreciation Method (Dropdown in E1 with SLM/WDV)
- Residual Value % (Cell F1, default 5%)
- Create Reference Tables:
- Schedule II useful lives in a separate table
- SLM and WDV rates calculated from useful lives
- Build Calculation Logic:
- For SLM:
=IFERROR((B1-(B1*F1))/VLOOKUP(D1,UsefulLifeTable,2,FALSE),0) - For WDV:
=IFERROR(VLOOKUP(D1,WDVRateTable,2,FALSE)*(B1-(B1*F1)),0)
- For SLM:
- Generate Depreciation Schedule:
- Create columns for Year, Opening WDV, Depreciation, Closing WDV
- Use formulas to carry forward values year by year
- Add Visualizations:
- Insert line chart showing depreciation over asset life
- Add conditional formatting to highlight fully depreciated assets
Common Mistakes to Avoid in FY 2017-18 Calculations
Many companies made these errors when implementing the new depreciation rules:
- Ignoring Component Accounting: Failing to separately depreciate significant components with different useful lives.
- Incorrect Transition Handling: Not properly adjusting the carrying amount for pre-2014 assets.
- Residual Value Errors: Exceeding the 5% cap for post-2014 assets or not applying it consistently.
- Method Inconsistency: Changing depreciation methods between years without proper justification.
- Useful Life Mismatch: Using incorrect useful lives not specified in Schedule II.
- Tax vs Book Confusion: Mixing up Companies Act rates with Income Tax Act rates.
Comparison: Companies Act 2013 vs Income Tax Act for FY 2017-18
| Parameter | Companies Act 2013 | Income Tax Act |
|---|---|---|
| Governing Schedule | Schedule II | Appendix I |
| Useful Life Determination | Prescribed for each asset class | Block-wise rates (15%, 30%, 40%, etc.) |
| Residual Value | Max 5% of original cost | Generally 5% (but some blocks allow higher) |
| Component Accounting | Mandatory for significant components | Not specifically required |
| Depreciation Methods | SLM or WDV (company’s choice) | WDV mandatory for most blocks |
| Transition Provisions | Adjust carrying amount over remaining life | Continue with existing rates or opt for new |
| Impact on Financials | Affects P&L and Balance Sheet | Affects taxable income |
Case Study: Depreciation Calculation for Manufacturing Plant in FY 2017-18
Let’s examine a practical example for a manufacturing company that purchased new machinery in FY 2017-18:
- Asset Details: CNC Machine purchased on 01-04-2017 for ₹50,00,000
- Asset Category: Plant & Machinery (General)
- Useful Life: 15 years (as per Schedule II)
- Residual Value: 5% (₹2,50,000)
- Depreciation Method: WDV (common for manufacturing equipment)
WDV Calculation for FY 2017-18:
- WDV Rate = 9.50% (from Schedule II)
- Depreciable Amount = ₹50,00,000 – ₹2,50,000 = ₹47,50,000
- Depreciation for Year = 9.50% × ₹47,50,000 = ₹4,51,250
- Closing WDV = ₹50,00,000 – ₹4,51,250 = ₹45,48,750
For subsequent years, the calculation would use the closing WDV as the new opening balance.
Excel Implementation Tips for FY 2017-18
To create an effective Excel calculator:
- Use Data Validation:
- Dropdowns for asset categories and methods
- Input restrictions for dates and numbers
- Implement Error Handling:
=IFERROR(formula,"Error: Invalid input")- Conditional formatting to highlight errors
- Create Dynamic Charts:
- Line chart showing depreciation over asset life
- Bar chart comparing SLM vs WDV impacts
- Add Documentation:
- Separate sheet explaining Schedule II rates
- Instructions for data entry
- Implement Protection:
- Protect formula cells from accidental changes
- Password-protect critical ranges
Regulatory Updates and Compliance Requirements
For FY 2017-18, companies needed to ensure compliance with:
- Ind AS Transition: Companies following Indian Accounting Standards had additional considerations for depreciation calculations.
- Auditor Requirements: Statutory auditors closely examined depreciation calculations for compliance with Schedule II.
- Disclosure Norms: Enhanced disclosures in financial statements about:
- Depreciation methods used
- Useful lives of major asset classes
- Changes in estimates or methods
- Tax Audit Requirements: Form 3CD required detailed depreciation schedules matching both Companies Act and Income Tax Act calculations.
Frequently Asked Questions about FY 2017-18 Depreciation
- Q: Can we use different depreciation methods for different asset classes?
A: Yes, the Companies Act 2013 allows using different methods (SLM or WDV) for different classes of assets, provided the policy is consistently applied. - Q: How to handle assets purchased before April 1, 2014?
A: For these assets, companies could:- Continue with the remaining useful life as per old rates, or
- Adjust the carrying amount over the remaining useful life as per Schedule II
- Q: Is it mandatory to use Schedule II rates for tax purposes?
A: No, Schedule II applies only for company law purposes. For income tax, you must follow the rates prescribed in the Income Tax Act. - Q: Can we change the depreciation method after adoption?
A: Changes are allowed only if justified by changed circumstances and properly disclosed in financial statements. - Q: How to treat assets that became obsolete before their useful life?
A: These should be tested for impairment and written down accordingly, regardless of the scheduled depreciation.
Authoritative Resources for Further Reference
For official guidance on depreciation under Companies Act 2013 for FY 2017-18:
- Ministry of Corporate Affairs – Companies Act 2013 (Full Text) – Official legislation including Schedule II
- Income Tax Department – Depreciation Rates Comparison – Comparison between Companies Act and Income Tax Act rates
- Institute of Chartered Accountants of India (ICAI) – Guidance Notes – Professional guidance on implementation of Schedule II
Conclusion and Best Practices
Calculating depreciation under Companies Act 2013 for FY 2017-18 required careful attention to:
- Correct identification of asset categories and their prescribed useful lives
- Proper application of transition provisions for pre-2014 assets
- Consistent application of chosen depreciation methods
- Accurate maintenance of separate schedules for company law and tax purposes
- Regular review of asset useful lives and residual values
Implementing an Excel-based calculator with the parameters discussed in this guide can significantly streamline the depreciation calculation process while ensuring compliance with all regulatory requirements. For complex scenarios or large asset bases, consider consulting with a chartered accountant specializing in Companies Act compliance.