DigiFi's Core Assignments Module for its Loan Origination System
The Simple Outputs module is a module of DigiFi's open-source loan origination system ("LOS") and is required to create automated underwriting and verification strategies within the rules engine.
Please visit our Documentation for comprehensive information on installing and using the platform.
- Run
npm i @digifi-los/assignments
in your application
- Clone or download the zip file from this repository
- Run
npm i
in the root level
- Run
npm test
to run tests
Run npm uninstall @digifi-los/assignments
from your application