Description: EnterpriseTrack Project Finance Element.
Field | Type | Description | Read-Only |
|---|---|---|---|
DisplayName | String | Display Name of the element. | No |
ElementClass | Enum | Classification of element. This indicates the element's class within the project finance structure. | No |
ElementType | String | Element Type. This indicates whether the element is currency or some user-specified, non-currency type (such as kilowatts, hours, etc.). | No |
Id | String | Element ID | No |
MultiplicationFactorType | Enum | Multiplication Factor Type | No |
MultiplicationFactorValue | String | Multiplication factor of the element. This indicates its impact (contribution) toward computation of parent element values. | No |
NumberOfUnits | String | This represents raw data, if element_type is non currency. | No |
ObjectId | String | The unique ID generated by the system. | No |
ParentId | String | ID of the parent element. This will be empty if element_id is 'Total'. | No |
ProjectFinanceObjectId | ForeignKey | The unique ID of the associated project finance. | No |
ProjectObjectId | ForeignKey | The unique ID of the associated project. | No |
SequenceNumber | String | Sequence of this element within parent. 10, 20, 30, etc. | No |
Value | String | This tag represents actual value of element. If element_type is not currency, it is not editable. It is computed internally from number_of_units. | No |