vault backup: 2025-10-28 17:01:24

This commit is contained in:
2025-10-28 17:01:24 -04:00
parent 06222c98b6
commit 1c61b98724
38 changed files with 26018 additions and 122 deletions
+6 -5
View File
@@ -7,6 +7,7 @@ tags:
- topic/automation
- type/idea
- authorship/original
- status/incomplete
title: BPM Award Analysis
---
# BPM Award Analysis
@@ -17,11 +18,11 @@ The HUB > HUB Insights > WIGs, KPIs & milestones
Inception to Date (ITD)
$$
"Overrun $" = "ITD Cost $" - "Baseline Cost $"
"Overrun %" = "Overrun $" / "Baseline Cost $"
"Overrun %" = "ITD Cost $" / "Baseline Cost $" - 1
\begin{gather*}
\text{Overrun \$} = \text{ITD Cost \$} - \text{Baseline Cost \$} \\
\text{Overrun \%} = \frac{\text{Overrun \$}}{\text{Baseline Cost \$}} \\
\text{Overrun \%} = \frac{\text{ITD Cost \$}}{\text{Baseline Cost \$}} - 1
\end{gather*}
$$
> [!observation]