generated: true
Mortgage Pipeline — Overview
| Process | Actors | Status | Triggers |
|---|---|---|---|
| Mortgage Application Creation | pro, acheteur, system | active | Acheteur or Pro POSTs to /mortgage/applications |
| Broker Assignment and Application Review | pro, system | active | Application submitted (status: pending_review), Pro accesses /pro/applications |
| Mortgage Document Upload and AI Analysis | acheteur, system | active | POST /mortgage/applications/:id/documents called |
| Mortgage Application Wizard Steps | pro, acheteur | active | PUT /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