Skip to content

Commit e9d20b2

Browse files
committed
Further explain the minimalRiskScore
1 parent f3a3807 commit e9d20b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

solution_architecture.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,11 @@ In order to incorporate the time spent within the ranges of attenuation buckets
219219

220220
The combined risk score is used to determine which defined risk level should be displayed to the user, e.g. “low risk” or “high risk”. For this decision, app-defined thresholds for the individual risk levels apply.
221221
As the values above are multiplied with each other, a single category with a risk score of 0 means that the overall risk score is also 0.
222-
Additionally, a central threshold for the combined risk score specifies whether an exposure event should be considered or not.
222+
Additionally, a central threshold for the combined risk score specifies whether an exposure event should be considered or not.
223+
Furthermore the Google/Apple framework allows to set a [```minimalRiskScore```](https://developer.apple.com/documentation/exposurenotification/enexposureconfiguration/3583692-minimumriskscore) to exclude exposure incidents with scores lower than the value of this property.
224+
In the current version of the API the time spent within the ranges of attenuation buckets are accumulated over all exposure incidents during one matching session.
225+
Since the number of requests is currently limited, it is not possible to get these values for each day and each exposure incident seperately.
226+
While by default there is no minimum value set, this value is being configured accordingly, so that resumably irrelevant exposure incidents are excluded.
223227

224228
![Figure 13: Calculation of the combined risk score](images/solution_architecture/figure_13.svg "Figure 13: Calculation of the combined risk score")
225229

0 commit comments

Comments
 (0)