Rental income

Rental income is used to evaluate a borrower's financial stability and is typically derived from documented property leases or tax filings. The supported pay types for the rental income are Investement, and Principal.

To learn more about the income calculations, see income calculations API reference page.

Investement

Investment rental income is the net income earned from renting out investment properties, after deducting expenses.

Captured fields

Field nameTitleData typeDescription
monthsEnter the number of months the property was in service (Step 1 Result)stringThe duration during which the property was active or in service.
total_rentEnter total rents received (Line 3)stringTotal rental income received.
tax_expenseEnter tax expense (Line 16)stringProperty tax expense.
depreciationEnter depreciation expense or depletion (Line 18)stringDepreciation or depletion deduction.
total_expenseEnter total expenses (Line 20)stringSum of all property-related expenses.
association_duesEnter homeowners' association dues. This expense must be specifically identified on Schedule E in order to add it back. (Line 19)stringHomeowners' Association (HOA) dues that are eligible for adjustment.
proposed_pitia2aEnter proposed PITIA (for subject property) or existing PITIA (for non-subject property)stringPrincipal, Interest, Taxes, Insurance, and Association dues (PITIA).
insurance_expenseEnter insurance expense (Line 9)stringInsurance costs for the property.
mortgage_interestEnter mortgage interest paid (Line 12)stringInterest paid on the mortgage.
remaining_accountsMultiply gross monthly rent or market rent by 75% (.75). The remaining 25% accounts for vacancy loss, maintenance, and management expenses.stringAdjustment to gross rent for estimated ongoing property costs.
extraordinary_expenseEnter any one-time extraordinary expense (e.g., casualty loss). There must be evidence of the nature of the one-time extraordinary expense. (Line 19)stringOne-time non-recurring expenses requiring documentation.
"fields": [
  {
    "name": "months",
    "value": "12.0",
    "title": "Enter the number of months the property was in service (Step 1 Result)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "total_rent",
    "value": "10.0",
    "title": "Enter total rents received (Line 3)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "tax_expense",
    "value": "10.0",
    "title": "Enter tax expense (Line 16)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "depreciation",
    "value": "10.0",
    "title": "Enter depreciation expense or depletion (Line 18)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "total_expense",
    "value": "10.0",
    "title": "Enter total expenses (Line 20)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "association_dues",
    "value": "10.0",
    "title": "Enter homeowners' association dues. This expense must be specifically identified on Schedule E in order to add it back. (Line 19)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "proposed_pitia2a",
    "value": "10.0",
    "title": "Enter proposed PITIA (for subject property) or existing PITIA (for non-subject property)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "insurance_expense",
    "value": "10.0",
    "title": "Enter insurance expense (Line 9)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "mortgage_interest",
    "value": "10.0",
    "title": "Enter mortgage interest paid (Line 12)",
    "page_doc_pk": "10825500"
  },
  {
    "name": "remaining_accounts",
    "value": "0.0",
    "title": "Multiply gross monthly rent or market rent by 75% (.75).  The remaining 25% accounts for vacancy loss, maintenance, and management expenses."
  },
  {
    "name": "extraordinary_expense",
    "value": "10.0",
    "title": "Enter any one-time extraordinary expense (e.g., casualty loss). There must be evidence of the nature of the one-time extraordinary expense. (Line 19)",
    "page_doc_pk": "10825500"
  }
]

Calculated fields

Field nameTitleData typeDescription
adjusted_incomeEquals adjusted rental incomestringNet income after adjusting for allowable expenses.
qualifying_incomeStep 2A. Result: Monthly qualifying rental income (or loss):stringRental income/loss used for qualification calculations.
adjusted_monthly_incomeEquals adjusted monthly rental incomestringAdjusted income broken down every month.
"calculated_fields": [
  {
    "name": "adjusted_income",
    "value": "60.0",
    "title": "Equals adjusted rental income"
  },
  {
    "name": "qualifying_income",
    "value": "-5.0",
    "title": "Step 2A. Result: Monthly qualifying rental income (or loss):"
  },
  {
    "name": "adjusted_monthly_income",
    "value": "5.0",
    "title": "Equals adjusted monthly rental income"
  }
]

Totals

The Field name and Title properties are dynamically generated based on the document from which the data is captured. These fields are intended to reflect the actual content and labels as found in the original submission.

Field nameTitle
<property name>Dynamic name of the property.
recommended_incomeRecommended Income
[
  {
    "name": "189 MARTY RUE NORTH THERONFURT NV 42512-1171",
    "value": "949.5867768595042",
    "title": "189 MARTY RUE NORTH THERONFURT NV 42512-1171"
  },
  {
    "name": "APT . 169 8300 TREUTEL SKYWAY LENNYMOUTH IL 15550",
    "value": "581.4912280701755",
    "title": "APT . 169 8300 TREUTEL SKYWAY LENNYMOUTH IL 15550"
  },
  {
    "name": "APT . 417 1192 EMMERICH ISLE BORERTON SC 09845-7015",
    "value": "5.0",
    "title": "APT . 417 1192 EMMERICH ISLE BORERTON SC 09845-7015"
  },
  {
    "name": "recommended_income",
    "value": "1506.0780049296795",
    "title": "Recommended Income"
  }
]