hk clearing participant & Exchange Participant of SEHK
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的更多相关文章
- 并发编程之 Exchanger 源码分析
前言 JUC 包中除了 CountDownLatch, CyclicBarrier, Semaphore, 还有一个重要的工具,只不过相对而言使用的不多,什么呢? Exchange -- 交换器.用于 ...
- 《Java7并发编程实战手册》读书笔记
一.线程管理 1.线程的创建和运行 创建线程的2种方式: 继承Thread类,并覆盖run()方法 创建一个实现Runnable接口的类.使用带参数的Thread构造器来创建Thread对象 每个Ja ...
- 014-多线程-基础-Exchanger-行线程间的数据交换
一.简介 Exchanger类允许在两个线程之间定义同步点,当两个线程都到达同步点时,它们交换数据.也就是第一个线程的数据进入到第二个线程中,第二线程的数据进入到第一个线程中. Exchanger可以 ...
- Java并发指南9:AQS共享模式与并发工具类的实现
一行一行源码分析清楚 AbstractQueuedSynchronizer (三) 转自:https://javadoop.com/post/AbstractQueuedSynchronizer-3 ...
- Java并发包同步工具之Exchanger
前言 承接上文Java并发包同步工具之Phaser,讲述了同步工具Phaser之后,搬家博客到博客园了,接着未完成的Java并发包源码探索,接下来是Java并发包提供的最后一个同步工具Exchange ...
- Exchanger 源码分析
Exchanger 此类提供对外的操作是同步的: 用于成对出现的线程之间交换数据[主场景]: 可以视作双向的同步队列: 可应用于基因算法.流水线设计.数据校对等场景 创建实例 /** * arena ...
- JUC 常用4大并发工具类
什么是JUC? JUC就是java.util.concurrent包,这个包俗称JUC,里面都是解决并发问题的一些东西 该包的位置位于java下面的rt.jar包下面 4大常用并发工具类: Count ...
- 高并发之Semaphore、Exchanger、LockSupport
本系列研究总结高并发下的几种同步锁的使用以及之间的区别,分别是:ReentrantLock.CountDownLatch.CyclicBarrier.Phaser.ReadWriteLock.Stam ...
- 并发王者课-铂金9:互通有无-Exchanger如何完成线程间的数据交换
欢迎来到<并发王者课>,本文是该系列文章中的第22篇,铂金中的第9篇. 在前面的文章中,我们已经介绍了ReentrantLock,CountDownLatch,CyclicBarrier, ...
随机推荐
- 【2017-05-30】WebForm文件上传。从服务端删除文件
用 FileUpload控件进行上传文件. <asp:FileUpload ID="FileUpload1" runat="server" /> ...
- Django:中间件与csrf
一.中间件 什么是中间件 中间件有什么用 自定义中间件 中间件应用场景 二.csrf csrf token跨站请求伪造 一.中间件 什么是中间件 中间件顾名思义,是介于request与response ...
- linux-2.6.38 input子系统(用输入子系统实现按键操作)
一.设备驱动程序 在上一篇随笔中已经分析,linux输入子系统分为设备驱动层.核心层和事件层.要利用linux内核中自带的输入子系统实现一个某个设备的操作,我们一般只需要完成驱动层的程序即可,核心层和 ...
- SELinux 了解及CentOS7 中 semanage命令的安装
SELinux 安全子系统 SELinux(Security-Enhanced Linux)是美国国家安全局在Linux开源社区的帮助下开发的一个强制访问控制(MAC,Mandatory Access ...
- 【转】深入理解Spring的两大特征(IOC和AOP)
原文链接:https://blog.csdn.net/gloomy_114/article/details/68946881 众所周知,Spring的核心特性就是IOC和AOP,IOC(Inversi ...
- [Algorithm] Max Chars Problem
// --- Directions // Given a string, return the character that is most // commonly used in the strin ...
- 开源笔记软件Joplin
Joplin is a free, open source note taking and to-do application, which can handle a large number of ...
- Appium Python测试环境搭建
详细参考地址:https://www.cnblogs.com/amoyshmily/p/10500687.html 1,Appium安装:https://github.com/appium/appiu ...
- Verilog状态机使用技巧
“没有什么难处是通过增加一个状态机不能够解决的,如果不行,那就俩..” 在实现某种功能时,若感觉该功能的各种可能状态间的切换太绕了,此时,增加一个状态机往往能使思路变得清晰,功能的实现也就简单明了了. ...
- code命令用vscode打开项目代码
1. 打开vscode, 使用Command + shift + p, 输入shelll 选择