Skip to main content

Glossary

This document provides a single source of truth for terminology used in the WEP BudgetContracts system, especially following the major refactoring on 2026-01-06.

1. Terminological Mapping (Old vs New)

Old TermNew TermRationale
InitiativeStreamA "Stream" represents a multi-year strategic or operational flow of projects/spending.
Budget_MasterBudget_BucketA "Bucket" is a container for specific budget lines within a Stream and Domain.
AreaDomain"Domain" clearly identifies the business department responsible for the spend (IT, AI, Website, etc.).

2. Dynamic Metric Definitions

MetricLink NameDefinition
Proposed Amountproposed_amountThe initial theoretical planning for a quarter.
Approved Amountapproved_amountThe official budget authorized by management.
Total Contractstotal_contracts_valueSum of ALL contracts (Proposed placeholders + Approved commitments).
Committedcommitted_amountSum of "Approved", "In Delivery", and "Closed" contracts.
Spent Amountspent_amountReal cash-out based on Paid invoices.
Remaining Estimateremaining_estimateApproved - Committed. How much budget is still "free".
Remaining Paymentsremaining_paymentsCommitted - Spent. How much is committed but not yet paid.
ResidualresidualApproved - Spent. Total budget left after payments.
Closing Forecastclosing_forecastmax(Approved, Committed). The most realistic end-of-quarter cost.

3. Workflow Definitions

  • Approve & Roll: The quarterly snapshot process.
  • FIFO Erosion: The mechanism that reduces "Proposed" placeholders when "Approved" contracts are entered.
  • Strict Snapping: Automatic alignment of budget snapshots to the start of the quarter (1st Oct/Jan/Apr/Jul).
  • Lazy Refresh: Asynchronous update of metrics to optimize platform performance.