Skip to main content

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


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.8.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

scex_py-1.0.8-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page