> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/features/lost-production-cost-analysis.md).

# Lost Production Cost Analysis

<figure><img src="/files/P060iN8yR4fImi9XLVql" alt=""><figcaption></figcaption></figure>

Busroot is capable of calculating the of value of the production output by multiplying the production quantity by the SKU's value.

Therefore Busroot is also capable of calculating the lost production cost either through downtime (aka availability loss) , missed production target (aka speed loss) or as bad production (aka quality loss).

The Lost Production Cost is shown as a total on the Interval Chart, and broken down into each component on the OEE Analysis page.

## SKU Value

The SKU value is a configuration for each SKU in your Busroot account. The exact meaning of this number can be different for different types of manufactures. The critical aspect is that the value represents an accurate relative value between SKUs.

## Idle Cost per Station Minute

As well as a SKU value, it is possible to set an idle cost for each station. This is used to calculate the lost production cost where a SKU value is not defined, therefore the cost is just based on the duration the station is idle. Such as scheduling losses, planned non-production losses and downtime losses where the SKU value is not set.

## Downtime Loss Cost

The number of units lost due to downtime, across a given time frame, is the downtime duration divided by the SKU's target cycle time. Another way to think of this is the [ideal production quantity](/getting-started/glossary.md#ideal-production-quantity) minus the [target production quantity](/getting-started/glossary.md#target-production-quantity).&#x20;

This lost quantity is then multiplied by the SKU value. If the SKU value is not set, the downtime duration will be multiplied by the station idle cost as a fallback.

## Speed Loss Cost

The number of units lost due to slow production is the [target production quantity](/getting-started/glossary.md#target-production-quantity), minus good and bad production. This lost quantity is then multiplied by the SKU value.

## Quality Loss Cost

This is simply the quantity of bad production multiplied by the SKU value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.output.industries/features/lost-production-cost-analysis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
