How are Points Calculated
$$Points \m_{\text{status}}are \text{calculated from a set of multipliers applied to a receipt's eligible subtotal. The variables and formula below define exactly how the number of points earned is determined.
Variables
Formula
The function } f \text{ calculates the number of points earned}earned:
\$$
f(m_{\text{status}}, m_{\text{plus}}, m_{\text{loc}}, s) =
\left{
\begin{array}{ll}
(m_{\text{status}} \cdot m_{\text{plus}}) \cdot s, & \text{if } m_{\text{loc}} = 1 \
m_{\text{loc}} \cdot s, & \text{if } m_{\text{loc}} > 1 \text{ and } m_{\text{status}} = m_{\text{plus}} = 1 \
(m_{\text{loc}} + (m_{\text{status}} \cdot m_{\text{plus}})) \cdot s, & \text{if } m_{\text{loc}} > 1 \text{ and either } m_{\text{status}} > 1 \text{ or } m_{\text{plus}} > 1
\end{array}
\right.
$$