-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ab3505
commit af37be1
Showing
2 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# _CDM Model - CapacityUnit Enum_ | ||
|
||
_Background_ | ||
In has been seen that in the ExternalUnitOfMeasure1Code from the 2Q2024 ISO External CodeSets v1, the unity Joule is supported in the Enum. However, in CDM this is not the case, as it does not appear anywhere in the CapacityUnitEnum. Therefore, the Joule unit of measure will be added to the CapacityUnitEnum for completeness and to align with 2Q2024 ISO External CodeSets v1, for versions 5 and 6 of CDM. | ||
# _Infrastructure - Dependency Update_ | ||
|
||
_What is being released?_ | ||
|
||
- Updated `CapacityUnitEnum` in cdm.base.math | ||
This release updates the rune dependency. | ||
|
||
Version updates include: | ||
- DSL 9.22.0: Handle null for `min` and `max` operations. For further details see DSL release notes: https://github.com/finos/rune-dsl/releases/tag/9.22.0 | ||
- FpML Coding Scheme `11.25.1`: - support for latest version (v2.20). | ||
|
||
_Enumerations_ | ||
_Review directions_ | ||
|
||
- Updated `CapacityUnitEnum` by adding 'J' to support Joule unit | ||
In Rosetta, select the Textual Browser and inspect changes due to the FpML code scheme update: | ||
- `FloatingRateIndexEnum` has values added: | ||
- `EUR_EuroSTR_ICE_Swap_Rate` | ||
- `IDR_INDONIA` | ||
- `IDR_INDONIA_OIS_Compound` | ||
- `PHP_ORR` | ||
- `USD_SOFR_ICE_Swap_Rate_Spreads` | ||
|
||
The changes can be reviewed in PR: [#3198](https://github.com/finos/common-domain-model/pull/3198) | ||
The changes can be reviewed in PR: [#3260](https://github.com/finos/common-domain-model/pull/3260) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters