| Order | Customer | Amount | Status |
|---|---|---|---|
| SO-4821 | Oakridge Mfg. | $24,500 | Shipped |
| SO-4820 | NovaChem AG | $18,200 | Processing |
| SO-4819 | Globalex Corp. | $31,750 | Shipped |
| SO-4818 | Profit Solutions | $12,800 | Pending |
| Code | Company Name | Tax ID | City | Status |
|---|---|---|---|---|
| 00009 | Oakridge Manufacturing Ltd. | 94-8256443 | New York | Active |
| 02019 | Profit Solutions Inc. | 94-8756443 | Chicago | Active |
| 23692 | Santander Corporate Banking | 84-9625443 | Madrid | Active |
| 59231 | Globalex Trading Corp. | 73-8291004 | London | Pending |
| 67934 | NovaChem Industries AG | 62-9184753 | Berlin | Active |
| 80112 | Meridian Logistics GmbH | 55-7302918 | Dubai | Active |
| 91045 | Atlas Precision Engineering | 48-3019275 | Tokyo | Inactive |
| Order # | Customer | Date | Amount | Status |
|---|---|---|---|---|
| SO-4821 | Oakridge Mfg. | Mar 28 | $24,500 | Shipped |
| SO-4820 | NovaChem AG | Mar 27 | $18,200 | Processing |
| SO-4819 | Globalex Corp. | Mar 26 | $31,750 | Shipped |
| SO-4818 | Profit Solutions | Mar 26 | $12,800 | Pending |
| SO-4817 | Santander Corp. | Mar 25 | $45,900 | Shipped |
| SO-4816 | Meridian GmbH | Mar 24 | $8,650 | Shipped |
| Invoice | Customer | Issued | Due | Amount | Status |
|---|---|---|---|---|---|
| INV-0201 | Oakridge Mfg. | Mar 15 | Apr 14 | $24,500 | Paid |
| INV-0200 | NovaChem AG | Mar 12 | May 11 | $18,200 | Pending |
| INV-0199 | Globalex Corp. | Mar 10 | Apr 09 | $31,750 | Paid |
| INV-0198 | Profit Solutions | Feb 28 | Mar 30 | $12,800 | Overdue |
| INV-0197 | Atlas Precision | Feb 25 | Mar 27 | $62,100 | Overdue |
| SKU | Product | Category | Stock | Price | Status |
|---|---|---|---|---|---|
| VAL-320A | Industrial Valve Assembly | Components | 1,240 | $320 | OK |
| PGM-085B | Pressure Gauge Module | Instruments | 3,890 | $85 | OK |
| HXC-200C | Heat Exchanger Coil | Components | 82 | $1,450 | Low |
| MTR-400E | Electric Motor 400W | Machinery | 0 | $890 | Backorder |
| SEN-010F | Temperature Sensor | Electronics | 450 | $45 | OK |
Revenue, COGS, operating expenses, net income
Stock value by category and warehouse
Outstanding invoices by 30/60/90+ days
Revenue across NA, EU, APAC
Customer Profit Solutions has 3 unpaid invoices totaling $41,300. DSO climbed 18d in 30d. Payment pattern deviates 4.2σ from baseline.
Last 4 deliveries averaged 19d vs SLA 12d. 3-way match exceptions up 40% quarter-over-quarter.
Demand spike detected in EU region. Current stock 82 units, projected burn 24 units/week, reorder point 100.
Finance admin account accessed from IP outside normal geo cluster. No prior logins from ASN.
Account 4000-Revenue off by 0.14% vs bank feed. Candidate: 2 deposits posted to wrong period.
Tax ID 94-8256443 shares name-prefix with contractor 00108 "Oakridge Manufacturing Corp".
Projected Q2 revenue +14.8% vs prior quarter, driven primarily by APAC uplift. Two risk factors offset the forecast: Profit Solutions past-due exposure ($41,300) and Atlas Precision credit-score degradation. Recommend tightening credit terms on both accounts before 2026-05-01.
| Entity | Type | Credit | Payment | Fraud | Compliance | Overall |
|---|---|---|---|---|---|---|
| Atlas Precision | Customer | 88 | 91 | 31 | 42 | 73 |
| Profit Solutions | Customer | 78 | 84 | 22 | 35 | 64 |
| Globalex Trading | Customer | 52 | 48 | 14 | 18 | 36 |
| NovaChem AG | Vendor | 34 | 22 | 9 | 41 | 28 |
| Meridian Logistics | Vendor | 28 | 18 | 6 | 14 | 18 |
| Oakridge Mfg. | Customer | 18 | 12 | 4 | 8 | 11 |
| Santander Corp. | Customer | 12 | 8 | 2 | 6 | 7 |
Four customers meet the criteria in Q1 2026: Profit Solutions (margin 7.2%, DSO 47d), Atlas Precision (margin 6.8%, DSO 63d), Globalex Trading (margin 4.1%, DSO 41d), and Meridian GmbH (margin 9.4%, DSO 34d). Combined exposure is $182,450. Three of these accounts received discount adjustments outside the standard approval window — see SO-4819.
Revenue €4.12M, up 18% YoY. OpEx inflated by vendor claims from NovaChem AG…
…margin 4.1% vs target 12%. Line items discounted 22% outside of approval window…
…payment term moved Net 30 → Net 90 without CFO sign-off. Trigger: credit score dropped…
…Shell Co. Ltd flagged as counterparty to NovaChem AG. No OFAC hits, but address delta > 400km…
…DSO 47d, three invoices pending over 30d. Automated reminders have been ignored on all three…
| Location | Kind | Revenue | Status |
|---|---|---|---|
| New York | HQ | $4.2M | ok |
| London | Office | $2.8M | ok |
| Madrid | Office | $1.1M | warn |
| Berlin | Warehouse | $0.9M | critical |
| Dubai | Office | $1.4M | ok |
| Tokyo | Office | $2.1M | ok |
| Sydney | Warehouse | $0.6M | warn |
| São Paulo | Warehouse | $0.4M | critical |
Reconcile Q1 AR aging. Flag any invoice past 30d where payment history shows >3 late cycles.
SELECT inv.id, inv.due, inv.amount, c.code FROM invoices inv JOIN contractors c ON inv.contractor=c.id WHERE inv.due < CURRENT_DATE - 30 AND inv.status != 'Paid' SELECT contractor, late_cycles FROM payment_history WHERE late_cycles > 3 ENTITIES('Profit Solutions').related(type='dispute', open=true) + .related(type='credit_note') score(customer_ids=[104,217,392,...], model='gbdt_v3') I found 47 overdue invoices. Of those, 12 customers have >3 late cycles. Scoring risk on that cohort now…
| Task | Agent | Trigger | Next run | Status |
|---|---|---|---|---|
| Reconcile AR aging | Scorer | cron 0 9 * * * | tomorrow 09:00 | running |
| Weekly compliance scan | Auditor | cron 0 18 * * MON | in 2d | queued |
| Vendor sanctions recheck | Screener | event · onboarding | on demand | queued |
| Forecast retraining | Trainer | cron 0 2 * * SUN | in 4d | drift 0.14 |
| Duplicate contractor sweep | Resolver | cron 0 3 * * * | in 15h | queued |
| Payment reminders | Dispatcher | event · overdue>7d | on event | paused |
| Month-end close helper | Closer | cron 0 18 1 * * | in 14d | queued |
You are DEX Analyst, an AR reconciliation agent. Use sql.query, semantic.search, risk.score. Never call payment.wire without human approval. Always cite sources.
Scenario C (Hedge w/ factoring) dominates on risk-adjusted return. Expected value $307K at σ=$22K gives a Sharpe-like ratio of 14.0 vs A's 8.6. The gain from A (+$105K EV) is not worth the 2.2× volatility given the CFO's stated risk budget. Recommend C.
| When | Actor | Action | Record | Sources | Score |
|---|---|---|---|---|---|
| 04-17 11:02 | system | auto-merge | Santander Corporate Banking | SAP · SF | 0.99 |
| 04-17 10:58 | m.okonkwo | human-merge | Globalex Trading Corp. | SAP · Legacy | 0.78 |
| 04-17 10:41 | system | auto-merge | Meridian Logistics GmbH | SAP · SF · Netsuite | 0.96 |
| 04-17 10:12 | m.okonkwo | split | Atlas Precision Engineering | SAP · SF | 0.58 |
| 04-17 09:48 | system | unmerge | Profit Solutions Inc. | SAP · Legacy | 0.72 (drift) |
payment_delay climbing into alert range — retrain scheduled Sun.| Slice | n | F1 | Δ vs overall | Fairness |
|---|---|---|---|---|
| Industry · Manufacturing | 1,204 | 0.934 | +0.012 | ok |
| Industry · Financial services | 812 | 0.918 | −0.004 | ok |
| Region · APAC | 604 | 0.881 | −0.041 | review |
| Tenure · < 6 months | 342 | 0.812 | −0.110 | flag |
| Amount · < $1,000 | 1,808 | 0.896 | −0.026 | ok |
| Subject | Predicate | Object | Graph | Provenance |
|---|---|---|---|---|
| ex:oakridge_mfg | rdf:type | dex:Customer | <prod> | SAP · 2024-03-12 |
| ex:oakridge_mfg | dex:taxId | "94-8256443" | <prod> | SAP · verified |
| ex:oakridge_mfg | dex:hasAddress | ex:addr_ny_57 | <prod> | SAP |
| ex:oakridge_mfg | dex:inIndustry | ex:manufacturing | <prod> | inferred · SIC code |
| ex:oakridge_mfg | dex:creditScore | "78"^^xsd:decimal | <scoring> | gbdt_v3.2 · 2026-04-17 |
| ex:oakridge_mfg | dex:paymentTerms | 60 | <prod> | contract 2024-03 |
| ex:oakridge_mfg | dex:raises | ex:inv_0201 | <prod> | Billing |
PREFIX dex: <https://dex.example/ontology#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?c ?name ?score
WHERE {
?c a dex:Customer ;
dex:creditScore ?score ;
dex:name ?name .
FILTER (?score > "60"^^xsd:decimal)
}
ORDER BY DESC(?score)
LIMIT 100 dex:https://dex.example/ontology#ownedrdf:http://www.w3.org/…/rdf-syntax-ns#corerdfs:http://www.w3.org/…/rdf-schema#coreowl:http://www.w3.org/…/owl#corexsd:http://www.w3.org/…/XMLSchema#corefibo:https://spec.edmcouncil.org/fibo/…financeschema:https://schema.org/web11:42:18.214 ERR checkout.charge_failed: timeout > 30s · stripe_err=rate_limited · retry=3/3 11:42:17.892 WARN orders.retrying insert · attempt=2 · trace=8a9f…bc14 11:42:17.612 WARN circuit breaker half-open · upstream=stripe · err_rate=8% 11:42:14.008 ERR payments.idempotency_collision · key=chg_8912… 11:42:13.554 INFO deployer: api-gateway v2.14.7 canary 10% traffic
| Endpoint | rps | p95 | err | trend |
|---|---|---|---|---|
| POST /checkout | 412 | 342ms | 0.42% | |
| GET /catalog/search | 3,214 | 68ms | 0.01% | |
| GET /profile/me | 2,108 | 42ms | 0.00% | |
| POST /auth/login | 408 | 98ms | 0.08% | |
| GET /orders/:id | 1,642 | 54ms | 0.02% |
6 alerts in 2h 28m stitched into one incident. Phish → creds → VPN → SSH lateral → sudo abuse → S3 upload attempt. Auto-blocked at step 7 by SOAR playbook PB-0041 (disable account, revoke tokens, isolate host).
| User | Dept | Risk | Top signal |
|---|---|---|---|
| j.morales@corp | Finance | 92 | new device + off-hours login |
| a.kowal@corp | Ops | 88 | impossible travel · WAW→SGP |
| svc-etl@corp | Data | 64 | data volume 4.2× baseline |
| m.okonkwo@corp | Eng | 58 | new admin role · sensitive |
| r.huang@corp | Eng | 42 | geo drift · CA→NY |
SecurityEvent
| where TimeGenerated > ago(1h)
| where EventID in (4624, 4625, 4740)
| summarize fail = countif(EventID == 4625),
succ = countif(EventID == 4624)
by Account, IpAddress, bin(TimeGenerated, 5m)
| where fail > 10 and succ > 0
| extend pattern = "suspected brute force + success" The governed building blocks the AI composes from. Each primitive below is a single JSON-descriptor entry in the framework. Click a card to copy its descriptor.
Pushing the factoring line-up — let's sync tomorrow.
Complete sales cycle from order creation through invoicing to payment collection.
From purchase requisition through vendor payment and goods receipt.
New hire setup from contract signing to first productive day.
Financial closing process including reconciliation, adjustments, and reporting.
Automated replenishment cycle when stock falls below configured thresholds.
Periodic assessment of customer creditworthiness and payment behavior.
Executive overview aggregating real-time KPIs from all modules. Revenue, order volume, pending invoices, and inventory value are calculated from live database queries.
GET /api/v1/analytics/kpis — aggregated metricsGET /api/v1/analytics/revenue/monthly — chart dataGET /api/v1/orders?sort=date&limit=5 — recent ordersVisible to all authenticated users. Financial KPIs (revenue, invoice totals) require finance:read role.
Ask Mode
Ask me anything about the system, your data, or how to perform an action. I'll guide you step-by-step — no changes will be made.