Upvest · JSON Structure

Investment Api Securities Transfer Create Structure

Request body for creating a securities transfer.

Type: object Properties: 1 Required: 1
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

SecuritiesTransferCreate is a JSON Structure definition published by Upvest, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

direction

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-securities-transfer-create-structure.json",
  "name": "SecuritiesTransferCreate",
  "description": "Request body for creating a securities transfer.",
  "type": "object",
  "properties": {
    "direction": {
      "type": "string",
      "enum": [
        "INBOUND",
        "OUTBOUND"
      ],
      "description": "The transfer direction.",
      "example": "INBOUND"
    }
  },
  "required": [
    "direction"
  ]
}