Files
brazil-swift-ops/packages/rules-engine/src/index.ts
defiQUG 8c771da399 Initial implementation: Brazil SWIFT Operations Platform
- Complete monorepo structure with pnpm workspaces and Turborepo
- All packages implemented: types, utils, rules-engine, iso20022, treasury, risk-models, audit
- React web application with TypeScript and Tailwind CSS
- Full Brazil regulatory compliance (BCB requirements)
- ISO 20022 message support (pacs.008, pacs.009, pain.001)
- Treasury and subledger management
- Risk, capital, and liquidity stress allocation
- Audit logging and BCB reporting
- E&O +10% uplift implementation
2026-01-23 14:51:10 -08:00

14 lines
304 B
TypeScript

/**
* @brazil-swift-ops/rules-engine
*
* Brazil regulatory rules engine for cross-border payments
*/
export * from './config';
export * from './threshold';
export * from './documentation';
export * from './fx-contract';
export * from './iof';
export * from './aml';
export * from './orchestrator';