pub const BASIS_POINTS_SCALE: u32 = 100_000;Expand description
Scale factor for decimal basis points (v3.0.0: 100,000) Prior to v3.0.0, this was 10,000 (1bps units). Now 100,000 (decimal bps). Migration: multiply all threshold_decimal_bps values by 10.