Manager · The Control Plane

Configure everything. Govern all of it.

Manager is the administrative hub of PPE1 — the single, governed surface where everything the engines consume is configured: client companies and their org hierarchies, investor programs and the rules within them, the ratesheet mappings that turn investor files into base pricing, and the government data that drives eligibility. Nothing reaches the engines until it is defined, scoped, and governed here.

Role-governed configuration Full history & recovery Investor programs & subscriptions Ratesheet ingestion at scale

Built for many companies, not one

One PPE1 deployment hosts many independent lending companies side by side — each with its own org hierarchy and, where it runs wholesale, its own broker division. Every record carries its owning company, and that scoping is enforced platform-wide over a privileged system-owner tenant. This is the tenancy model a SaaS provider needs — already built and exercised, not a roadmap item.

Retail hierarchy
Client company

Region → branch → loan officer — each manager scoped to the regions and branches they run, seeing only their own company's world.

+
Wholesale division
Broker company

Broker branch → account executive — an optional third-party-origination structure running alongside retail, under the same ownership scoping.

490+
stored procedures
(minimal inline SQL, by policy)
96
foreign keys across
160+ tables
>1M
ratesheet pricing records
migrated per day
Full
history on every record
— nothing hard-deleted

Governed by design, auditable by default

Every screen and action is gated by named roles, and scope follows the org structure. PPE1 never hard-deletes — deactivation is a soft-delete that History Mode can reveal and reactivate — so every configuration change is preserved, recoverable, and auditable.

Governance, in the architecture

Not a policy document — enforced in code and in the database.

Role-based access, enforced twice

A named-role catalog gates every screen and action, with org-derived scoping narrowing a manager's reach to the regions and branches they run. Enforcement is layered — the UI hides controls and the API independently rejects unauthorized actions — so a hidden control can never be driven directly.

Soft-delete history, no hard deletes

Records are never physically removed; deactivation stamps a marker that History Mode can surface and reactivate, giving every configuration change a preserved, auditable trail. The widening filter lives in the stored procedures themselves, making history a system-wide property — not a per-screen feature.

Stored-procedure layer at migration scale

Almost all data access runs through parameterized stored procedures — inline SQL is a rare, reviewed exception — for plan caching, injection safety, and maintainability. The same disciplined layer drives high-volume ratesheet migration (routinely over a million pricing records a day) and preview-gated annual government-data imports.

The control plane behind every price.

Everything Loan Pricer evaluates is defined and governed here.

Request Private Access