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的更多相关文章

  1. 区块链(Blockchain)

    一 .什么是区块链? 区块链(Blockchain)是由节点参与的分布式数据库系统[1],它的特点是不可更改,不可伪造,也可以将其理解为账簿系统(ledger).它是比特币的一个重要概念,完整比特币区 ...

  2. 大家都是怎么看待STO的?

    STO,全称为「Security Token Offer」,即证券型通证发行.STO是2017年底从美国开始流行的,对于在美国注册的公司,STO是一个合法合规的ICO. 对于STO,大家都是怎么看待的 ...

随机推荐

  1. hammer.js的六大事件

    1.Pan事件:在指定的dom区域内,一个手指放下并移动事件,即触屏中的拖动事件.这个事件在触屏开发中比较常用: Panstart 拖动开始 Panmove 拖动过程 Panend 拖动结束 Panc ...

  2. JustWeTools - 自定义控件集

    JustWeTools - Some useful tools 项目地址 JustWe 现在有哪些模块? View自定义控件 PaintView画图工具(包含重构压感新版) CodeView代码编辑 ...

  3. Appium学习实践(五)遇到的坑(记录自己工作中遇到的坑以及解决方案,不定时更新)

    1.错误截图,有时候测试用例执行错误的话,相对于复杂的log,一张错误截图也许能更明确哪里出的问题(当然有时,截图+log还是最好了) 坑:本来是想测试用例fail的时候捕获异常来执行截图操作,但是由 ...

  4. UVA - 1025 A Spy in the Metro[DP DAG]

    UVA - 1025 A Spy in the Metro Secret agent Maria was sent to Algorithms City to carry out an especia ...

  5. VirtualBox装ghost XP

    在win7 professional 64上安装了virtualBox4.3.14 r95030 版本,之所以要安装这个vb,是因为刚升级的vm 打开之后很占用cpu, 网上又说vb不是很占用cpu而 ...

  6. C#基础系列——反射笔记

    前言:使用反射也有几年了,但是一直觉得,反这个概念很抽象,今天有时间就来总结下这个知识点. 1.为什么需要反射: 最初使用反射的时候,作为小菜总是不理解,既然可以通过new 一个对象的方式得到对象,然 ...

  7. DayPilot 7.8 DLL去DEMO字样下载

    来自 DayPilot 的 7.8.3169.1 版本的DLL,微调去掉了“DEMO”字样,供参考,商用请支持正版! 此处下载: http://files.cnblogs.com/files/pcca ...

  8. 秀起来的coding

    转载:http://www.zuidsaima.com/html/1695882735602688/index.html

  9. STM32端口复用和映射

    STM32的功能引脚重映射和复用功能STM32中有很多内置外设的输入输出引脚都具有重映射(remap)的功能,本文对一些在使用引脚重映射时所遇到的有关问题加以说明.我们知道每个内置外设都有若干个输入输 ...

  10. javascript 中断函数的使用 setInterval();

    <script type="text/javascript"> var i=1; var IR1 = setInterval("myMethod()" ...