Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6xx] DSL update #2646

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9f85549
TH_Valuation_Instruction
gtarres Nov 29, 2023
2f50aaf
ValuationInstruction now contains the replace flag. Create_Valuation …
manel-martos Dec 1, 2023
b797ab2
Fix CVE scanning (#2561) (#2562)
hugohills-regnosys Dec 1, 2023
d6b68e8
Added Valuation update release notes into RELEASE.md
manel-martos Dec 1, 2023
c977d95
DSL Update (#2550)
SimonCockx Dec 1, 2023
b49ab16
5xx Prevent GitHub Actions from being triggered twice (#2559) (#2563)
SimonCockx Dec 1, 2023
f48a3f3
Fix merging, update to 5.x.x, and resolve conflicts
hugohills-regnosys Dec 1, 2023
e7f64fd
Remove already released release note
hugohills-regnosys Dec 1, 2023
7a408f9
Update RELEASE.md
lolabeis Dec 1, 2023
1a0cf5c
Update RELEASE.md
lolabeis Dec 1, 2023
e641028
Update RELEASE.md
lolabeis Dec 1, 2023
75bccf8
Merge pull request #2552 from rosetta-models/gtarres_auth0_6226136367…
lolabeis Dec 1, 2023
aea4912
Marc Gratacos Updated Qualifying functions for Known Amount ZC (#2571)
hugohills-regnosys Dec 1, 2023
4307cf1
Bataller García Eric Deprecated use of personRole in NaturalPerson ty…
regnosys-prod-user Dec 6, 2023
3b95d26
Update ISO country code to keep in sync with latest ISO list (#2605)
hugohills-regnosys Jan 4, 2024
920c2a3
[5.x.x] Update CDM to use DSL version 9.3.0 (#2606)
hugohills-regnosys Jan 4, 2024
dbb74eb
[5.x.x] BUG-560: Bond forwards do not qualify (#2603)
hugohills-regnosys Jan 4, 2024
c7e8eed
update bundle version 5 x x (#2615)
PayalKhanna Jan 8, 2024
ba8af1a
format 5xx (#2619)
PayalKhanna Jan 9, 2024
809e35d
Update DSL version to 9.3.1 (#2626)
hugohills-regnosys Jan 15, 2024
a5bc6db
FRO_Mappings_Update_prod
JanBaserba Jan 16, 2024
cef5de0
PTRR_Mappings_prod
JanBaserba Jan 16, 2024
e7f60ce
Merge remote-tracking branch 'origin/5.x.x' into jbaserba_FRO_Mapping…
PayalKhanna Jan 17, 2024
d29569c
added Release Note
PayalKhanna Jan 17, 2024
b4ce917
FRO_Mappings_Update_prod
PayalKhanna Jan 17, 2024
fd5cc9b
Update RELEASE.md
PayalKhanna Jan 17, 2024
9ee9fd0
Merge remote-tracking branch 'origin/5.x.x' into jbaserba_PTRR_Mappin…
PayalKhanna Jan 17, 2024
fa8f14c
added Release Note and updated expectations
PayalKhanna Jan 17, 2024
6b267d5
Update RELEASE.md
PayalKhanna Jan 17, 2024
8256526
Merge pull request #2635 from rosetta-models/jbaserba_FRO_Mappings_Up…
lolabeis Jan 17, 2024
7d358f5
Merge remote-tracking branch 'origin/5.x.x' into jbaserba_PTRR_Mappin…
PayalKhanna Jan 17, 2024
f9ebae8
Merge pull request #2637 from rosetta-models/jbaserba_PTRR_Mappings_prod
lolabeis Jan 17, 2024
514e6bd
DSL update
SimonCockx Jan 23, 2024
cfbaea0
Release notes correction
SimonCockx Jan 23, 2024
7e74d26
DSL update
SimonCockx Jan 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# _Mapping Updates - KnownAmountSchedule Mappings_
# *Infrastructure - Dependency Update*

_Background_
_What is being released?_

The `PriceQuantity>priceSchedule` component is not represented in the InterestRatePayout when we have a sample with `knownAmountSchedule`. This release updates the mappings so that knownAmountSchedule is mapped to the `priceSchedule` component.
This release updates the `rosetta-dsl` dependency.

_What is being released?_
Version updates include:
- `rosetta-dsl` 9.4.0: this release improves performance of validating Rosetta code and of generating code. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.4.0.

- Updated mappings for `PriceSchedule` to FpML `knownAmountSchedule`.
There are no changes to the model or test expectations.

_Review directions_

In Rosetta, select the Textual Browser and inspect each of the changes identified above.

Changes can be reviewed in PR: https://github.com/finos/common-domain-model/pull/2630
The changes can be reviewed in PR [#2646](https://github.com/finos/common-domain-model/pull/2646).
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@

<repoServerHost>oss.sonatype.org</repoServerHost>

<rosetta.bundle.version>10.2.0</rosetta.bundle.version>
<rosetta.bundle.version>10.6.0</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>9.3.1</rosetta.dsl.version>
<rosetta.dsl.version>9.4.0</rosetta.dsl.version>

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