Undp Consultant Daily Rate Calculator

UNDP Consultant Daily Rate Calculator body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; } .calculator-container { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 30px; margin-bottom: 40px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .calculator-title { text-align: center; margin-bottom: 25px; color: #00689d; /* UNDP Blue-ish */ } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #495057; } .form-control { width: 100%; padding: 12px; border: 1px solid #ced4da; border-radius: 4px; font-size: 16px; box-sizing: border-box; } .form-control:focus { border-color: #00689d; outline: none; box-shadow: 0 0 0 3px rgba(0, 104, 157, 0.25); } .row { display: flex; flex-wrap: wrap; margin: 0 -10px; } .col { flex: 1; padding: 0 10px; min-width: 200px; } .btn-calculate { display: block; width: 100%; padding: 14px; background-color: #00689d; color: white; border: none; border-radius: 4px; font-size: 18px; font-weight: bold; cursor: pointer; transition: background-color 0.2s; margin-top: 10px; } .btn-calculate:hover { background-color: #00537e; } .results-box { margin-top: 30px; background-color: #ffffff; border: 1px solid #dee2e6; border-radius: 6px; padding: 20px; display: none; } .result-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #f1f3f5; } .result-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .result-label { font-size: 14px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; } .result-value { font-size: 28px; font-weight: 700; color: #212529; } .result-sub { font-size: 14px; color: #868e96; font-style: italic; } .info-icon { display: inline-block; width: 18px; height: 18px; background: #e9ecef; color: #495057; border-radius: 50%; text-align: center; line-height: 18px; font-size: 12px; margin-left: 5px; cursor: help; } /* Article Styles */ article h2 { color: #2c3e50; margin-top: 40px; border-bottom: 2px solid #00689d; padding-bottom: 10px; } article h3 { color: #34495e; margin-top: 30px; } article p, article li { color: #4a4a4a; font-size: 17px; } article ul { margin-bottom: 20px; } .highlight-box { background-color: #e8f4f8; border-left: 5px solid #00689d; padding: 15px; margin: 20px 0; }

UNDP Consultant Daily Rate Calculator

Annual (Per Year) Monthly (Per Month)
Calculated Daily Fee (Gross)
Based on Annual Salary / 251 days
Estimated Monthly Income
Assuming 21.75 billable days
Est. Total Contract Value
Assuming 251 billable days
// Update default divisor when period changes document.getElementById('period').onchange = function() { var period = document.getElementById('period').value; var divisorInput = document.getElementById('workingDays'); if(period === 'monthly') { divisorInput.value = 21.75; } else { divisorInput.value = 251; } }; function calculateUNDPRate() { // Get Inputs var baseSalary = parseFloat(document.getElementById('baseSalary').value); var period = document.getElementById('period').value; var overhead = parseFloat(document.getElementById('overhead').value); var divisor = parseFloat(document.getElementById('workingDays').value); // Validation if (isNaN(baseSalary) || baseSalary <= 0) { alert("Please enter a valid salary amount."); return; } if (isNaN(divisor) || divisor 0) { methodText = "Based on " + period + " salary + " + overhead + "% buffer / " + divisor + " days"; } else { methodText = "Based on " + period + " salary / " + divisor + " days"; } document.getElementById('calculationMethod').innerText = methodText; }

Understanding the UNDP Consultant Daily Rate

Securing an Individual Contract (IC) with the United Nations Development Programme (UNDP) or other UN agencies often requires the submission of a financial proposal. A critical component of this proposal is your all-inclusive daily fee. Unlike standard employment, where salaries are often quoted annually or monthly, UN consultancies are typically remunerated based on a daily rate for actual days worked.

Note: The daily fee is generally "all-inclusive," meaning it must cover your professional fees, medical insurance, taxes, social security, and communication costs. The UN typically does not pay these separately for ICs.

How the UNDP Calculation Works

When the UNDP determines the maximum offer they can make, or when you are calculating your own financial proposal, the calculation usually follows a standard logic known as the "Fee Setting Formula."

1. The Divisor Rule (251 vs 261 vs 21.75)

To convert a gross salary into a daily rate, the UN system uses specific divisors representing the number of working days in a period:

  • 251 Days: This is the standard divisor used to convert an Annual Gross Salary into a daily fee. It represents 365 days minus weekends (104) and standard public holidays (10).
  • 21.75 Days: This is the standard divisor used to convert a Monthly Gross Salary into a daily fee.

2. Determining Base Salary

If you are negotiating your rate, the UNDP may request evidence of your earnings (pay slips or contracts) from the last few years. They typically look at:

  • Your highest annual earnings in the last 3 to 5 years.
  • Comparable UN salary scales (General Service or Professional categories like P3, P4, P5) depending on the complexity of the Terms of Reference (ToR).

3. Adding Social Costs (Overhead)

Because Individual Contractors are not staff members, they do not receive benefits like paid sick leave, pension contributions, or medical insurance. Therefore, when calculating your proposal from your previous staff salary, it is common practice to add a percentage buffer (often 15% to 20%) to your base salary before dividing by the working days. This ensures your net take-home pay remains comparable after you purchase your own insurance.

Consultant Bands and Thresholds

While this calculator helps you determine a rate based on your history, UNDP assigns consultants to "Bands" based on experience:

  • Band A: Junior specialists (Entry level).
  • Band B: Specialists with mid-level experience (approx. equivalent to P3/P4).
  • Band C: Senior specialists and advisors (approx. equivalent to P5/D1).

Each band has a maximum daily rate cap. Even if your calculated rate is higher, the specific project budget or band ceiling may limit the final offer.

What About DSA?

The calculation above applies strictly to your Professional Fee. Travel expenses and the Daily Subsistence Allowance (DSA) are usually handled separately. If you are required to travel for the assignment, the UNDP normally pays the DSA in addition to your daily fee, or reimburses travel costs separately (as an F10 claim or included in a lump sum), based on standard UN travel rates.

Leave a Comment