## Profit/Loss on Sale of Debt Investments: Weighted Average vs FIFO
### Core Concept
When you hold multiple lots of the same debenture purchased at different prices, you must decide which cost to use when calculating profit/loss on a partial sale. AS 13 permits two methods:
| Method | How it works |
|---|---|
| Weighted Average | Blend all purchase costs into one average cost per unit |
| FIFO | Assume the earliest-purchased units are sold first |
> The method chosen must be applied consistently.
### Ex-Interest Price
Debentures are often quoted Ex-Interest (Ex-Int) — meaning the quoted price excludes accrued interest. The interest component is tracked separately and is not part of the cost of investment.
### Step-by-Step: Weighted Average Method
1. List every lot: number of debentures × purchase price = total cost per lot.
2. Sum all lots: Total Cost ÷ Total Debentures = Average Cost per Debenture.
3. For sale: Carrying Amount = Debentures Sold × Average Cost.
4. Profit/Loss = Net Sale Proceeds − Carrying Amount.
### Step-by-Step: FIFO Method
1. Assume the oldest lot is sold first.
2. If the sale quantity exceeds the first lot, move to the second lot for the remainder.
3. Cost of Debentures Sold = cost of specific lots exhausted in order.
4. Profit/Loss = Net Sale Proceeds − Cost (FIFO).
### Journal Entry on Sale
```
Bank A/c (CIB) Dr. [Net Sale Proceeds]
To Investment A/c [Carrying Amount of Debentures Sold]
To Profit & Loss A/c [Profit, if any]
OR, if a loss:
Bank A/c (CIB) Dr. [Net Sale Proceeds]
Profit & Loss A/c Dr. [Loss on sale]
To Investment A/c [Carrying Amount]
```