Enumerations
Enumerations (Enums) are configuration objects that store sets of values that remain constant during the operation of the application.
Examples include a list of VAT rates (NoVAT, VAT18, etc.) or order statuses (Planned, InProgress, Completed):
An application can contain any number of enumerations:

