Reserve Adjustments Report
Adjustments to depreciation reserve made in a period, with the amount and the reserve accounts affected.
Sample build of the Reserve Adjustments Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Asset | Adjustment Type | Amount | Reserve Account | Date |
|---|---|---|---|---|
| Sample | Standard | $1,240,500.00 | 1000-2100-000 | 2026-04-30 |
| — | Corporate | $842,150.75 | 1000-5400-000 | 2026-03-31 |
| Sample | Standard | $96,400.00 | 1000-1410-000 | 2026-02-28 |
| — | Default | $1,005,233.10 | 2000-2100-000 | 2026-01-31 |
| Sample | Standard | $58,720.40 | 1000-6300-000 | 2025-12-31 |
| Sample | Standard | $1,240,500.00 | 1000-2100-000 | 2026-04-30 |
The report lists reserve adjustments with amount and the accounts affected.
Four reserve adjustments have no matching cost or method change — reserve moved on its own, which shouldn't happen without a basis.
Tie each reserve adjustment to its driver; a standalone reserve change usually means a prior depreciation error is being corrected.
This is the report's BI Publisher data model — the SQL data set BI Publisher runs against Oracle tables to produce the output. The same SQL becomes a dbt model in your warehouse, so one definition drives both the formatted report and the analytics layer.
Data sources
- FA_ADJUSTMENTS
- FA_DEPRN_SUMMARY
- FA_BOOKS
The data-warehouse model — one fact surrounded by conformed dimensions (what you slice by) and measures (what you aggregate), expressed as dbt so it migrates with you. Grain: one row per source transaction.
| Element | Type | Definition |
|---|---|---|
| FA_DEPRN_SUMMARY | dimension | dimension |
| FA_BOOKS | dimension | dimension |
| Amount | measure | measure |
Every source object behind this report. Each linked table has its own page with full column descriptions, drawn from the Oracle BICC lineage and articulated for practitioners.
| Table | Reporting columns | Subject areas |
|---|---|---|
| FA_ADJUSTMENTS | 8 | 3 |
| FA_DEPRN_SUMMARY | Setup / configuration table — joined for reference, not exposed for analytics | |
| FA_BOOKS | 20 | 2 |
Customization note Tracked with cost adjustments to explain every change to net book value. Irvine rebuilds these on your data.