No project description provided
Project description
scex_py
Python wrapper for SCEX - Loan calculation package
Pre-commit
Run the below command to install the pre-commit hooks:
$ poetry run pre-commit install
To execute the hooks without making any commit:
$ poetry run pre-commit run --all-files
Usage
>>> from scex_py.scex_client import ScexClient
>>> client = ScexClient("host", "api_key")
>>> client.process_equal_payment_loan({
"LoanDate": "2020-02-02", # Year-month-date
"PmtDate": "2020-02-02", # Year-month-date
"IntStartDate": "2020-02-02", # Year-month-date
"Proceeds": 20000,
"Term": 5,
"IntRate": 10,
"TotalDown": 2000
})
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
scex_py-1.0.9.tar.gz
(6.5 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 scex_py-1.0.9.tar.gz.
File metadata
- Download URL: scex_py-1.0.9.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.15 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88f5d903571b5d2d1e72dac20686fc8f92c715b7b5c10eccd3ac5eea92df20dc
|
|
| MD5 |
4edfa7f7a045917213504482ea38302c
|
|
| BLAKE2b-256 |
20b1dc9626dcacdff027497f52feb9a13334d6171b45be13389a9ce14ba6125a
|
File details
Details for the file scex_py-1.0.9-py3-none-any.whl.
File metadata
- Download URL: scex_py-1.0.9-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.15 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ce4901cc9c081a708e9ea63f7a4a6cb4d7c6b78fa50593c34821eece9591b4
|
|
| MD5 |
be0ad5e74315ef22f1662dd96b2fddff
|
|
| BLAKE2b-256 |
49ed12c8cc17f44c41bbab67fb8d866a5b6069ae279e07fdcf7d67ccff3a290d
|