Root Schema : projectForecasts-PlanningResources-item-response
Type: object
Show Source - links: array Links
Title: Links
The link relations associated with the resource instance.
- MaintainManualSpreadOnDateChanges: string
Default Value: N
Indicates whether the periodic planning is retained in the plan version on plan line date modifications.
- PlanningAmounts: array Planning Amounts
Title: Planning Amounts
The Planning Amounts resource is used to view project forecast resource assignment summary amounts.
- PlanningElementId: integer (int64)
Title: Planning Element ID
Identifier of the planning resources of the forecast version.
- PlanningEndDate: string (date-time)
Title: Planning Dates: To Date
The date that is planned on the financial plan for a resource to begin their assignment on a project task.
- PlanningStartDate: string (date-time)
Title: Planning Dates: From Date
The date that is planned on the financial plan for a resource to finish their assignment on a project task.
- RbsElementId: integer (int64)
Title: Planning Resource
Identifier of the resource breakdown structure element used to create the financial plan resource assignment.
- ResourceClass: string
Title: Resource Class
Read Only: true
Maximum Length: 240
Grouping of predefined resource types to which the resource in the financial plan resource assignment belongs. A list of valid values are Labor, Equipment, Material Items, and Financial Resources.
- ResourceName: string
Title: Resource
Maximum Length: 240
Name or alias of the resource included in the planning resource breakdown structure that is used to create the financial plan resource assignment.
- TaskId: integer (int64)
Title: Task
Identifier of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task Name, and Task Number but not for all three or a combination of them while creating a financial plan resource assignment.
- TaskName: string
Title: Task Name
Maximum Length: 255
Name of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task ID, and Task Number but not for all three or a combination of them while creating a financial plan resource assignment.
- TaskNumber: string
Title: Task Number
Maximum Length: 100
Number of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task Name, and Task ID but not for all three or a combination of them while creating a financial plan resource assignment.
- UnitOfMeasure: string
Title: Unit of Measure
Read Only: true
Unit of work that measures the quantity of effort for which the resource is planned for on the financial plan resource assignment.
{ "type":"object", "properties":{ "TaskId":{ "title":"Task", "type":"integer", "description":"Identifier of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task Name, and Task Number but not for all three or a combination of them while creating a financial plan resource assignment.", "format":"int64", "nullable":false, "x-hints":{ "precision":18 }, "x-queryable":true }, "UnitOfMeasure":{ "title":"Unit of Measure", "type":"string", "description":"Unit of work that measures the quantity of effort for which the resource is planned for on the financial plan resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ResourceName":{ "title":"Resource", "maxLength":240, "type":"string", "description":"Name or alias of the resource included in the planning resource breakdown structure that is used to create the financial plan resource assignment.", "nullable":true, "x-hints":{ "controlType":"choice" }, "x-queryable":true }, "TaskNumber":{ "title":"Task Number", "maxLength":100, "type":"string", "description":"Number of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task Name, and Task ID but not for all three or a combination of them while creating a financial plan resource assignment.", "nullable":true, "x-hints":{ "controlType":"choice" }, "x-queryable":true }, "PlanningElementId":{ "title":"Planning Element ID", "type":"integer", "description":"Identifier of the planning resources of the forecast version.", "format":"int64", "nullable":false, "x-hints":{ "precision":18 }, "x-queryable":true }, "PlanningEndDate":{ "title":"Planning Dates: To Date", "type":"string", "description":"The date that is planned on the financial plan for a resource to begin their assignment on a project task.", "format":"date-time", "nullable":true, "x-queryable":true }, "RbsElementId":{ "title":"Planning Resource", "type":"integer", "description":"Identifier of the resource breakdown structure element used to create the financial plan resource assignment.", "format":"int64", "nullable":false, "x-hints":{ "precision":18 }, "x-queryable":true }, "PlanningAmounts":{ "title":"Planning Amounts", "type":"array", "description":"The Planning Amounts resource is used to view project forecast resource assignment summary amounts.", "items":{ "$ref":"#/components/schemas/projectForecasts-PlanningResources-PlanningAmounts-item-response" } }, "TaskName":{ "title":"Task Name", "maxLength":255, "type":"string", "description":"Name of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task ID, and Task Number but not for all three or a combination of them while creating a financial plan resource assignment.", "nullable":false, "x-hints":{ "controlType":"choice" }, "x-queryable":true }, "MaintainManualSpreadOnDateChanges":{ "type":"string", "description":"Indicates whether the periodic planning is retained in the plan version on plan line date modifications.", "nullable":true, "default":"N", "x-queryable":false }, "PlanningStartDate":{ "title":"Planning Dates: From Date", "type":"string", "description":"The date that is planned on the financial plan for a resource to finish their assignment on a project task.", "format":"date-time", "nullable":true, "x-queryable":true }, "links":{ "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }, "ResourceClass":{ "title":"Resource Class", "maxLength":240, "type":"string", "description":"Grouping of predefined resource types to which the resource in the financial plan resource assignment belongs. A list of valid values are Labor, Equipment, Material Items, and Financial Resources.", "nullable":false, "readOnly":true, "x-queryable":true } } }
Nested Schema : Links
Type: array
Title: Links
The link relations associated with the resource instance.
Show Source { "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }
Nested Schema : Planning Amounts
Type: array
Title: Planning Amounts
The Planning Amounts resource is used to view project forecast resource assignment summary amounts.
Show Source { "title":"Planning Amounts", "type":"array", "description":"The Planning Amounts resource is used to view project forecast resource assignment summary amounts.", "items":{ "$ref":"#/components/schemas/projectForecasts-PlanningResources-PlanningAmounts-item-response" } }
Nested Schema : link
Type: object
Show Source - href: string
Title: hyperlink reference
The URI to the related resource.
- kind: string
Title: kind
Allowed Values: [ "collection", "item", "describe", "other" ]
The kind of the related resource.
- name: string
Title: name
The name of the link to the related resource.
- properties: object properties
- rel: string
Title: relation
Allowed Values: [ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
{ "type":"object", "properties":{ "kind":{ "title":"kind", "type":"string", "description":"The kind of the related resource.", "enum":[ "collection", "item", "describe", "other" ] }, "rel":{ "title":"relation", "type":"string", "description":"The name of the relation to the resource instance. Example: self.", "enum":[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ] }, "name":{ "title":"name", "type":"string", "description":"The name of the link to the related resource." }, "href":{ "title":"hyperlink reference", "type":"string", "description":"The URI to the related resource." }, "properties":{ "type":"object", "properties":{ "changeIndicator":{ "type":"string", "description":"Change indicator or the ETag value of the resource instance." } } } } }
Nested Schema : properties
Type: object
Show Source { "type":"object", "properties":{ "changeIndicator":{ "type":"string", "description":"Change indicator or the ETag value of the resource instance." } } }
Nested Schema : projectForecasts-PlanningResources-PlanningAmounts-item-response
Type: object
Show Source - ActualBurdenedCost: number
Title: Actual Burdened Cost
Read Only: true
Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in planning currency from the start of the project till the current date.
- ActualBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project currency from the start of the project till the current date.
- ActualBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project ledger currency from the start of the project till the current date.
- ActualBurdenedCostRate: number
Title: Burdened Cost Rate
Read Only: true
Actual burdened cost rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.
- ActualQuantity: number
Title: Actual Quantity
Read Only: true
Actual effort for the forecast version resource assignment from the start of the project till the current date.
- ActualRawCost: number
Title: Actual Raw Cost
Read Only: true
Actual cost incurred for the period in the forecast version resource assignment in planning currency that is directly attributable to the work performed from the start of the project till the current date.
- ActualRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment in project currency that is directly attributable to the work performed from the start of the project till the current date.
- ActualRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed from the start of the project till the current date.
- ActualRawCostRate: number
Read Only: true
Rate that is used to calculate the actual cost for the forecast version resource assignment that is directly attributable to the work performed.
- ActualRevenue: number
Title: Revenue: Actual Amount
Read Only: true
Amount of revenue recognized for the forecast version resource assignment in planning currency from the inception of the project to date.
- ActualRevenueInProjectCurrency: number
Title: Revenue in Project Currency: Actual Amounts
Read Only: true
Amount of revenue recognized for the forecast version resource assignment in project currency from the inception of the project to date.
- ActualRevenueInProjectLedgerCurrency: number
Title: Revenue in Project Ledger Currency: Actual Amount
Read Only: true
Amount of revenue recognized for the forecast version resource assignment in project ledger currency from the inception of the project to date.
- ActualRevenueRate: number
Title: Actual Rate
Read Only: true
Rate that is used to calculate the actual revenue for the forecast version resource assignment.
- Currency: string
Maximum Length: 15
Code that identifies the planning currency on the forecast version resource assignment.
- EACBurdenedCost: number
Title: Burdened Cost
Estimated cost in planning currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.
- EACBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: EAC
Read Only: true
Estimated cost in project currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.
- EACBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: EAC
Read Only: true
Estimated cost in project ledger currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.
- EACBurdenedCostRate: number
Title: Burdened Cost: Total Burdened Cost Rate
Read Only: true
Rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.
- EACQuantity: number
Title: Quantity: EAC
Measure of the effort planned for in the forecast version resource assignment.
- EACRawCost: number
Title: Raw Cost
Estimated cost in planning currency at the completion of the task in the period for the forecast version resource assignment that is directly attributable to the work performed.
- EACRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: EAC
Read Only: true
Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.
- EACRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: EAC
Read Only: true
Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.
- EACRawCostRate: number
Title: Raw Cost: Total Raw Cost Rate
Read Only: true
Rate that is used to calculate the estimated cost at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.
- EACRevenue: number
Title: Revenue: EAC
Estimated revenue amount in planning currency recognized for the forecast version resource assignment at the completion of the task.
- EACRevenueInProjectCurrency: number
Title: Revenue in Project Currency: EAC
Read Only: true
Estimated revenue amount in project currency recognized for the forecast version resource assignment at the completion of the task.
- EACRevenueInProjectLedgerCurrency: number
Title: Revenue in Project Ledger Currency: EAC
Read Only: true
Estimated revenue amount in project ledger currency recognized for the forecast version resource assignment at the completion of the task.
- EACRevenueRate: number
Title: Effective Rate
Read Only: true
Rate that is used to calculate the estimated revenue at the completion of the task for the forecast version resource assignment.
- EffectiveETCBurdenedCostRate: number
Title: Burdened Cost: Effective Rate
Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective burdened cost rate gives the burdened cost amounts.
- EffectiveETCRawCostRate: number
Title: Effective ETC Rate
Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective raw cost rate gives the raw cost amounts.
- EffectiveETCRevenueRate: number
Title: Revenue: Effective Rate
Revenue rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective revenue rate gives the revenue.
- ETCBurdenedCost: number
Title: ETC Burdened Cost
Read Only: true
Estimated remaining cost in planning currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.
- ETCBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: ETC
Read Only: true
Estimated remaining cost in project currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.
- ETCBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: ETC
Read Only: true
Estimated remaining cost in project ledger currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.
- ETCQuantity: number
Title: Quantity: ETC
Read Only: true
Estimated remaining effort by the forecast version resource assignment for completion.
- ETCRawCost: number
Title: ETC Raw Cost
Read Only: true
Estimated remaining cost in planning currency required for completion of the task in the period by the forecast version resource assignment that is directly attributable to the work performed.
- ETCRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: ETC
Read Only: true
Estimated remaining cost in project currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.
- ETCRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: ETC
Read Only: true
Estimated remaining cost in project ledger currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.
- ETCRevenue: number
Title: Revenue: ETC
Read Only: true
Estimated remaining revenue amount in planning currency to be recognized for the forecast version resource assignment.
- ETCRevenueInProjectCurrency: number
Title: Revenue in Project Currency: ETC
Read Only: true
Estimated remaining revenue amount in project currency to be recognized for the forecast version resource assignment.
- ETCRevenueInProjectLedgerCurrency: number
Title: Revenue in Project Ledger Currency: ETC
Read Only: true
Estimated remaining revenue amount in project ledger currency to be recognized for the forecast version resource assignment.
- links: array Links
Title: Links
The link relations associated with the resource instance.
- ManualSpreadFlag: boolean
Maximum Length: 1
Indicates if the periodic planning is modified and retained for the plan line on date changes.
- PlanLineId: integer (int64)
Title: Plan Line ID
Identifier of the summary level planning amounts for a resource assignment in the forecast version.
- PlanLinesDFF: array Plan Lines Descriptive Flexfields
Title: Plan Lines Descriptive Flexfields
The Plan Lines Descriptive Flexfields resource is used to capture and view additional information for planning amounts in project forecasts.
- PlanningAmountDetails: array Planning Amount Details
Title: Planning Amount Details
The Planning Amount Details resource is used to view project forecast resource assignment periodic amounts.
- PurchaseOrderCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in planning currency that includes both raw and burden costs.
- PurchaseOrderCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project currency that includes both raw and burden costs.
- PurchaseOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that includes both raw and burden costs.
- PurchaseOrderCommittedQuantity: number
Title: Quantity Commitments: Purchase Orders
Read Only: true
Effort for the forecast version resource assignment committed through purchase orders.
- PurchaseOrderCommittedRawCost: number
Title: Raw Cost Commitments: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in planning currency that is directly attributable to the work performed.
- PurchaseOrderCommittedRawCostInProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project currency that is directly attributable to the work performed.
- PurchaseOrderCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that is directly attributable to the work performed.
- RequisitionCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in planning currency that includes both raw and burden costs.
- RequisitionCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project currency that includes both raw and burden costs.
- RequisitionCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project ledger currency that includes both raw and burden costs.
- RequisitionCommittedQuantity: number
Title: Requisitions
Read Only: true
Effort for the forecast version resource assignment committed through requisitions.
- RequisitionCommittedRawCost: number
Title: Raw Cost Commitments: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in planning currency that is directly attributable to the work performed.
- RequisitionCommittedRawCostInProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project currency that is directly attributable to the work performed.
- RequisitionCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project ledger currency that is directly attributable to the work performed.
- StandardETCBurdenedCostRate: number
Title: Standard Burdened Cost Rate
Read Only: true
Average rate derived from the rate schedule for calculating the planned burdened cost for the forecast version resource assignment.
- StandardETCRawCostRate: number
Title: Standard ETC Rate
Read Only: true
Rate derived from the rate schedule for calculating the planned raw cost for the forecast version resource assignment.
- StandardETCRevenueRate: number
Title: Revenue: Standard Rate
Read Only: true
Rate derived from the rate schedule for calculating the planned revenue for the forecast version resource assignment.
- SupplierInvoiceCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in planning currency that includes both raw and burden costs.
- SupplierInvoiceCommittedBurdenedCostinProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project currency that includes both raw and burden costs.
- SupplierInvoiceCommittedBurdenedCostinProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that includes both raw and burden costs.
- SupplierInvoiceCommittedQuantity: number
Title: Quantity Commitments: Supplier Invoices
Read Only: true
Effort for the forecast version resource assignment committed through supplier invoices.
- SupplierInvoiceCommittedRawCost: number
Title: Raw Cost Commitments: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in planning currency that is directly attributable to the work performed.
- SupplierInvoiceCommittedRawCostinProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project currency that is directly attributable to the work performed.
- SupplierInvoiceCommittedRawCostinProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that is directly attributable to the work performed.
- TotalCommittedBurdenedCost: number
Title: Burdened Cost: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in planning currency that includes both raw and burden costs.
- TotalCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project currency that includes both raw and burden costs.
- TotalCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project ledger currency that includes both raw and burden costs.
- TotalCommittedQuantity: number
Title: Quantity: Total Commitments
Read Only: true
Committed effort for the forecast version resource assignment.
- TotalCommittedRawCost: number
Title: Raw Cost: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in planning currency that is directly attributable to the work performed.
- TotalCommittedRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project currency that is directly attributable to the work performed.
- TotalCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed.
- TransferOrderCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in planning currency that includes both raw and burden costs.
- TransferOrderCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project currency that includes both raw and burden costs.
- TransferOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that includes both raw and burden costs.
- TransferOrderCommittedQuantity: number
Title: Quantity Commitments: Transfer Orders
Read Only: true
Effort for the forecast version resource assignment committed through transfer orders.
- TransferOrderCommittedRawCost: number
Title: Raw Cost Commitments: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in planning currency that is directly attributable to the work performed.
- TransferOrderCommittedRawCostInProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project currency that is directly attributable to the work performed.
- TransferOrderCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that is directly attributable to the work performed.
{ "type":"object", "properties":{ "EACBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: EAC", "type":"number", "description":"Estimated cost in project currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: EAC", "type":"number", "description":"Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenueRate":{ "title":"Effective Rate", "type":"number", "description":"Rate that is used to calculate the estimated revenue at the completion of the task for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ManualSpreadFlag":{ "maxLength":1, "type":"boolean", "description":"Indicates if the periodic planning is modified and retained for the plan line on date changes.", "nullable":true, "x-queryable":true }, "PlanningAmountDetails":{ "title":"Planning Amount Details", "type":"array", "description":"The Planning Amount Details resource is used to view project forecast resource assignment periodic amounts.", "items":{ "$ref":"#/components/schemas/projectForecasts-PlanningResources-PlanningAmounts-PlanningAmountDetails-item-response" } }, "ETCRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: ETC", "type":"number", "description":"Estimated remaining cost in project ledger currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenueInProjectLedgerCurrency":{ "title":"Revenue in Project Ledger Currency: EAC", "type":"number", "description":"Estimated revenue amount in project ledger currency recognized for the forecast version resource assignment at the completion of the task.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedRawCost":{ "title":"Raw Cost: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedQuantity":{ "title":"Quantity Commitments: Purchase Orders", "type":"number", "description":"Effort for the forecast version resource assignment committed through purchase orders.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedRawCost":{ "title":"Raw Cost Commitments: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedRawCostInProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRevenueInProjectLedgerCurrency":{ "title":"Revenue in Project Ledger Currency: ETC", "type":"number", "description":"Estimated remaining revenue amount in project ledger currency to be recognized for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRawCost":{ "title":"Actual Raw Cost", "type":"number", "description":"Actual cost incurred for the period in the forecast version resource assignment in planning currency that is directly attributable to the work performed from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedRawCostinProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenue":{ "title":"Revenue: EAC", "type":"number", "description":"Estimated revenue amount in planning currency recognized for the forecast version resource assignment at the completion of the task.", "nullable":true, "x-queryable":true }, "SupplierInvoiceCommittedRawCost":{ "title":"Raw Cost Commitments: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCostRate":{ "title":"Raw Cost: Total Raw Cost Rate", "type":"number", "description":"Rate that is used to calculate the estimated cost at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "Currency":{ "maxLength":15, "type":"string", "description":"Code that identifies the planning currency on the forecast version resource assignment.", "nullable":false, "x-queryable":true }, "StandardETCBurdenedCostRate":{ "title":"Standard Burdened Cost Rate", "type":"number", "description":"Average rate derived from the rate schedule for calculating the planned burdened cost for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: ETC", "type":"number", "description":"Estimated remaining cost in project currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "links":{ "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }, "RequisitionCommittedRawCost":{ "title":"Raw Cost Commitments: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedQuantity":{ "title":"Quantity Commitments: Supplier Invoices", "type":"number", "description":"Effort for the forecast version resource assignment committed through supplier invoices.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedBurdenedCostinProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRawCost":{ "title":"ETC Raw Cost", "type":"number", "description":"Estimated remaining cost in planning currency required for completion of the task in the period by the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualBurdenedCostRate":{ "title":"Burdened Cost Rate", "type":"number", "description":"Actual burdened cost rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: ETC", "type":"number", "description":"Estimated remaining cost in project ledger currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACQuantity":{ "title":"Quantity: EAC", "type":"number", "description":"Measure of the effort planned for in the forecast version resource assignment.", "nullable":true, "x-queryable":true }, "ActualQuantity":{ "title":"Actual Quantity", "type":"number", "description":"Actual effort for the forecast version resource assignment from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenueInProjectCurrency":{ "title":"Revenue in Project Currency: Actual Amounts", "type":"number", "description":"Amount of revenue recognized for the forecast version resource assignment in project currency from the inception of the project to date.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: EAC", "type":"number", "description":"Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenueInProjectCurrency":{ "title":"Revenue in Project Currency: EAC", "type":"number", "description":"Estimated revenue amount in project currency recognized for the forecast version resource assignment at the completion of the task.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenueInProjectLedgerCurrency":{ "title":"Revenue in Project Ledger Currency: Actual Amount", "type":"number", "description":"Amount of revenue recognized for the forecast version resource assignment in project ledger currency from the inception of the project to date.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACBurdenedCost":{ "title":"Burdened Cost", "type":"number", "description":"Estimated cost in planning currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.", "nullable":true, "x-queryable":true }, "ActualRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment in project currency that is directly attributable to the work performed from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "StandardETCRevenueRate":{ "title":"Revenue: Standard Rate", "type":"number", "description":"Rate derived from the rate schedule for calculating the planned revenue for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: ETC", "type":"number", "description":"Estimated remaining cost in project currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedQuantity":{ "title":"Requisitions", "type":"number", "description":"Effort for the forecast version resource assignment committed through requisitions.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRevenueInProjectCurrency":{ "title":"Revenue in Project Currency: ETC", "type":"number", "description":"Estimated remaining revenue amount in project currency to be recognized for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenue":{ "title":"Revenue: Actual Amount", "type":"number", "description":"Amount of revenue recognized for the forecast version resource assignment in planning currency from the inception of the project to date.", "nullable":true, "readOnly":true, "x-queryable":true }, "EffectiveETCRawCostRate":{ "title":"Effective ETC Rate", "type":"number", "description":"Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective raw cost rate gives the raw cost amounts.", "nullable":true, "x-queryable":true }, "RequisitionCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EffectiveETCBurdenedCostRate":{ "title":"Burdened Cost: Effective Rate", "type":"number", "description":"Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective burdened cost rate gives the burdened cost amounts.", "nullable":true, "x-queryable":true }, "EACBurdenedCostRate":{ "title":"Burdened Cost: Total Burdened Cost Rate", "type":"number", "description":"Rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EffectiveETCRevenueRate":{ "title":"Revenue: Effective Rate", "type":"number", "description":"Revenue rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective revenue rate gives the revenue.", "nullable":true, "x-queryable":true }, "TransferOrderCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: EAC", "type":"number", "description":"Estimated cost in project ledger currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedRawCostInProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRawCostRate":{ "type":"number", "description":"Rate that is used to calculate the actual cost for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenueRate":{ "title":"Actual Rate", "type":"number", "description":"Rate that is used to calculate the actual revenue for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedBurdenedCostinProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedQuantity":{ "title":"Quantity Commitments: Transfer Orders", "type":"number", "description":"Effort for the forecast version resource assignment committed through transfer orders.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCost":{ "title":"Raw Cost", "type":"number", "description":"Estimated cost in planning currency at the completion of the task in the period for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "x-queryable":true }, "PurchaseOrderCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualBurdenedCost":{ "title":"Actual Burdened Cost", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in planning currency from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "PlanLineId":{ "title":"Plan Line ID", "type":"integer", "description":"Identifier of the summary level planning amounts for a resource assignment in the forecast version.", "format":"int64", "nullable":false, "x-hints":{ "precision":18 }, "x-queryable":true }, "SupplierInvoiceCommittedRawCostinProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedRawCost":{ "title":"Raw Cost Commitments: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedQuantity":{ "title":"Quantity: Total Commitments", "type":"number", "description":"Committed effort for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "PlanLinesDFF":{ "title":"Plan Lines Descriptive Flexfields", "type":"array", "description":"The Plan Lines Descriptive Flexfields resource is used to capture and view additional information for planning amounts in project forecasts.", "items":{ "$ref":"#/components/schemas/projectForecasts-PlanningResources-PlanningAmounts-PlanLinesDFF-item-response" } }, "ETCQuantity":{ "title":"Quantity: ETC", "type":"number", "description":"Estimated remaining effort by the forecast version resource assignment for completion.", "nullable":true, "readOnly":true, "x-queryable":true }, "StandardETCRawCostRate":{ "title":"Standard ETC Rate", "type":"number", "description":"Rate derived from the rate schedule for calculating the planned raw cost for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedRawCostInProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedBurdenedCost":{ "title":"Burdened Cost: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCBurdenedCost":{ "title":"ETC Burdened Cost", "type":"number", "description":"Estimated remaining cost in planning currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project currency from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRevenue":{ "title":"Revenue: ETC", "type":"number", "description":"Estimated remaining revenue amount in planning currency to be recognized for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project ledger currency from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true } } }
Nested Schema : Links
Type: array
Title: Links
The link relations associated with the resource instance.
Show Source { "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }
Nested Schema : Plan Lines Descriptive Flexfields
Type: array
Title: Plan Lines Descriptive Flexfields
The Plan Lines Descriptive Flexfields resource is used to capture and view additional information for planning amounts in project forecasts.
Show Source { "title":"Plan Lines Descriptive Flexfields", "type":"array", "description":"The Plan Lines Descriptive Flexfields resource is used to capture and view additional information for planning amounts in project forecasts.", "items":{ "$ref":"#/components/schemas/projectForecasts-PlanningResources-PlanningAmounts-PlanLinesDFF-item-response" } }
Nested Schema : Planning Amount Details
Type: array
Title: Planning Amount Details
The Planning Amount Details resource is used to view project forecast resource assignment periodic amounts.
Show Source { "title":"Planning Amount Details", "type":"array", "description":"The Planning Amount Details resource is used to view project forecast resource assignment periodic amounts.", "items":{ "$ref":"#/components/schemas/projectForecasts-PlanningResources-PlanningAmounts-PlanningAmountDetails-item-response" } }
Nested Schema : projectForecasts-PlanningResources-PlanningAmounts-PlanLinesDFF-item-response
Type: object
Show Source { "type":"object", "properties":{ "links":{ "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }, "PlanLineId":{ "type":"integer", "description":"Identifier of the summary level planning amounts for a plan line in the project forecast.", "format":"int64", "nullable":false, "x-hints":{ "DISPLAYHINT":"Hide", "includeInCompactView":true, "precision":18 }, "x-queryable":true }, "__FLEX_Context_DisplayValue":{ "title":"Context Segment", "type":"string", "description":"Name of the context for the segments of the plan lines flexfields.", "nullable":true, "x-hints":{ "updateable":"false", "DISPLAYHINT":"Hide", "FND_ACFF_IsReadOnly":"true", "FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context", "FND_ACFF_JavaType":"java.lang.String", "FND_ACFF_ListDisplayAttrName":"Name", "FND_ACFF_MaximumLength":"1024", "FND_ACFF_PreferredDisplayType":"LOV" }, "x-oj":{ "transform":{ "path":"oj-sp/common-util/flex-util", "name":"transformFlexUIHints" } }, "x-queryable":true }, "__FLEX_Context":{ "title":"Context Segment", "maxLength":30, "type":"string", "description":"Code that identifies the context for the segments of the plan lines flexfields.", "nullable":true, "x-hints":{ "FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT", "controlType":"choice", "FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue", "includeInCompactView":true, "FND_ACFF_IsDiscriminator":"true", "FND_ACFF_JavaType":"java.lang.String", "FND_ACFF_MaximumLength":"1024", "FND_ACFF_PreferredDisplayType":"LOV" }, "x-oj":{ "transform":{ "path":"oj-sp/common-util/flex-util", "name":"transformFlexUIHints" } }, "x-queryable":true } } }
Nested Schema : Links
Type: array
Title: Links
The link relations associated with the resource instance.
Show Source { "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }
Nested Schema : projectForecasts-PlanningResources-PlanningAmounts-PlanningAmountDetails-item-response
Type: object
Show Source - ActualBurdenedCost: number
Title: Burdened Cost: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in planning currency from the start of the project till the current date.
- ActualBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project currency from the start of the project till the current date.
- ActualBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project ledger currency from the start of the project till the current date.
- ActualBurdenedCostRate: number
Title: Burdened Cost Rate
Read Only: true
Actual burdened cost rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.
- ActualQuantity: number
Title: Quantity: Actual Amount
Read Only: true
Actual effort for the forecast version resource assignment from the start of the project till the current date.
- ActualRawCost: number
Title: Raw Cost: Actual Amount
Read Only: true
Actual cost incurred for the period in the forecast version resource assignment in planning currency that is directly attributable to the work performed from the start of the project till the current date.
- ActualRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment in project currency that is directly attributable to the work performed from the start of the project till the current date.
- ActualRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: Actual Amounts
Read Only: true
Actual cost incurred for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed from the start of the project till the current date.
- ActualRawCostRate: number
Title: EAC Actual Raw Cost Rate
Read Only: true
Rate that is used to calculate the actual cost for the forecast version resource assignment that is directly attributable to the work performed.
- ActualRevenue: number
Title: Revenue: Actual Amount
Read Only: true
Amount of revenue recognized for the forecast version resource assignment in planning currency from the inception of the project to date.
- ActualRevenueInProjectCurrency: number
Title: Revenue in Project Currency: Actual Amounts
Read Only: true
Amount of revenue recognized for the forecast version resource assignment in project currency from the inception of the project to date.
- ActualRevenueInProjectLedgerCurrency: number
Title: Revenue in Project Ledger Currency: Actual Amounts
Read Only: true
Amount of revenue recognized for the forecast version resource assignment in project ledger currency from the inception of the project to date.
- ActualRevenueRate: number
Title: Revenue Rate: Actual Amount
Read Only: true
Rate that is used to calculate the actual revenue for the forecast version resource assignment.
- EACBurdenedCost: number
Title: Burdened Cost: EAC
Estimated cost in planning currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.
- EACBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: EAC
Read Only: true
Estimated cost in project currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.
- EACBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: EAC
Read Only: true
Estimated cost in project ledger currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.
- EACBurdenedCostRate: number
Title: Burdened Cost: Total Burdened Cost Rate
Read Only: true
Rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.
- EACQuantity: number
Title: Quantity: EAC
Measure of the effort planned for in the forecast version resource assignment.
- EACRawCost: number
Title: Raw Cost: EAC
Estimated cost in planning currency at the completion of the task in the period for the forecast version resource assignment that is directly attributable to the work performed.
- EACRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: EAC
Read Only: true
Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.
- EACRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: EAC
Read Only: true
Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.
- EACRawCostRate: number
Title: Raw Cost: Total Raw Cost Rate
Read Only: true
Rate that is used to calculate the estimated cost at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.
- EACRevenue: number
Title: Revenue
Estimated revenue amount in planning currency recognized for the forecast version resource assignment at the completion of the task.
- EACRevenueInProjectCurrency: number
Title: Revenue in Project Ledger Currency: EAC
Read Only: true
Estimated revenue amount in project currency recognized for the forecast version resource assignment at the completion of the task.
- EACRevenueInProjectLedgerCurrency: number
Title: Revenue in Project Ledger Currency: EAC
Read Only: true
Estimated revenue amount in project ledger currency recognized for the forecast version resource assignment at the completion of the task.
- EACRevenueRate: number
Title: Revenue Rate
Read Only: true
Rate that is used to calculate the estimated revenue at the completion of the task for the forecast version resource assignment.
- EffectiveETCBurdenedCostRate: number
Title: Burdened Cost: Effective Rate
Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective burdened cost rate gives the burdened cost amounts.
- EffectiveETCRawCostRate: number
Title: Raw Cost: Effective Rate
Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective raw cost rate gives the raw cost amounts.
- EffectiveETCRevenueRate: number
Title: Effective Revenue Rate
Revenue rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective revenue rate gives the revenue.
- ETCBurdenedCost: number
Title: Burdened Cost: ETC
Read Only: true
Estimated remaining cost in planning currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.
- ETCBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: ETC
Read Only: true
Estimated remaining cost in project currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.
- ETCBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: ETC
Read Only: true
Estimated remaining cost in project ledger currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.
- ETCQuantity: number
Title: Quantity: ETC
Read Only: true
Estimated remaining effort by the forecast version resource assignment for completion.
- ETCRawCost: number
Title: Raw Cost: ETC
Read Only: true
Estimated remaining cost in planning currency required for completion of the task in the period by the forecast version resource assignment that is directly attributable to the work performed.
- ETCRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: ETC
Read Only: true
Estimated remaining cost in project currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.
- ETCRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: ETC
Read Only: true
Estimated remaining cost in project ledger currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.
- ETCRevenue: number
Title: Revenue: ETC
Read Only: true
Estimated remaining revenue amount in planning currency to be recognized for the forecast version resource assignment.
- ETCRevenueInProjectCurrency: number
Title: Previous Forecast Revenue in Project Currency: ETC
Read Only: true
Estimated remaining revenue amount in project currency to be recognized for the forecast version resource assignment.
- ETCRevenueInProjectLedgerCurrency: number
Title: Revenue in Project Ledger Currency: ETC
Read Only: true
Estimated remaining revenue amount in project ledger currency to be recognized for the forecast version resource assignment.
- links: array Links
Title: Links
The link relations associated with the resource instance.
- ManualSpreadFlag: boolean
Maximum Length: 1
Indicates if the periodic planning is modified and retained for the plan line on date changes.
- PeriodName: string
Title: Period
Maximum Length: 30
Period for which the periodic forecast amount is entered.
- PlanLineDetailId: integer (int64)
Identifier of the periodic level planning amounts for a resource assignment in the forecast version.
- PurchaseOrderCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in planning currency that includes both raw and burden costs.
- PurchaseOrderCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project currency that includes both raw and burden costs.
- PurchaseOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that includes both raw and burden costs.
- PurchaseOrderCommittedQuantity: number
Title: Quantity Commitments: Purchase Orders
Read Only: true
Effort for the forecast version resource assignment committed through purchase orders.
- PurchaseOrderCommittedRawCost: number
Title: Raw Cost Commitments: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in planning currency that is directly attributable to the work performed.
- PurchaseOrderCommittedRawCostInProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project currency that is directly attributable to the work performed.
- PurchaseOrderCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Purchase Orders
Read Only: true
Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that is directly attributable to the work performed.
- RequisitionCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in planning currency that includes both raw and burden costs.
- RequisitionCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project currency that includes both raw and burden costs.
- RequisitionCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project ledger currency that includes both raw and burden costs.
- RequisitionCommittedQuantity: number
Title: Quantity Commitments: Requisitions
Read Only: true
Effort for the forecast version resource assignment committed through requisitions.
- RequisitionCommittedRawCost: number
Title: Raw Cost Commitments: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in planning currency that is directly attributable to the work performed.
- RequisitionCommittedRawCostInProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project currency that is directly attributable to the work performed.
- RequisitionCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Requisitions
Read Only: true
Cost for the forecast version resource assignment committed through requisitions in project ledger currency that is directly attributable to the work performed.
- StandardETCBurdenedCostRate: number
Title: Burdened Cost: Standard Rate
Read Only: true
Average rate derived from the rate schedule for calculating the planned burdened cost for the forecast version resource assignment.
- StandardETCRawCostRate: number
Title: Raw Cost: Standard Rate
Read Only: true
Rate derived from the rate schedule for calculating the planned raw cost for the forecast version resource assignment.
- StandardETCRevenueRate: number
Title: Standard Revenue Rate
Read Only: true
Rate derived from the rate schedule for calculating the planned revenue for the forecast version resource assignment.
- SupplierInvoiceCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in planning currency that includes both raw and burden costs.
- SupplierInvoiceCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project currency that includes both raw and burden costs.
- SupplierInvoiceCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that includes both raw and burden costs.
- SupplierInvoiceCommittedQuantity: number
Title: Quantity Commitments: Supplier Invoices
Read Only: true
Effort for the forecast version resource assignment committed through supplier invoices.
- SupplierInvoiceCommittedRawCost: number
Title: Raw Cost Commitments: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in planning currency that is directly attributable to the work performed.
- SupplierInvoiceCommittedRawCostInProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project currency that is directly attributable to the work performed.
- SupplierInvoiceCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Supplier Invoices
Read Only: true
Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that is directly attributable to the work performed.
- TotalCommittedBurdenedCost: number
Title: Burdened Cost: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in planning currency that includes both raw and burden costs.
- TotalCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost in Project Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project currency that includes both raw and burden costs.
- TotalCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost in Project Ledger Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project ledger currency that includes both raw and burden costs.
- TotalCommittedQuantity: number
Title: Quantity: Total Commitments
Read Only: true
Committed effort for the forecast version resource assignment.
- TotalCommittedRawCost: number
Title: Raw Cost: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in planning currency that is directly attributable to the work performed.
- TotalCommittedRawCostInProjectCurrency: number
Title: Raw Cost in Project Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project currency that is directly attributable to the work performed.
- TotalCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost in Project Ledger Currency: Total Commitments
Read Only: true
Total committed cost for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed.
- TransferOrderCommittedBurdenedCost: number
Title: Burdened Cost Commitments: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in planning currency that includes both raw and burden costs.
- TransferOrderCommittedBurdenedCostInProjectCurrency: number
Title: Burdened Cost Commitments in Project Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project currency that includes both raw and burden costs.
- TransferOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title: Burdened Cost Commitments in Project Ledger Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that includes both raw and burden costs.
- TransferOrderCommittedQuantity: number
Title: Quantity Commitments: Transfer Orders
Read Only: true
Effort for the forecast version resource assignment committed through transfer orders.
- TransferOrderCommittedRawCost: number
Title: Raw Cost Commitments: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in planning currency that is directly attributable to the work performed.
- TransferOrderCommittedRawCostInProjectCurrency: number
Title: Raw Cost Commitments in Project Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project currency that is directly attributable to the work performed.
- TransferOrderCommittedRawCostInProjectLedgerCurrency: number
Title: Raw Cost Commitments in Project Ledger Currency: Transfer Orders
Read Only: true
Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that is directly attributable to the work performed.
{ "type":"object", "properties":{ "EACBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: EAC", "type":"number", "description":"Estimated cost in project currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: EAC", "type":"number", "description":"Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenueRate":{ "title":"Revenue Rate", "type":"number", "description":"Rate that is used to calculate the estimated revenue at the completion of the task for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ManualSpreadFlag":{ "maxLength":1, "type":"boolean", "description":"Indicates if the periodic planning is modified and retained for the plan line on date changes.", "nullable":true, "x-queryable":true }, "ETCRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: ETC", "type":"number", "description":"Estimated remaining cost in project ledger currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenueInProjectLedgerCurrency":{ "title":"Revenue in Project Ledger Currency: EAC", "type":"number", "description":"Estimated revenue amount in project ledger currency recognized for the forecast version resource assignment at the completion of the task.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedRawCost":{ "title":"Raw Cost: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedQuantity":{ "title":"Quantity Commitments: Purchase Orders", "type":"number", "description":"Effort for the forecast version resource assignment committed through purchase orders.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedRawCost":{ "title":"Raw Cost Commitments: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedRawCostInProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRevenueInProjectLedgerCurrency":{ "title":"Revenue in Project Ledger Currency: ETC", "type":"number", "description":"Estimated remaining revenue amount in project ledger currency to be recognized for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRawCost":{ "title":"Raw Cost: Actual Amount", "type":"number", "description":"Actual cost incurred for the period in the forecast version resource assignment in planning currency that is directly attributable to the work performed from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenue":{ "title":"Revenue", "type":"number", "description":"Estimated revenue amount in planning currency recognized for the forecast version resource assignment at the completion of the task.", "nullable":true, "x-queryable":true }, "SupplierInvoiceCommittedRawCost":{ "title":"Raw Cost Commitments: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCostRate":{ "title":"Raw Cost: Total Raw Cost Rate", "type":"number", "description":"Rate that is used to calculate the estimated cost at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "StandardETCBurdenedCostRate":{ "title":"Burdened Cost: Standard Rate", "type":"number", "description":"Average rate derived from the rate schedule for calculating the planned burdened cost for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedRawCostInProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: ETC", "type":"number", "description":"Estimated remaining cost in project currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "links":{ "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }, "RequisitionCommittedRawCost":{ "title":"Raw Cost Commitments: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedQuantity":{ "title":"Quantity Commitments: Supplier Invoices", "type":"number", "description":"Effort for the forecast version resource assignment committed through supplier invoices.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRawCost":{ "title":"Raw Cost: ETC", "type":"number", "description":"Estimated remaining cost in planning currency required for completion of the task in the period by the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualBurdenedCostRate":{ "title":"Burdened Cost Rate", "type":"number", "description":"Actual burdened cost rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: ETC", "type":"number", "description":"Estimated remaining cost in project ledger currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACQuantity":{ "title":"Quantity: EAC", "type":"number", "description":"Measure of the effort planned for in the forecast version resource assignment.", "nullable":true, "x-queryable":true }, "ActualQuantity":{ "title":"Quantity: Actual Amount", "type":"number", "description":"Actual effort for the forecast version resource assignment from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenueInProjectCurrency":{ "title":"Revenue in Project Currency: Actual Amounts", "type":"number", "description":"Amount of revenue recognized for the forecast version resource assignment in project currency from the inception of the project to date.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: EAC", "type":"number", "description":"Estimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRevenueInProjectCurrency":{ "title":"Revenue in Project Ledger Currency: EAC", "type":"number", "description":"Estimated revenue amount in project currency recognized for the forecast version resource assignment at the completion of the task.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenueInProjectLedgerCurrency":{ "title":"Revenue in Project Ledger Currency: Actual Amounts", "type":"number", "description":"Amount of revenue recognized for the forecast version resource assignment in project ledger currency from the inception of the project to date.", "nullable":true, "readOnly":true, "x-queryable":true }, "PeriodName":{ "title":"Period", "maxLength":30, "type":"string", "description":"Period for which the periodic forecast amount is entered.", "nullable":true, "x-queryable":true }, "RequisitionCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACBurdenedCost":{ "title":"Burdened Cost: EAC", "type":"number", "description":"Estimated cost in planning currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.", "nullable":true, "x-queryable":true }, "ActualRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment in project currency that is directly attributable to the work performed from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "StandardETCRevenueRate":{ "title":"Standard Revenue Rate", "type":"number", "description":"Rate derived from the rate schedule for calculating the planned revenue for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: ETC", "type":"number", "description":"Estimated remaining cost in project currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedQuantity":{ "title":"Quantity Commitments: Requisitions", "type":"number", "description":"Effort for the forecast version resource assignment committed through requisitions.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRevenueInProjectCurrency":{ "title":"Previous Forecast Revenue in Project Currency: ETC", "type":"number", "description":"Estimated remaining revenue amount in project currency to be recognized for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenue":{ "title":"Revenue: Actual Amount", "type":"number", "description":"Amount of revenue recognized for the forecast version resource assignment in planning currency from the inception of the project to date.", "nullable":true, "readOnly":true, "x-queryable":true }, "EffectiveETCRawCostRate":{ "title":"Raw Cost: Effective Rate", "type":"number", "description":"Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective raw cost rate gives the raw cost amounts.", "nullable":true, "x-queryable":true }, "RequisitionCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "EffectiveETCBurdenedCostRate":{ "title":"Burdened Cost: Effective Rate", "type":"number", "description":"Cost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective burdened cost rate gives the burdened cost amounts.", "nullable":true, "x-queryable":true }, "EACBurdenedCostRate":{ "title":"Burdened Cost: Total Burdened Cost Rate", "type":"number", "description":"Rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EffectiveETCRevenueRate":{ "title":"Effective Revenue Rate", "type":"number", "description":"Revenue rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective revenue rate gives the revenue.", "nullable":true, "x-queryable":true }, "TransferOrderCommittedBurdenedCost":{ "title":"Burdened Cost Commitments: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: EAC", "type":"number", "description":"Estimated cost in project ledger currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedRawCostInProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRawCostRate":{ "title":"EAC Actual Raw Cost Rate", "type":"number", "description":"Rate that is used to calculate the actual cost for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRevenueRate":{ "title":"Revenue Rate: Actual Amount", "type":"number", "description":"Rate that is used to calculate the actual revenue for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedQuantity":{ "title":"Quantity Commitments: Transfer Orders", "type":"number", "description":"Effort for the forecast version resource assignment committed through transfer orders.", "nullable":true, "readOnly":true, "x-queryable":true }, "EACRawCost":{ "title":"Raw Cost: EAC", "type":"number", "description":"Estimated cost in planning currency at the completion of the task in the period for the forecast version resource assignment that is directly attributable to the work performed.", "nullable":true, "x-queryable":true }, "PurchaseOrderCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualBurdenedCost":{ "title":"Burdened Cost: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in planning currency from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedRawCostInProjectCurrency":{ "title":"Raw Cost in Project Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedRawCostInProjectLedgerCurrency":{ "title":"Raw Cost Commitments in Project Ledger Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedRawCost":{ "title":"Raw Cost Commitments: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in planning currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "RequisitionCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Requisitions", "type":"number", "description":"Cost for the forecast version resource assignment committed through requisitions in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedQuantity":{ "title":"Quantity: Total Commitments", "type":"number", "description":"Committed effort for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCQuantity":{ "title":"Quantity: ETC", "type":"number", "description":"Estimated remaining effort by the forecast version resource assignment for completion.", "nullable":true, "readOnly":true, "x-queryable":true }, "StandardETCRawCostRate":{ "title":"Raw Cost: Standard Rate", "type":"number", "description":"Rate derived from the rate schedule for calculating the planned raw cost for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "TransferOrderCommittedRawCostInProjectCurrency":{ "title":"Raw Cost Commitments in Project Currency: Transfer Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through transfer orders in project currency that is directly attributable to the work performed.", "nullable":true, "readOnly":true, "x-queryable":true }, "TotalCommittedBurdenedCost":{ "title":"Burdened Cost: Total Commitments", "type":"number", "description":"Total committed cost for the forecast version resource assignment in planning currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCBurdenedCost":{ "title":"Burdened Cost: ETC", "type":"number", "description":"Estimated remaining cost in planning currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualBurdenedCostInProjectCurrency":{ "title":"Burdened Cost in Project Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project currency from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "ETCRevenue":{ "title":"Revenue: ETC", "type":"number", "description":"Estimated remaining revenue amount in planning currency to be recognized for the forecast version resource assignment.", "nullable":true, "readOnly":true, "x-queryable":true }, "PlanLineDetailId":{ "type":"integer", "description":"Identifier of the periodic level planning amounts for a resource assignment in the forecast version.", "format":"int64", "nullable":false, "x-hints":{ "precision":18 }, "x-queryable":true }, "ActualBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost in Project Ledger Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment, including raw and burden costs, in project ledger currency from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "ActualRawCostInProjectLedgerCurrency":{ "title":"Raw Cost in Project Ledger Currency: Actual Amounts", "type":"number", "description":"Actual cost incurred for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed from the start of the project till the current date.", "nullable":true, "readOnly":true, "x-queryable":true }, "PurchaseOrderCommittedBurdenedCostInProjectCurrency":{ "title":"Burdened Cost Commitments in Project Currency: Purchase Orders", "type":"number", "description":"Cost for the forecast version resource assignment committed through purchase orders in project currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true }, "SupplierInvoiceCommittedBurdenedCostInProjectLedgerCurrency":{ "title":"Burdened Cost Commitments in Project Ledger Currency: Supplier Invoices", "type":"number", "description":"Cost for the forecast version resource assignment committed through supplier invoices in project ledger currency that includes both raw and burden costs.", "nullable":true, "readOnly":true, "x-queryable":true } } }
Nested Schema : Links
Type: array
Title: Links
The link relations associated with the resource instance.
Show Source { "title":"Links", "type":"array", "description":"The link relations associated with the resource instance.", "items":{ "$ref":"#/components/schemas/link" } }