Loan amortization schedules & export utilities
Project description
loanit
LoanIt — a small Python library to generate loan amortization schedules (term, equal amortization, interest-only, balloon, bullet) and export to CSV.
Usage:
from loanit import Loan
loan = Loan(principal=100000, annual_rate=0.10, years=5, loan_type="term")
loan.export_to_csv("term.csv")
---
### 2) `LICENSE` (MIT recommended)
```text
MIT License
Copyright (c) 2025 Siddiqa Sajid
Permission is hereby granted, free of charge, to any person obtaining a copy...
(you can paste a full MIT file — I can generate full text if you want)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
loanit-0.1.0.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file loanit-0.1.0.tar.gz.
File metadata
- Download URL: loanit-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64822e227c4e666601956bd791bb3ff4028424c114d3de8855eb970b9b82819a
|
|
| MD5 |
21ca737f383acbc0990e7eb00584b963
|
|
| BLAKE2b-256 |
17cc6cdf0ce148b27a388e51614adb08930c22f6dec65399a50cdc39b307cdda
|
File details
Details for the file loanit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: loanit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62ff67b21b37b06a231313e7511c90439f6f60dc4b4c819d2f1c93441574471c
|
|
| MD5 |
784448b14bf99d81bd5c6f39b5af2bb2
|
|
| BLAKE2b-256 |
5f9bc484c90eb90373ea9c2d32c57f2619caeb625afc49bb3f132ad6fb30c2c7
|