Description: The risk object represents a probabilistic event or condition which if it occurs has an impact on the project.
Field | Type | Description | Read-Only |
---|---|---|---|
cause | String | A description of the cause of the risk. | No |
costImpactQuantified | Boolean | Determines whether the cost impact is overridden. | No |
description | String | A detailed summary of the risk. | No |
effect | String | The resulting effect of the presence of the risk. | No |
identifiedDate | DateTime | The date the risk was added to the project. | No |
postResponseMeanCostImpact | Double | The cost the risk contributes to the total project post-response average cost. | Yes |
postResponseMeanDelay | Double | The duration the risk contributes to the total project post-response average delay. | Yes |
postResponsePessimisticCostDeltaAbs | Double | The variance in the project post-response pessimistic cost caused by removing the risk during a risk analysis. | Yes |
postResponsePessimisticFinishDeltaAbs | Double | The variance in the project post-response pessimistic finish caused by removing the risk during a risk analysis. | Yes |
preResponseMeanCostImpact | Double | The cost the risk contributes to the total project pre-response average cost. | Yes |
preResponseMeanDelay | Double | The duration the risk contributes to the total project pre-response average delay. | Yes |
preResponsePessimisticCostDeltaAbs | Double | The variance in the project pre-response pessimistic cost caused by removing the risk during a risk analysis. | Yes |
preResponsePessimisticFinishDeltaAbs | Double | The variance in the project pre-response pessimistic finish caused by removing the risk during a risk analysis. | Yes |
probabilityImpactQuantified | Boolean | Determines whether the probability impact is overridden. | No |
projectCode | String | The short name of the associated project. | Yes |
projectId | ForeignKey | The unique ID of the associated project. | No |
projectRiskId | String | The unique ID generated by the system. | No |
riskCode | String | The unique identifier for the risk. | No |
riskName | String | The name of the risk. | No |
riskStatus | Enum | The current status of the Risk. Valid values are 'Proposed', 'Open', 'Active', 'Rejected', 'Managed', and 'Impacted'. | No |
riskType | Enum | The type of risk. Threat: A risk that can negatively impact the project. Opportunity: A risk that can benefit the project. | No |
scheduleImpactQuantified | Boolean | Determines whether the schedule impact is overridden. | No |