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 | The description of the cause of the Risk. | No |
CostOverride | Boolean | Determines whether the cost impact is overridden. | No |
Description | String | The description of the Risk. | No |
Effect | String | The description of the risks effect on the project. | No |
Id | String | The ID of the Risk. Must be unique within a project. | No |
IdentifiedDate | DateTime | The date this risk was identified. | No |
Name | String | The name of the Risk. Does not need to be unique. | No |
ObjectId | String | The unique ID generated by the system. | No |
PostResponseProjectMeanCostContributions | Double | The cost the risk contributes to the total project post-response average cost. | No |
PostResponseProjectMeanDelayContribution | Double | The duration the risk contributes to the total project post-response average delay.. | No |
PostResponseRiskRemovalPessimisticCostImpact | Double | The variance in the project post-response pessimistic cost caused by removing the risk during a risk analysis. | No |
PostResponseRiskRemovalPessimisticFinishImpact | Double | The variance in the project post-response pessimistic finish caused by removing the risk during a risk analysis. | No |
PreResponseProjectMeanCostContributions | Double | The cost the risk contributes to the total project pre-response average cost. | No |
PreResponseProjectMeanDelayContribution | Double | The duration the risk contributes to the total project pre-response average delay. | No |
PreResponseRiskRemovalPessimisticCostImpact | Double | The variance in the project pre-response pessimistic cost caused by removing the risk during a risk analysis. | No |
PreResponseRiskRemovalPessimisticFinishImpact | Double | The variance in the project pre-response pessimistic finish caused by removing the risk during a risk analysis. | No |
ProbabilityOverride | Boolean | Determines whether the probability impact is overridden. | No |
ProjectId | String | The short name of the associated project. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
ResponseTotalCost | Double | The total estimated cost for the risk. | No |
ScheduleOverride | Boolean | Determines whether the schedule impact is overridden. | No |
Status | Enum | The current status of the Risk. Valid values are 'Proposed', 'Open', 'Rejected', 'Managed', and 'Impacted'. | No |
Type | Enum | The type of the risk. Valid values are 'Threat' and 'Opportunity'. | No |