https://www.hkex.com.hk/-/media/HKEX-Market/Services/Clearing/Securities/Infrastructure/CCASS-3-Terminal/CCASS-Terminal-User-Guide-for-Participants/Section-2-CCASS-System-Overview/Sect2.pdf

There are seven types of CCASS Participants: (i) Direct Clearing Participants, (ii) General Clearing Participants, (iii) Clearing Agency Participants, (iv) Custodian Participants, (v) Stock Lender Participants, (vi) Stock Pledgee Participants, and (vii) Investor Participants. (i) Direct Clearing Participants: All Exchange Participants of SEHK can be Direct Clearing Participants (DCPs) of CCASS to clear and settle all their trades concluded on SEHK in eligible securities in CCASS. Before admission, Direct Clearing Participants are, amongst other conditions, required to subscribe for a non-interest bearing admission fee for HK$50,000 per trading right in SEHK and have to make the requisite contributions to the Guarantee Fund (see later). (ii) General Clearing Participants: General Clearing Participants (GCPs) must be either a licensed corporation licensed to carry on Type 1 regulated activity or a registered institution registered to carry on Type 1 regulated activity under the Securities and Futures Ordinance. A GCP must demonstrate its financial and operational capacity to establish and operate clearing business for other corporations. Before admission, GCPs are, amongst other conditions, required to (i) subscribe for a non-interest bearing admission fee of the higher of HK$50,000 and HK$50,000 in respect of each trading right held by itself (if it is also an Exchange Participant of SEHK) and each of its underlying NCP, and (ii) make the requisite contributions to the Guarantee Fund (see later). (iii) Clearing Agency Participants: Clearing Agency Participants (CAPs) are recognised bodies in the business of operating the central securities clearing and settlement system and/or central securities depository system. Clearing Agency Participants are regulated in Hong Kong by the Commission or in an overseas jurisdiction by a governmental body or securities regulatory agency. A Clearing Agency Participant must demonstrate its financial and operational capacity to establish and operate such a system, and the securities dealt with in the system include eligible securities. Clearing Agency Participants are required to subscribe for a non-interest bearing admission fee of HK$1,000,000. (iv) Custodian Participants: Only persons with an established custodian business in SEHK listed securities are to be admitted as Custodian Participants of CCASS. Amongst other conditions, each Custodian Participant is required to subscribe for a non-interest bearing admission fee of HK$1,000,000 prior to admission. (v) Stock Lender Participants: Stock lenders are persons who lend SEHK listed securities to Clearing Participants who may need to borrow shares to meet delivery obligations. At the initial stage of CCASS, stock lending within CCASS is restricted only to Clearing and Custodian Participants. A person other than a Clearing Participant or a Custodian Participant who wishes to join as a Stock Lender Participant will have to subscribe for a non-interest bearing admission fee of HK$200,000.

(vi) Stock Pledgee Participants: Only persons with an established business of lending money to Clearing Participants against the security of SEHK listed securities are admitted as Stock Pledgee Participants. Stock Pledgee Participants must have all requisite authorizations or licences and are only allowed to effect stock pledging transactions in CCASS (in particular, deposits of securities into CCASS by Stock Pledgee Participants will not be entertained). Stock Pledgee Participants are required to subscribe for a non-interest bearing admission fee of HK$200,000 prior to admission. (vii) Investor Participants: There are 3 types of CCASS Investor Participants: individual investor participants, joint individual investor participants and corporate investor participants.

hk clearing participant & Exchange Participant of SEHK的更多相关文章

  1. 并发编程之 Exchanger 源码分析

    前言 JUC 包中除了 CountDownLatch, CyclicBarrier, Semaphore, 还有一个重要的工具,只不过相对而言使用的不多,什么呢? Exchange -- 交换器.用于 ...

  2. 《Java7并发编程实战手册》读书笔记

    一.线程管理 1.线程的创建和运行 创建线程的2种方式: 继承Thread类,并覆盖run()方法 创建一个实现Runnable接口的类.使用带参数的Thread构造器来创建Thread对象 每个Ja ...

  3. 014-多线程-基础-Exchanger-行线程间的数据交换

    一.简介 Exchanger类允许在两个线程之间定义同步点,当两个线程都到达同步点时,它们交换数据.也就是第一个线程的数据进入到第二个线程中,第二线程的数据进入到第一个线程中. Exchanger可以 ...

  4. Java并发指南9:AQS共享模式与并发工具类的实现

    一行一行源码分析清楚 AbstractQueuedSynchronizer (三) 转自:https://javadoop.com/post/AbstractQueuedSynchronizer-3 ...

  5. Java并发包同步工具之Exchanger

    前言 承接上文Java并发包同步工具之Phaser,讲述了同步工具Phaser之后,搬家博客到博客园了,接着未完成的Java并发包源码探索,接下来是Java并发包提供的最后一个同步工具Exchange ...

  6. Exchanger 源码分析

    Exchanger 此类提供对外的操作是同步的: 用于成对出现的线程之间交换数据[主场景]: 可以视作双向的同步队列: 可应用于基因算法.流水线设计.数据校对等场景 创建实例 /** * arena ...

  7. JUC 常用4大并发工具类

    什么是JUC? JUC就是java.util.concurrent包,这个包俗称JUC,里面都是解决并发问题的一些东西 该包的位置位于java下面的rt.jar包下面 4大常用并发工具类: Count ...

  8. 高并发之Semaphore、Exchanger、LockSupport

    本系列研究总结高并发下的几种同步锁的使用以及之间的区别,分别是:ReentrantLock.CountDownLatch.CyclicBarrier.Phaser.ReadWriteLock.Stam ...

  9. 并发王者课-铂金9:互通有无-Exchanger如何完成线程间的数据交换

    欢迎来到<并发王者课>,本文是该系列文章中的第22篇,铂金中的第9篇. 在前面的文章中,我们已经介绍了ReentrantLock,CountDownLatch,CyclicBarrier, ...

随机推荐

  1. linux入门常用指令3.安装mysql

    下载安装包 MySQL-5.6.42-1.el6.x86_64.rpm-bundle_redhat [root@localhost src]# mkdir mysql [root@localhost ...

  2. Linux 下升级Android Studio失败

    在Linux下进行升级的时候,会弹出一个窗口,有一个表格,从表中发现在进行某些更新某些包是没有权限,解决方法很简单,将Android Studio安装文件夹改成当前Linux登陆用户即可. 1.找到A ...

  3. 一图一知-TS之symbol

  4. 求 无向图的割点和桥,Tarjan模板

    /* 求 无向图的割点和桥 可以找出割点和桥,求删掉每个点后增加的连通块. 需要注意重边的处理,可以先用矩阵存,再转邻接表,或者进行判重 */ const int MAXN = 10010; cons ...

  5. mysql乐观锁总结和实践(转载)

    原文地址:http://chenzhou123520.iteye.com/blog/1863407 乐观锁介绍: 乐观锁( Optimistic Locking ) 相对悲观锁而言,乐观锁假设认为数据 ...

  6. TCP/IP协议簇 端口 三次握手 四次挥手 11种状态集

    第一章:概念介绍 1.1 VLAN 1.1.1 什么是VLAN VLAN (Virturl LAN) ,翻译成中文是:“虚拟局域网”.VLAN可以是由少数几台家用计算机构成的网络,也可以是数以百计的计 ...

  7. ext系统的超级块

    什么是超级块 如果说inode块是Linux操作系统中文件的核心,那么超级块就是文件系统的心脏.启动Lnux操作系统后,发现某个文件系统无法使用,很有 可能就是超级块出现了问题.为什么这个超级块有这么 ...

  8. firefox ie 比较 relative path

    relative path 对于firefox ie 来说是不同的 在ie中 <base href="/">起基础url作用 此时 <a href="& ...

  9. 16-SQLServer强制走索引

    一.注意点 1.使用with(index(索引名称))来使SQL强制走索引. 二.示例截图 1.创建非聚集索引 2.不使用with,不走索引的截图 3.使用with,强制走索引的截图

  10. SpringMVC防止重复提交

    作者:mylovepan 推荐:GOODDEEP 问题描述: 现在的网站在注册步骤中,由于后台要处理大量信息,造成响应变慢(测试机器性能差也是造成变慢的一个因素),在前端页面提交信息之前,等待后端响应 ...