Savings Deposits
A savings deposit record captures a single contribution made by a member to the cooperative’s savings pool. Each deposit stores the following fields:| Field | Description |
|---|---|
| Member | The team member who made the deposit |
| Amount | The monetary value of the deposit |
| Date of deposit | The date on which the deposit was recorded |
| Team | The team the deposit belongs to (set automatically) |
The Loan Lifecycle
Every loan application in Palladium AI passes through a defined set of states from submission to resolution. Understanding these states helps you track where each application stands and what action, if any, is required.| Status | Meaning |
|---|---|
pending | The application has been submitted and is awaiting review by an admin |
approved | An admin has approved the loan; it now contributes to the team’s Portfolio Balance |
rejected | An admin has declined the application; it is closed and does not affect Portfolio Balance |
Member submits application
A team member completes and submits a loan application. The loan record is created with a status of pending and appears immediately in the admin’s credit desk queue.
Admin reviews in the credit desk
An admin (or platform owner) opens the loan from the credit desk on the Loans page. They can review the applicant’s details, savings history, and any supporting information before making a decision.
Admin approves or rejects
The admin selects Approve or Reject. The loan’s status is updated immediately — no additional confirmation step is required. The applicant can see the updated status in real time.
Portfolio Balance Calculation
The Portfolio Balance displayed on your team dashboard is the sum of each approved loan’s amount across all loans in the team that carry anapproved status:
Member Holdings
Each member’s holdings page surfaces two cumulative figures:- Cumulative savings — the sum of all deposit amounts recorded for that member
- Cumulative loans — the sum of all approved loan amounts for that member
All state transitions persist immediately and update in real time across all connected sessions — no page refresh needed. When an admin approves a loan, every other user viewing the dashboard or the Members page will see the updated Portfolio Balance and member loan totals without reloading.