Appraisal Management
UCDP and Support for UAD 3.6
The Uniform Residential Appraisal Report (URAR) for UAD 3.6 is a single, dynamic, standardized format that adjusts
to a property's specific characteristics and replaces multiple static appraisal forms. The URAR adapts to various
property types and valuation methods, improving data quality and consistency and supports a more efficient and
modern appraisal process for both appraisers and lenders.
The UAD 3.6 appraisal report file must be packaged in a ZIP file and include:
- UAD 3.6 XML
- PDF version of the UAD 3.6 appraisal report
- Images folder containing all associated images
The above requirement applies to the UAD 3.6 Restricted Appraisal Update Report and the UAD 3.6 Completion
Report. For more information, see UCDP Functionality.
A partner appraisal EPC integration can send ZIP files. These files are considered non-viewable files and are not stored in the eFolder, so they do not appear in the EPC Document Uploader.
If your integration needs access to ZIP files that were previously uploaded, you need to specify partner as one of the allowed sources when calling getAvailableSources action. Example below:
applicationObj.performAction("getAvailableResources", {"allowedSourceTypes": ["esign", "efolder", "partner"]})
These files will display in the Document Uploader with Partner as their source instead of eFolder or eSign.
If your appraisal integration is sending UAD 3.6-supported ZIP files, you must identify them by setting the type attribute to urn:ice:epc:partner:appraisal:package:version:V3.6.0. Example below:
"resources": [
{
"id": "B2.b64c93d8-8070-475f-9f60-0exxxxxxxxxx",
"name": "appraisalPackageFileName.zip",
"mimeType": "application/zip",
"type": "urn:ice:epc:partner:appraisal:package:version:V3.6.0"
}
]
Updated about 21 hours ago
