The Bullwhip Effect

Background

In the 1990s, when Procter & Gamble was examining the supply chain order patterns for one of its best-selling products, Pampers diapers, they discovered an interesting phenomenon. As they expected, the sales at its retail stores fluctuated moderately. However, as they moved further up in the supply chain, they observed greater and greater amplification in order variabilities at the distributor’s and supplier’s sites.

The supply chain phenomenon of this increasing variability of orders is called the Bullwhip Effect. It was named after the behavior of a whip when one swings from the origin (e.g., the increased amplitude of the whip in the figure below). The bullwhip effect is used to describe the amplifying demand variation in response to consumer demand as we move up in the supply chain. In this post, I will discuss when and why this effect happens and when and why it does not.

Bullwhip effect (source)

As an example, consider a simple shoes supply chain with a retailer, wholesaler, distributor, and manufacturer. Each week, supply chain members engage in a non-coordinated multi-step activities:

  • The retailer observes the customer shoes demand of the current week, satisfies the demand with the available inventory, and places an order with the wholesaler based on consumer demand forecasting for the next week.

  • The retailer’s order request causes the wholesaler to fulfill the order with the available inventory and then place a new order with the distributor by forecasting the retailer’s order next week.

  • Moving further up in the supply chain, the distributor fulfills the order request from the wholesaler and places an order with the manufacturer by forecasting the wholesaler’s order next week.

  • Finally, the manufacturer fulfills the wholesaler’s order request.

We are interested in analyzing order patterns of different participants over time when they face varying consumer demand. In particular, we are interested in evaluating the degree of demand/​order variability in the supply chain as we move up the supply chain (i.e., move further away from the consumer). Let’s assume the manufacturer has unlimited capacity such that he/​she is always able to fulfill any order request from the distributor. At each stage, if any participant (except manufacturer) lacks of inventory to satisfy demand of immediate downstream, he/​she records a back-order, which needs to be fulfilled first from the next order. We express the relationship between the supply chain members using a simple chain:

A simple shoes supply chain

The Model

Let’s unpack demand/​order patterns for each participant by defining explicit variables on demand/​order, time, and supply chain levels. We first consider a case with no back order. The key steps are:

  • The retailer observes of consumer demand at week and satisfies the demand.

  • The retailer then places an order of according to the forecast of consumer demand for week .

  • The wholesaler receives the order request of , fulfills it and places a new order with the distributor.

  • Moving up the supply chain stream, the distributor fulfills the wholesaler’s order request of and places an order of with the manufacturer.

  • The manufacturer always fulfills the distributor’s order request.

Formally, represents the demand/​order quantity of the participant on level at week . For instance, is the demand/​order placed by the level 1 participant, i.e., the retailer, at week 2, is the demand/​order placed by the distributor at week 5, etc. To evaluate the degree of variation on demand/​order, we need consumer demand fluctuating over time, which serves as input. More generally, let’s assume demand/​order for the upstream participant at time is a function of demands , of the immediate downstream:

A change of demand causes change in demand, thus order at the immediate upstream :

We can use the ratio of demand variations to evaluate the impact of demand variability in the downstream on the demand in the immediate upstream:

What does this ratio look like in the context of different types of function ? We consider two general cases:

Case 1: Without back-order. For instance, supply chain members always have enough inventory to fulfill order requests from the downstream player, i.e., the orders are always fulfilled immediately without any lead time.

  • The amplification case. In this scenario we have . For instance,

As a result, we can expect the demand variability of an upstream is always greater than those of the downstream members. In our shoes supply chain example, even when consumer demand do not seem to vary much, there is increased variability in the retailer’s order to wholesaler, wholesaler’s order to distributor, etc (see figure below, with consumer demand ~ ).

Increasing variability of orders up in the shoe supply chain
  • The damping case. This scenario is associated with . For instance, consider a two-step moving average function:

Thus, we have a decreasing demand variability of the upstream players. In our shoes supply chain, compared to the consumer demand variability, we observe decreased variability in the retailer’s order to wholesaler, wholesaler’s order to distributor, etc (see figure below, with consumer demand ~ ).

Decreasing variability of orders up in the shoe supply chain
  • The no-change case with. Let’s consider naive forecasting model where a member orders exactly the same as the demand from the immediate downstream:

As a result, there is no change in demand variability up in the supply chain.

Case 2: With back-order. In this instance, each player starts with an initial inventory and fulfill orders depending on the available inventory. If there is no inventory left, it will be back-ordered and fulfilled first from the order placed next period.

Formally, demand/​order for the upstream player is a function of demand of the immediate downstream and its own available inventory at time :

A change of demand causes change in demand/​order at the immediate upstream:

Similarly, we can use the ratio to evaluate the impact of demand variability in the downstream on the demand in the immediate upstream:

What does this ratio look like in the context of a specific function ? We consider a simple case:

The first instance is associated with back-order and second one with no back-order. As a result, we have

Therefore, we have a non-decreasing demand variability up in the supply chain.

Summary

The bullwhip effect in supply chain illustrates that even when the consumer demand does not vary much, there is an increased variability up in the supply chain. This post suggests that bullwhip effect is not always present in a supply chain and the degree of variability heavily depends on the demand forecasting model used by the supply chain participants. For instance, when a two-step moving average is used, the degree of variability decreases; when an exponential-smoothing model with a smoothing factor of 1 is used, the degree of variability amplifies, causing inefficiencies in inventory management, capacity planning, etc. From the perspective of each member in the supply chain, the member should share the demand data with the upstream participants so that they all have access to the same raw demand data to update their forecast.

Source code is available at https://​​github.com/​​AysajanE/​​bullwhip_with_dag.