- Knowledge & Support
- KPI
- Financial
Investment KPI
Financial & Inventory KPI
Investment KPI
Sum of Plant Investments and Inventory Costs.
Calculation
Investment = For all scheduled Jobs, SUM(MaterialRequirement.TotalRequiredQty * Item.Cost) + For all Warehouses, for all Inventory in Warehouses, SUM(Inventory.OnHandQty * Item.Cost) if Item.ItemType = Raw Material + For all Warehouses, for all Inventory in Warehouses, SUM(Inventory.OnHandQty * Item.Cost) if Item.ItemType = Intermediate or Item.ItemType = Subassembly + For all Warehouses, for all Inventory in Warehouses, SUM(Inventory.OnHandQty * Item.Cost) if Item.ItemType = Finished Good + Sum(Plant.InvestedCapital) across all Plants
Significant Data