Description: The risk matrix object contains the name and description of each probability and impact diagram (PID). The Risk Matrix is then used to qualitatively assess each risk and assign a score.
Field | Type | Description | Read-Only |
---|---|---|---|
impactLevels | Int | The number of levels for the impact thresholds assigned to the risk scoring matrix. This impact level with the probability level determines the size of the matrix. | No |
isActive | Boolean | The indication of whether the response plan is currently active for the associated risk. Only one response plan can be active at a given time for a risk. | No |
matrixDescription | String | The detailed summary of the risk scoring matrix. | No |
matrixName | String | The name of the risk scoring matrix. | No |
probabilityLevels | Int | A count of the number of levels (thresholds) for the probability scoretype associated with the matrix. This does not count the Negligible level. | No |
projectId | ForeignKey to Project | The unique project ID generated by the system. | No |
riskMatrixId | String | The unique ID generated by the system. | No |
riskScoreMatrixMethod | Enum | The type of calculation used to obtain an overall impact value. The valid values are Highest Impact and Average Impact. | No |