JD.com to list its property, industrial units in Hong Kong
itomcoil 2025-01-15 14:07 16 浏览
By YU Hao
Chinese e-commerce giant JD.com is planning to spin off two of its business units – JD property and JD industrials – through separate Hong Kong listings.
JD.com now holds 74.5 percent of JD Property and 78 percent of JD Industrials. After listing, JD.com will still hold more than 50 percent of each company, and both will remain its subsidiaries.
Right kind of development
Founded in 2018, JD Property builds and manages property – mostly industrial parks – at home and abroad. The company has more than 50 properties in China and 25 projects overseas. It also operates more than 100 megawatts of photovoltaic roof projects.
Back in 2018 when JD Property was founded, the Chinese government was tightening macro control policies on the property market and beefing up regulation of lending. The moves successfully curbed some leverage of real estate bubbles and encouraged the right kind of development. Having been founded at the very beginning of this tempestuous new era in China’s property market, JD Property was forged in a very different fire from China’s older developers.
Most of JD Property’s overseas projects are in Southeast Asia. Since 2021, it has invested heavily in logistics parks in Indonesia.
According to its prospectus, JD Property’s revenue grew from 582 million yuan (US$85 million) in 2020 to 2.3 billion yuan in 2022, with gross profit rising from 229 million yuan to 1.64 billion yuan.
Problem of efficiency
Marketing itself as a way of dealing with some of the low-efficiency, high-cost issues among Chinese enterprises, JD Industrial describes itself as a comprehensive provider of industrial supply-chain technology and services.
China's secondary industry output value rose from 33.3 trillion yuan to 48.3 trillion yuan between 2017 and 2022, with a compound annual growth rate of 7.7 percent. But statistics also showed that in 2022, operating costs of large-scale industrial enterprises in China accounted for 84.7 percent of total revenue; while data from the China Federation of Logistics & Purchasing indicated that the penetration rate of digital procurement in the country was only about 7.5 percent in 2022.
Independent operation
JD Industrials started to operate independently in 2017 and has so far closed two financing rounds that pushed its value to US$6.7 billion. At the end of 2022, JD Industrials was able to provide 48 product categories and approximately 42.5 million SKUs.
Data from China Insights Consultancy showed that in terms of GMV, JD Industrials is the largest service supply chain provider, occupying 4.1 percent of the total market. Its revenue grew quickly from 7 billion yuan in 2020 to 14 billion yuan last year.
相关推荐
- MariaDB开窗函数(开窗函数max)
-
在使用GROUPBY子句时,总是需要将筛选的所有数据进行分组操作,它的分组作用域是整张表。分组以后,为每个组只返回一行。而使用基于窗口的操作,类似于分组,但却可以对这些"组"(即窗口...
- 你还不知道什么是MySQL窗口函数?(mysql5.7窗口函数)
-
MySQL中的窗口函数是一类用来在某一部分查询结果上进行计算的函数,这些函数的用法与普通的聚合函数如SUM、AVG、COUNT类似,但是与聚合函数不同的是,窗口函数不会讲多行数据合并成一行结果,而是...
- 精通88道题包你面试通过BAT-精简版-不得不收藏!
-
J2SE基础1.九种基本数据类型的大小,以及他们的封装类。2.Switch能否用string做参数?3.equals与==的区别。4.Object有哪些公用方法?5.Java的四种引用,强弱...
- Transact-SQL学习笔记21——排名窗口函数
-
将OVER()子句和排名函数连用,就是排名窗口函数,它们只能用在SELECT子句或ORDERBY子句之后。如果放在SELECT之后,它运行的逻顺序在DISTINCT之前。逻辑处理顺序如下:SE...
- MySQL8 窗口函数是真的省事!(mysql中的窗口函数)
-
@[toc]MySQL9已经出来了,MySQL8相信也慢慢走进各位小伙伴的工作中了。MySQL8还是有很多重量级变化的,一些底层优化大家在使用中有时候不易察觉,但是有一些用法,还是带给我们耳目一...
- Lodash 这 20 个方法,既高级又超级实用!
-
一、安全操作篇1._.get:防御性取值2._.set:智能路径赋值3._.invoke:安全方法调用二、集合处理篇4._.keyBy:快速对象映射5._.orderBy:多条件排序6._...
- Oracle有哪些常见的函数?(oracle常用函数有哪些)
-
恢复删除的数据insertinto'表名'select*from'表名'asofTIMESTAMPTO_TIMESTAMP("当前时间...
- excel的高级用法——宏,原来如此实用
-
使用excel时,直接手动计算或者输入公式,你会感到很苦恼或者操作很繁琐,如果使用vba直接输出结果,虽然效率很高,但是不够直观。excel宏最方便的用法是作为公式里的函数使用,打开宏编辑器,编写一个...
- 7 RDD常用算子(2)(rd算法)
-
filter()deffilter(f:T=>Boolean):RDD[T]函数说明将数据根据指定的规则进行筛选过滤,符合规则的数据保留,不符合规则的数据丢弃。当数据进行筛选过滤后,分...
- 从零开始学SQL进阶,数据分析师必备SQL取数技巧,建议收藏
-
上一节给大家讲到SQL取数的一些基本内容,包含SQL简单查询与高级查询,需要复习相关知识的同学可以跳转至上一节,本节给大家讲解SQL的进阶应用,在实际过程中用途比较多的子查询与窗口函数,下面一起学习。...
- SQL窗口函数知多少?(sql窗口怎么执行)
-
我们在日常工作中是否经常会遇到需要排名的情况,比如:每个部门按业绩来排名,每人按绩效排名,对部门销售业绩前N名的进行奖励等。面对这类需求,我们就需要使用sql的高级功能——窗口函数。一、什么是窗口函数...
- SQL开窗函数讲解,让查询统计更简单
-
用了这么多关系型数据库产品,开源的商业的,如:Oracle、MySql(注意5.7以上版本才可以使用)、SqlServer、postgreSQL。如果从应用角度来看,谁都逃离不了增删改查;而查又是难点...
- mysql窗口函数(mysql窗口函数rank)
-
MySQL窗口函数是一种高级的SQL函数,它可以进行一些比较复杂的数据分析和处理。与传统的聚合函数不同,窗口函数不会合并行,而是根据特定的条件为每行分配一个值。MySQL窗口函数可以用来计算每...
- 一文讲懂SQL窗口函数 大厂必考知识点
-
大家好,我是宁一。今天是我们的第24课:窗口函数。窗口函数,也叫OLAP(OnlineAnallyticalProcessing,联机分析处理),可以对数据库数据进行实时分析处理。窗口函数是数据分...
- C++20 四大特性之一:Module 特性详解
-
C++20最大的特性是什么?最大的特性是迄今为止没有哪一款编译器完全实现了所有特性。文章来源:网易云信有人认为C++20是C++11以来最大的一次改动,甚至比C++11还要大。本文仅介绍...
- 一周热门
- 最近发表
- 标签列表
-
- ps图案在哪里 (33)
- super().__init__ (33)
- python 获取日期 (34)
- 0xa (36)
- super().__init__()详解 (33)
- python安装包在哪里找 (33)
- linux查看python版本信息 (35)
- python怎么改成中文 (35)
- php文件怎么在浏览器运行 (33)
- eval在python中的意思 (33)
- python安装opencv库 (35)
- python div (34)
- sticky css (33)
- python中random.randint()函数 (34)
- python去掉字符串中的指定字符 (33)
- python入门经典100题 (34)
- anaconda安装路径 (34)
- yield和return的区别 (33)
- 1到10的阶乘之和是多少 (35)
- python安装sklearn库 (33)
- dom和bom区别 (33)
- js 替换指定位置的字符 (33)
- python判断元素是否存在 (33)
- sorted key (33)
- shutil.copy() (33)