CIP Summary Report
Beginning balance, additions, capitalizations, and ending balance for each CIP account, used to reconcile construction-in-progress to the general ledger.
Sample build of the CIP Summary Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Cip Account | Beginning | Additions | Capitalizations | Ending |
|---|---|---|---|---|
| 1000-2100-000 | Sample | Sample | Sample | Sample |
| 1000-5400-000 | — | — | — | — |
| 1000-1410-000 | Sample | Sample | Sample | Sample |
| 2000-2100-000 | — | — | — | — |
| 1000-6300-000 | Sample | Sample | Sample | Sample |
| 1000-2100-000 | Sample | Sample | Sample | Sample |
The report rolls CIP from beginning plus additions minus capitalizations to ending per account.
Capitalizations are low relative to additions this quarter — CIP is growing faster than it clears to in-service assets.
Review why projects aren't capitalizing on schedule; CIP that only grows is depreciation deferred and an aging-capital risk.
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
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_ADDITIONS_B | 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_BOOKS | 20 | 2 |
| FA_ADDITIONS_B | 15 | 9 |
Customization note Rebuilt as a CIP aging so capital held too long before in-service is visible. Irvine rebuilds these on your data.