Skip to main content
Selection Criteria (SC) validates your loan tape against eligibility rules — checking that loans meet underwriting standards before a deal progresses. This recipe shows how to trigger a run and review any exceptions.

Overview


Step 1 — Trigger a Selection Criteria Run

Pass the deal_id (loan ID) you want to validate.
Response
The SC job runs asynchronously. Results are available once the job completes.

Step 2 — Fetch Results for a Deal

Response

Step 3 — List All Exceptions

View all exception files across all SC runs for your organization.
Response

Step 4 — Inspect Exception Detail

Drill into a specific exception file to see loan-level data and the full exception history.
Response

Re-running After Corrections

If you correct your loan data and re-upload the tape, trigger a fresh SC run with the same loan_id. Each run creates a new job — results are tracked per sc_job_id so you have a full history.

What’s Next