com.ibm.rpm.wbs.containers
EarnedValues

com.ibm.rpm.framework.RPMContainer
  extended bycom.ibm.rpm.wbs.containers.EarnedValues

EarnedValues
Extends: com.ibm.rpm.framework.RPMContainer
Child objects: None

Earned value is a project management technique that relates resource planning to schedules and to technical cost and schedule requirements. This class contains all the fields that are related to earnedValue and are all read-only.

Delete restrictions: This object can't be deleted.

Supported API Calls:

Related code samples :

Java

C#

Field Summary
xsd:double actualCostWorkPerf
    Actual Cost of Work Performed (Actual Cost). (Sum( Regular Work in Hours * Regular Hourly Rate ) + Sum( Special Work in Hours * Special Hourly Rate))
xsd:double actualCostWorkPerfForecast
    Actual Cost Of Work Performed (Actual Cost Forecast) . (Sum( Regular Work in Hours * Regular Hourly Rate ) + Sum( Special Work in Hours * Special Hourly Rate))
xsd:double budgetAtCompletion
    The sum total of the task or project time-phased budget. (Sum( Latest Baseline Work in Hours * Baseline Hourly Rate))
xsd:double budgetedCostWorkPerf
    Budgeted Cost of Work Performed (Earned Value). (% Complete * BAC)
xsd:double budgetedCostWorkPerfForecast
    Budgeted Cost Of Work Performed (Planned Value) Forecast. (% Complete * BAC))
xsd:double budgetedCostWorkSched
    Budgeted Cost of Work Scheduled (Planned Value). (Accumulated Weekly Baseline Work in Hours * Baseline Hourly Rate)
xsd:double budgetedCostWorkSchedForecast
    Budgeted Cost Of Work Scheduled (Planned Value) Forecast. (Accumulated Weekly Baseline Work in Hours * Baseline Hourly Rate)
xsd:double costPerformIndex_C
    The ratio of cost efficiency or value earned per unit actual cost. A number less than 1 indicates that the project is spending more money than budgeted. (BCWP / ACWP (EV / AC))
xsd:double costVariance_C
    The difference between the estimated cost of an activity and the actual cost of that activity. (BCWP - ACWP (EV - AC))
xsd:double criticalRatio_C
    Critical Ratio. (SPI * CPI)
xsd:double criticalRatioAtComp_C
    Budget At Completion multiply by Critical Ratio minus 1. (BAC * (CR - 1))
xsd:double estimateAtComplete
    The expected total cost of an activity or project when the defined scope of work is completed. (ACWP + ETC (AC + ETC))
xsd:double estimateAtCompleteForecast
    The expected total cost of an activity or project when the defined scope of work is completed (Forecast). (ACWP + ETC (AC + ETC))
xsd:dateTime estimatedCompletionDate
    Estimated Completion Date. (Latest Baseline Finish)
xsd:double estimateToComplete
    Estimate to complete. (BAC - ACWP (BAC - AC))
xsd:double estimateToCompleteForecast
    Estimate to complete (Forecast). (BAC - ACWP (BAC - AC))
xsd:double percentComplete_C
    Budgeted Cost of Work Performed divided by Budget At Completion multiply by 100. ((BCWP / BAC) * 100 ((EV / BAC) * 100))
xsd:double schedAtCompletion
    Schedule At Completion. (Latest Baseline Duration)
xsd:double schedPerforIndexAtComp_C
    Budget At Completion multiply by Schedule Performance Index minus 1. (BAC * (SPI - 1))
xsd:double schedPerformIndex_C
    The ratio of schedule efficiency that indicates the percent of work performed out of the total work scheduled. (BCWP / BCWS (EV / PV))
xsd:double scheduleVariance_C
    The difference between the scheduled completion of an activity and the actual completion of that activity. (BCWP - BCWS (EV - PV))
xsd:double timeEstimateAtComp_C
    Schedule At Completion divided by Schedule Performance Index. (SAC / SPI)
xsd:int timeVariance
    Time Variance. (Time Variance between BCWP and BCWS (EV and PV) in Weeks)
xsd:double timeVarianceAtComp_C
    Schedule At Completion minus Time Estimate At Completion. (SAC - TEAC)
xsd:double toCompletePerformIndex_C
    The difference between Budget At Completion and Budgeted Cost of Work Performed divided by the difference between Budgeted At Completion and Actual Cost of Work Performed. ((BAC - BCWP) / (BAC - ACWP) ((BAC-EV) / (BAC-AC)))
xsd:double varianceAtCompletion_C
    The difference between the budget at completion less the estimate at completion. (BAC - EAC)

Inherited Field Summary
xsd:boolean deleted
   When the value of this field is set to true, the RPMContainer is deleted when performing a save operation.

Field Detail

actualCostWorkPerf


xsd:double  actualCostWorkPerf
Actual Cost of Work Performed (Actual Cost). (Sum( Regular Work in Hours * Regular Hourly Rate ) + Sum( Special Work in Hours * Special Hourly Rate))

Read-only behavior: The value of this field is read only.


actualCostWorkPerfForecast


xsd:double  actualCostWorkPerfForecast
Actual Cost Of Work Performed (Actual Cost Forecast) . (Sum( Regular Work in Hours * Regular Hourly Rate ) + Sum( Special Work in Hours * Special Hourly Rate))

Read-only behavior: The value of this field is read only.


budgetAtCompletion


xsd:double  budgetAtCompletion
The sum total of the task or project time-phased budget. (Sum( Latest Baseline Work in Hours * Baseline Hourly Rate))

Read-only behavior: The value of this field is read only.


budgetedCostWorkPerf


xsd:double  budgetedCostWorkPerf
Budgeted Cost of Work Performed (Earned Value). (% Complete * BAC)

Read-only behavior: The value of this field is read only.


budgetedCostWorkPerfForecast


xsd:double  budgetedCostWorkPerfForecast
Budgeted Cost Of Work Performed (Planned Value) Forecast. (% Complete * BAC))

Read-only behavior: The value of this field is read only.


budgetedCostWorkSched


xsd:double  budgetedCostWorkSched
Budgeted Cost of Work Scheduled (Planned Value). (Accumulated Weekly Baseline Work in Hours * Baseline Hourly Rate)

Read-only behavior: The value of this field is read only.


budgetedCostWorkSchedForecast


xsd:double  budgetedCostWorkSchedForecast
Budgeted Cost Of Work Scheduled (Planned Value) Forecast. (Accumulated Weekly Baseline Work in Hours * Baseline Hourly Rate)

Read-only behavior: The value of this field is read only.


costPerformIndex_C


xsd:double  costPerformIndex_C
The ratio of cost efficiency or value earned per unit actual cost. A number less than 1 indicates that the project is spending more money than budgeted. (BCWP / ACWP (EV / AC))

Read-only behavior: The value of this field is read only.


costVariance_C


xsd:double  costVariance_C
The difference between the estimated cost of an activity and the actual cost of that activity. (BCWP - ACWP (EV - AC))

Read-only behavior: The value of this field is read only.


criticalRatio_C


xsd:double  criticalRatio_C
Critical Ratio. (SPI * CPI)

Read-only behavior: The value of this field is read only.


criticalRatioAtComp_C


xsd:double  criticalRatioAtComp_C
Budget At Completion multiply by Critical Ratio minus 1. (BAC * (CR - 1))

Read-only behavior: The value of this field is read only.


estimateAtComplete


xsd:double  estimateAtComplete
The expected total cost of an activity or project when the defined scope of work is completed. (ACWP + ETC (AC + ETC))

Read-only behavior: The value of this field is read only.


estimateAtCompleteForecast


xsd:double  estimateAtCompleteForecast
The expected total cost of an activity or project when the defined scope of work is completed (Forecast). (ACWP + ETC (AC + ETC))

Read-only behavior: The value of this field is read only.


estimatedCompletionDate


xsd:dateTime  estimatedCompletionDate
Estimated Completion Date. (Latest Baseline Finish)

Read-only behavior: The value of this field is read only.


estimateToComplete


xsd:double  estimateToComplete
Estimate to complete. (BAC - ACWP (BAC - AC))

Read-only behavior: The value of this field is read only.


estimateToCompleteForecast


xsd:double  estimateToCompleteForecast
Estimate to complete (Forecast). (BAC - ACWP (BAC - AC))

Read-only behavior: The value of this field is read only.


percentComplete_C


xsd:double  percentComplete_C
Budgeted Cost of Work Performed divided by Budget At Completion multiply by 100. ((BCWP / BAC) * 100 ((EV / BAC) * 100))

Read-only behavior: The value of this field is read only.


schedAtCompletion


xsd:double  schedAtCompletion
Schedule At Completion. (Latest Baseline Duration)

Read-only behavior: The value of this field is read only.


schedPerforIndexAtComp_C


xsd:double  schedPerforIndexAtComp_C
Budget At Completion multiply by Schedule Performance Index minus 1. (BAC * (SPI - 1))

Read-only behavior: The value of this field is read only.


schedPerformIndex_C


xsd:double  schedPerformIndex_C
The ratio of schedule efficiency that indicates the percent of work performed out of the total work scheduled. (BCWP / BCWS (EV / PV))

Read-only behavior: The value of this field is read only.


scheduleVariance_C


xsd:double  scheduleVariance_C
The difference between the scheduled completion of an activity and the actual completion of that activity. (BCWP - BCWS (EV - PV))

Read-only behavior: The value of this field is read only.


timeEstimateAtComp_C


xsd:double  timeEstimateAtComp_C
Schedule At Completion divided by Schedule Performance Index. (SAC / SPI)

Read-only behavior: The value of this field is read only.


timeVariance


xsd:int  timeVariance
Time Variance. (Time Variance between BCWP and BCWS (EV and PV) in Weeks)

Read-only behavior: The value of this field is read only.


timeVarianceAtComp_C


xsd:double  timeVarianceAtComp_C
Schedule At Completion minus Time Estimate At Completion. (SAC - TEAC)

Read-only behavior: The value of this field is read only.


toCompletePerformIndex_C


xsd:double  toCompletePerformIndex_C
The difference between Budget At Completion and Budgeted Cost of Work Performed divided by the difference between Budgeted At Completion and Actual Cost of Work Performed. ((BAC - BCWP) / (BAC - ACWP) ((BAC-EV) / (BAC-AC)))

Read-only behavior: The value of this field is read only.


varianceAtCompletion_C


xsd:double  varianceAtCompletion_C
The difference between the budget at completion less the estimate at completion. (BAC - EAC)

Read-only behavior: The value of this field is read only.


Inherited Field Detail

deleted


xsd:boolean  deleted
When the value of this field is set to true, the RPMContainer is deleted when performing a save operation.

Read-only behavior: The value of this field is read only.

X-Path availability: This field doesn't support X-Path queries.