Schedule of REO (SREO)
Financial
10 fields
0 required
About
Schedule of Real Estate Owned — summary of all properties, values, and debts
Default Datapoints
10 fields
1
Prepared Date
date
2
Total Properties
number
3
Total Market Value
currency
4
Total Mortgage Balance
currency
5
Net Equity
currency
6
Total Monthly Rental Income
currency
7
Total Monthly Mortgage Payments
currency
8
Total Annual Taxes
currency
9
Total Annual Insurance
currency
10
Prepared For
string
Fetch from URL
Enter the web address of the document you want to import.
Mobile Capture
Scan the QR code with your phone to upload documents using your camera.
Sign up to get a QR code for mobile uploads.
Email Forwarding
Forward documents as email attachments to your account's unique upload address.
Sign up to get a unique email address for forwarding documents.
API Integration
Send documents to Fileclipper programmatically using the REST API.
curl -X POST https://api.docextract.com/v1/classify \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf"
curl -X POST https://api.docextract.com/v1/extract \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "node_type_id=5"
Sign up to get your API key and start integrating.