-
Notifications
You must be signed in to change notification settings - Fork 132
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
1.2 Scope #248
Comments
@nkolba For #227 @donbasuno pointed out that according to OpenFIGI, currency pairs have tickers - see https://www.openfigi.com/id/BBG0013HGRV5. So under this model, a currency pair could be represented as: {
"type": "fdc3.instrument",
"name": "EUR-USD X-RATE",
"id": {
"ticker": "EURUSD",
"FIGI": "BBG0013HGRV5"
}
} It would therefore seem we don't need "symbol". We could potentially consider adding properties like {
"type": "fdc3.instrument",
"name": "EUR-USD X-RATE",
"id": {
"ticker": "EURUSD",
"FIGI": "BBG0013HGRV5"
},
"securityType": "Curncy",
"marketSector": "CROSS"
} This way options could also be represented, e.g. (according to OpenFIGI):
Of course, we could just use the OpenFIGI schema directly in that case! https://www.openfigi.com/api#openapi-schema |
@nkolba re:
We'll split the issue into two and supply a PR for appMetadata as target. However, I didn't think that a final resolution was made to punt AppMetadata changes to 1.3 - there is a fairly clear mismatch between the AppD and desktop agent and we believe that AppMetadata should be extended with the appID and version fields to bring them into alignment. We intend to submit this as a separate issue for consideration in 1.2. |
At the September Standard WG meeting we decided on the following issues (and ownership) for scope. Next steps are to develop these issues into PRs that can then be progressed and decided on for final cut of 1.2.
Issues #243 and #247 are still in need of scoping. Let's progress async on the issues in github.
The text was updated successfully, but these errors were encountered: