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; /**