算法组合 优化算法_算法交易简化了风险价值和投资组合优化

算法组合 优化算法

Image for post
Photo by Markus Spiske (left) and Jamie Street (right) on Unsplash
Markus Spiske (左)和Jamie Street(右)在Unsplash上的照片

In the last post, we saw how actual algorithms are developed and tested. In this post, we will figure out the level of exposure so that can always protect our investments from significant downturns. And find the best performing portfolio given several assets.

在上一篇文章中,我们看到了如何开发和测试实际算法。 在这篇文章中,我们将弄清风险敞口水平,从而始终可以保护我们的投资免受重大衰退的影响。 并根据几种资产找到表现最佳的投资组合。

Why quantify the risk?

为什么要量化风险?

To invest or trade with confidence. Knowing Value at Risk (VaR) helps us to gauge the potential loss of equity, both in scale and frequency. Not managing this volatility can lead to significant (and avoidable) losses.

有信心地进行投资或交易。 了解风险价值(VaR)帮助我们从规模和频率上衡量潜在的股权损失。 不控制这种波动会导致重大(和可避免)的损失。

Why Optimize Portfolio?

为什么要优化投资组合?

We are all risk-averse and we want to maximize our profits. Diversification can potentially achieve both of these goals. We can select assets with the best returns that are less correlated with each other. Portfolio return and risk however depend upon final mix or weight allocation to each asset. Not getting allocation right will lead to lower returns/higher risks. We will use mean-variance optimization to find desired weights to construct the best performing portfolio(modern portfolio theory by Markowitz).

我们都规避风险,我们希望最大限度地提高利润。 多样化可以潜在地实现这两个目标。 我们可以选择相互之间关联度较低的最佳收益资产。 但是,投资组合的回报和风险取决于最终组合或对每种资产的权重分配。 分配不正确将导致较低的回报/较高的风险。 我们将使用均值方差优化来找到所需的权重,以构建表现最佳的投资组合(Markowitz的现代投资组合理论)。

Short explanation/definition of key terms

简要解释/定义关键术语

Value at Risk (VaR): Maximum dollar amount (or percentage) expected to be lost over a given time horizon, at a pre-defined confidence/probability level.

风险价值(VaR) :在给定的时间范围内,在预定义的置信度/概率水平下,预期损失的最大金额(或百分比)。

Portfolio optimization and efficient frontier: Finding best weights for selected assets such that the expected return is highest for a given risk or vice versa. An efficient frontier is simply a collection of all such dominant/optimized portfolios for all possible risk level.

投资组合优化和有效边界 :找到选定资产的最佳权重,以使给定风险的预期收益最高,反之亦然。 有效边界只是针对所有可能的风险水平的所有此类主导/优化投资组合的集合。

Sharpe ratio: Sharpe ratio is the measure of risk-adjusted return of a portfolio. Degree of excess return beyond risk-free asset for taking extra risk.

夏普比率 :夏普比率是对投资组合进行风险调整后的收益的度量。 超出无风险资产的超额收益程度,以承担额外风险。

Capital Market Line (CML): Theoretical concept that gives optimal combinations of a risk-free asset and the market portfolio (portfolio of risky assets).

资本市场线(CML) :提供无风险资产和市场投资组合(风险资产组合)的最佳组合的理论概念。

Convex optimization: Solving a mean-variance problem as convex functions, here with the help of Solvers.

凸优化 :在此处借助求解器,将均方差问题解决为凸函数。

Part 1: Value at Risk (VaR)

第1部分:风险价值(VaR)

VaR represents portfolio variance at one extreme (of the distribution). Portfolio risk is calculated as portfolio variance (equivalently standard deviation). Portfolio variance plays a major role in determining the risk characteristic of asset as a whole. Portfolio variance depends upon variance of each asset within the portfolio as well their covariance. Thus when assets are uncorrelated (do not tend to move together) portfolio risks are lower compared to portfolio of assets are highly positively correlated.

VaR代表(分布中)一种极端的投资组合方差。 投资组合风险计算为投资组合方差(等同于标准差)。 投资组合方差在确定整个资产的风险特征中起着重要作用。 投资组合方差取决于投资组合中每个资产的方差及其协方差。 因此,与不高度相关的资产组合相比,当资产不相关(不倾向于一起移动)时,资产组合的风险较低。

For a 2 asset portfolio, portfolio variance is given by following equation where w1, w2 are weights, sigma1, sigma2 are standard deviation of each asset and Cov12 denotes covariance between them.

对于2个资产投资组合,投资组合方差由以下等式给出,其中w1,w2是权重,sigma1,sigma2是每种资产的标准差,Cov12表示它们之间的协方差。

Image for post

For multiple asset portfolio, position vector and covariance matrix make it much easier to express portfolio variance rather than writing a long summation.

对于多资产投资组合,位置矢量和协方差矩阵使表达投资组合方差比编写长总和变得容易得多。

Image for post
W represents the position vector containing allocated weight to each asset. Sigma represents the covariance matrix.
W代表位置向量,其中包含分配给每个资产的权重。 Sigma代表协方差矩阵。

Following is an expanded view of the matrix operation.

以下是矩阵运算的扩展视图。

Image for post

With python (Pandas/Numpy or other tools) it is straight forward to calculate the covariance matrix for the whole asset given the series of returns. Matrix multiplication is then used to get portfolio variance.For illustration, I have taken stocks from the Nepal Stock Exchange (NEPSE). 4 highly traded stocks from different sectors were selected. The process involves loading data, calculating return for each stock, computing covariance, and finally calculating portfolio variance as given below.

使用python(Pandas / Numpy或其他工具),可以很容易地在给定一系列收益的情况下为整个资产计算协方差矩阵。 然后使用矩阵乘法获得投资组合方差。为说明起见,我从尼泊尔证券交易所(NEPSE)提取了股票。 选择了4个来自不同行业的高交易量股票。 该过程包括加载数据,计算每只股票的回报,计算协方差,最后计算投资组合方差,如下所示。

Include code to calculate var
包含代码以计算var

While standard deviation tells how much asset can fluctuate every day on average, VaR represents how much asset can fall a single day during a highly volatile period. VaR is expressed as a potential loss of asset (e.g. 4% of the total asset) with a certain probability (e.g. 2% chance or 98% confidence) within a certain time frame (e.g. daily/weekly). Being aware of VaR allows us to keep the right-sized asset or the right mix of assets such that we can avoid unexpected and huge losses.The image below shows that return could be as worse as or worse than -1.64 standard deviation 1 out of 20 trading days (5% probability).

标准差表示平均每天有多少资产波动,而VaR表示在高度波动的时期中一天会有多少资产下跌。 VaR表示为在特定时间范围(例如每天/每周)内具有一定概率(例如2%机会或98%的置信度)的潜在资产损失(例如总资产的4%)。 意识到VaR可以使我们保留适当大小的资产或正确的资产组合,从而避免出现意外的巨大损失。下图显示,收益可能比-1.64标准差1差或更差。 20个交易日(5%的概率)。

Image for post
Value at Risk lies at negative side of distribution. Events 1.64 SD away from the center occur with frequency of 5% in average assuming normal distribution.
风险价值位于分配的不利方面。 假设正态分布,远离中心的事件1.64 SD的发生频率平均为5%。

It is obvious that we would want a portfolio and with minimum VaR as possible for any given return. Next, we will find such a portfolio with an optimal combination of weights that has a minimum variance for a specific return. Alternatively, portfolio optimization will help us to maximize our return for any selected risk level.

显然,我们希望有一个投资组合,并且对于任何给定的回报,都需要尽可能降低VaR。 接下来,我们将找到这样的投资组合,其权重的最佳组合对于特定收益具有最小的方差。 另外,投资组合优化将帮助我们针对任何选定的风险水平最大化收益。

Image for post

Example: For some random positions(weights) in 4 stocks [0.08, 0.2, 0.58, 0.14] calculated portfolio variance is 0.005, and standard deviation is 0.022 or 2.2% daily std. Assuming a normal distribution of returns, the worst 5% outcomes lie -1.64 SD away from the center. That is returns can be worse than -0.0367 or -3.67% (-1.645*0.022) in 1/20 trading days (5% chance). If we have $100000 invested, our Var at 5% probability is $3670. In other words, we tend to lose $3670 (or more) once in every 20 trading days.

例如:对于4只股票中的一些随机头寸(权重)[0.08,0.2,0.58,0.14],计算出的投资组合方差为0.005,标准差为每日std的0.022或2.2%。 假设收益呈正态分布,则最差的5%收益位于远离中心的-1.64 SD。 也就是说,在1/20个交易日内(低于5%的机会)回报可能低于-0.0367或-3.67%(-1.645 * 0.022)。 如果我们投资了100000美元,则我们以5%概率出现的Var为3670美元。 换句话说,我们倾向于每20个交易日损失3670美元(或更多)。

Part 2. Portfolio Optimization

第2部分。投资组合优化

We will gradually discover the portfolio we want in few steps. We shall start with completely random allocation (i.e. use random weights). Some of these random weight portfolios have better risk-return trade-off, hence are dominant portfolios. Those lying most upper/outer in the risk-return plot make the efficient frontier. Next, we shall find the Market portfolio by comparing the Sharpe ratio for each random portfolio. Needless to say, the Market portfolio lies on the efficient frontier and has the highest/maximum Sharpe ratio. The line tangent to this point and passing through risk-free asset is the Capital Market Line. The slope and intercept to this line are Sharpe ratio and risk-free rate respectively. Ideally, all investors select their portfolio somewhere on this line depending upon their risk/return preferences.

我们将通过几个步骤逐步发现我们想要的产品组合。 我们将从完全随机的分配开始(即使用随机权重)。 这些随机权重投资组合中的一些具有更好的风险-收益权衡 ,因此是占主导地位的投资组合 。 那些在风险收益图上位于最上/最外的人成为有效的前沿 。 接下来,我们将通过比较每个随机投资组合的夏普比率来找到市场投资组合。 不用说,市场组合位于有效的边界上,并且具有最高/最大的夏普比率。 与此切线相交并穿过无风险资产的线资本市场线 。 这条线的斜率和截距分别是夏普比率和无风险利率。 理想情况下,所有投资者都根据风险/回报偏好选择投资组合。

A. Random allocation of weights: We will visualize the effect of random allocation weights. 1000s of portfolios are taken with random weights, respective mean and variance are calculated (and scattered for visualization). Some combination weight has better risk-return characteristics and therefore are dominating/desirable portfolios.

A.权重的随机分配:我们将可视化随机分配权重的效果。 以随机权重获取1000个投资组合,计算各自的均值和方差(并分散显示)。 一些组合权重具有更好的风险收益特性,因此是主导/理想的投资组合。

Portfolio return:

投资组合收益:

Image for post
Image for post

Portfolio risk:

投资组合风险:

Image for post

B. Market portfolio: Among all possible combinations of dominating portfolios in the efficient frontier, one which gives the highest return for taking additional risk beyond a risk-free rate is designated as a Market portfolio. we can calculate the Sharpe ratio for all portfolios given a risk-free rate and the winning portfolio with the highest Sharpe ratio is the Market Portfolio. All the rational investors gravitate towards to this best performing portfolio.This model of combining risk-free assets with the Market portfolio is known as the Capital asset pricing model (CAPM). All portfolios in CML is optimally compensated for risk above the risk-free rate. Mathematically CAPM is expressed as:

B.市场投资组合:在有效边界中所有主导投资组合的可能组合中,将承担无风险利率以外的附加风险获得最高回报的投资组合指定为市场投资组合。 在无风险利率的情况下,我们可以计算所有投资组合的夏普比率,而夏普比率最高的获胜投资组合是市场投资组合。 所有理性投资者都倾向于使用这种表现最佳的投资组合。这种将无风险资产与市场投资组合在一起的模型被称为资本资产定价模型(CAPM)。 CML中的所有投资组合都能获得高于无风险利率的最佳风险补偿。 在数学上,CAPM表示为:

Image for post
Rp -portfolio return after combining risk free asset, Rm -market return , Rf -Risk free rate. Sigma_m -standard deviation of market returns, Sigma_p -standard deviation of portfolio returns. Note risk for Risk free asset is 0
组合无风险资产,Rm市场收益,Rf无风险利率后的Rp投资组合收益。 Sigma_m-市场收益的标准偏差,Sigma_p-投资组合收益的标准偏差。 注意无风险资产的风险为0

Rearranging, we have Sharpe ratio for combined portfolio :

重新排列后,我们得到了组合资产组合的夏普比率:

Image for post
Sharpe ratio for combined portfolio is equal to market risk premium divided by market portfolio risk.
组合组合的夏普比率等于市场风险溢价除以市场组合风险。

Using Rm and Sigma_m calculated from stock return and covariance Sharpe ratio for each random portfolio is calculated, one with the highest Sharpe ratio is the market/optimal portfolio.C. Capital Market Line (CML): Capital Market line represents all combinations of the risk-free asset and the optimal market portfolio. It’s easy to see that the slope of this line is the Sharpe ratio itself and the intercept is a risk-free rate. Given this information, CML can be readily drawn as seen below.

使用从股票收益率和协方差计算得出的Rm和Sigma_m,计算每个随机投资组合的Sharpe比率,夏普比率最高的是市场/最优投资组合。 资本市场线(CML):资本市场线代表无风险资产和最佳市场投资组合的所有组合。 不难看出,这条线的斜率就是夏普比率本身,截距是无风险比率。 有了这些信息,就可以很容易地绘制CML,如下所示。

Image for post
Using Sharpe Ratio (SR) and risk free rate (Rf), portfolio return (Y) for any portfolio risk (X) can be calculated.
使用夏普比率(SR)和无风险利率(Rf),可以计算任何投资组合风险(X)的投资组合收益(Y)。
Image for post
CML in green passes trough optimal market portfolio (red dot) and risk free rate. This line is tangent to the efficient frontier.
绿色的CML通过了最佳市场组合(红点)和无风险利率。 这条线与有效边界相切。

Code for constructing random portfolios, finding a market portfolio, and drawing CML line.

用于构建随机投资组合,查找市场投资组合和绘制CML线的代码。

Part 3. Solvers

第3部分。求解器

Random initialization of weights can work for a portfolio with few assets but when assets grow large, the cost of computing and time it takes can be forbidding. However, solving for the best portfolio is an optimization problem with constraints. We can use Solvers from python either for getting single best return (or risk) or get the entire efficient frontier. These are solved as convex problems and the global optimum is always reached.

权重的随机初始化可以用于资产很少的投资组合,但是当资产变大时,计算成本和花费的时间可能会被禁止。 但是,求解最佳投资组合是具有约束的优化问题。 我们可以使用python的Solvers来获得单个最佳回报(或风险)或获取整个有效边界。 这些问题解决为凸问题,并且始终可以达到全局最优。

The optimization objective is expressed as:

优化目标表示为:

Image for post

Here weights are represented by x and we are solving for optimal x. Objectives and constraints are written in matrix form. As a rule objective function is stated as a minimization problem. All the inequalities are similarly stated as lesser than some value.

这里的权重用x表示,我们正在求解最优x。 目标和约束以矩阵形式编写。 通常将目标函数表示为最小化问题。 类似地,所有不平等程度均小于某个值。

Inputs for Solvers:

解算器的输入:

The algorithm solves for ‘x’ with the help of inputs

该算法借助输入来求解“ x”

P or quadratic part (here it’s sigma or variance-covariance matrix, cov)

P或二次部分(此处为sigma或方差-协方差矩阵,cov)

q or linear part of the objective function (here represented by a vector of returns r or ER_stocks, above)

q或目标函数的线性部分(此处由上面的收益r或ER_stocks的向量表示)

G and h make the lower bound for weights i.e 0. We can input G as an identity matrix of size n x n (n: number of weights/stocks). Stated as matmul(G, x) < h, hence h is a vector of 0s of size n. while weights are non-negative, while solving they are stated as: -weights < 0.

G和h为权重的下限,即0。我们可以输入G作为大小为nxn的单位矩阵(n:权重/库存数)。 表示为matmul(G,x)<h,因此h是大小为n的0s的向量。 权重为非负数,而求解时权重表示为:-weights <0。

A and b make the equality part of the constraint. For our purpose the sum of all weights must equal 1. Hence A is a vector of 1s of size n. matmul(A, r_transpose) = 1, or b is simply 1.

A和b使相等性成为约束的一部分。 为了我们的目的,所有权重的总和必须等于1。因此,A是大小为n的1s的向量。 matmul(A,r_transpose)= 1或b就是1。

We can get the frontier and plot along with random portfolios:

我们可以得到边界和情节以及随机投资组合:

Image for post
Efficient frontier plotted along with random portfolios and the Capital Market Line
绘制有效边界,随机投资组合和资本市场线

Code to solve using Solvers.

使用求解器求解的代码。

Limitations and Conclusion

局限性和结论

The biggest limitations of this model are the assumption of a normal distribution of returns and the validity of covariance. Actual returns are rarely normal and in fact, highly negative and positive returns are much more common giving rise to so-called fat-tailed distribution. As such the model underestimates the risks. Portfolio variance/risk is very sensitive to variance and covariance pairs i.e. the covariance matrix. Covariance rarely remains the same for a long time, hence finding a robust/valid covariance matrix is challenging.

该模型的最大局限性是假设收益呈正态分布且协方差有效。 实际收益很少是正常的,实际上,高度负收益和正收益更为普遍,从而导致所谓的肥尾分布。 因此,该模型低估了风险。 投资组合方差/风险对方差和协方差对(即协方差矩阵)非常敏感。 协方差很少会长时间保持相同,因此要找到鲁棒/有效的协方差矩阵具有挑战性。

Despite some limitations, risk modeling with VaR is a very helpful and probably most used indicator. Portfolio optimization leads to the most efficient use of our resources and any allocation decisions should be based upon these considerations. Solvers can be used to quickly find the efficient frontier or market portfolio has given return series for each stock.

尽管有一些限制,但使用VaR进行风险建模是一个非常有用且可能是最常用的指标。 投资组合优化可最有效地利用我们的资源,任何分配决策均应基于这些考虑。 解算器可用于快速找到有效的前沿或市场投资组合,从而为每只股票提供收益系列。

You can read the earlier post here:

您可以在此处阅读之前的文章:

翻译自: https://medium.com/@mnshonco/algorithmic-trading-simplified-value-at-risk-and-portfolio-optimization-ce8f0977d09

算法组合 优化算法

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/389332.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

PS抠发丝技巧 「选择并遮住…」

PS抠发丝技巧 「选择并遮住…」 现在的海报设计&#xff0c;大多数都有模特MM&#xff0c;然而MM的头发实用太多了&#xff0c;有的还飘起来…… 对于设计师(特别是淘宝美工)没有一个强大、快速、实用的抠发丝技巧真的混不去哦。而PS CC 2017版本开始&#xff0c;就有了一个强大…

covid 19如何重塑美国科技公司的工作文化

未来 &#xff0c; 技术 &#xff0c; 观点 (Future, Technology, Opinion) Who would have thought that a single virus would take down the whole world and make us stay inside our homes? A pandemic wave that has altered our lives in such a way that no human (bi…

python生日悖论分析_生日悖论

python生日悖论分析If you have a group of people in a room, how many do you need to for it to be more likely than not, that two or more will have the same birthday?如果您在一个房间里有一群人&#xff0c;那么您需要多少个才能使两个或两个以上的人有相同的生日&a…

rstudio 管道符号_R中的管道指南

rstudio 管道符号R基础知识 (R Fundamentals) Data analysis often involves many steps. A typical journey from raw data to results might involve filtering cases, transforming values, summarising data, and then running a statistical test. But how can we link al…

蒙特卡洛模拟预测股票_使用蒙特卡洛模拟来预测极端天气事件

蒙特卡洛模拟预测股票In a previous article, I outlined the limitations of conventional time series models such as ARIMA when it comes to forecasting extreme temperature values, which in and of themselves are outliers in the time series.在上一篇文章中 &#…

直方图绘制与直方图均衡化实现

一&#xff0c;直方图的绘制 1.直方图的概念&#xff1a; 在图像处理中&#xff0c;经常用到直方图&#xff0c;如颜色直方图、灰度直方图等。 图像的灰度直方图就描述了图像中灰度分布情况&#xff0c;能够很直观的展示出图像中各个灰度级所 占的多少。 图像的灰度直方图是灰…

时间序列因果关系_分析具有因果关系的时间序列干预:货币波动

时间序列因果关系When examining a time series, it is quite common to have an intervention influence that series at a particular point.在检查时间序列时&#xff0c;在特定时间点对该序列产生干预影响是很常见的。 Some examples of this could be:例如&#xff1a; …

微生物 研究_微生物监测如何工作,为何如此重要

微生物 研究Background背景 While a New York Subway station is bustling with swarms of businessmen, students, artists, and millions of other city-goers every day, its floors, railings, stairways, toilets, walls, kiosks, and benches are teeming with non-huma…

Linux shell 脚本SDK 打包实践, 收集assets和apk, 上传FTP

2019独角兽企业重金招聘Python工程师标准>>> git config user.name "jenkins" git config user.email "jenkinsgerrit.XXX.net" cp $JENKINS_HOME/maven.properties $WORKSPACE cp $JENKINS_HOME/maven.properties $WORKSPACE/app cp $JENKINS_…

opencv:卷积涉及的基础概念,Sobel边缘检测代码实现及卷积填充模式

具体参考我的另一篇文章&#xff1a; opencv:卷积涉及的基础概念&#xff0c;Sobel边缘检测代码实现及Same&#xff08;相同&#xff09;填充与Vaild&#xff08;有效&#xff09;填充 这里是对这一篇文章的补充&#xff01; 卷积—三种填充模式 橙色部分为image, 蓝色部分为…

无法从套接字中获取更多数据_数据科学中应引起更多关注的一个组成部分

无法从套接字中获取更多数据介绍 (Introduction) Data science, machine learning, artificial intelligence, those terms are all over the news. They get everyone excited with the promises of automation, new savings or higher earnings, new features, markets or te…

web数据交互_通过体育运动使用定制的交互式Web应用程序数据科学探索任何数据...

web数据交互Most good data projects start with the analyst doing something to get a feel for the data that they are dealing with.大多数好的数据项目都是从分析师开始做一些事情&#xff0c;以便对他们正在处理的数据有所了解。 They might hack together a Jupyter n…

PCA(主成分分析)思想及实现

PCA的概念&#xff1a; PCA是用来实现特征提取的。 特征提取的主要目的是为了排除信息量小的特征&#xff0c;减少计算量等。 简单来说&#xff1a; 当数据含有多个特征的时候&#xff0c;选取主要的特征&#xff0c;排除次要特征或者不重要的特征。 比如说&#xff1a;我们要…

【安富莱二代示波器教程】第8章 示波器设计—测量功能

第8章 示波器设计—测量功能 二代示波器测量功能实现比较简单&#xff0c;使用2D函数绘制即可。不过也专门开辟一个章节&#xff0c;为大家做一个简单的说明&#xff0c;方便理解。 8.1 水平测量功能 8.2 垂直测量功能 8.3 总结 8.1 水平测量功能 水平测量方…

深度学习数据更换背景_开始学习数据科学的最佳方法是了解其背景

深度学习数据更换背景数据科学教育 (DATA SCIENCE EDUCATION) 目录 (Table of Contents) The Importance of Context Knowledge 情境知识的重要性 (Optional) Research Supporting Context-Based Learning (可选)研究支持基于上下文的学习 The Context of Data Science 数据科学…

熊猫数据集_用熊猫掌握数据聚合

熊猫数据集Data aggregation is the process of gathering data and expressing it in a summary form. This typically corresponds to summary statistics for numerical and categorical variables in a data set. In this post we will discuss how to aggregate data usin…

IOS CALayer的属性和使用

一、CALayer的常用属性 1、propertyCGPoint position; 图层中心点的位置&#xff0c;类似与UIView的center&#xff1b;用来设置CALayer在父层中的位置&#xff1b;以父层的左上角为原点&#xff08;0&#xff0c;0&#xff09;&#xff1b; 2、 property CGPoint anchorPoint…

QZEZ第一届“饭吉圆”杯程序设计竞赛

终于到了饭吉圆杯的开赛&#xff0c;这是EZ我参与的历史上第一场ACM赛制的题目然而没有罚时 不过题目很好&#xff0c;举办地也很成功&#xff0c;为法老点赞&#xff01;&#xff01;&#xff01; 这次和翰爷&#xff0c;吴骏达 dalao&#xff0c;陈乐扬dalao组的队&#xff0…

谈谈数据分析 caoz_让我们谈谈开放数据…

谈谈数据分析 caozAccording to the International Open Data Charter(1), it defines open data as those digital data that are made available with the technical and legal characteristics necessary so that they can be freely used, reused and redistributed by any…

数据创造价值_展示数据并创造价值

数据创造价值To create the maximum value, urgency, and leverage in a data partnership, you must present the data available for sale or partnership in a clear and comprehensive way. Partnerships are based upon the concept that you are offering value for valu…