FinFrame is a modular Python library for evaluating and modeling personal financial decisions.
It allows users to define and combine financial elements like loans, assets, or portfolios with a consistent interface.
- Abstract base class for any financial item
- Year-by-year cash flow evaluation with
.eval_year(year)
- Support for loans, real estate, and custom financial instruments
- Designed to scale with GUI and real-world data integration