DigiFi Credit Process Module
DigiFi's Core Credit Process Module for its Loan Origination System
Overview
The DigiFi Credit Process module is used in DigiFi's open-source loan origination system ("LOS")
and is required to create and run automated underwriting and verification strategies within
the rules engine.
Please visit our Documentation for comprehensive information
on installing and using the platform.
Installation
- Clone or download the zip file from this repository
- Run
npm i
in the root level
Installing the module into a project
- Run
npm i @digifi-los/credit-process
in your application
Other Commands:
- Run
npm run test
to run tests - Run
npm run lint
to run linter
Uninstalling the Module
Run npm uninstall @digifi-los/credit-process
in your application
For More Information
License
Apache License 2.0