- Shipped
- June 26, 2026 at 2:51 PM UTC
- Author
- Kamo
- Commit
- edbee57
- AuthorityConfig (singleton per LenderProfile): underwritingAuthority DELEGATED/NON_DELEGATED/HYBRID + manualUwAllowed + govtDelegation Set {FHA_DE,VA_SAR_LAPP,USDA,NONE} via @ElementCollection (collection table mlos_authority_govt_delegation) — gates internal govt UW vs agency referral. hasGovtDelegation() helper (HYBRID/channel resolution deferred). - UnderwritingAuthority + GovtDelegation enums + AuthorityConfigRepository. - Same config base pattern (manual @Id UUID + @Embedded EmbRecordState); UNIQUE(lender_profile_id) singleton. First @ElementCollection in mlos.*. 3 AuthorityConfigTest green (12 mlos.config tests). mlos.config already in KamoInitializer scan — re-run creates mlos_authority_config + the collection table.