## Payback Period
The payback period is the length of time required for cumulative net cash inflows to equal the initial cash outlay - i.e., the time to recover the money invested.
Steps:
1. Determine total initial capital investment (cash outflow).
2. Estimate annual after-tax cash inflows over the project's life.
### i. Uniform Cash Flows
```
Payback period = Total initial capital investment / Annual after-tax cash inflow
```
Note: cash inflow = Profit after tax + Depreciation (depreciation is added back as it is non-cash).
### ii. Non-Uniform Cash Flows
Build a cumulative cash inflow column year by year. The payback period is the year where cumulative inflows equal the initial outlay. If no exact match, identify the year it falls in and compute the fraction:
```
Fraction of year = Balance cash outlay / Cash inflow during that year
```