www-au.computershare.com Open in urlscan Pro
202.135.123.11  Public Scan

Submitted URL: https://www-au.computershare.com/Investor/#NonMemberLogin/QPOsOcLr70a6lomQDl6GPA
Effective URL: https://www-au.computershare.com/Investor/
Submission: On November 06 via manual from VN — Scanned from AU

Form analysis 1 forms found in the DOM

<form data-bind="submit: onLogin, validationContainer: [genericModelErrors]" autocomplete="off">
  <div class="row">
    <!-- ko validationSummary: { genericOnly: false } --><!-- ko template: { name: 'defaultValidationSummary' } -->
    <div id="errorPanel" data-bind="visible: isAnyMessageShown()" style="display: none;">
      <div class="panel panel-danger">
        <span class="text-bold" data-bind="resourceText: 'CPU/ValidationMessages/SummaryHeader'">There was a problem with your submission:</span>
        <ul class="list-group" data-bind="foreach: errors"></ul>
      </div>
    </div>
    <!-- /ko --><!-- /ko -->
  </div>
  <!-- ko if: countryCode() == 'AU' -->
  <div id="cc-au">
    <div class="row">
      <div class="col-sm-8">
        <h3 class="section-header" data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/AccountValidationHeader'" style="display: none;">CPU/Wizard/NonMemberLogin/AccountValidationHeader</h3>
      </div>
    </div>
    <div class="form-group form-control-required">
      <span class="validationMessage" data-bind="validationText: field" style="display: none;"></span>
      <div class="row">
        <div class="col-sm-8">
          <label class="control-label" data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/RegistrationRadioLabel'">Address Location:</label>
        </div>
        <div class="col-sm-8">
          <div class="radio">
            <label>
              <input class="cpu-radio" type="radio" value="Resident" name="selectedValidationInput" data-bind="checked: selectedValidationInput" data-decorate="#form-group">
              <span data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/NonMemberResidentRadioLabel'">In Australia</span>
            </label>
          </div>
          <div class="radio">
            <label>
              <input class="cpu-radio" type="radio" value="NonResident" name="selectedValidationInput" data-bind="checked: selectedValidationInput" data-decorate="#form-group">
              <span data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/NonMemberNonResidentRadioLabel'">Outside Australia</span>
            </label>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- /ko -->
  <!-- ko if: countryCode() == 'AU' -->
  <!-- ko foreach: validationInput -->
  <div id="validation-input-container">
    <!-- ko if: $parent.countryCode() == 'AU' -->
    <!-- ko if: $parent.selectedValidationInput() == 'Resident' && $data.validationInputType() == 'AustraliaResidentValidationInput' -->
    <div id="au-resident-input">
      <div class="row margin-vbuffer">
        <div class="col-sm-8">
          <div class="form-group form-control-required">
            <label for="residentHolderId" class="control-label" data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/HolderAccountNumberLabel'">SRN/HIN (Enter all 11 characters):</label>
            <div class="visible-xs srn-image m-b-10">
              <div data-bind="visible: $parent.showSrn()" style="display: none;">
                <span data-bind="resourceText: 'CPU/NonMemberLogin/SRNHelpImageXS'">
                  <div class="xhtml-panel">
                    <img id="ac5aba73-b370-44d5-a86b-b946ffd5bcb4" alt="" src="/webcontent/Doc.aspx?docid={ac5aba73-b370-44d5-a86b-b946ffd5bcb4}&amp;source=image">
                  </div>
                </span>
              </div>
            </div>
            <span class="validationMessage" data-bind="validationText: field" style="display: none;"></span>
            <input id="residentHolderId" class="form-control short-input pull-left" type="password"
              data-bind="value: residentHolderId, event : {focus: $parent.onFocus, focusout: $parent.hideSrn()}, attr: { placeholder: 'CPU/Wizard/NonMemberLogin/HolderAccountNumberPlaceholder' }" data-decorate="#form-group" maxlength="11"
              placeholder="E.g. X1234567890">
          </div>
        </div>
        <div class="hidden-xs col-sm-4">
          <div class="text-center popover right srn-image" data-bind="visible: $parent.showSrn()" style="display: none;">
            <div class="arrow"></div>
            <div class="popover-content">
              <button class="close" tabindex="-1" aria-label="Close" type="button" data-bind="click: $parent.hideSrn()"><span aria-hidden="true"></span></button>
              <span data-bind="resourceText: 'CPU/NonMemberLogin/SRNHelpImageSM'">
                <div class="xhtml-panel">
                  <img id="daf91738-5c8c-49ea-b957-e95aff8378b8" alt="" src="/webcontent/Doc.aspx?docid={daf91738-5c8c-49ea-b957-e95aff8378b8}&amp;source=image">
                </div>
              </span>
            </div>
          </div>
        </div>
      </div>
      <div class="row margin-vbuffer">
        <div class="col-sm-8">
          <div class="form-group form-control-required">
            <label for="postalCode" class="control-label" data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/PostalCodeLabel'">Postcode:</label>
            <span class="validationMessage" data-bind="validationText: field" style="display: none;"></span>
            <input class="form-control short-input" name="postalCode" type="tel" data-bind="attr: { placeholder: 'CPU/Wizard/NonMemberLogin/PostalCodePlaceholder' }, value: postalCode" placeholder="E.g. 0123" data-decorate="#form-group"
              maxlength="4">
          </div>
        </div>
      </div>
    </div>
    <!-- /ko -->
    <!-- ko if: $parent.selectedValidationInput() == 'NonResident' && $data.validationInputType() == 'AustraliaNonResidentValidationInput' --><!-- /ko -->
    <!-- /ko -->
  </div>
  <div id="validation-input-container">
    <!-- ko if: $parent.countryCode() == 'AU' -->
    <!-- ko if: $parent.selectedValidationInput() == 'Resident' && $data.validationInputType() == 'AustraliaResidentValidationInput' --><!-- /ko -->
    <!-- ko if: $parent.selectedValidationInput() == 'NonResident' && $data.validationInputType() == 'AustraliaNonResidentValidationInput' --><!-- /ko -->
    <!-- /ko -->
  </div>
  <!-- /ko -->
  <!--/ko-->
  <!-- ko if: countryCode() == 'NZ' --><!-- /ko -->
  <!-- ko if: countryCode() == 'UK' || countryCode() == 'JE' || countryCode() == 'ZA' --><!-- /ko -->
  <!-- ko if: countryCode() == 'UK' || countryCode() == 'JE' || countryCode() == 'ZA' --><!-- /ko -->
  <!-- ko if: countryCode() == 'IE' || countryCode() == 'HK' --><!-- /ko -->
  <div id="company-name-container">
    <div class="form-group m-b-10 form-control-required">
      <span class="validationMessage" data-bind="validationText: field" style="display: none;"></span>
      <div class="row">
        <div class="col-sm-8">
          <label class="control-label" for="companyName" data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/RegistrationCompanySearchLabel'">Select a company you own shares in:</label>
          <span class="twitter-typeahead" style="position: relative; display: inline-block;"><input type="text" class="form-control short-input tt-hint" data-bind="typeahead: {
                                       value: inputModel.issuerId,
                                       data: {
                                           search: lookupCompanyByName,
                                           display: 'Text',
                                           limit: 10
                                       },
                                       hint: true,
                                       highlight: true
                                    },
                                    value: inputModel.isIssuerIdValid,
                                    attr: {
                                        placeholder: 'CPU/Company/Search/CompanySearchSampleText'
                                   }" autocomplete="off" readonly="" spellcheck="false" tabindex="-1"
              style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);" dir="ltr"><input type="text"
              id="companyName" class="form-control short-input tt-input" data-bind="typeahead: {
                                       value: inputModel.issuerId,
                                       data: {
                                           search: lookupCompanyByName,
                                           display: 'Text',
                                           limit: 10
                                       },
                                       hint: true,
                                       highlight: true
                                    },
                                    value: inputModel.isIssuerIdValid,
                                    attr: {
                                        placeholder: 'CPU/Company/Search/CompanySearchSampleText'
                                   }" autocomplete="off" spellcheck="false" dir="auto" style="position: relative; vertical-align: top; background-color: transparent;" data-decorate="#form-group" placeholder="Start typing company name and select...">
            <pre aria-hidden="true"
              style="position: absolute; visibility: hidden; white-space: pre; font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
            <div class="tt-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;">
              <div class="tt-dataset tt-dataset-0"></div>
            </div>
          </span>
        </div>
      </div>
    </div>
  </div>
  <div id="captcha-container">
    <div class="form-group form-control-required">
      <span class="validationMessage" data-bind="validationText: field" style="display: none;"></span>
      <div class="row">
        <div class="col-sm-8">
          <label class="control-label" for="captchaInput" data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/CaptchaLabel'">Please type the characters shown</label>
        </div>
        <div class="col-sm-8">
          <div data-bind="component: {
                                name: &quot;hcaptcha&quot;,
                                params: {
                                    inputId : &quot;captchaInput&quot;,
                                    input: inputModel.hCaptchaResponse,
                                    id: &quot;RegistrationHCaptcha&quot;
                                    }
                                }"><!-- ko template: { name: "template-HCaptcha" }-->
            <div data-bind="attr: { id: id() + '_CaptchaDiv' }" id="RegistrationHCaptcha_CaptchaDiv">
              <div id="captcha-1" class="h-captcha" data-sitekey="c7d63a82-c3c4-4b7e-b2a4-e0766794f0b0"><iframe
                  src="https://newassets.hcaptcha.com/captcha/v1/05c78a4/static/hcaptcha.html#frame=checkbox&amp;id=0ffrwugsl02e&amp;host=www-au.computershare.com&amp;sentry=true&amp;reportapi=https%3A%2F%2Faccounts.hcaptcha.com&amp;recaptchacompat=true&amp;custom=false&amp;hl=en&amp;tplinks=on&amp;pstissuer=https%3A%2F%2Fpst-issuer.hcaptcha.com&amp;sitekey=c7d63a82-c3c4-4b7e-b2a4-e0766794f0b0&amp;theme=light&amp;origin=https%3A%2F%2Fwww-au.computershare.com"
                  tabindex="0" frameborder="0" scrolling="no" allow="private-state-token-issuance 'src'; private-state-token-redemption 'src'" title="Widget containing checkbox for hCaptcha security challenge" data-hcaptcha-widget-id="0ffrwugsl02e"
                  data-hcaptcha-response="" style="pointer-events: auto; background-color: rgba(255, 255, 255, 0); width: 303px; height: 78px; overflow: hidden;"></iframe><textarea id="g-recaptcha-response-0ffrwugsl02e" name="g-recaptcha-response"
                  style="display: none;"></textarea><textarea id="h-captcha-response-0ffrwugsl02e" name="h-captcha-response" style="display: none;"></textarea></div>
            </div>
            <!-- /ko -->
          </div>
          <input type="hidden" id="captchaInput" data-bind="textInput: inputModel.hCaptchaResponse" autocomplete="off" data-decorate="#form-group">
        </div>
      </div>
    </div>
  </div>
  <div id="terms-and-conditions">
    <h3 class="section-header" data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/TermsAndConditionsHeader'">Terms and Conditions</h3>
    <div class="form-group">
      <div class="row">
        <div class="col-xs-12">
          <span data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/MobileTermsAndConditionsLabel'">By clicking the 'Agree and Continue' button I agree to be bound by Computershare's</span>
          <a href="#" data-bind="click: onTermsAndConditionsClick">
                                <span data-bind="resourceText: 'CPU/Wizard/NonMemberLogin/TermsAndConditionsLinkText'">Terms and Conditions</span>
                            </a>
        </div>
      </div>
    </div>
  </div>
  <div class="step-actions">
    <button type="button" class="btn btn-secondary pull-left" data-bind="click: onCancel, resourceText : 'CPU/Common/Cancel'">Cancel</button>
    <button type="submit" class="btn btn-next pull-right" data-bind="resourceText : nextButtonLabel, validationContainerStatus: { mode : 'enable', ignoreGeneric: true }" disabled="">Agree and Continue</button>
  </div>
</form>

Text Content

Skip to main content

Toggle navigation

Toggle navigation
 * 
   
   
   

   
   
   
   
   
   
   
   
   
 * Help
   
   
   
   
   
   
   
   
   
   
 * Australia
   * Australia
   * Canada (English)
   * Canada (Français)
   * Channel Islands
   * Hong Kong (English)
   * Hong Kong (简体中文)
   * Hong Kong (繁體中文)
   * Ireland
   * New Zealand
   * South Africa
   * United Kingdom
   * United States
   
   
   


JAVASCRIPT DISABLED

You need to have JavaScript enabled in order to use this Computershare website.
Please enable JavaScript from your browser options and try again. If you require
further assistance, please contact us.

JavaScript doit être activé pour que vous puissiez utiliser ce site Web de
Computershare. Activez JavaScript dans les options de votre navigateur, puis
réessayez. Si vous avez besoin d'assistance supplémentaire, veuillez nous
contacter.


SINGLE HOLDING ENQUIRY

There was a problem with your submission:


CPU/WIZARD/NONMEMBERLOGIN/ACCOUNTVALIDATIONHEADER

Address Location:
In Australia
Outside Australia
SRN/HIN (Enter all 11 characters):


Postcode:

Select a company you own shares in:




Please type the characters shown



TERMS AND CONDITIONS

By clicking the 'Agree and Continue' button I agree to be bound by
Computershare's Terms and Conditions
Cancel Agree and Continue
Agree and Continue Single Holding Enquiry Terms and Conditions Click 'CONTINUE'
to cancel this transaction. Address Location: In Australia Outside Australia
SRN/HIN (Enter all 11 characters): E.g. X1234567890 Postcode: Country You must
complete the Holder Account Number section. Your SRN/HIN starts with the letter
X, I, C, N or L, followed by 10 numbers.Please enter the letter and numbers. You
must enter only numbers into the field You must complete the Postcode section.
Postcode entered contains invalid characters. E.g. 0123 You must enter Country
of Residence to continue
res:en-AU:mobile/registration:CommonShareholderNumberLabel
res:en-AU:mobile/registration:HolderNumber
res:en-AU:mobile/registration:FINLabel
res:en-AU:mobile/registration:RequiredCsnMessage
res:en-AU:mobile/registration:InvalidCsnMessage
res:en-AU:mobile/registration:RequiredFinMessage
res:en-AU:mobile/registration:InvalidFinMessage Common Shareholder Number (CSN)
Holder Number res:en-AU:mobile/registration:CSNHelpInfo
res:en-AU:mobile/registration:HolderNumberHelpInfo
res:en-AU:mobile/registration:RegistrationInstructions
res:en-AU:mobile/registration:TwoOptions


You must enter the security code You must select a company you own shares in.
Start typing the company name and then select from the list that appears. Start
typing company name and select... Select a company you own shares in: Please
type the characters shown I would like to receive information about future
online services By clicking the 'Agree and Continue' button I agree to be bound
by Computershare's Terms and Conditions Are you sure you want to cancel this
transaction? Family or Company Name You must complete the Family/Company Name
section.

   
   
   
 * Investor Centre
   
   
   

   
 * Contact Us
 * Help
 * Privacy Policy
 * Terms and Conditions
   

Market Data Provider
Market Data Provider

All pricing data is delayed by at least 20 minutes following your login to
Investor Centre, unless indicated otherwise. The share price movement icon
indicates the direction of the price change from the previous trade to the
current trade.

Delayed pricing data is provided by Interactive Data. Historical prices and
other market data is provided by Xignite. All data is provided "as is" for your
information and personal use only, and is not intended for trading purposes or
advice. Please ensure you confirm all data with your broker before trading.

Market Data Provider

 * 


No results found that match your search criteria
 *