- Notifications
You must be signed in to change notification settings - Fork0
Universal Loan Identifier (ULI) validation and check digit generation
License
NotificationsYou must be signed in to change notification settings
jmarin/uli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Universal Loan Identifier (ULI) validation and check digit generation for the Home Mortgage Disclosure Act (HMDA). Procedure for generating and validating describedhere
If you have arust
development environment, from the root directory of the project:
cargo build --releasecargo install --path.
If you are on Mac OS X:
brew tap jmarin/uli
brew install jmarin/uli/uli
To validate a ULI:
uli --validate 10Bx939c5543TqA1144M999143X38
The output of this command should beULI 10Bx939c5543TqA1144M999143X38 is valid
To generate a check digit (COMING SOON):
uli --check-digit<loan_id>
About
Universal Loan Identifier (ULI) validation and check digit generation
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published