Skip to content

Commit

Permalink
Update DSL version to 9.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohills-regnosys committed Nov 15, 2024
1 parent 7ab3505 commit af37be1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
23 changes: 15 additions & 8 deletions RELEASE.md
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)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@

<repoServerHost>s01.oss.sonatype.org</repoServerHost>
<stagingTimeoutInMinutes>10</stagingTimeoutInMinutes>
<rosetta.bundle.version>11.24.2</rosetta.bundle.version>
<rosetta.bundle.version>11.25.1</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.20.0</rosetta.dsl.version>
<rosetta.dsl.version>9.22.0</rosetta.dsl.version>

<xtext.version>2.27.0</xtext.version>
<opengamma.strata.version>1.7.0</opengamma.strata.version>
Expand Down

0 comments on commit af37be1

Please sign in to comment.