| export enum DataFoodBaseInventoryCostStartDate { | 
|   _1JanSOPYear = '1-Jan-2021', | 
| } | 
|   | 
| export enum DataInventoryAccount { | 
|   InventoryLocationPreferenceCost = 'Inventory location preference cost', | 
|   InventoryValue = 'Inventory value', | 
|   InventoryHoldingCost = 'Inventory holding cost', | 
| } | 
|   | 
| export enum DataInventoryCostCostDriver { | 
|   InventoryValue = 'Inventory value', | 
|   InventoryHolding = 'Inventory holding', | 
| } |