---
title: maximumRiskScoreFullRange
framework: exposurenotification
role: symbol
role_heading: Instance Property
path: exposurenotification/enexposuredetectionsummary/maximumriskscorefullrange
---

# maximumRiskScoreFullRange

The value that represents the highest, full-range risk score of all the exposures for the user.

## Declaration

```swift
var maximumRiskScoreFullRange: Double { get }
```

## Discussion

Discussion important: This property is available in iOS 12.5, and in iOS 13.6 and later. This value is not limited by ENRiskScoreMax. note: This value is only available when ENAPIVersion is set to 1 in the app’s Info.plist file.

## See Also

### Exposure Criteria

- [attenuationDurations](exposurenotification/enexposuredetectionsummary/attenuationdurations.md)
- [daysSinceLastExposure](exposurenotification/enexposuredetectionsummary/dayssincelastexposure.md)
- [matchedKeyCount](exposurenotification/enexposuredetectionsummary/matchedkeycount.md)
- [maximumRiskScore](exposurenotification/enexposuredetectionsummary/maximumriskscore.md)
- [riskScoreSumFullRange](exposurenotification/enexposuredetectionsummary/riskscoresumfullrange.md)
- [metadata](exposurenotification/enexposuredetectionsummary/metadata.md)
- [daySummaries](exposurenotification/enexposuredetectionsummary/daysummaries.md)
