Show dividend growth rate (Compound Annual Growth Rate) for each holding, broken down by 1-year, 3-year, and 5-year periods. ## Acceptance Criteria - [ ] Fetch historical dividend data per ticker via yfinance - [ ] - [ ] Calculate 1y, 3y, 5y CAGR for each position - [ ] - [ ] Display CAGR columns in the positions table - [ ] - [ ] Color-code: green for growing dividends, red for cuts/freezes - [ ] - [ ] Sort positions by dividend growth rate
Show dividend growth rate (Compound Annual Growth Rate) for each holding, broken down by 1-year, 3-year, and 5-year periods.
Acceptance Criteria