FpML to CDM flattened ingestion functions #4755
Closed
davidalk wants to merge 20 commits into
Closed
Conversation
…nctions using the flattened FpML
✅ Deploy Preview for finos-cdm ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
# Conflicts: # rosetta-source/src/main/rosetta/ingest-fpml-confirmation-product-equityoption-func.rosetta
…t instead of the input
…ng expirationDate
… exercisePeriod only from the sequence and not the exercise in the original model
…revious mappings now appearing in correvct place (executionDetails -> packageReference -> price)
SimonCockx
reviewed
May 27, 2026
| "pipelineId" : "pipeline-translate-fpml-confirmation-to-trade-state", | ||
| "name" : "Fpml 5 12 products rates", | ||
| "samples" : [ { | ||
| "id" : "bond-option", |
Contributor
There was a problem hiding this comment.
Any reason why these samples disappeared?
Contributor
Author
There was a problem hiding this comment.
Good catch! I must have killed a test run in write mode which has the effect of writing where you got up to I think. I've brought them back
SimonCockx
reviewed
May 27, 2026
| "pipelineId" : "pipeline-translate-fpml-confirmation-to-trade-state", | ||
| "name" : "Fpml 5 13 products interest rate derivatives", | ||
| "samples" : [ { | ||
| "id" : "ird-ex01-vanilla-swap", |
SimonCockx
reviewed
May 27, 2026
| else if fpmlNovation -> feeTrade exists | ||
| then fpmlNovation -> feeTrade | ||
| else if fpmlAmendment -> trade exists | ||
| then fpmlAmendment -> trade |
Contributor
There was a problem hiding this comment.
More of an FYI, but this could be simplified using either:
fpmlTradePackage -> trade
default fpmlInputTrade
default fpmlTermination -> originalTrade
default ...
or:
[fpmlTradePackage -> trade, fpmlInputTrade, fpmlTermination -> originalTrade, ...] first / only-element
Contributor
Author
There was a problem hiding this comment.
I mean simplified from a developers perspective yeah, but maybe not from a modellers perspective 😜
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.