dec59ccb4992dda24e10a8ea13b875ee794a742f
- ✅ Dashboard page: Full implementation with statistics, charts, recent activity, compliance status - ✅ Toast integration: ToastProvider and useToast hook integrated throughout app - ✅ Navigation icons: Added react-icons with icons for all menu items - ✅ Active state styling: Navigation highlights current page - ✅ User menu: Added user menu component with dropdown in header - ✅ Error handling: Replaced console.error with toast notifications - ✅ Success feedback: Added success toasts for all user actions All critical Week 1 tasks completed!
Brazil SWIFT Operations Platform
Regulator-grade cross-border payment rules engine and treasury management console compliant with Brazilian Banco Central (BCB) requirements, ISO 20022, and international AML/KYC standards.
Architecture
This is a monorepo built with:
- pnpm workspaces for package management
- Turborepo for build orchestration
- TypeScript for type safety
- React + Tailwind CSS for the frontend
Packages
packages/types- Shared TypeScript types and interfacespackages/utils- Common utilities (currency, dates, validation, E&O)packages/rules-engine- Brazil regulatory rules enginepackages/iso20022- ISO 20022 message handlingpackages/treasury- Treasury & subledger managementpackages/risk-models- Capital, reserves, LCR stress allocationpackages/audit- Audit logging & compliance reportingapps/web- React frontend application
Getting Started
Prerequisites
- Node.js >= 18.0.0
- pnpm >= 8.0.0
Installation
pnpm install
Development
pnpm dev
Build
pnpm build
Testing
pnpm test
Type Checking
pnpm type-check
Features
- ✅ Brazil regulatory compliance (BCB requirements)
- ✅ ISO 20022 message support (pacs.008, pacs.009, pain.001)
- ✅ Multi-transaction batch processing
- ✅ Treasury & subledger management
- ✅ Risk, capital & liquidity stress allocation
- ✅ AML & anti-structuring detection
- ✅ IOF tax calculation
- ✅ FX contract validation
- ✅ Audit logging & compliance reporting
- ✅ Errors & Omissions (E&O) +10% uplift
License
Private - Internal Use Only
Description
Languages
TypeScript
98.8%
Shell
0.8%
CSS
0.2%
JavaScript
0.1%