Schedule of REO (SREO)

System Financial Documents
About

Schedule of Real Estate Owned — summary of all properties, values, and debts

Datapoints 10 fields
Label Key Type Required Featured
Prepared Date prepared_date date
Total Properties total_properties number
Total Market Value total_market_value currency
Total Mortgage Balance total_mortgage_balance currency
Net Equity net_equity currency
Total Monthly Rental Income total_monthly_rental_income currency
Total Monthly Mortgage Payments total_monthly_mortgage_payments currency
Total Annual Taxes total_annual_taxes currency
Total Annual Insurance total_annual_insurance currency
Prepared For prepared_for string
Documents 0 documents

No documents of this type yet.

Details
Scope: System
Category: Financial Documents
Slug: schedule-of-reo-sreo
Icon: list-check
Color: purple

Drag & drop files here or click to browse

PDF, DOCX, images, and scanned documents

Add more files
Fetch from URL

Enter the web address of the document you want to import.

Paste a direct link to a PDF, image, or document file.
Mobile Capture

Scan the QR code with your phone to upload documents using your camera.

Scan with your phone's camera to open the upload page.

Link expires in 24 hours. No login required on your phone.

Email Forwarding

Forward documents as email attachments to your account's unique upload address.

  1. Forward or send an email with document attachments to the address above.
  2. Fileclipper extracts each attachment and creates a new document automatically.
  3. Supported formats: PDF, DOCX, images, and scanned documents.
Email uploads enabled
API Integration

Send documents to Fileclipper programmatically using the REST API.

curl -X POST https://www.fileclipper.com/api/v1/classify \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@document.pdf"
curl -X POST https://www.fileclipper.com/api/v1/extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@document.pdf" \
  -F "node_type_id=22"
You need an API key to use the API. Create one now.