Upvest · JSON Structure

Investment Api Liquidation Create Structure

Request body for creating a liquidation.

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

LiquidationCreate 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

type

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-liquidation-create-structure.json",
  "name": "LiquidationCreate",
  "description": "Request body for creating a liquidation.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "FULL",
        "PARTIAL"
      ],
      "description": "Whether to fully or partially liquidate.",
      "example": "FULL"
    }
  },
  "required": [
    "type"
  ]
}