## Special Case 2: Interest Rate Not Given – Use IRR
### When does this arise?
The question gives Fair Value, annual lease rentals, lease term, and UGRY/GRV — but does not give the interest rate or discount rate.
### Concept
The interest rate implicit in the lease is defined in AS 19 as the rate that equates the present value of future cash flows to the Fair Value (cost) of the asset on Day 1:
> `Fair Value = PV of (Lease Rentals) + PV of UGRY`
>
> Find r such that this equation holds → that r is the IRR
This is identical to the Internal Rate of Return (IRR) used in financial mathematics.
---
### Method to Find IRR (Trial & Error / Interpolation)
Step 1 – Pick two trial rates (one giving PV > Fair Value, one giving PV < Fair Value)
Step 2 – Compute PV at each trial rate
Step 3 – Interpolate
```
IRR = Lower Rate + [ (PV at Lower Rate − Fair Value) / (PV at Lower Rate − PV at Higher Rate) ] × (Higher Rate − Lower Rate)
```
Step 4 – Once IRR is known, proceed normally:
- Net Investment = Fair Value
- Build the finance charge schedule using IRR as the interest rate
---
### Key Point
Once you have the IRR, the rest of the lessor accounting is identical to the standard finance lease procedure — the IRR simply replaces the given interest rate.