HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceDiscussions

AUS Run Completed

Event Type

applicationEvent

Entity Action

AUS_RUN_COMPLETED

Firing Condition

When an automated underwriting system (AUS) completes a run for a loan application.

Valid Decorators

  • losPrimaryKey
  • crmPrimaryKey
  • originationType
  • referenceLoanNumber
  • borrower.econsentMetadata

Object Format

{
  "eventType": "applicationEvent",
  "eventId": UUID,
  "message": {
    "entityAction": "AUS_RUN_COMPLETED",
    "entityType": "loan",
    "entityId": UUID
  },
  "originallyEmittedAt": DateTime (UTC Unix/Epoch Timestamp),
  "status": "EMITTED"
}