Description: The risk override object allows for Cost overrides on a risk.
Field | Type | Description | Read-Only |
---|---|---|---|
ObjectId | String | The unique ID generated by the system. | Yes |
PostMaximum | Double | The post-response maximum amount. | No |
PostMinimum | Double | The post-response minimum amount. | No |
PostMostLikely | Double | The post-response minimum amount. | No |
PostShape | Enum | The post-response shape of the risk curve override. Valid values are Triangle, Uniform, and SinglePoint. | No |
PreMaximum | Double | The pre-response maximum amount. | No |
PreMinimum | Double | The pre-response minimum amount. | No |
PreMostLikely | Double | The pre-response most likely amount. | No |
PreShape | Enum | The pre-response shape of the risk curve override. Valid values are Triangle,Uniform, and SinglePoint. | No |
ProjectId | String | The short name of the associated project. | Yes |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
RiskId | String | The short name of the associated risk. | No |
RiskObjectId | ForeignKey | The unique ID of the associated risk. | No |