File tree Expand file tree Collapse file tree
src/main/java/com/maxmind/minfraud/response Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments