Fix all placeholders and hardcoded values

- Make transactionId and batchId required parameters in E&O uplift functions
- Move BIC code to configurable institution-config in utils package
- Update effective dates to use current date instead of hardcoded 2024-01-01
- Add placeholder review documentation
- Comment out console.log in retention policy (production TODO)
- All critical placeholders resolved
This commit is contained in:
defiQUG
2026-01-23 16:15:48 -08:00
parent d4b73ae127
commit ecb1bb148e
48 changed files with 970 additions and 8 deletions

View File

@@ -8,3 +8,4 @@ export * from './currency';
export * from './dates';
export * from './validation';
export * from './eo-uplift';
export * from './institution-config';