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. | No |
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. | No |
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 | The 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 |
CostOverride | Boolean | Determines whether the cost impact is overridden. | No |
CountryCode | String | The country code for the location. | No |
Description | String | The description of the Risk. | No |
Effect | String | The description of the risks effect on the project. | No |
HasPostResponseData | Boolean | Determines whether the risk has post-response values. | No |
Id | String | The ID of the Risk. Must be unique within a project. | No |
IdentifiedDate | DateTime | The date this risk was identified. | 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 |
Name | String | The name of the Risk. Does not need to be unique. | No |
ObjectId | String | The unique ID generated by the system. | No |
PlannedResponseCost | Double | The estimated cost associated wit himplementing the response action. | No |
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. | No |
PostExposureCostProject | Double | The mean post-response probability of the risk multiplied by the mean post-response cost impact of the risk using project currency. | No |
PostQuantifiedCostThreshold | Double | The estimated impact size that the risk will have on the project cost after implementing a response action. | 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 |
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. | No |
PostResponseRiskRemovalPessimisticFinishImpact | Double | The variance in the project post-response pessimistic finish caused by removing the risk during a risk analysis. | No |
PreExposureCost | Double | The mean pre-response probability of the risk multiplied by the mean pre-response cost impact of the risk using base currency. | No |
PreExposureCostProject | Double | The mean pre-response probability of the risk multiplied by the mean pre-response cost impact of the risk using project currency. | No |
PreQuantifiedCostThreshold | Double | The estimated impact size that the risk will have on the project cost before implementing a response action. | 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 |
QuantifiedPostResponseProbabilityThreshold | Double | The probability threshold that a risk will occur after implementing a response action. | No |
QuantifiedPostResponseScheduleThreshold | Double | The estimated impact size that the risk will have on the project schedule after implementing a response action. | No |
QuantifiedProbabilityThreshold | Double | The estimated probability that a risk will not occur before implementing a response action. | No |
QuantifiedScheduleThreshold | Double | The estimated impact size that the risk will have on the project schedule before implementing a response action. | No |
ResponseTotalCost | Double | The total estimated cost for the risk. | No |
ScheduleOverride | 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 | No |
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 |
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 |
WorkspaceCode | String | The unique identifier of the workspace. | No |