442. Overview

442.1. Policy dimensions

Stochastic-demand inventory policies sit at the intersection of five design choices. The choices made along these dimensions name the policy.

442.1.1. 1. Inventory review

442.1.2. 2. Order quantity

442.1.3. 3. Flexibility

442.1.4. 4. Lead time

442.1.5. 5. Demand

442.1.6. Policy comparison table

Policy Review type Trigger Order size
— see [q_r.typ](q_r.typ) Continuous Inventory Fixed batch
— see [s_S.typ](s_S.typ) Continuous Inventory Order-up-to
— see [nQ_r.typ](nQ_r.typ) Continuous Inventory Smallest above
— see [base_stock.typ](base_stock.typ) Continuous Every consumption One unit (one-for-one)
— see [R_S.typ](R_S.typ) Periodic (every ) Always at review Order-up-to
— see [R_s_S.typ](R_s_S.typ) Periodic (every ) If inventory at review Order-up-to
— see [R_nQ_s.typ](R_nQ_s.typ) Periodic (every ) If inventory at review Smallest above

A policy is named by listing its parameters in sorted order: review interval (if periodic), reorder point or , target level , fixed quantity , with for integer multipliers.

The (s, Q) policy is also widely written (Q, r) — same thing, different naming convention. Likewise (R, s) is a family (specifies trigger but not order rule); concrete instances are (R, s, Q) and (R, s, S).