Skip to content

Commit

Permalink
Update filters
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutler committed Aug 2, 2015
1 parent 7c531fa commit 26125e7
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions config/rules.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@
{
"basic":[
],
"exclusions":[
{
"filter" : "{grade} < D"
"filter" : "{grade} >= D"
},
{
"filter" : "{dti} > 30"
"filter" : "{grade} < G"
},
{
"filter" : "{inqLast6Mths} > 2"
"filter" : "{inqLast6Mths} == 0"
},
{
"filter" : "{homeOwnership} == OTHER"
"filter" : "{purpose} != house"
},
{
"filter" : "{homeOwnership} == RENT"
"filter" : "{purpose} != major_purchase"
},
{
"filter" : "{purpose} != medical"
},
{
"filter" : "{homeOwnership} != OTHER"
},
{
"filter" : "{homeOwnership} != RENT"
},
{
"filter" : "{ficoRangeLow} >= 675"
}
],
"exclusions":[
{
"filter" : "{annualInc} < 90000"
},
Expand Down Expand Up @@ -55,15 +67,6 @@
},
{
"filter" : "{totCollAmt} != 0"
},
{
"filter" : "{taxLiens} != 0"
},
{
"filter" : "{ficoRangeLow} < 650"
},
{
"filter" : "{revolBal} > 40000"
}
]
}
Expand Down

0 comments on commit 26125e7

Please sign in to comment.