Open In App

Software Engineering | Cost Variance (CV) and Schedule Variance (SV)

Last Updated : 15 Apr, 2019
Improve
Improve
Like Article
Like
Save
Share
Report

Cost Variance (CV) is also known as budget variance as it deals with the budget of the software development.
Cost variance is the difference of the actual cost and the budgeted cost or in other words it is difference between what was expected to be spent and what was actually spent.
The difference between the earned value and the actual cost is known as Cost Variance.

CV = EV - AC 

Interpretation of Cost Variance (CV):

  1. If CV is negative, the task is over budget.
  2. If CV is zero, the task is on budget.
  3. If CV is positive, the task is under budget.

Schedule Variance (SV):
Schedule variance is basically used to indicate whether a project is running ahead or behind. It is the difference of Budgeted Cost of Work Performed (BCWP) and Budgeted Cost of Work Scheduled (BCWS). Schedule variance is computed by calculating the difference between Earned Value and Planned Value.

SV = EV - PV 

Interpretation of Schedule variance:

  1. If SV is negative, the project is behind schedule.
  2. If SV is zero, the project is right on schedule.
  3. If SV is positive, the project is ahead of schedule.

What is EV, AC and PV?

  • Earned Value (EV):
    It is also known as Budgeted Cost of Work Performed (BCWP). The amount of the task that is actually completed is called Earned Value. It is calculated from the project budget.

    EV = Percent Complete (actual) * Task Budget 
  • Actual Cost (AC):
    It is also known as Actual Cost of Work Performed (ACWP). Actual Cost is the amount that has been spent on the task.

  • Planned Value (PV):
    PV = Planned Completion * Task Budget

Co-relation of SV and CV:

  1. SV and CV are positive:
    The project is ahead of schedule and it is under budget.

  2. SV is positive and CV is negative:
    The project is ahead of schedule and it is over budget. In other words we can say that the tasks performed are over budget but more of them have been performed before scheduled.

  3. SV is negative and CV is positive:
    The project is behind schedule and it is under budget.
    In other words we can say that the tasks performed were efficient but more of them should have been performed earlier.

  4. SV and CV are negative:
    The project is behind schedule and it is over budget.

Example:
Given a budgeted cost of a project at Rs. 9, 00, 000. It is to be completed in 9 months. After a month, you have completed 10 percent of the project at a total expense of Rs. 1, 00, 000.
The planned completion should have been 15 percent. Calculate Cost Variance and Schedule Variance.

Solution:
Planned Value,

= Planned Completion (%) * Actual Budget 
= 15% * Rs. 9, 00, 000 
= Rs. 1, 35, 000 

Earned Value,

= Actual Completion (%) * Actual Budget 
= 10% * Rs. 9, 00, 000 
= Rs. 90, 000 

Cost Variance,

= EV – AC 
= Rs. 90, 000 – Rs. 1, 00, 000 
= Rs. - 10, 000 

Schedule Variance,

= EV – PV 
= Rs. 90, 000 – Rs. 1, 35, 000 
= Rs. - 45, 000 

Since the Cost Variance is negative, this means the project is over-budget and Schedule Variance is negative, the project is behind schedule.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads