Fund Fact Sheet Archive


Fund Fact Sheet Archive

const CONSENT_KEY = "consentAccepted"; const policyContainer = document.getElementById("consent-policy"); const policyHeader = document.getElementById("policy-header"); const consentButton = document.getElementById("accept-consent-btn"); const consentStatus = document.getElementById("consent-status"); // Check if consent was previously given function hasConsent() { return localStorage.getItem(CONSENT_KEY) === "true"; } // Save consent to localStorage function saveConsent() { localStorage.setItem(CONSENT_KEY, "true"); updateConsentState(); } // Toggle collapse state function toggleCollapse() { policyContainer.classList.toggle("collapsed"); } // Update the UI based on consent state function updateConsentState() { if (hasConsent()) { consentStatus.textContent = "(Read and accepted)"; consentButton.style.display = "none"; policyContainer.classList.add("collapsed"); policyHeader.addEventListener("click", toggleCollapse); } else { consentStatus.textContent = ""; consentButton.style.display = "inline-block"; policyContainer.classList.remove("collapsed"); policyHeader.removeEventListener("click", toggleCollapse); } } // Event listeners consentButton.addEventListener("click", saveConsent); // Initialize on page load updateConsentState(); 

Below are archives to provide historical information only. You should click here to access to up-to-date documents.

Note: The relevant information is available in English and Traditional Chinese versions only.

 

2019
 

2018

 

2017

 

2016

 

2015

 
 

2014

 

2013

 

2012

 

2011

 

 

(The Acrobat plug-in is required to view the above content)


Investments inherently involve risks and the prices of units may go down as well as up. Past performance is not indicative of future performance. For further details including the product features and risk involved, please refer to the Explanatory Memorandum of the relevant schemes.