Skip to content

Instantly share code, notes, and snippets.

@bsbodden
Created August 10, 2015 03:36
Show Gist options
  • Save bsbodden/a92eb29013706a030652 to your computer and use it in GitHub Desktop.
Save bsbodden/a92eb29013706a030652 to your computer and use it in GitHub Desktop.
ACME-Fico DSLR Rule
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