CHESSRegistrationDetailsV1Response

  • accountNumber
    Type: string

    Shares account number

  • addressLine1
    Type: string

    Registration Address - Line 1

  • addressLine2
    Type: string

    Registration Address - Line 2

  • addressLine3
    Type: string

    Registration Address - Line 3

  • addressLine4
    Type: string

    Registration Address - Line 4

  • advisorCode
    Type: string

    Shares advisor code of the registration

  • branchCode
    Type: string

    Shares branch code of the registration

  • countryCode
    Type: string

    Registration Address - ISO3 Country Code

  • designation
    Type: string

    Designation in CHESS Registration

  • hin
    Type: string

    CHESS HIN (For sponsored Accounts)

  • name1
    Type: string

    Name 1 of CHESS Registration

  • name2
    Type: string

    Name 2 of CHESS Registration

  • name3
    Type: string

    Name 3 of CHESS Registration

  • organisationCode
    Type: string

    Organisation Code or Head Branch Code

  • postCode
    Type: string

    Registration Address - Post Code

Examples
{
  "organisationCode": "TPOMAL",
  "advisorCode": "ADV1",
  "branchCode": "01",
  "accountNumber": "111888",
  "hin": "X0001234567",
  "name1": "MR JAMES ALAN SMITH",
  "name2": null,
  "name3": null,
  "designation": null,
  "addressLine1": "UNIT 12A",
  "addressLine2": "350 COLLINS STREET",
  "addressLine3": "MELBOURNE VIC",
  "addressLine4": null,
  "postCode": "3000",
  "countryCode": "AUS"
}