A collection of free, open-source tools for the Bogleheads community to manage and analyze Treasury securities, with a specialized focus on TIPS (Treasury Inflation-Protected Securities).
- TipsLadderManager: Browser-based TIPS ladder design and rebalancing.
- YieldCurves: Seasonal Adjustment (SA) analysis for TIPS and Nominal Treasury yield curves.
- YieldsMonitor: Real-time and historical Treasury yield monitoring across the curve.
- TreasuryAuctions: Comprehensive Treasury auction results and filtering.
- shared/: Common libraries and knowledge base used across projects.
- scripts/: Root-level data-fetch scripts shared across projects.
To get started, visit the Treasury Investors Portal.
To run the tools locally:
- Ensure you are at the monorepo root.
- Run
npx serve . - Navigate to the desired tool in your browser (e.g.
http://localhost:8080/TipsLadderManager/).
Integration tests use Playwright (npx playwright test from the relevant project directory).