Bloomberg AIM · Schema

CreateOrderRequest

Financial DataMarket DataOrder ManagementPortfolio-ManagementTrading

Properties

Name Type Description
EMSX_TICKER string Bloomberg security identifier
EMSX_AMOUNT integer Order quantity (number of shares/contracts)
EMSX_ORDER_TYPE string Order type
EMSX_SIDE string Buy or sell
EMSX_TIF string Time in force
EMSX_LIMIT_PRICE number Limit price (required for LMT and STP LMT orders)
EMSX_STOP_PRICE number Stop price (required for STP and STP LMT orders)
EMSX_ACCOUNT string Trading account identifier
EMSX_NOTES string Free-text notes attached to the order
EMSX_HAND_INSTRUCTION string Handling instruction
EMSX_BASKET_NAME string Name of the basket this order belongs to
EMSX_CFD_FLAG string Contract for difference flag
EMSX_CUSTOM_NOTE1 string
EMSX_CUSTOM_NOTE2 string
EMSX_CUSTOM_NOTE3 string
EMSX_CUSTOM_NOTE4 string
EMSX_CUSTOM_NOTE5 string
EMSX_GTD_DATE string Good-till-date in YYYYMMDD format
EMSX_INVESTOR_ID string Investor identifier for allocation
EMSX_LOCATE_BROKER string Locate broker for short sells
EMSX_LOCATE_ID string Locate ID for short sells
EMSX_PORTFOLIO string Portfolio name for the order
View JSON Schema on GitHub

JSON Schema

bloomberg-emsx-create-order-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateOrderRequest",
  "type": "object",
  "properties": {
    "EMSX_TICKER": {
      "type": "string",
      "description": "Bloomberg security identifier"
    },
    "EMSX_AMOUNT": {
      "type": "integer",
      "description": "Order quantity (number of shares/contracts)"
    },
    "EMSX_ORDER_TYPE": {
      "type": "string",
      "description": "Order type"
    },
    "EMSX_SIDE": {
      "type": "string",
      "description": "Buy or sell"
    },
    "EMSX_TIF": {
      "type": "string",
      "description": "Time in force"
    },
    "EMSX_LIMIT_PRICE": {
      "type": "number",
      "description": "Limit price (required for LMT and STP LMT orders)"
    },
    "EMSX_STOP_PRICE": {
      "type": "number",
      "description": "Stop price (required for STP and STP LMT orders)"
    },
    "EMSX_ACCOUNT": {
      "type": "string",
      "description": "Trading account identifier"
    },
    "EMSX_NOTES": {
      "type": "string",
      "description": "Free-text notes attached to the order"
    },
    "EMSX_HAND_INSTRUCTION": {
      "type": "string",
      "description": "Handling instruction"
    },
    "EMSX_BASKET_NAME": {
      "type": "string",
      "description": "Name of the basket this order belongs to"
    },
    "EMSX_CFD_FLAG": {
      "type": "string",
      "description": "Contract for difference flag"
    },
    "EMSX_CUSTOM_NOTE1": {
      "type": "string"
    },
    "EMSX_CUSTOM_NOTE2": {
      "type": "string"
    },
    "EMSX_CUSTOM_NOTE3": {
      "type": "string"
    },
    "EMSX_CUSTOM_NOTE4": {
      "type": "string"
    },
    "EMSX_CUSTOM_NOTE5": {
      "type": "string"
    },
    "EMSX_GTD_DATE": {
      "type": "string",
      "description": "Good-till-date in YYYYMMDD format"
    },
    "EMSX_INVESTOR_ID": {
      "type": "string",
      "description": "Investor identifier for allocation"
    },
    "EMSX_LOCATE_BROKER": {
      "type": "string",
      "description": "Locate broker for short sells"
    },
    "EMSX_LOCATE_ID": {
      "type": "string",
      "description": "Locate ID for short sells"
    },
    "EMSX_PORTFOLIO": {
      "type": "string",
      "description": "Portfolio name for the order"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bloomberg-emsx-create-order-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.