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 |
---|---|---|---|
activityImpactQuantified | Boolean | Indicates when an activity is linked to a risk. | Yes |
actualCostImpact | Double | The actual cost impact due to the risk occurring. | No |
actualResponseCost | Double | The actual base currency cost of implementing the response action. | No |
actualResponseCostProject | Double | The actual project currency cost of implementing a response action. | Yes |
actualScheduleImpact | Double | The actual schedule impact due to the risk occurring. | No |
addressLine1 | String | The first line of the address for the location. This might be the building number and street address. | No |
addressLine2 | String | The second line of the address for the location. This might be the building number and street address. | No |
cause | String | A description of the cause of the risk. | No |
cityName | String | The name of the city for the location. | No |
contingency | Double | The allowable risk cost should the risk occur. | No |
costImpactQuantified | Boolean | Determines whether the cost impact is overridden. | No |
countryCode | String | The country code for the location. | No |
description | String | A detailed summary of the risk. | No |
effect | String | The resulting effect of the presence of the risk. | No |
hasPostResponseData | Boolean | Determines whether the risk has post-response values. | No |
identifiedDate | DateTime | The date the risk was added to the project. | No |
impactedDate | DateTime | The date the risk impacted the project. | No |
latitude | Double | The geographical coordinate for the latitude of the location. | No |
locationName | String | A name for the location that users will understand and recognize. | No |
longitude | Double | The geographical coordinate for the longitude of the location. | No |
plannedResponseCost | Double | The estimated cost associated with implementing the response action. | Yes |
plannedResponseCostProject | Double | The estimated project currency cost of implementing a response action. | No |
postalCode | String | The postal code, post code, or zip code of the location. | No |
postExposureCost | Double | The mean post-response probability of the risk multiplied by the mean post-response cost impact of the risk using base currency. | Yes |
postExposureCostProject | Double | The mean post-response probability of the risk multiplied by the mean post-response cost impact of the risk using project currency. | Yes |
postQuantifiedCostThreshold | Double | The estimated impact size that the risk will have on the project cost after implementing a response action. | Yes |
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 |
postScore | Integer | The risk calculation based on the post-response values defined for probability,cost impact, schedule impact, and any additional user-defined impacts for the risk. | Yes |
preExposureCost | Double | The mean pre-response probability of the risk multiplied by the mean pre-response cost impact of the risk using base currency. | Yes |
preExposureCostProject | Double | The mean pre-response probability of the risk multiplied by the mean pre-response cost impact of the risk using project currency. | Yes |
preQuantifiedCostThreshold | Double | The estimated impact size that the risk will have on the project cost before implementing a response action. | 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 |
projectRiskStatus | ENUM | The current status of the Risk. Valid values are 'Proposed', 'Open', 'Monitoring', 'Impacting', 'Cannot Impact', 'Impacted', and 'Rejected. | No |
quantifiedPostResponseProbabilityThreshold | Double | The probability threshold that a risk will occur after implementing a response action. | Yes |
quantifiedPostResponseScheduleThreshold | Double | The estimated impact size that the risk will have on the project schedule after implementing a response action. | Yes |
quantifiedProbabilityThreshold | Double | The estimated probability that a risk will not occur before implementing a response action. | Yes |
quantifiedScheduleThreshold | Double | The estimated impact size that the risk will have on the project schedule before implementing a response action. | Yes |
riskCode | String | The unique identifier for the risk. | No |
riskName | String | The name of the risk. | No |
riskStatus | Enum | Redundant if you upgrade to the current version. Replaced by projectRiskStatus. | 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 |
score | Integer | The risk calculation based on the pre-response values defined for probability,cost impact, schedule impact, and any additional user-defined impacts for the risk | Yes |
stateCode | String | The code for the state, region, or province of the location. | No |
stateName | String | The name of the state, region, or province of the location. | No |
workspaceCode | String | The unique identifier of the workspace. | Yes |