| name | data type | description | 
|---|---|---|
| PredictionLevel | QualityIndexEnumeration | |
| Percentile | number | |
| LowerTimeLimit | string | |
| HigherTimeLimit | string | 
Example
{
  "PredictionLevel" : "probablyReliable",
  "Percentile" : 12345.0,
  "LowerTimeLimit" : "...",
  "HigherTimeLimit" : "..."
}