Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Calculate Payoff
peach:calculate_payoff
Calculate the exact payoff amount for a loan on a specific date.
Write
Low risk
Cancel Payment
peach:cancel_payment
Cancel a pending payment before it's processed.
Write
High risk
Create Borrower
peach:create_borrower
Create a new borrower with contact information and address.
Write
Medium risk
Create Loan
peach:create_loan
Create a new loan for an existing borrower with specified terms.
Write
Medium risk
Create Payment
peach:create_payment
Create a new payment for a loan with specified amount and method.
Write
Medium risk
Get Borrower
peach:get_borrower
Fetch a single borrower by ID with contact info and loan summary.
Read
Low risk
Get Loan
peach:get_loan
Fetch a single loan by ID with current balance, status, and key details.
Read
Low risk
Get Loan Balance
peach:get_loan_balance
Get detailed balance breakdown for a loan including principal, interest, and fees.
Read
Low risk
Get Payment
peach:get_payment
Fetch a single payment by ID with amount, status, and allocation details.
Read
Low risk
List Borrowers
peach:list_borrowers
List borrowers with optional filtering by status, contact info, and date range.
Read
Low risk
List Loans
peach:list_loans
List loans with optional filtering by status, borrower, and date range.
Read
Low risk
List Payments
peach:list_payments
List payments with optional filtering by loan, borrower, status, and date range.
Read
Low risk
Update Borrower
peach:update_borrower
Update an existing borrower's contact information and status.
Write
Medium risk
Update Loan Status
peach:update_loan_status
Update a loan's status with optional reason and effective date.
Write
Medium risk