## Defined Benefit Plan (DBP) – Core: CSC, Interest Cost & DBO
### What Makes a Plan a DBP?
All post-employment benefit plans that are not Defined Contribution Plans are DBPs.
- Actuarial risk (employee lives longer, costs more) → borne by the company
- Investment risk (fund underperforms) → borne by the company
- Classic example: Gratuity
### 8 Key Elements of DBP Accounting
| # | Element | Reported In |
|---|---|---|
| 1 | Current Service Cost (CSC) | P&L |
| 2 | Interest Cost on DBO | P&L |
| 3 | Defined Benefit Obligation (DBO) | Balance Sheet – Liability |
| 4 | Actuarial Gain / Loss on DBO | P&L |
| 5 | Past Service Cost (PSC) | P&L (vested) / amortized (unvested) |
| 6 | Plan Assets | Balance Sheet – Asset |
| 7 | Expected Return on Plan Assets | P&L |
| 8 | Actuarial Gain / Loss on Plan Assets | P&L |
Accounting method: Projected Unit Credit (PUC)
### Step-by-Step Approach
#### Step 1 – Project the Total Benefit at Retirement
Use the expected final salary (current salary grown at expected increment rate for remaining years).
```
Final Salary = Current Salary × (1 + Increment Rate)^(Remaining Years)
Total Benefit = Formula × Final Salary × Total Service Years
```
#### Step 2 – Attribute Benefit to Each Year (Equal Attribution)
```
Annual Benefit = Total Benefit ÷ Total Service Years
```
#### Step 3 – Current Service Cost (CSC)
CSC is the present value of the benefit earned in the current year.
```
CSC (Year n) = Annual Benefit × Discount Factor for (Remaining Years to Retirement)
```
> Discount rate = market yield on high-quality corporate bonds (or government bonds if no active corporate bond market).
#### Step 4 – DBO Schedule
| Year | Opening DBO | + Interest Cost | + CSC | = Closing DBO |
|---|---|---|---|---|
| 1 | 0 | 0 | CSC₁ | CSC₁ |
| 2 | CSC₁ | Op DBO × Rate | CSC₂ | ↑ |
| n | ... | Op DBO × Rate | CSCₙ | Total PV |
Interest Cost = Opening DBO × Discount Rate
### Journal Entries
```
End of each year:
Dr Gratuity Exp – CSC ××× (P&L)
Cr DBO ××× (B/S liability)
Dr Interest Expense ××× (P&L)
Cr DBO ××× (B/S liability)
On payment of gratuity:
Dr DBO ×××
Cr Bank ×××
```