Finance & Investing ยท Deep Dive

Aidan Aniciete The Tracker.

Opened a Roth IRA at 19 with $500. Now managing $42k+ across a Roth IRA, 401(k), and HSA at 23. Every position tracked in a custom multi-tab Excel model โ€” cost basis, sector allocation, factor investing, and net worth trajectory.

โ€”
Roth IRA Value ยท Live
โ€”
Unrealized Gain ยท Roth IRA
โ€”
Positions (Roth IRA)
3
Tax-Advantaged Accounts
~3.5yr
Time Invested
โ€”
Live CAGR

Investment Philosophy

๐Ÿฆ
Max Tax Advantage First
Triple-stack IRA + 401(k) + HSA before anything else. The tax savings compound just as hard as the returns.
๐Ÿ“
Factor Investing
QVAL, QMOM, IVAL, IMOM โ€” systematic quant factor ETFs for value and momentum exposure. Evidence-based, not gut-feel.
๐Ÿ”ฌ
High-Conviction Stocks
Every position has a documented thesis. GOOG held since 2022. ASML for EUV monopoly. SHOP for e-commerce infrastructure.
โณ
Long Time Horizon
Started at 19. The 2065 target date on the 401(k) says it all. Volatility is noise โ€” compounding is the signal.
๐Ÿ—‚๏ธ
Track Everything
Cost basis on every lot. Sector weights. Net worth snapshot. You can't manage what you don't measure.
๐ŸŒ
Geographic Diversification
IVAL + IMOM for international factor exposure. FTIHX in HSA for global ex-US. US-heavy but not US-only.

Net Worth Trajectory

Portfolio Value Over Time
Roth IRA + 401(k) + HSA ยท Dec 2022 โ€“ Present
$42,353

The Triple Stack


All Holdings

Stocks
โ€” positionsLoading live prices...
Ticker Company Thesis Overall Return
Factor ETFs
โ€” positions ยท quant systematic
Ticker Fund Strategy Overall Return

Sector Allocation


Inside the Spreadsheet

Built in Excel with live formula linking across all tabs โ€” change a value in Holdings and it cascades to Dashboard, Allocation, and Net Worth instantly. Every position has a documented investment thesis. Every account is tracked with cost basis and unrealized gain/loss. The goal: one source of truth for my entire financial picture.

๐Ÿ“‹ Holdings
31 positions
cost basis + value
โ†’
๐Ÿ“Š Dashboard
live totals
=SUM(Holdings)
โ†’
๐Ÿฅง Allocation
sector weights
auto-recalc
โ†’
๐Ÿ’ฐ Net Worth
IRA + 401k + HSA
+ savings โˆ’ debt

Every value in the model is formula-driven โ€” no manual entry after the initial setup. Update a position in Holdings and the Dashboard total, sector allocation percentage, and net worth snapshot all recalculate instantly. This mirrors the single-source-of-truth principle used in relational database design.

Dashboard!H4 GOOGLE SHEETS โ†’ LIVE
// RRI returns annualized growth rate as a decimal
// 3.5 = years ยท D4 = lifetime deposits ยท B4 = current net worth
=RRI(3.5, D4, B4)         โ†’  0.167

// Fetched live via Sheets API ยท rendered directly on this page
const cagrRaw = await fetch("Dashboard!H4");
display(cagrRaw * 100 + "%");  โ†’  "16.7%"