How are Points Calculated
Points are calculated from a set of multipliers applied to a receipt's eligible subtotal. The variables and formularules below define exactly how the number of points earned is determined.
Variables
- m_status — the user's status multiplier (max
2x)2×) - m_plus — the user's subscription multiplier (max
2x)2×) - m_loc — the location's point multiplier
- s — the receipt
subtotalsubtotal, minus any applicable discountsapplicableand before tax - m_user — the combined user multiplier, where
m_user = m_status·× m_plus
FormulaHow points are calculated
The function f calculates the number of points earned:earned depends on whether the location has a special multiplier:
$$
m_loc = 1:
points m_{\text{loc}}= \cdot(m_status s,× &m_plus) \text{if× }s
m_loc > 1 \text{ and m_status = m_{\text{plus}}m_plus = 1:
points (m_{\text{loc}}= m_loc × s
Location multiplier + m_loc > 1 \text{ and either m_status > 1 \text{ or m_plus > 1:
points \right.= $$(m_loc + (m_status × m_plus)) × s