From 078730698ef4b07dbc1f9f5eddc678dfa486687f Mon Sep 17 00:00:00 2001 From: Andy Jack <8292769+andyjack@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:24:13 +0000 Subject: [PATCH] Update description for risk reason multiplier (DAT-7343) --- src/minfraud/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/minfraud/models.py b/src/minfraud/models.py index 8cfc45d..1cfaada 100644 --- a/src/minfraud/models.py +++ b/src/minfraud/models.py @@ -910,8 +910,8 @@ class RiskScoreReason(_Serializable): multiplier: float """The factor by which the risk score is increased (if the value is greater than 1) or decreased (if the value is less than 1) for given risk reason(s). - Multipliers greater than 1.5 and less than 0.66 are considered significant - and lead to risk reason(s) being present.""" + Multipliers representing a significant percentage increase or decrease in + the risk score lead to risk reason(s) being present.""" reasons: list[Reason] """This list contains :class:`.Reason` objects that describe