Click here to Skip to main content
15,881,687 members
Articles
(untagged)

How a Service Company Bids

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
1 Oct 2019CPOL4 min read 2.2K   1
A brief note on why organizations who hire you through a contract pay your company significantly more for your services than you are paid.

Introduction

A number of years ago, I was working at a local Air Force Base. The defense contractor for whom I worked, although small in comparison with the large defense contactors (in those days, CSC, SAIC, Mitre, etc.), was one of the few major players at this particular military installation.

As usual, in most defense contractor organizations, there was an on-site Program Manager who headed up the entire on-site organization. Under him were a number of department managers and, beneath them, section managers.

The Program Manager was a highly experienced manager with whom I had formed a personal bond. We were both about the same age. We both shared many of the same experiences. Almost every evening, at the close of work, I would wander into his office and share some past experiences over a cup of coffee.

One day, he told me that a young programmer, I'll call her Debbie, had quit. I was surprised. I knew Debbie as a budding junior programmer who had shown her talents on a number of occasions. I asked what reason she had given for her sudden departure. My manager friend smiled and said "Over salary." I was confused by his response. All members of the program had been recruited and had agreed to an offered salary. So I asked him to explain and he responded "Somehow she had found out how much the Air Force was paying us for her services and she felt that she was owed a significantly larger salary."

Of course my friend had tried to explain how service companies charged their customers for their employee's services, but to no avail. Debbie walked out, fuming that she had been defrauded.

In this short note, I'll explain why Debbie was wrong.

The Bid

Most defense contractors go through a bidding process to obtain work under a Government contract. The real sticky issue is the estimate of how much the contractor's employees will cost. This is true of a Fixed-price contract [^] as well as Time and materials [^] contracts.

What Debbie wasn't aware of was that an employer will inflate an employee's salary to arrive at what that employee's services will cost the Government. This process is governed by Federal Regulation [^] primarily the Federal Acquisition Regulation (FAR) [^].

The items that inflate an employee's salary include, but are not limited to:

Application of the Cost Factors

Obviously, an employee's salary is the first cost, and so

bid = employee's salary

Employee benefits might include

  1. Health Insurance
  2. Retirement Savings Plans
  3. Paid Maternity and Paternity Leave
  4. Paid Time Off
  5. Paid Volunteer Time Off
  6. Family Planning Options
  7. Fridays Off
  8. Travel Stipend
  9. Student Loan Reimbursement
  10. Parental Support
  11. "Snow Days"
  12. Kindle Perks
  13. Professional Development

Employee benefits (fringe) are usually applied as a percentage. I will use 37% for the purposes of this calculation. Thus

bid += 0.37 * bid

Overhead costs vary widely. An estimate of 40% will be used here. The actual overhead cost is continuously calculated by the company's financial organization.

bid += 0.40 * bid

For the General And Administrative cost we will use a value of 4%. Thus

bid += 0.04 * bid

Lastly comes profit. When I worked for CSC, the profit was 6%. Some companies sought a profit of as high as 50%. I point out that those firms seldom won Government contracts. I will use a value of 10%.

bid += 0.1 * bid

So as an example, let's take Debbie, who, for the sake of example, had a base salary of $25,000. The computations then become

bid = 25000                        // Base
bid = 25000 + 0.37 * 25000 = 34250 // Fringe
bid = 34250 + 0.40 * 34250 = 47950 // Overhead
bid = 47950 + 0.04 * 47950 = 49868 // G&A
bid = 49868 + 0.10 * 49868 = 54855 // Profit

So Debbie will be bid at $54,855. Not understanding how the amount charged the Air Force was calculated led Debbie to leave the employ of a company that was perfectly honest.

Postscript

To insure that I didn't misrepresent the process, I sent a draft of this note to my first manager at CSC, asking for his review. He responded

The work is not exactly what we had used at that time, but is a plausible accounting system and the numbers are also well within the probable range. If I were you I'd go with it as is!

You might mention that if she had wanted to go without all the fringe items (such as in a third world country) it would be a lot less costly.

Harry Kline

 

Conclusion

I hope this note has provided an understanding of how the bidding process occurs. In general, most contractors will multiply an employee's salary by between 2 and 2.5 to obtain a bidding value.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
In 1964, I was in the US Coast Guard when I wrote my first program. It was written in RPG (note no suffixing numbers). Programs and data were entered using punched cards. Turnaround was about 3 hours. So much for the "good old days!"

In 1970, when assigned to Washington DC, I started my MS in Mechanical Engineering. I specialized in Transportation. Untold hours in statistical theory and practice were required, forcing me to use the university computer and learn the FORTRAN language, still using punched cards!

In 1973, I was employed by the Norfolk VA Police Department as a crime analyst for the High Intensity Target program. There, I was still using punched cards!

In 1973, I joined Computer Sciences Corporation (CSC). There, for the first time, I was introduced to a terminal with the ability to edit, compile, link, and test my programs on-line. CSC also gave me the opportunity to discuss technical issues with some of the brightest minds I've encountered during my career.

In 1975, I moved to San Diego to head up an IR&D project, BIODAB. I returned to school (UCSD) and took up Software Engineering at the graduate level. After BIODAB, I headed up a team that fixed a stalled project. I then headed up one of the two most satisfying projects of my career, the Automated Flight Operations Center at Ft. Irwin, CA.

I left Anteon Corporation (the successor to CSC on a major contract) and moved to Pensacola, FL. For a small company I built their firewall, given free to the company's customers. An opportunity to build an air traffic controller trainer arose. This was the other most satisfying project of my career.

Today, I consider myself capable.

Comments and Discussions

 
QuestionOther cost adjustments Pin
itprorh662-Oct-19 9:06
itprorh662-Oct-19 9:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.