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

Add a notes field to trade, order and product types #1373

Open
Tracked by #1460 ...
mistryvinay opened this issue Sep 24, 2024 · 0 comments
Open
Tracked by #1460 ...

Add a notes field to trade, order and product types #1373

mistryvinay opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request Use cases Use cases Discussion Group

Comments

@mistryvinay
Copy link
Contributor

mistryvinay commented Sep 24, 2024

Enhancement Request

Use Case:

Add a top-level field to support description or notes field to trade, order and product types

Example:

{
    "type": "fdc3.trade",
    "name": "FLY vs 530",
    "notes": "New Trade",
    "product": {
        "type": "fdc3.product",
        "id": {
            "productId": "Sep24 350/400/450"
        },
        "instrument": {
            "type": "fdc3.instrument",
            "id": {
                "ticker": "QQQ US"
            }
        }
    }
}

Workflow Description

Ability to send supporting information around a trade, order or product description.

Comments and feedback welcomed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Use cases Use cases Discussion Group
Projects
None yet
Development

No branches or pull requests

1 participant