Scoring calculations using the classic assessment engine
Summarize
Summary of Scoring calculations using the classic assessment engine
The Third-party Risk Management application in ServiceNow enables comprehensive external risk assessments by calculating multiple ratings and scores using the classic assessment engine. This engine dynamically computes risk scores based on user-defined parameters such as questions, categories, weights, and risk rating scales. The process supports customization to fit specific questionnaire needs, allowing organizations to quantify and manage third-party risks effectively.
Show less
Key Features
- Risk Rating Scale Configuration: Default risk ratings are applied to questionnaires but can be customized in terms of categories and values (e.g., colors instead of numeric scales).
- Score Calculation Mechanism: Utilizes ServiceNow AI Platform® to dynamically recalculate scores based on inputs including questions (metrics), metric scale definitions, categories, weights, and risk rating scales.
- Business Service Rating Scale: Criticality weights are factored into scoring when assessments are linked to business services, allowing risk adjustments based on service importance.
- Question Scoring Options: Questions can be scored either using calculated normalized values or a binary 0/100 score when the 'Scored' option is selected, providing flexibility in scoring methodology.
- Detailed Calculation Process: Includes calculation of question ratings, percent contributions, normalized values, category ratings, and overall quantitative scores, enabling granular risk analysis.
- Qualitative Document Scoring: Document requests are qualitatively scored based on presence or absence of required documentation, with the ability for assessors to override ratings after review.
- Final Assessment Rating: Combines weighted averages of questionnaires and document requests across defined risk areas using specified scoring methods (e.g., average or max), producing an overall risk rating.
- Verification: Tools are available to verify scoring calculations to ensure accuracy and consistency in risk scoring.
Key Outcomes
- Customizable Risk Assessment: Tailor risk rating scales, question weights, and category definitions to reflect your organization's risk priorities and assessment criteria.
- Accurate and Transparent Scoring: Understand how each question and category contributes to the overall risk score through normalized values and weighted calculations.
- Integrated Business Service Risk Impact: Incorporate business service criticality to adjust risk scores, enabling alignment with organizational risk mitigation strategies.
- Combining Quantitative and Qualitative Data: Integrate numeric questionnaire results with qualitative document reviews for comprehensive risk evaluation.
- Informed Decision-Making: Use the final weighted risk ratings to guide third-party risk management actions and strategies effectively.
- Consistency and Confidence in Scores: Verify scoring calculations to maintain trust in assessment results and support auditability.
Perform a comprehensive external risk assessment when calculating multiple ratings and scores by using the Third-party Risk Management application. You can gain a deeper understanding of the overall calculation process and learn how user-defined parameters and configurations influence the results of the questionnaires.
Risk rating scale
Every time that you create a questionnaire, the system applies a default risk rating. You can configure the risk rating scale, which includes the categories, minimum, and maximum values, to meet your specific questionnaire needs that can vary for each assessment. For example, you can define risk rating values as colors rather than 1-Very High through 5-Very Low.
The following example shows the default risk ratings that are provided as part of the base system.
Score calculation mechanism
- Questions (metrics)
For more information on how to define a question, see Define a question.
- Metric scale definition
For more information on how to define the metric scale definition, see Define a question.
- Categories
For more information on how to define a category, see Set up and maintain a question bank.
- Weights
For more information on how to define a weight, see Define component criteria.
- Risk rating scale
For more information on how to define a risk rating scale, see Set up risk rating scales for scoring.
- Business service rating scale
At the end of the scoring calculation, if a third party or engagement is associated with a business service that you defined in the Service [cmdb_ci_service] table, that criticality weight is factored into the calculation. Different business services may have varying levels of associated risks. By adjusting the criticality weight, you can use the resulting values to adjust your risk mitigation strategies.Note:You can define the criticality weights by navigating to .Only answered questions contribute to overall calculations.As part of the base system, four ratings are defined:
- 1 - most critical
- 2 - somewhat critical
- 3 - less critical
- 4 - not critical
You can associate each third party or engagement with multiple business services.
The following infographic shows the assessment rating calculation process.
- Each question on the questionnaire has these values calculated:
-
questionRatings: The rating for each question is calculated by the responses. The rating is determined by the metric scale definition and the values that are associated with the answers. The questionRating is not a value that is stored in a table.
- questionPercentContribution: The percent contribution of each question within its category is determined by this calculation. This value is based on the weight that is assigned by the third-party risk manager to the question and the overall weight of the category. The questionPercentContribution is not a value that is stored in a table.
- questionNormalizedValue: The normalized value for each question is calculated by multiplying the question rating, question percent contribution, and a constant value (100). This value enables you to compare questions with different weights and ratings.
-
- The categories of each questionnaire have these ratings calculated:
- categoryRating: The rating for each category is calculated by summing up the normalized values of all the questions within the category. The category rating is derived from the associated risk rating scale.
- categoryNormalizedValue: The category rating is normalized by multiplying it with the category weight to enable you to compare values across all categories.
- Questionnaire, questionnaireQuantitativeScore: The overall quantitative score for the assessment is calculated by summing up the normalized category scores. This score represents the risk score for the questionnaire.
- Documents, Qualitative Score: The calculation for the qualitative risk rating for the document requests is based on the answer to the default question “Do you have document ‘document name’? on the document request. This rating can be overridden by the third-party risk assessor if necessary.
- Assessment, assessmentRating: The final rating for the assessment is calculated by taking the weighted average of the questionnaires and document requests within each third-party risk area. The weights are determined by the risk area scoring method.
Scored option for questions
Selecting the scored option (Scored check box) is optional. All question responses unless otherwise stated are scored. The scored option changes the scoring behavior. When the 'Scored' option is selected, the score is always 0 or 100 reflecting whether the answer is correct or incorrect, and the questionRating and questionPercentContribution formulae are not used; the Normalized Value is directly set to 0 or 100. When the 'Scored' check box is not selected, the score is calculated using the questionRating and questionPercentContribution formulae to determine the Normalized Value. Selecting the Maximum normalization input field only applies when the 'Scored' check box is not selected, as it is used to define the maximum value for normalization, and the score can vary based on the input values and weights. If the 'Scored' check box is selected, the Maximum normalization input field does not apply, and the Normalized Value is simply 0 or 100. For more information on questions and normalized scores, see Set up and maintain a question bank, Define a question and Normalize the scores for metrics.
questionRating calculation
You use the questionRating calculation to define the relative degree of significance of each individual assessment metric as compared to other metrics. This key variable helps to calculate the normalized value
later in the process.
You can define the Scale definition for an individual assessment metric by setting it to be High or Low.
The following example shows how the metric scale definition field was defined in the Assessment Metric form.- High means that large numerical values indicate a positive result. If the metric scale definition is high, the following equation is used:
questionRating = (value - minValue) / (maxValue - minValue) - Low means that small numerical values indicate a positive result. If the metric scale definition is low, the following equation is used:
questionRating = 1 - ((value - minValue) / (maxValue - minValue))
The following example shows the question value field that is defined in the assessment instance question form.
The value used in the equation is taken from the response to the question. The configuration of the metric defines the correct answer, which is the value, and the other values that are associated with the other incorrect or less desirable answers. The questionRating is not a value that is stored in a table.
questionPercentContribution calculation
The questionPercentContribution defines the degree of significance of the assessment metric within the category where it’s included. This key variable is used in calculating the normalized value later in the
process.
The following equation is used to calculate the questionPercentContribution.
questionPercentContribution = (questionWeight / sumOfAllQuestionWeightsWithinCategory)
The Category represents a theme for evaluating the assessable records in a metric type. You can define this category's example with the return on investment (ROI), risk, performance, security, personal data, and so on.
The Weight is a numerical value that represents the metric importance that relates to other metrics. A higher weight in proportion to the overall weight of the category has a stronger influence on the final score. You can define the weight, set it to any integer, and apply it to questions and categories.
The following example shows the question category and weight field that you can define in the assessment metric form.
questionNormalizedValue calculation
The questionNormalizedValue enables questions with different weights and ratings to be compared equally on the same scale.
The following equation is used to calculate the questionNormalizedValue.
questionNormalizedValue = 100 * questionRating * questionPercentContribution
Each answer to every question (assessment metric) on the questionnaire has a normalized value. This normalized value enables you to make a meaningful comparison that is later rolled up to the category and the overall assessment results.
The following example shows a list of normalized values for an assessment group.
categoryRating calculation
Now that there are normalized values for each metric within the category, the categoryRating calculates a value for the entire category that can
then be normalized by using the categoryNormalizedValue equation to facilitate inter-category comparisons.
questionPercentContribution.categoryRating = sumOfAllQuestionNormalizedValuesWithinCategory
The category Rating is the sum of all normalized values for the metrics within the category.
The stated Risk Rating for each category is derived from the associated Risk Rating Scale.
The following example shows the list of category ratings and risk ratings for an assessment category.
categoryNormalizedValue calculation
With the Category Ratings established, the categoryNormalizedValue equation uses this rating and the category weight to normalize the result across all categories.
The following equation is used to calculate the categoryNormalizedValue.
categoryNormalizedValue = categoryRating * (categoryWeight / sumOfAllCategoryWeights)
This calculated normalized value performs a more meaningful comparison that is later rolled up to the overall assessment results. Higher categoryWeight values increase the normalized value of the category.
The following example shows the list of normalized values for an assessment category.
questionnaireQuantitativeScore calculation
With all categories normalized, the overall quantitative score for the assessment is calculated.
The following equation is used to calculate the questionnaireQuantitativeScore.
questionnaireQuantitativeScore = sumOfAllCategoryNormalizedValues
The output from the questionnaireQuantitativeScore equation is the sum of the normalized category scores. It’s presented as the Risk Score on the record for the questionnaire.
The following example shows a risk score for a questionnaire.
Qualitative score for documents
Document Requests have a risk rating that is a qualitative score. The preliminary risk rating is based on the answer to the default question “Do you have document ‘document name’?”.
| Response | Risk Rating |
|---|---|
| Yes | Low |
| No or unanswered | High |
| N/A | Moderate |
The following example shows a risk rating for a document request.
After the document is reviewed, it might be found to be deficient, so the Third-party risk assessor can override the default rating. The assessment retains the current Risk Rating and the Original Risk Rating. The stated Risk Rating for each category is derived from the associated Risk Rating Scale.
The following example shows a categories related list that includes the original and current risk rating.
assessmentRating calculation
For any external assessment, the final rating for the assessment is calculated as the weighted average of the questionnaires and document requests within each third-party risk area.
The following equation is used to calculate the assessmentRating.
assessmentRating = (AVG (Questionnaire + Document Request for a risk area) * weight assigned to that risk area + (Questionnaire + Document Request for another risk area) * weight assigned to that risk area) / the sum of
the weights
- Questionnaire 1 = defined in the Security Risk Area
- Questionnaire 2 = defined in the Financial Risk Area
- Questionnaire 3 = defined in the Financial Risk Area
- Document Request 1 = defined in the Security Risk Area
| Risk Area | Scoring Method | Weight |
|---|---|---|
| Security Risk | Average Risk | 10 |
| Financial Risk | Max Risk | 20 |
assessmentRating = (AVG (Questionnaire 1 + Document Request 1) * 10 + MAX (Questionnaire 2 + Questionnaire 3) * 20) / (10 + 20).
The final rating is the overall assessment rating that considers the scores and ratings from all assessments conducted for a third-party or engagement. It’s calculated by taking the weighted average of the questionnaires and document requests within each risk area. This calculation process ensures that all relevant metrics, categories, and weights are taken into account based on how you defined these parameters and configurations. The calculation process and the factors involved can help you make informed decisions and take appropriate actions based on the final rating.