The Rosetta platform has a feature for its enumerations that enables, if a certain enumeration is directly related to an FpML or ISO coding scheme, to label that enumeration with the corresponding coding scheme canonical URI, so every time that coding scheme is updated, the enumeration will be automatically updated.
When updating Enum values for CDM prod version it was noticed that the removed values are added at the end of the Enums which means the Enum values are not ordered alphabetically anymore for this Enums. see here
The Enums list should be order all times.
The Rosetta platform has a feature for its enumerations that enables, if a certain enumeration is directly related to an FpML or ISO coding scheme, to label that enumeration with the corresponding coding scheme canonical URI, so every time that coding scheme is updated, the enumeration will be automatically updated.
When updating Enum values for CDM prod version it was noticed that the removed values are added at the end of the Enums which means the Enum values are not ordered alphabetically anymore for this Enums. see here
The Enums list should be order all times.