Driver Scorecard in the Fleet Motion Application is based on weighted points.
The considered parameters, for each event attributed weights are:
Start/End Time:
- start/end time for a trip (weight: 1)
If the trip happens between 4 am and 10 pm the considered percentage will be 100%, otherwise 95%
- start/end time for a trip.(weight: 1)
Speeding:
- speeding events (weight: 1)
Based on the distance of speeding violation of the total trip we determine a percentage
x < 5 : 100%
5 <= x < 10: 95%
10 <= x < 15: 90%
15 <= x < 20: 80%
20 <= x < 30: 50%
30 <= x < 40: 30%
40 <= x < 50: 10%
x >= 50: 0%
Harsh Events:
- harsh braking events (weight: 2)
- harsh acceleration events (weight: 2)
- harsh turn events (weight: 2)
Based on the quantity of events we determine a percentage:
x < 4 : 100%
4 <= x < 6: 95%
6 <= x < 8: 90%
x = 8: 80%
x = 9: 70%
x = 10: 60%
x > 10: 50%
Based on the parameters above a percentage will be calculated once a day. All the trips are calculated into the driver's score and all trips from the previous 90 days are calculated based on mileage average.