SrnSecurityToTransfer

  • 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
{
  "securityCode": "WES",
  "securityName": "Wesfarmers Limited",
  "srn": "I0001234567",
  "qty": 120
}