FTOS_IB_CurrencyExt
It is a parametrization extension for FTOS_CMB_Currency that contains the cut off time and the "FCY Payment Allowed" flag. From this dictionary a Financial Institution can control which currencies they accept for international foreign currency. The information can be either parametrized at application level through dedicated screen for admin user in the Settings dashboard or syncronized from Core Banking through APIs.
| Name | Display Name | Attribute Type | Length | Description |
|---|---|---|---|---|
| FTOS_IB_CurrencyExtid | FTOS_IB_CurrencyExtid | Pk | N/A | Primary key. |
| Code | Code | Text | 100 | Primary attribute. |
| businessUnitId | Business Unit | Lookup | N/A | System attribute. |
| createdByUserId | Created by user | Lookup | N/A | System attribute. |
| createdOn | Created On | Date Time | N/A | System attribute. |
| currencyId | Currency | Lookup | N/A | FK to FTOS_CMB_Currency. |
| cutOffTime | Cut Off Time | Whole Number | N/A | The cut off time. |
| entityStatusId | Status | Lookup | N/A | System attribute. |
| fcyPaymentAllowed | FCY Payment Allowed | Bool | N/A | True, then the foreign currency payment is allowed. |
| modifiedByUserId | Modified by user | Lookup | N/A | System attribute. |
| modifiedOn | Modified On | Date Time | N/A | System attribute. |
| userId | User | Lookup | N/A | System attribute. |