-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add product type
field to Product
#1374
Comments
type
field to Product typetype
field to Product
Hi @mistryvinay - I would like to contribute to this issue. Please let me know the next steps. |
Hi @VedPrakashJha-FMR, not sure if you've spoken to @mistryvinay yet, but if not I highly recommend joining the next meeting of teh Use Cases group on the 7th November (note that you can ask [email protected] to add you to meeting invites so they're on your calendar). When it comes to context types, that group is the perfect place to discuss additional fields in existing context types, like Finally, anyone can participate outside of a meeting via raising an issue, commenting on that issues or starting a discussion. Either can then be included in a meeting agenda for further discussion. |
Based on Updating this {
"type": "fdc3.product",
"id": {
"productId": "SPY-CALLFLYWING+-20241220"
},
"instrument": {
"type": "fdc3.instrument",
"id": {
"ticker": "SPY",
"underlying": {
"code": "SPY",
"description": "SPDR S&P 500 ETF TRUST",
"market": "ETF"
}
},
"details": {
"description": "SPY CF W+ 20DEC24 580/590/600 1x2x1 r572.99 d13% (PHLX)",
"structureType": "Call Fly Wing+",
"exchange": "PHLX",
"size": {
"min": 1000,
"increment": 100,
"type": "Lots"
},
"price": {
"tick": 0.1,
"type": "Price"
},
"legs": [
{
"type": "Call",
"maturityDate": "2024-12-20",
"strikePrice": 580,
"ratioQty": 1,
"side": "Buy"
},
{
"type": "Call",
"maturityDate": "2024-12-20",
"strikePrice": 590,
"ratioQty": -2,
"side": "Sell"
},
{
"type": "Call",
"maturityDate": "2024-12-20",
"strikePrice": 600,
"ratioQty": 1,
"side": "Buy"
}
]
}
}
} |
Enhancement Request
Use Case:
Add field to support further descriptive information of a product
type
.Example:
Workflow Description
Ability to send supporting information around a product type.
Comments and feedback welcomed.
The text was updated successfully, but these errors were encountered: