forked from finos/common-domain-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Underlier for Equity Option Baskets (finos#2169)
* Underlier for Equity Option Baskets * This contribution fixes a mapping issue which prevented CDM from generating the underlier and its corresponding baskets, for equity option basket products. Updated release notes into RELEASE.md --------- Co-authored-by: Bataller García Eric <[email protected]> Co-authored-by: ebataller <[email protected]>
- Loading branch information
1 parent
08172a5
commit f196ea9
Showing
10 changed files
with
346 additions
and
56 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,9 +1,26 @@ | ||
# *Product Model - Currency Enums* | ||
# _Product Model - FpML synonym mappings of underlier for Equity Option Baskets_ | ||
|
||
_Background_ | ||
|
||
An issue was identified with the underlier mapping from FpML to CDM for Equity Option Basket products. The mapping from CDM was not generating an underlier and its corresponding baskets for these products and therefore some samples were not accurately qualified. | ||
|
||
This release addresses this mapping issue, correctly generating the underlier and its corresponding baskets. | ||
|
||
_What is being released?_ | ||
|
||
- Added process to automate the generation of `ISO 4217 Currencies`. The updated currency enum values can be found in `ISOCurrencyCodeEnum` | ||
_Translate_ | ||
|
||
FpML synonym mappings added to populate CDM attribute `optionPayout -> underlier -> basket` with FpML path `equityOption -> underlyer -> basket` for Equity Option products with baskets. | ||
|
||
_Review directions_ | ||
|
||
In the CDM Portal, select the Textual Browser and inspect each of the changes identified above. | ||
In the CDM Portal, select the Textual Browser and inspect the changes identified above. | ||
|
||
In the CDM Portal, select Ingestion and review the following samples: | ||
|
||
fpml-5-10/incomplete-products/equity-options | ||
|
||
- eqd ex08 basket long form | ||
- eqd ex20 nested basket | ||
- eqd ex21 flat weight basket | ||
- eqd ex26 mixed asset basket |
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
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
Oops, something went wrong.