tomhealey-icma
tomhealey-icma
To properly work with ISO date and time we need a low level time recordType. This will required low level changes to Rosetta DSL: recordType time: hour int min int...
ISOCurrencyCodeEnum is currently located in namespace cdm.base.staticdata.asset.common but currency is not asset specific and we need to add ISO County Codes and other common ISO data. I recommend adding a...
I would like feedback on a proposal to add additional party details to the CDM. Currently, the party country is held in contactInformation or businessUnit->contactInformation but this is not the...
type ValuationDate has multiple issues: 1) Attribute singleValuationDate and multipleValuationDates are not a date at all and do not have any date attributes. They actually hold actually an int attribute...
Additional operand types are needed for Spread, BorrowFee, MarkUpDown, VenueExecutionFee, ClearingFee and Tax Added Spread, BorrowFee, MarkUpDown, VenueExecutionFee, ClearingFee, Tax and other enums to `PriceOperandEnum`. Also added Yield to PriceTypeEnum.
There is an problem with the changeQuantity event if there a multiple priceQuantity objects with the same unit types. The repo scenario is: The tradeLot priceQuantity conceptually is structured as:...
### Discussed in https://github.com/finos/common-domain-model/discussions/2789 Originally posted by **tomhealey-icma** March 19, 2024 Current: Most PRs are submitted as “review ready” even if they are not labeled. Proposal: All PRs will be...
Update on the CDM version of traderX: I've completed an initial released of traderX using the CDM for accounts, reference data and trades. I've initially created a public repo in...
## Bug Report The instructions indicate creating a settings.gradle file in .corp with the following: rootProject.name = 'finos-traderX' includeFlat 'database' includeFlat 'account-service' includeFlat 'position-service' includeFlat 'trade-service' includeFlat 'trade-processor' I found...