Description: The risk override object allows for Probability and Schedule overrides on a risk.
Field | Type | Description | Read-Only |
---|---|---|---|
Maximum | Double | The pre/post response most likely value. | No |
Minimum | Double | The pre/post response minimum value. | No |
MostLikely | Double | The pre/post response most likely value. | No |
ObjectId | String | The unique ID generated by the system. | Yes |
ProjectId | String | The short name of the associated project. | Yes |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
ResponseType | Enum | The type of response for the non-cost override. Valid values are "PRE_RESPONSE" or "POST_RESPONSE". | No |
RiskId | String | The short name of the associated risk. | No |
RiskObjectId | ForeignKey | The unique ID of the associated risk. | No |
Shape | Enum | The shape of the pre/post risk curve override. Valid values are Triangle, Uniform, and SinglePoint. | No |
Type | Enum | The type of non-cost override. Valid values are "SCHEDULE" or "PROBABILITY". | No |