Output Fields

Field NameDescriptionData Type
application_identifierUnique ID for the applicationstring
lender_identifierUnique client supplied identifier for lenderstring
employer_nameEmployer namestring
employer_phoneClient Input Employer Phonestring
occupationProvided occupationstring
stated_incomeStated incomestring
incomepass_scoreScore indicating likelihood of material income misrepresentationint (1 - 999)
predicted_incomePredicted Income output from the modelstring
lowest_reported_rangeLowest income for predicted income range returned from modelstring
highest_reported_rangeHighest income for prediction income range returned from modelstring
default_indicatorProvides a flag on whether this applicant has recorded a default in our PPI data repositorystring
consortium_match_flagProvides an indication whether this applicant has been matched in the PPI data repository. Responses are Y/Nstring
employer_fraud_reportedProvides an indication whether this employer has been previously reported as fraud. Responses are Y/Nstring
default_alert_flagFlag indicating whether application is a default risk if bookedstring
number_fraud_and_default# of fraud and defaults from consortiuminteger
number_unique_borrowers# of unique borrowers from consortiuminteger
matched_employer_nameThis is the name of the employer that has been identified by PPI matching algorithmsstring
matched_applicant_occupationThis is the occupation of the applicant that has been identified by PPI matching algorithmsstring
matched_industryIndustry most closely related to the employer that has been identifiedstring
matched_subindustrySubindustry most closely related to the employer that has been identifiedstring
income_alertFlag indicating whether stated income is greater than 15% abovestring
reason_text_11st most influential reason text for scorestring
reason_text_22nd most influential reason text for scorestring
reason_text_33rd most influential reason text for scorestring
income_to_employer_alertBorrower income consistent for stated employer based on comparison to other loads and validated incomesstring
income_to_prior_reported_alertBorrower has not provided a significantly different income to another lender in the last 120 daysstring
income_to_location_alertBorrower income consistent based on comparison to other incomes reported in the same zip codestring
income_to_occupation_alertBorrower income consistent for stated occupation based on comparison to other loans and validated incomesstring
income_to_profile_alertBorrower's income is consistent based on income and borrower profilestring
income_to_occupation_in_city_state_alertIncome is consistent based on occupation, city and statestring
common_employer_alertBorrower's employer is a common employer that has appeared in many applications beforestring
employer_consistency_alertBorrower's employer has not deviated in the last 60 days in applications to other lendersstring
industry_categoryIndustry used for IncomePass analysisstring
industry_subcategoryIndustry subcategory used for IncomePass analysisstring
occupation_categoryOccupation category used for IncomePass analysisstring
occupation_subcategoryOccupation subcategory used for IncomePass analysisstring
Transaction grid
lender
Lender of the matched loan, either This Loan or Otherstring
Transaction grid
application_date
Application date of the matched loanstring
Transaction grid
employer
Employer of the matched loanstring
Transaction grid
occupation
Occupation of the matched loanstring
Transaction grid
stated_income
Stated income of the matched loanstring
incompass_report_linkThe URL link to the IncomePass PDF containing all the output data.string

Sample Output

{
    "administrative_fields": {
      "application_identifier": "ABC123",
      "lender_identifier": "ABCLENDER",
      "employer_name": "Wecu",
      "employer_phone": "7146961212",
      "occupation": "Chef",
      "stated_income": "45000"
    },
    "income_validation_information": {
    "incomepass_score": 499,
    "predicted_income": "69360",
    "lowest_reported_range": "59840",        
    "highest_reported_range": "74430",
    "default_indicator": "0",                    
    "consortium_match_flag": "true",
    "employer_fraud_reported": "false",
    "number_fraud_and_default": 0,
    "number_unique_borrowers": 1,
    "matched_employer_name":"TRC",
    "matched_applicant_occupation":"radiologist",
    "matched_industry":"healthcare",
    "matched_subindustry":"hospitals",
    "income_alert": "0",
    "reason_text_1": "This is reason 1",
    "reason_text_2": "This is reason 2",
    "reason_text_3": "This is reason 3",
    "income_to_employer_alert": "1",        
    "income_to_prior_reported_alert": "1",
    "income_to_location_alert": "0",        
    "income_to_occupation_alert": "0",
    "income_to_profile_alert": "0",        
    "income_to_occupation_city_state_alert": "0",
    "common_employer_alert": "1",
    "employer_consistency_alert": "1",
    "industry_category":"healthcare",
    "industry_subcategory":"radiology services",
    "occupation_category":"healthcare worker",
    "occupation_subcategory":"radiologist"
    },
    "transaction_grid": {
        "0": {
            "application_date": "YYYY-MM-DD", // string
            "employer": "EMPLOYER", // string
            "lender": "LENDER", // string
            "occupation": "OCCUPATION", // string
            "stated_income": "INCOME" // string int
        },
        "1": {
            "appplication_date": "YYYY-MM-DD",  // string
            "employer": "EMPLOYER", // string
            "lender": "LENDER", // string
            "occupation": "OCCUPATION", // string
            "stated_income": "INCOME" // string int
        },
        ...
    },
    "report_links": {
      "incomepass_report_link": "REPORT LINK" // string
    }
}