diff --git a/src/Record/Traits.php b/src/Record/Traits.php index c3a9fb82..0a72b33e 100644 --- a/src/Record/Traits.php +++ b/src/Record/Traits.php @@ -173,6 +173,11 @@ class Traits implements \JsonSerializable * network. If you need realtime IP risk scoring based on behavioral signals on * your own network, please use minFraud. This attribute is only available from * the GeoIP2 Insights web service. + * + * We do not provide an IP risk snapshot for low-risk networks. If this field + * is not populated, we either do not have signals for the network or the + * signals we have show that the network is low-risk. If you would like to get + * signals for low-risk networks, please use the minFraud web services. */ public readonly ?float $ipRiskSnapshot;