1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<div class="modal fade" id="agreement" tabindex="-1" role="dialog" aria-labelledby="agreement" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-lg" role="document"> <div class="modal-content">
<div class="modal-body"> <p class="text-center bold h5 mb-4">專業投資者認證</p> <p class="bold">個人專業投資者資格</p> <p>黃國英資產管理有限公司提供資產管理服務,根據香港證券及期貨事務監察委員會的規定,如果客戶需要接收或查看有關基金等上述產品的資訊,或認購這些產品,均需具備個人專業投資者的資格。</p> <p class="bold">申請成為個人專業投資者核心要求</p> <p>最近12個月以內有不低於800萬元港幣或者等值外幣的金融資產或投資組合的資產,包括但不限於現金、銀行存款、股票、債券、基金、資產管理計畫、信託計畫、期貨權益等,但不包含房產和保險。 客戶需提供相關的資產證明文件,例如銀行開具的個人存款類/非存款類金融資產證明書;私募基金認購確認書等。</p>
<p>本人確認擁有個人專業投資者資格,希望查看有關專業離岸基金的資訊。 </p>
</div> <div class="modal-footer justify-content-center">
<button type="button" title="不 確 認" class="button mainGaryBroderBtn mt-2" onclick="location.href='product_list.php';"> 不 確 認</button> <button type="button" title="確 認" class="button mainGoldBroderBtn mt-2 agreeBtn">確 認</button> </div> </div> </div> </div>
|