Symbiont
http://www.weiyangx.com/209230.html
Symbiont,Credit Suisse与R3携手革新贷款数据验证环节
Symbiont, Credit Suisse and R3 come together for syndicated loans proof of concep
近日,Symbiont与金融服务技术与数据合作伙伴Ipreo宣布,将携手Credit Suisse在R3实验与研究中心展开合作。最终实验结果将于今年年底出炉,据悉参与本次实验的还有多家著名银行、金融服务提供商和基金机构。
Symbiont and financial services technology and data partner Ipreo worked with Credit Suisse in R3's Lab and Research Center. The proof of concept will continue through the end of the year and includes participation from a number of agent banks, service providers and fund managers, said a statement.
项目实现所有技术来自Synaps Loans LLC。早些时候,为推广贷款交易结算业务,Symboint携手Ipreo,将两家公司的智能合同技术与全新商业流程解决方案结合起来了。
The project uses technology solutions from Synaps Loans LLC, a recently formed partnership combining Symbiont's leading smart contract technology with Ipreo's new business process solution to speed loan trade settlement.
据报道,参与本次实验项目的各方机构带来了充足和重要的行业资源与经验,这其中就包括R3联盟成员BBVA、丹斯克银行、苏格兰皇家银行、加拿大丰业银行、法国兴业银行、美国道富银行、富国银行等。而买方市场著名机构联博资产、Eaton Vance Management,KKR和Oak Hill Advisors也参与了这个项目。
Participants who collaborated and brought important market knowledge, process experience and testing resources to the project include R3 consortium members BBVA, Danske Bank, Royal Bank of Scotland, Scotiabank, Société Générale, State Street, U.S. Bank and Wells Fargo. Influential buy-side firms AllianceBernstein (AB), Eaton Vance Management, KKR and Oak Hill Advisors are also involved in the initiative.
借助Synaps,贷款投资人可以授权直接获得贷款数据相关记录。这项举措将帮助在相互审查、数据在录入和系统调和相关的费用。未来,贷款数据处理有望完全实现分布式账簿式处理,单独的借贷系统也有可能就此消失。
Through Synaps, loan investors have direct access to an authoritative system of record for syndicated loan data, according to a statement. This yields immediate savings by reducing manual reviews, data re-entry and systems reconciliation. In the future, loan data processing can be done exclusively on the distributed ledger, eliminating the cost for each market participant to maintain its own separate lending system, it said.
Symbiont的更多相关文章
- 区块链(Blockchain)
一 .什么是区块链? 区块链(Blockchain)是由节点参与的分布式数据库系统[1],它的特点是不可更改,不可伪造,也可以将其理解为账簿系统(ledger).它是比特币的一个重要概念,完整比特币区 ...
- 大家都是怎么看待STO的?
STO,全称为「Security Token Offer」,即证券型通证发行.STO是2017年底从美国开始流行的,对于在美国注册的公司,STO是一个合法合规的ICO. 对于STO,大家都是怎么看待的 ...
随机推荐
- 在MySQL中,如何计算一组数据的中位数?
要得到一组数据的中位数(例如某个地区或某家公司的收入中位数),我们首先要将这一任务细分为3个小任务: 将数据排序,并给每一行数据给出其在所有数据中的排名. 找出中位数的排名数字. 找出中间排名对应的值 ...
- WPF 自定义雷达图
自定义雷达图表如下: Git下载地址:https://github.com/Kybs0/RadarChartControl 1.创建UserControl,名为“RadarChartControl” ...
- Spring AOP支持的AspectJ切入点语法大全
原文出处:http://jinnianshilongnian.iteye.com/blog/1420691 Spring AOP支持的AspectJ切入点指示符 切入点指示符用来指示切入点表达式目的, ...
- openstack中的身份管理
原文:http://blog.csdn.net/xxfigo/article/details/8785748 原作者关于openstack的一系列文章http://blog.csdn.net/xxfi ...
- 从微软下载安装Windows10
如果你需要安装或重新安装 Windows 10,可以通过此页面上的工具,使用 U 盘或 DVD 创建你自己的安装介质. 开始之前 确保你具有以下内容: Internet 连接(可能产生 Interne ...
- String类的equals是如何进行字符串比较的
先看一段代码: public static void main(String[] args) { String a = new String("abc"); String b = ...
- Linux下基于vsftpd搭建ftp服务器
1.先用检查是否已经安装rpm -qa| grep vsftpd2.然后再进行在线安装vsftpd这个服务yum install vsftpd -y3.修改vi /etc/vsftpd/vsftpd. ...
- sql 首写字母查询姓名(字段)
来自网上大神,不知道是谁,挂不上链接 /////////////////////// 1.生成方法函数 create function f_GetPy(@str nvarchar(4000)) ret ...
- SQLMAP参数介绍
转自:http://zhan.renren.com/bugpower?gid=3602888498044629629&checked=true SQLMAP参数介绍 sqlmap的使用方式:p ...
- http缓存相关头
https://mp.weixin.qq.com/s/qOMO0LIdA47j3RjhbCWUEQ 这里说的一下我对http控制客户端缓存的头的理解. 在请求一个静态文件的时候(图片,css,js)等 ...