{{ extends 'global/Page.html' }} {{ block title }}Semiconductor Game for Component Manufacturer - A (CM-A){{ endblock }} {{ block content }} The demand from OEMs last week is {{demand}} {{ formfields }}
Week | Inventory | Demand | Incoming Shipment | Outgoing Shipment | Order | Total Cost |
---|---|---|---|---|---|---|
{{ past_player.round_number }} | {{ past_player.player_inventory }} | {{ past_player.player_demand }} | {{ past_player.player_incomingshipment}} | {{ past_player.player_outgoingshipment}} | {{ past_player.player_order }} | {{ past_player.player_totalcost }} |
Summary of the rules:
1. Final goal of the game is to have the lowest cost at the end of the game. Of course, reducing your cost will help your team reduce the total cost.
2. As the flow diagram showed follow, there are information flow and shipment flow. Here, the time delay between the supply chain partners for Order and Delivery is important. Between OEMs and customers, there are no delay for order and shipment flow. Between OEMs and CMs, there are two weeks delay for order and shipment flow. Between CMs and supplier, there are one week delay for order and shipment flow. That means, if OEM-C order 4 chips in week2, it will receive 4 chips in week 6.
3. Since customer have their own preference, they will always order different amounts of chips from OEM-C and OEM-D , so does component manufacturers. They will order different amounts of chips from CM-A and CM-B. For example, OEM-C receive 10% of customers 'order, and OEM-D receive 90% of customer’s order; Then, OEM-C placed 10% orders to CM-A and 90% of orders to CM-B, and OEM-D placed 90% orders to CM-A and 10% of orders to CM-B. Before next week start, CMs will reditect to the third-party platform to receive additional information to help them make order decisions. Please consider this when you place the order. The orders will de distributed as follows:
4. Finally, let's talk about the cost. Whenever the customer order, we need to ensure we have enough chips to deliver. If we want to be able to always fulfill the order, we will have to have inventory. Storing 1 unit in the stock costs 0,5$ per piece. however, if we cannot fulfill the order, we will have backorders and be added costs of 1$ per unit.
5. Please be reminded that: The customers order every week, and we can‘t predict their order behavior however we have to react to it.
{{ endblock }}