HinStockTransferRequestSecurity

  • qty
    Type: integer
    required

    Exact number of this security to transfer.

  • securityCode
    Type: string
    required

    The stock/security code to transfer (as listed on your existing holdings)

  • securityName
    Type: string
    required

    The name of the security to transfer (as listed on your existing holdings)

Examples
{
  "securityCode": "BHP",
  "securityName": "BHP Group Limited",
  "qty": 200
}