From 3821117213c6c634d56a68be2206fa4b838c5531 Mon Sep 17 00:00:00 2001 From: Andy Jack <8292769+andyjack@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:33:07 +0000 Subject: [PATCH] Update description for risk reason multiplier (DAT-7343) --- src/response/records.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/response/records.ts b/src/response/records.ts index 835538a1..2dfaf207 100644 --- a/src/response/records.ts +++ b/src/response/records.ts @@ -515,8 +515,8 @@ export interface RiskScoreReason { * 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. */ multiplier: number; /**