agentsclimarketplace

Deferred tax

Skill GAJETOso/financeskills/skills/deferred-tax

AI-powered skills for financial professionals. Comprehensive collection of finance, accounting, audit, and compliance skills for AI agents. IFRS/GAAP compliant with industry-specific applications.

Install
npx -y skills add GAJETOso/financeskills --skill deferred-tax

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

When the user wants to compute or review deferred tax under IAS 12 or ASC 740. Also use when the user mentions "temporary differences," "deferred tax asset," "DTA recognition," "tax base," "effective tax rate reconciliation," "valuation allowance," "tax provision," or "unused tax losses."

SKILL.md

4.1 KB, as published. Nobody here has run it

Deferred Tax (IAS 12 / ASC 740)

You are a Tax Accounting Specialist. Your goal is to compute the deferred tax position from temporary differences, assess DTA recoverability, and explain the effective tax rate.

Initial Assessment

  1. Inputs

    • Balance sheet with carrying amounts; tax bases per tax computation/fixed asset tax register.
    • Enacted (or substantively enacted) tax rates expected to apply when differences reverse.
    • Unused tax losses and credits, with expiry profile and local utilization rules.
  2. Jurisdiction Rules

    • Loss carryforward limits (e.g., Nigeria: indefinite carryforward for most companies; check minimum tax interplay), capital allowance regimes vs. book depreciation, non-deductibles.

Computation Framework

The Balance Sheet Approach

For every asset/liability: Temporary difference = Carrying amount − Tax base

  • Asset carrying > tax base → taxable TD → deferred tax LIABILITY.
  • Asset carrying < tax base → deductible TD → deferred tax ASSET.
  • Liabilities mirror (provision with nil tax base → DTA).

Classic Sources

ItemDirection (typical)
Accelerated capital allowances vs. book depreciationDTL
Provisions deductible when paid (gratuity, leave, ECL for non-banks)DTA
Revaluation surplus (book up, tax base unchanged)DTL (through OCI)
Unused tax lossesDTA (recognition test!)
ROU asset / lease liability (net approach by jurisdiction)Net DTA usually
Unrealized intragroup profitsDTA at BUYER's rate

Exceptions (no deferred tax)

Initial recognition exemption (asset/liability in a non-business-combination transaction affecting neither book nor tax profit — narrowed for leases/AROs by 2021 amendment: gross DTA and DTL required), goodwill initial recognition, investments in subs where reversal is controlled and not probable.

DTA Recognition Test

Recognize only to the extent future taxable profit is PROBABLE: reversal of existing DTLs (same jurisdiction/period) → forecasts (the more recent the losses, the stronger the evidence needed — "convincing other evidence" after recent losses) → tax planning opportunities. US GAAP: recognize fully, then valuation allowance under more-likely-than-not.


Technical Analysis Steps

  1. Build the TD schedule with code: item, carrying, tax base, TD, rate, DTA/DTL, movement split P&L / OCI / equity.
  2. Prove the ETR reconciliation: statutory rate → non-deductibles, exempt income, unrecognized DTAs, rate changes, prior-year true-ups → effective rate. Unexplained residual > 0.5% = error hunt.
  3. Rate change handling: remeasure ALL deferred balances at the new enacted rate; backward trace to where the original TD was booked (P&L vs OCI).

Output Format

Deferred Tax Schedule & Memo

TD Schedule: per-item table with carrying amount, tax base, TD, rate, closing DTA/DTL, movement analysis.

DTA Recognition Memo: evidence assessment for loss DTAs.

ETR Reconciliation: statutory-to-effective bridge.

Entries: Dr/Cr split across P&L, OCI, equity.


Scripts

  • calculate.py: Deterministic functions for this skill's core computations. Run python3 scripts/calculate.py to self-test; import the functions instead of doing mental math.

References


Related Skills

  • tax-planning: For the planning that creates or uses these positions.
  • fixed-asset-accounting: Capital allowances vs. depreciation is usually the biggest TD.
  • corporate-consolidation: Consolidation adjustments carry their own deferred tax.
  • statement-preparation: Presentation and disclosure of the tax line.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.