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

Use annotations to identify when functions should be executed #641

Open
hugohills-regnosys opened this issue Sep 8, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@hugohills-regnosys
Copy link
Contributor

hugohills-regnosys commented Sep 8, 2023

Add annotations to cover the different supported phases:

  • [translate] - using synonyms, e.g. FpML to CDM
  • [enrich] - hook in enrichment functions to enrich CDM objects, e.g. enrich with reference data such as LEIs
  • [transform] - using rules to transform CDM object into different CDM objects, e.g. in DRR, ReportableEvent is transformed into a EsmaEmirTradeTransactionReport
  • [project] - hook in projection functions to project CDM objects into different formats, e.g. in DRR, EsmaEmirTradeTransactionReport can be projected into an ISO-20022 object (Rosetta type generated from the ISO-20022 xsd), and then serialised into xml
@hugohills-regnosys hugohills-regnosys added the enhancement New feature or request label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant