Factors in Advanced Risk Assessment
Summarize
Summary of Factors in Advanced Risk Assessment
Factors in Advanced Risk Assessment are questions used to analyze risks within a risk assessment instance in ServiceNow. To utilize Advanced Risk Assessment, you must define these factors and configure a Risk Assessment Methodology (RAM), which forms the foundation of the risk assessment process. Factors can be associated with multiple assessment types within a single RAM but cannot be reused across different RAMs. The responses to these factors drive the evaluation of risks during assessments.
Show less
Types of Factors
- Manual Factors: Require human input and subjective assessment. Responses can be text, choice, number, currency, or percentage. Examples include reputational impact or expected speed of onset.
- Automated Factors: Automatically fetch current data from external or internal sources during assessments, reducing subjectivity. Examples include political conditions, number of employees, or business criticality.
- Scripted Automated Factors: Use scripts to automatically pull data from ServiceNow records or external systems, enabling automated responses without human intervention. Commonly used to assess control effectiveness based on predefined criteria.
- Group Factors: Logical groupings of related factors whose combined scores contribute to overall risk scores or Annual Loss Expectancy (ALE) values.
Factor Contributions
Responses provided by risk assessors contribute to risk ratings in three ways:
- Qualitative: Subjective terms such as high, medium, or low, or numerical scores converted into qualitative ratings.
- Quantitative: Numerical values, often monetary, contributing to inherent ALE calculations.
- Both (Semi-Quantitative): Combination of qualitative ratings and quantitative dollar values.
Practical Use and Configuration
After defining and publishing factors, you associate them with assessment types within a RAM and publish the RAM. Users with the snrisk.user role select assessment types to create risk assessment instances, where the actual risk evaluation occurs. Factors can be reused across multiple assessment types within the same RAM, enabling flexible and comprehensive risk analysis.
Examples and Use Cases
Scripted automated factors enable advanced scenarios such as automated control effectiveness assessments. For instance, assessing money laundering risk based on the failure rate of related controls can be automated through scripts that convert failure percentages into effectiveness ratings. This automation streamlines risk assessments by eliminating manual calculations and ensuring consistent evaluations.
Factors are questions that you can use to analyze risks. Factors appear on a risk assessment instance.
- Manual factor: A factor that requires human input. The response is a manual response. An example is your name.
- Automated factor: A factor whose response is automatically calculated. An example is the temperature in your city today. The information is fetched from external sources.
- Scripted automated factors: A factor that is used to write scripts.
- Group factor: A set of factors that are grouped logically.
These factor types are explained more in the following sections. After you define the factors and publish them, you can configure a RAM and associate the factors to the assessment types within the RAM. The RAM forms the basis of the risk assessment. Publish each of the selected assessment types, and then publish the RAM. Users with the sn_risk.user role can select the assessment types for which the assessment must be performed.
Your risk assessment instance is then created. Its properties depend on the assessment types and options that you selected for your RAM. The risk assessment instance is where the risk assessor evaluates the risks. As a question, a factor can be used in multiple assessment types. For example, a question such as "What is the probability of a building getting flooded?" can be a part of either an inherent assessment or a residual assessment after the control effectiveness assessment.
Types of factor contributions
- Qualitative: Losses are in the form of subjective terms such as high, medium, and low. The losses can also be in the form of a numerical score that is converted into a rating.
- Quantitative: Losses are in a numerical form. They can be incurred from a risk in monetary terms. They contribute to the inherent Annual Loss Expectancy (ALE).
- Both: Losses have both a qualitative risk rating and a quantitative dollar value. These ratings are also called semi-quantitative.
Manual factors
- Text: A descriptive answer. For example, feedback. This choice does not contribute toward the risk score calculation.
- Choice: User-defined choices to the questions in the assessment. For example, users can select risk ratings from low, medium, or high.
- Number: A numeric value. For example, the number of open issues.
- Currency: An amount in the local currency of the user. For example, the financial impact of a certain risk.
- Percentage: A percentage value for the questions in the assessment. For example, the percentage of employees satisfied with the organization strategies.
Group factors
When factors are grouped logically, they are called group factors. A group factor's score depends on the responses of the corresponding manual factors. For example, organizations are affected from financial risks and non-financial risks. You can create some factors for financial risks, and other factors for non-financial risks. You can combine these two sets of factors into a single group factor called Overall Impact. Like manual factors, group factors can contribute either to a numerical risk score that is converted to a qualitative contribution, or to the ALE values as a quantitative contribution.
Automated factors
- The number of employees on a project.
- The revenue of a business unit.
- The business criticality of a process.
Scripted automated factors
Automated scripted factors are used to write scripts. The scripts fetch the data from either ServiceNow records or from external sources. Scripted automated factors automatically provide the responses for factors during risk assessment.
- Individual assessment of controls
- Control environment assessment.
- Employee training
- Internal audit on employees
- Customer due diligence
| Control Design Effectiveness Failure | Control Effectiveness |
|---|---|
| 0%-30% | Effective |
| 30%-60% | Needs improvement |
| > 60% | Ineffective |
Now, assume that out of the three controls, one control passed and two controls failed. The failure of two controls translates into a 66.67% failure rate. Based on the transformation and based on the previous table, the control effectiveness rating is ineffective. You can use this defined script to automate the response to the factor to assess the risk of money laundering.
| Control Design Effectiveness Failure | Control Effectiveness |
|---|---|
| 0%-30% | Effective |
| 30%-60% | Needs improvement |
| > 60% | Ineffective |
Now, assume that two controls failed and one control passed. Thus, the control design effectiveness failure rate is 33.33%. Based on the previous table, this low value of 33.33% means that the control design needs improvement. This response can be automatically scripted in the automated scripted factor because it does not need any human calculation or intervention.