SrnStockTransferRequest

Request a transfer of some or all securities from SRN to your Openmarkets account

  • srnSecuritiesToTransfer
    Type: array object[] · SrnSecurityToTransfer[]
    required

    List of SRN securities to be transferred to the account at Openmarkets

    • 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)

    • srn
      Type: string
      required

      The SRN number to transfer securities away from

Examples
{
  "srnSecuritiesToTransfer": [
    {
      "securityCode": "WES",
      "securityName": "Wesfarmers Limited",
      "srn": "I0001234567",
      "qty": 120
    }
  ]
}