Metadata-Version: 2.4
Name: realestate-tvm
Version: 0.1.0
Summary: Time value of money helpers for real estate, complementing numpy_financial.
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://example.com/realestate-tvm
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: numpy-financial

# realestate-tvm

Extra time value of money helper functions that complement `numpy_financial`,
designed for real estate and finance courses.

Provides:
- compound(pv, i, n)        # multi-period compounding
- eay(fv, pv, n)            # effective annual yield from PV and FV
- annuity_value(pmt, i, n)  # FV of an ordinary annuity
