Check a set of offers against our limits for a given state. Customers can pass us a list of offers, which we will run through our compliance limits. We will return a boolean for each offer indicating whether the offer passes our limits or not. If the user does not specify an ID for each offer, we will reindex them from 0.
The state the borrower is in (2 chars)
A list of CheckOffer objects, each uniquely identified by an id.
Boolean indicating whether the offer passes our limits.
The annual percentage rate for the offer. Null if not compliant or not applicable.