A package to estimate ROI of rental properties
Project description
RentalROI
This package can be used to analyse rental properties ROI
Installation
To install RentalROI, simply:
pip install rentalroi
How To Use
Start by importing the Rental class
from rentalroi.rental import Rental
Then create a rental object a view a summary
from rentalroi.rental import Rental
rental = Rental(price=130000, rent=1900, hoa=267, management_fee=0.00, tax_rate=0.0112, insurance_rate=0.004, \
loan_ratio=0.80, loan_term=15, loan_rate=0.06, additional_investment=20000)
rental.summarize()
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
rentalroi-0.1.1.tar.gz
(5.9 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 rentalroi-0.1.1.tar.gz.
File metadata
- Download URL: rentalroi-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb497fdb1244d269f8f45f2a554ef29df84cbd870e3a1392ceb2166410ae6537
|
|
| MD5 |
90dcad1cd9f0868a1e8c352339024c87
|
|
| BLAKE2b-256 |
e4f28100dadd0fe953a544f9f8b21b619a18128c12801ce442682546e38773bf
|
File details
Details for the file rentalroi-0.1.1-py3-none-any.whl.
File metadata
- Download URL: rentalroi-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b79423a5fdfc2aa6259d1cd58fa0460c8ab0114ab5dfe452e77445da2056976
|
|
| MD5 |
f2cd660cb883069aa7af450b4094a180
|
|
| BLAKE2b-256 |
3b970f98ba6cdc27c3cd95335e19773c1cea56c75fab4586d62ba20753e19848
|