WHEN v.mom_velocity > 1.5 THEN 'Accelerating' WHEN v.mom_velocity > 1.0 THEN 'Growing' WHEN v.mom_velocity > 0.5 THEN 'Stable' ...