ir.chartnexus.com Open in urlscan Pro
203.175.160.178  Public Scan

Submitted URL: http://ir.chartnexus.com/s/p.php?c=111&f=3&t=/axisreit/announcement.php
Effective URL: https://ir.chartnexus.com/axisreit/announcement.php
Submission: On November 30 via api from CH — Scanned from DE

Form analysis 1 forms found in the DOM

Name: announcementGET

<form class=" tban" id="announcement" name="announcement" method="get" action="" style="width:100%;">
  <table width="90%" border="0" cellspacing="3" cellpadding="3" align="center">
    <tbody>
      <tr>
        <td align="center" class="h1blue"><em>Duration Period</em></td>
      </tr>
      <tr>
        <td align="center" bgcolor="#FFFFFF">
          <p align="center"><strong>Specify the period you wish to filter</strong></p>
          <table width="70%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tbody>
              <tr>
                <td width="61%">Date From:</td>
                <td width="25%"><input name="dateStart" type="text" id="dateStart" size="20" maxlength="10" value="2018/01/01"></td>
                <td width="14%"><button type="submit" id="cal-button-1">...</button></td>
              </tr>
              <tr>
                <td>Date To:</td>
                <td><input name="dateEnd" type="text" id="dateEnd" size="20" maxlength="10" value="2019/01/01"></td>
                <td><button type="submit" id="cal-button-2">...</button></td>
              </tr>
            </tbody>
          </table>
          <br>
        </td>
      </tr>
      <tr>
        <td align="center" class="h1blue"><em>Announcement Categories:</em></td>
      </tr>
      <tr>
        <td align="left" valign="top" bgcolor="#FFFFFF">
          <p align="center"><strong>Check the categories you wish to view</strong></p>
          <p>
          </p>
          <label>
            <input type="checkbox" name="cat[]" value="1"> Additional Listing Announcement /Subdivision of Shares</label>
          <br>
          <label>
            <label>
              <input type="checkbox" name="cat[]" value="2"> Annual Audited Account</label>
            <br>
            <label>
              <label>
                <input type="checkbox" name="cat[]" value="3"> Annual Report</label>
              <br>
              <label>
                <label>
                  <input type="checkbox" name="cat[]" value="4"> Change of Corporate Information</label>
                <br>
                <label>
                  <label>
                    <input type="checkbox" name="cat[]" value="18"> Changes in Shareholdings</label>
                  <br>
                  <label>
                    <label>
                      <input type="checkbox" name="cat[]" value="23"> Circular/Notice to Shareholders</label>
                    <br>
                    <label>
                      <label>
                        <input type="checkbox" name="cat[]" value="79"> Dealings in Listed Securities (Chapter 14 of Listing Requirements)</label>
                      <br>
                      <label>
                        <label>
                          <input type="checkbox" name="cat[]" value="24"> Entitlements</label>
                        <br>
                        <label>
                          <label>
                            <input type="checkbox" name="cat[]" value="25"> Expiry / Maturity / Termination of Securities</label>
                          <br>
                          <label>
                            <label>
                              <input type="checkbox" name="cat[]" value="26"> Financial Results</label>
                            <br>
                            <label>
                              <label>
                                <input type="checkbox" name="cat[]" value="29"> General Announcement</label>
                              <br>
                              <label>
                                <label>
                                  <input type="checkbox" name="cat[]" value="54"> General Meetings</label>
                                <br>
                                <label>
                                  <label>
                                    <input type="checkbox" name="cat[]" value="55"> IPO Announcement/Admission to LEAP Market Announcement</label>
                                  <br>
                                  <label>
                                    <label>
                                      <input type="checkbox" name="cat[]" value="60"> Important Relevant Dates for Renounceable Rights</label>
                                    <br>
                                    <label>
                                      <label>
                                        <input type="checkbox" name="cat[]" value="61"> Investor Alert</label>
                                      <br>
                                      <label>
                                        <label>
                                          <input type="checkbox" name="cat[]" value="62"> Listing Circulars</label>
                                        <br>
                                        <label>
                                          <label>
                                            <input type="checkbox" name="cat[]" value="63"> Listing Information and Profile</label>
                                          <br>
                                          <label>
                                            <label>
                                              <input type="checkbox" name="cat[]" value="78"> Prospectus</label>
                                            <br>
                                            <label>
                                              <label>
                                                <input type="checkbox" name="cat[]" value="65"> Reply to Query</label>
                                              <br>
                                              <label>
                                                <label>
                                                  <input type="checkbox" name="cat[]" value="66"> Shares Buy Back</label>
                                                <br>
                                                <label>
                                                  <label>
                                                    <input type="checkbox" name="cat[]" value="71"> Special Announcements</label>
                                                  <br>
                                                  <label>
                                                    <label>
                                                      <input type="checkbox" name="cat[]" value="76"> Take-over Offer</label>
                                                    <br>
                                                    <label>
                                                      <label>
                                                        <input type="checkbox" name="cat[]" value="72"> Transfer of Listing</label>
                                                      <br>
                                                      <label>
                                                        <label>
                                                          <input type="checkbox" name="cat[]" value="73"> Unusual Market Activity</label>
                                                        <br>
                                                        <label>
                                                        </label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label></label>
        </td>
      </tr>
      <tr>
        <td align="left">
          <a class="tban" onclick="checkAll('cat[]')">Check All </a>| <a class="tban" onclick="uncheckAll('cat[]')">Uncheck All</a>
        </td>
      </tr>
      <tr>
        <td align="right"><input type="reset" name="Reset" id="button" value="Reset">
          <input type="submit" name="submit" id="submit" value="Submit">
        </td>
      </tr>
    </tbody>
  </table>
  <script type="text/javascript">
    Calendar.setup({
      inputField: "dateStart",
      button: "cal-button-1",
      align: "Tr"
    });
    Calendar.setup({
      inputField: "dateEnd",
      button: "cal-button-2",
      align: "tr"
    });

    function checkAll(field) {
      ok = document.getElementsByName(field);
      for (i = 0; i < ok.length; i++) ok[i].checked = true;
    }

    function uncheckAll(field) {
      ok = document.getElementsByName(field);
      for (i = 0; i < ok.length; i++) ok[i].checked = false;
    }
  </script>
</form>

Text Content

Home Hello Axis In the Press Careers REIT FAQ Contact Us
 * Home
 * About Axis-REIT
   * Overview
   * What We Do
   * Trust Structure
   * Corporate Directory
 * Portfolio
   * Property Info
   * Space for Lease
 * Investor Information
   * Financial Information
     * Stock Quote
     * Interactive Chart
     * Financial Highlights
     * Factsheet Ratios
     * Latest Annual Financials
     * Latest Quarterly Financials
     * Email Alert
   * More Information
     * Distribution
     * IDRP
   * Reports
     * Annual Reports
     * 
     * Quarterly Reports
   * Announcements
   * Corporate Governance
     
   * Annual General Meeting
   * Unitholders’ Meeting
 * About The Manager
   * Principal Activity
   * Letter to Unitholders
   * Board of Directors
   * Management Team
   * Organisational Structure
 * Other
   * Hello Axis
   * In the Press
   * Careers
   * REIT FAQ
   * Contact Us

 

 


COMPANY ANNOUNCEMENTS

--------------------------------------------------------------------------------

2022  |  2021  |  2020  |  2019  |  2018  |  2017  |  2016  |  2015  |  2014  | 
2013  |  2012  |  2011  |  2010  |  2009  |  2008  |  2007  |  2006  |  2005
Filter


Duration Period

Specify the period you wish to filter

Date From: ... Date To: ...


Announcement Categories:

Check the categories you wish to view



Additional Listing Announcement /Subdivision of Shares
Annual Audited Account
Annual Report
Change of Corporate Information
Changes in Shareholdings
Circular/Notice to Shareholders
Dealings in Listed Securities (Chapter 14 of Listing Requirements)
Entitlements
Expiry / Maturity / Termination of Securities
Financial Results
General Announcement
General Meetings
IPO Announcement/Admission to LEAP Market Announcement
Important Relevant Dates for Renounceable Rights
Investor Alert
Listing Circulars
Listing Information and Profile
Prospectus
Reply to Query
Shares Buy Back
Special Announcements
Take-over Offer
Transfer of Listing
Unusual Market Activity
Check All | Uncheck All

Nov | Oct | Sep | Aug | Jul | Jun | May | Apr | Mar | Feb | Jan

Below are the announcement releases of 2022.




30 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

30 Nov 2022    | CIRCULAR TO UNITHOLDERS IN RELATION TO THE PROPOSED ALLOTMENT
TO EMPLOYEES PROVIDENT FUND BOARD AND/OR KUMPULAN WANG PERSARAAN (DIPERBADANKAN)
(BEING MAJOR UNITHOLDERS OF AXIS REAL ESTATE INVESTMENT TRUST ("AXIS-REIT"))
AND/OR PERSONS CONNECTED WITH THEM PURSUANT TO THE PROPOSED PLACEMENT OF UP TO
100,000,000 NEW UNITS IN AXIS-REIT ("UNITS"), REPRESENTING UP TO APPROXIMATELY
6.09% OF THE TOTAL NUMBER OF UNITS ISSUED

29 Nov 2022    | General Meetings: Notice of Meeting

25 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

24 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

23 Nov 2022    | NEW ISSUE OF SECURITIES (CHAPTER 6 OF LISTING REQUIREMENTS) :
FUND RAISING

17 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

17 Nov 2022    | NEW ISSUE OF SECURITIES (CHAPTER 6 OF LISTING REQUIREMENTS) :
FUND RAISING

14 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

14 Nov 2022    | NEW ISSUE OF SECURITIES (CHAPTER 6 OF LISTING REQUIREMENTS) :
FUND RAISING

11 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

10 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

09 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

08 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

07 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

02 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

01 Nov 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

26 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

25 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

20 Oct 2022    | AXREIT - Notice of Book Closure

19 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

19 Oct 2022    | OTHERS

19 Oct 2022    | Income Distribution

19 Oct 2022    | Quarterly rpt on consolidated results for the financial period
ended 30/09/2022

17 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

13 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 Oct 2022    | OTHERS

11 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

07 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

05 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Oct 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

29 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

27 Sep 2022    | TRANSACTIONS (CHAPTER 10 OF LISTING REQUIREMENTS) : NON RELATED
PARTY TRANSACTIONS

23 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

23 Sep 2022    | TRANSACTIONS (CHAPTER 10 OF LISTING REQUIREMENTS) : NON RELATED
PARTY TRANSACTIONS

22 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

15 Sep 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Intention to Deal During Closed Period

15 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

14 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

13 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

07 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

06 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

05 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

05 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

02 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

02 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

01 Sep 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

23 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

22 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

19 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

18 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

15 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

11 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

10 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

09 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

08 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

05 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

03 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

03 Aug 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

28 Jul 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

26 Jul 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Jul 2022    | AXREIT - Notice of Book Closure

20 Jul 2022    | OTHERS

20 Jul 2022    | Income Distribution

20 Jul 2022    | Quarterly rpt on consolidated results for the financial period
ended 30/06/2022

13 Jul 2022    | OTHERS

08 Jul 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

06 Jul 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

01 Jul 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

30 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

29 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

28 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

27 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

24 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

22 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) - LEMBAGA
TABUNG HAJI

21 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

20 Jun 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Intention to Deal During Closed Period

20 Jun 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Dealings Outside Closed Period

17 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

17 Jun 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Dealings Outside Closed Period

17 Jun 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Intention to Deal During Closed Period

16 Jun 2022    | OTHERS

15 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

15 Jun 2022    | Additional Listing Announcement /Subdivision of Shares

14 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

13 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

10 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

09 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

09 Jun 2022    | NEW ISSUE OF SECURITIES (CHAPTER 6 OF LISTING REQUIREMENTS) :
OTHER ISSUE OF SECURITIES

08 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

03 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

02 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

01 Jun 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Dealings Outside Closed Period

01 Jun 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

01 Jun 2022    | Change in Audit Committee - MISS DEVIKA A/P K SOTHINATHAN

01 Jun 2022    | Change in Audit Committee - MADAM LIM KENG HWEE

01 Jun 2022    | Change in Boardroom - MADAM LIM KENG HWEE

01 Jun 2022    | Change in Boardroom - MISS DEVIKA A/P K SOTHINATHAN

31 May 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Dealings Outside Closed Period

31 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

30 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

27 May 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Dealings Outside Closed Period

25 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

24 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

20 May 2022    | Income Distribution Reinvestment Plan Statement and Notice of
Election in relation to the Income Distribution Reinvestment Plan that allows
unitholders of Axis Real Estate Investment Trust ("Axis-REIT") to reinvest their
Income Distribution in new units in Axis-REIT.

19 May 2022    | NEW ISSUE OF SECURITIES (CHAPTER 6 OF LISTING REQUIREMENTS) :
OTHER ISSUE OF SECURITIES

18 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

17 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

10 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

09 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

06 May 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

29 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

28 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

28 Apr 2022    | General Meetings: Outcome of Meeting

27 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

26 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

25 Apr 2022    | TRANSACTIONS (CHAPTER 10 OF LISTING REQUIREMENTS) : NON RELATED
PARTY TRANSACTIONS

25 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

25 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

22 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Apr 2022    | AXREIT - Notice of Book Closure

20 Apr 2022    | OTHERS

20 Apr 2022    | OTHERS

20 Apr 2022    | Income Distribution (with Dividend Re-Investment Plan)

20 Apr 2022    | Quarterly rpt on consolidated results for the financial period
ended 31/03/2022

20 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

18 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

14 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 Apr 2022    | OTHERS

11 Apr 2022    | TRANSACTIONS (CHAPTER 10 OF LISTING REQUIREMENTS) : NON RELATED
PARTY TRANSACTIONS

08 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) - LEMBAGA
TABUNG HAJI

08 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

08 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

08 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) - LEMBAGA
TABUNG HAJI

07 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

07 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

06 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

06 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) - LEMBAGA
TABUNG HAJI

06 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
KUMPULAN WANG PERSARAAN (DIPERBADANKAN)

05 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

01 Apr 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

31 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

30 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

29 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

28 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

25 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

24 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

23 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

22 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

18 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

18 Mar 2022    | DEALINGS IN LISTED SECURITIES (CHAPTER 14 OF LISTING
REQUIREMENTS) : Intention to Deal During Closed Period

17 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

16 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

15 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

14 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

10 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

08 Mar 2022    | TRANSACTIONS (CHAPTER 10 OF LISTING REQUIREMENTS) : RELATED
PARTY TRANSACTIONS

07 Mar 2022    | TRANSACTIONS (CHAPTER 10 OF LISTING REQUIREMENTS) : NON RELATED
PARTY TRANSACTIONS

07 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Mar 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

28 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

28 Feb 2022    | Annual Report & CG Report - 2021

28 Feb 2022    | General Meetings: Notice of Meeting

25 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

24 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

22 Feb 2022    | TRANSACTIONS (CHAPTER 10 OF LISTING REQUIREMENTS) : RELATED
PARTY TRANSACTIONS

22 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

18 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

17 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

16 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

15 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

11 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

09 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

03 Feb 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

31 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

28 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

27 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

26 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

21 Jan 2022    | AXREIT - Notice of Book Closure

20 Jan 2022    | OTHERS

20 Jan 2022    | OTHERS

20 Jan 2022    | Income Distribution

20 Jan 2022    | Quarterly rpt on consolidated results for the financial period
ended 31/12/2021

20 Jan 2022    | OTHERS

19 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

17 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

14 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

13 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

12 Jan 2022    | OTHERS

11 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

10 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

05 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

04 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

03 Jan 2022    | Changes in Sub. S-hldr's Int (Section 138 of CA 2016) -
EMPLOYEES PROVIDENT FUND BOARD

 
 
 
 
RELATED LINKS




FOLLOW US


SUBSCRIBER ALERTS


   
Copyright © 2022 AXIS REIT MANAGERS BERHAD 200401010947 (649450-W). All rights
reserved.
Privacy Notice     |    Disclaimer
×

DATA PROTECTION NOTICE

The personal data that we process and/or will process may include your name,
contact details, email address, home address and mailing address and any other
personal data derived from any documentation.

Subject to the relevant laws, we may use your personal data for the following
purposes:


a. to enable us to discharge our contractual obligations;

b. for data processing or reporting purposes;

c. to comply with any legal and/or regulatory requirements;

d. for billing and financial purposes, accounting and tax;

e. to respond to your enquiries or complaint;

f. to provide marketing materials about events, services and products;

g. for contact purposes; and

h. for any other purpose that is permitted by law and regulations.


It is mandatory that you supply us your personal data so we may be able to
satisfy the above purposes. If you do not provide us the personal data, we may
not be able to carry out the above stated purposes.

Your personal data is collected from various sources, including information you
may have provided us, information from third parties and information in the
public domain. We may transfer your personal data to our related entities or
external service providers outside Malaysia for the above purposes.

Subject to the requirement under the Act, if you would like to make any
enquiries or complaints or request access or correction of your personal data,
please contact us in writing using any of the following modes:

Mailing Address : Penthouse, Menara Axis, No. 2 Jalan 51A/223, Petaling Jaya,
46100 Selangor, Malaysia

Telephone No : +603 7958 4882

Fax No : +603 7957 6881

Email Address : info@axis-reit.com.my


We may disclose your personal data to the following parties for the purposes
stated above:


a. our subsidiaries, related and associated companies;

b. the supervisory, governmental or relevant authority;

c. auditors, solicitors, professional advisors, insurer and financial
institutions; and

d. any person which we may engage for the purpose of performing or in connection
with the performance of services or operational functions which have been
outsourced.

You hereby consent to the processing of your personal data in accordance with
all of the foregoing. We will seek your consent before using your personal data
for purposes other than those stated above.

Accept
×

DISCLAIMER

The information contained in this website is provided for information purposes
only and in no way constitutes an offer of services or solicitation. You should
rely on your own evaluation to assess the merits and risks of any investments.
If you are in doubt, you should consult your professional advisers immediately.

Past performance of Axis REIT is not indicative of future performance of Axis
REIT. Axis REIT declines any responsibility with respect to direct or indirect
damages or consequences of the inaccuracy of information included in the
website, nor for any actions taken in reliance thereon.

This website may contain certain forward looking statements. These forward
looking statements are based upon current assumptions and beliefs in light of
the information currently available, but involve known and unknown risks and
uncertainties. You are cautioned not to place undue reliance on these forward
looking statements, which are based on current view of management on future
events. Axis REIT actual actions or results may differ materially from those
discussed in the forward looking statements and Axis REIT undertake no
obligation to publicly update any forward looking statements.

Accept

PRIVACY NOTICE

×
English | Bahasa Malaysia


(Updated as of 19 October 2022)

Axis REIT Managers Berhad, being the management company of Axis Real Estate
Investment Trust (“Axis-REIT”) is committed to ensure the processing of personal
data by us is in accordance with the Personal Data Protection Act 2010 (“PDPA”).
This notice is issued pursuant to PDPA’s requirements to all persons who enter
into any dealing or transaction(s) with us and/or Axis-REIT.

The personal data that we process and/or will process may include your name,
contact details, e-mail address, home address and mailing address and any other
personal data derived from any documentation and such necessary data regarding
yourself and your transaction(s) with us.

Subject to the relevant laws, we may use your personal data for one or more of
the following purposes:

 * To establish your identity and background;
 * To enable us to discharge our contractual obligations;
 * For data processing or reporting purposes;
 * To comply with any legal and/or regulatory requirements;
 * For billing and financial purposes, accounting and tax;
 * To respond to your enquiries or complaints
 * To provide marketing materials about events, services and products;
 * For contract purposes;
 * For other purposes as you have consented or directed by you or otherwise in
   connection with your access to and use of information and materials in our
   website; and
 * For any other purposes that is required or permitted by any law, regulations,
   guidelines and/or relevant regulatory authorities.

We only collect personal data that is necessary to perform our functions and
activities in the course of our dealings with you. It is obligatory that you
supply us your personal data where required so that we may be able to satisfy
the above purposes. If you do not provide us the personal data or consent to
certain use of your personal data, we may not be able to carry out the above
stated purposes. Your personal data is collected from various sources, including
information you may have provided us, information from third parties and
information in the public domain. We may transfer your personal data to our
related entities or external service providers outside Malaysia (if any) for the
above purposes.

Subject always to our contractual rights and obligations under relevant laws and
regulations, you may:

 * Request to have access to your personal data in our possession;
 * Request to correct your personal data where you are of the opinion that such
   personal data held by us is inaccurate, incomplete, misleading or where
   relevant, not up-to-date;
 * Request us to limit the processing of your personal data; or
 * Exercise your choice in respect of the use or the extent of use of your
   personal data, including personal data relating to other persons who may be
   identified from that personal data.

Any of your above requests may be made to our Compliance Department in writing
using any of the following modes:

Mailing address: Axis REIT Managers Berhad
Penthouse, Menara Axis
No. 2 Jalan 51A/223
46100 Petaling Jaya
Selangor Darul Ehsan, Malaysia Telephone No: 603-7958 4882 Fax No: 603-7957 6881
E-mail Address: pdpa@axis-reit.com.my


In relation to any such request, you should provide your full name,
NRIC/passport number, address, phone number and provide brief details of the
information you want a copy of or information that you want to have corrected
(as the case may be). We will use our best efforts to comply with your request
to access or correct your personal data within 21 days of receipt of your
written and duly completed request form and the relevant processing fee (if
applicable and where permitted under the applicable law).

Kindly note that we may withhold access to your personal data if we are unable
to verify your identity or where information requested for is confidential
commercial information, or if the burden or expense of providing access is
disproportionate to the risks to your privacy. We may also decline to comply
with your data correction request if you have not supplied us with such
information as we may reasonably require to ascertain in what way the personal
data to which the data correction request relates is inaccurate, incomplete,
misleading or not up-to-date. Where applicable, we will inform you of the
reasons for refusing your request(s).

We may disclose your personal data to the following parties for the purposes
stated above:

 * our subsidiaries, related and associated companies;
 * the supervisory, governmental or relevant authorities;
 * auditors, solicitors, professional advisers, insurers and financial
   institutions; and
 * any person which we may engage for the purpose of performing or in connection
   with the performance of services or operational functions which have been
   out-sourced.

By providing us your personal data, you hereby consent to the processing of your
personal data in accordance with all of the foregoing. We will seek your consent
before using your personal data for purposes other than those stated above.

In the event of any inconsistency between the English version and Bahasa
Malaysia version of this notice, the English version shall prevail over the
Bahasa Malaysia version.

This Privacy Notice may be amended from time to time and the updated version
shall supersede all previous versions (including physical copies, if any). You
are encouraged to check our website periodically for our most up-to-date Privacy
Notice.

(Dikemaskini pada 19 Oktober 2022)

Axis REIT Managers Berhad sebagai syarikat pengurusan Axis Real Estate
Investment Trust ("Axis-REIT") komited untuk memastikan pemprosesan data
peribadi oleh kami adalah mengikut Akta Perlindungan Data Peribadi 2010
(“PDPA”). Notis ini dikeluarkan menurut keperluan PDPA kepada semua orang yang
memasuki sebarang urusan atau transaksi dengan kami dan/atau Axis-REIT.

Data peribadi yang diproses oleh kami atau akan diproses oleh kami mungkin
termasuk nama anda, butir-butir hubungan, alamat e-mel, alamat kediaman dan
alamat surat-menyurat dan apa-apa maklumat peribadi lain yang diperoleh daripada
mana-mana dokumentasi dan data yang diperlukan berkenaan diri dan transaksi anda
dengan kami.

Tertakluk kepada undang-undang yang berkaitan, kami mungkin menggunakan data
peribadi anda untuk satu atau lebih tujuan-tujuan berikut:

 * Untuk menentukan identiti dan latar belakang anda;
 * Untuk membolehkan kami menunaikan kewajipan kontraktual kami;
 * Untuk tujuan pemprosesan data atau pelaporan;
 * Untuk mematuhi apa-apa keperluan undang-undang dan/atau peraturan-peraturan;
 * Untuk tujuan pengeluaran bil dan kewangan, perakaunan dan cukai;
 * Untuk membalas pertanyaan atau aduan anda;
 * Untuk menyediakan maklumat mengenai acara dan program, perkhidmatan dan
   produk;
 * Untuk tujuan kontrak;
 * Untuk tujuan lain seperti yang anda telah persetujui atau diarahkan oleh anda
   atau sebaliknya yang berkaitan dengan akses anda kepada dan penggunaan
   maklumat dan bahan dalam laman web kami; dan
 * Untuk sebarang tujuan lain yang diperlukan atau dibenarkan oleh mana-mana
   undang-undang, peraturan, garis panduan dan/atau pihak berkuasa kawal selia
   yang berkaitan.

Kami hanya mengumpul data peribadi yang diperlukan untuk melaksanakan fungsi dan
aktiviti kami semasa berurusan dengan anda. Anda wajib membekalkan kami data
peribadi anda jika diperlukan supaya kami dapat memenuhi tujuan di atas. Jika
anda tidak memberikan kami data peribadi atau persetujuan untuk penggunaan
maklumat peribadi anda yang tertentu, kami mungkin tidak mampu melaksanakan
tujuan yang dinyatakan di atas. Maklumat peribadi anda dikumpul daripada
pelbagai sumber, termasuk maklumat yang anda mungkin telah kemukakan kepada
kami, maklumat daripada pihak ketiga dan maklumat dalam domain awam. Kami
mungkin memindah data peribadi anda kepada entiti-entiti yang berkaitan dengan
kami atau pembekal perkhidmatan luar yang berada di luar Malaysia (sekiranya
ada) untuk tujuan-tujuan di atas.

Tertakluk kepada hak-hak dan kawajipan kontrak kami di bawah undang-undang dan
peraturan yang berkaitan, anda boleh;

 * Meminta akses kepada data peribadi anda dalam simpanan kami;
 * Meminta pembetulan data peribadi anda apabila anda berpendapat bahawa data
   peribadi yang kami simpan adalah tidak tepat, tidak lengkap, mengelirukan
   atau jika berkaitan, bukan yang terkini;
 * Meminta untuk mengehadkan pemprosesan data peribadi anda; atau
 * Melaksanakan pilihan anda berkenaan dengan penggunaan atau takat penggunaan
   data peribadi anda, termasuk data peribadi yang berkaitan dengan orang lain
   yang mungkin dikenalpasti daripada data peribadi tersebut.

Sebarang permintaan anda di atas boleh dibuat kepada Jabatan Pematuhan kami
secara betulis menggunakan mana-mana mod berikut:

Alamat surat-menyurat: Axis REIT Managers Berhad
Penthouse, Menara Axis
No. 2 Jalan 51A/223
46100 Petaling Jaya
Selangor Darul Ehsan, Malaysia No. Telefon: 603-7958 4882 No. Faks: 603-7957
6881 Alamat E-mel: pdpa@axis-reit.com.my


Dalam setiap permintaan tersebut, anda harus memberikan nama penuh, nombor kad
pengenalan/nombor pasport, alamat, nombor telefon anda dan memberikan butiran
ringkas tentang maklumat yang anda inginkan atau maklumat yang anda ingin
perbetulkan (mengikut keadaan). Kami akan menggunakan usaha terbaik kami untuk
memenuhi permintaan anda untuk mendapatkan akses atau membuat pembetulan data
peribadi anda dalam tempoh 21 hari selepas menerima permintaan bertulis dan
borang permintaan yang lengkap dari anda dan yuran pemprosesan (jika berkenaan
dan dibenarkan dibawah mana-mana undang-undang yang berkenaan).

Sila ambil perhatian bahawa kami mungkin menolak akses kepada data peribadi anda
jika kami tidak dapat mengesahkan identiti anda atau apabila maklumat yang
diminta adalah maklumat komersial yang sulit, atau jika beban atau perbelanjaan
untuk menyediakan akses adalah tidak seimbang dengan risiko kepada privasi anda.
Kami juga mungkin menolak permintaan pembetulan data anda jika anda tidak
menbekalkan kami maklumat sedemikian yang kami perlukan secara munasabah untuk
memastikan cara bagaimana data peribadi yang berkaitan dengan permintaan
pembetulan data adalah tidak tepat, tidak lengkap, mengelirukan atau tidak
dikemaskini setakat ini. Kami akan memaklumkan anda sebab penolakan permintaan
anda, jika berkenaan.

Kami mungkin mendedahkan data peribadi anda kepada pihak-pihak berikut untuk
tujuan-tujuan yang dinyatakan di atas:

 * anak-anak syarikat, syarikat-syarikat berkaitan dan syarikat-syarikat
   bersekutu kami;
 * pihak berkuasa penyeliaan, kerajaan atau pihak berkuasa lain yang berkaitan;
 * juruaudit, peguam cara, penasihat profesional, syarikat insurans dan
   institusi kewangan; dan
 * mana-mana orang yang kami lantik untuk tujuan melaksanakan atau berhubung
   dengan pelaksanaan perkhidmatan atau fungsi operasi yang menggunakan khidmat
   luar.

Dengan mengemukakan kepada kami maklumat peribadi anda, anda dengan ini
bersetuju untuk membenarkan pemprosesan data peribadi anda selaras dengan semua
perkara-perkara di atas. Kami akan mendapatkan kebenaran anda sebelum
menggunakan data peribadi anda untuk tujuan selain daripada yang dinyatakan di
atas.

Sekiranya terdapat ketidakseragaman antara versi Bahasa Inggeris dengan versi
Bahasa Malaysia notis ini, maka versi Bahasa Inggeris notis ini akan
digunapakai.

Notis Privasi ini boleh dipinda dari semasa ke semasa dan versi yang dikemaskini
akan menggantikan semua versi terdahulu (termasuk salinan fizikal, jika ada).
Anda digalakkan untuk menyemak laman web kami dari semasa ke semasa untuk Notis
Privasi kami yang terkini.

Accept
 



 * Home
 * About Axis-REIT
   * Overview
   * What We Do
   * Trust Structure
   * Corporate Directory
 * Portfolio
   * Property Info
   * Space for Lease
 * Investor Information
   * Financial Information
     * Stock Quote
     * Interactive Chart
     * Financial Highlights
     * Factsheet Ratios
     * Latest Annual Financials
     * Latest Quarterly Financials
     * Email Alert
   * More Information
     * Distribution
     * IDRP
   * Reports
     * Annual Reports
     * 
     * Quarterly Reports
   * Announcements
   * Corporate Governance
     
   * Annual General Meeting
   * Unitholders’ Meeting
 * About The Manager
   * Principal Activity
   * Letter to Unitholders
   * Board of Directors
   * Management Team
   * Organisational Structure
 * Other
   * Hello Axis
   * In the Press
   * Careers
   * REIT FAQ
   * Contact Us