Parses risk level string to numeric value for calculations
Business Perspective
This function standardizes risk levels into quantifiable values that
can be used for risk calculations, comparison, and aggregation in
business impact analysis and reporting. ⚠️
Parameters
level: undefined|null|string
Risk level as string
Returns number
Risk level as number (0-4, where 4 is highest risk)
Parses risk level string to numeric value for calculations
Business Perspective
This function standardizes risk levels into quantifiable values that can be used for risk calculations, comparison, and aggregation in business impact analysis and reporting. ⚠️