Skip to content

Commit dd878fc

Browse files
committed
Update description for risk reason multiplier (DAT-7343)
1 parent 0a7c5fe commit dd878fc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/main/java/com/maxmind/minfraud/response/RiskScoreReason.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*
1010
* @param multiplier The factor by which the risk score is increased (if the value is greater than
1111
* 1) or decreased (if the value is less than 1) for given risk reason(s).
12-
* Multipliers greater than 1.5 and less than 0.66 are considered significant and
13-
* lead to risk reason(s) being present.
12+
* Multipliers representing a significant percentage increase or decrease in the
13+
* risk score lead to risk reason(s) being present.
1414
* @param reasons An unmodifiable list containing objects that describe one of the reasons for
1515
* the multiplier. This will be an empty list if there are no reasons.
1616
*/
@@ -30,10 +30,10 @@ public record RiskScoreReason(
3030
}
3131

3232
/**
33-
* @return The factor by which the risk score is increased (if the value is greater than 1)
34-
* or decreased (if the value is less than 1) for given risk reason(s).
35-
* Multipliers greater than 1.5 and less than 0.66 are considered significant
36-
* and lead to risk reason(s) being present.
33+
* @return The factor by which the risk score is increased (if the value is greater than 1) or
34+
* decreased (if the value is less than 1) for given risk reason(s). Multipliers
35+
* representing a significant percentage increase or decrease in the risk score lead to risk
36+
* reason(s) being present.
3737
* @deprecated Use {@link #multiplier()} instead. This method will be removed in 5.0.0.
3838
*/
3939
@Deprecated(since = "4.0.0", forRemoval = true)

0 commit comments

Comments
 (0)