FTOS_IB_HolidayCalendar
This entity holds the data regarding the holiday calendar. The information sincronized from Core Banking in order for the application to know which dates to allow certain payment schemas to be initiated and processed. It is used in the Automation Script on demand FTOS_IB_NonWorkingDays.
| Name | Display Name [EN] | Type | Length | Description |
|---|---|---|---|---|
| FTOS_IB_ HolidayCalendarsId | FTOS_IB_BGBudgetRuleId | Pk | N/A | Primary Key automatically generated by the system. |
| name | Name | Text | N/A | 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. |
| date | Date | DateTime | N/A | Each day of the year. |
| entityStatusId | Status | Lookup | N/A | System attribute. |
| modifiedByUserId | Modified by user | Lookup | N/A | System attribute. |
| modifiedOn | Modified On | Date Time | N/A | System attribute. |
| typeOfCalendar | Type of calendar | Text | 50 | Type of calendar (S – System calendar/Local; R – RINGS; T – Target 2/SEPA. |
| userId | User | Lookup | N/A | System attribute. |
| working | Working | Bool | N/A |
|