generated: true

Mortgage Pipeline — Overview

ProcessActorsStatusTriggers
Mortgage Application Creationpro, acheteur, systemactiveAcheteur or Pro POSTs to /mortgage/applications
Broker Assignment and Application Reviewpro, systemactiveApplication submitted (status: pending_review), Pro accesses /pro/applications
Mortgage Document Upload and AI Analysisacheteur, systemactivePOST /mortgage/applications/:id/documents called
Mortgage Application Wizard Stepspro, acheteuractivePUT /mortgage/applications/:id/step/:step called, POST /mortgage/applications/:id/submit called

Dependency Chain

graph LR
  registration -.-> application-creation
  registration-email-verification -.-> application-creation
  wizard-steps --> broker-assignment-review
  application-creation --> document-upload-analysis
  application-creation --> wizard-steps