Created
August 10, 2015 03:36
-
-
Save bsbodden/a92eb29013706a030652 to your computer and use it in GitHub Desktop.
ACME-Fico DSLR Rule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rule "ACME-Fico" | |
when | |
the lender is "ACME Mortgage" | |
and there is an application | |
- with a FICO score below 680 | |
then | |
reject the application because "a FICO score of at least 680 is required" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment