RE-BROKERAGEJune 27, 2026
Brokerage Oversight and Commission Management
Run multi-agent commission splits with franchise overrides and per-agent caps, review transactions and disclosures for compliance before close, and keep trust and escrow accounts reconciled. Add broker-level MLS conformance review so the brokerage scales past informal supervision without losing control of the deal.
Use the Brokerage Oversight and Commission Management semantic blueprint
/semantius-admin use the architect, analyst and modeler skills to update the semantius platform with the model specified in https://www.semantius.com/blueprints/re-brok-brokerage-ops-semantic-blueprint.mdEntity summary
| Name | data_object | Description |
|---|---|---|
| Commission Splits | commission_splits |
How a transaction's commission is divided across brokerages and then internal agents, used by accounting and tax reporting. |
| Disclosure Documents | disclosure_documents |
State-mandated and brokerage-policy disclosure forms attached to transactions, such as agency, property condition, lead paint, and HOA documents. |
| Real Estate Transactions | real_estate_transactions |
Real estate deals from accepted offer through close, with parties, terms, contingencies, escrow timeline, and document compliance. |
flowchart TD classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20; classDef embedded_master fill:#fff4cc,stroke:#c79100,color:#5b4500; classDef platform_builtin fill:#e0e0e0,stroke:#424242,color:#1a1a1a; commission_splits["Commission Splits"] disclosure_documents["Disclosure Documents"] real_estate_transactions["Real Estate Transactions"] users["Users"] real_estate_transactions -->|"requires disclosures"| disclosure_documents real_estate_transactions -->|"produces commission splits"| commission_splits real_estate_transactions -->|"has listing-side agent"| users real_estate_transactions -->|"has buyer-side agent"| users disclosure_documents -->|"has preparer"| users commission_splits -->|"has recipient agent"| users commission_splits -->|"has approving broker"| users class commission_splits master; class disclosure_documents embedded_master; class real_estate_transactions embedded_master; class users platform_builtin;