Main Content

宇宙

检索宇宙信息

描述

例子

d= universes(C使用IHS标记返回所有宇宙的宇宙信息®Connection.

例子

d= universes(C,,,,宇宙返回特定宇宙的宇宙信息。

例子

d= universes(C,,,,宇宙,,,,请求类型根据请求类型返回宇宙信息。

例子

全部收缩

使用IHS标记连接,为所有宇宙检索宇宙信息。

Create an IHS Markit connection using your user name and password.C是一个ihsmarkitrs目的。

用户名='abcdef';password ='ABC123';C= ihsmarkitrs(username,password);

检索所有的宇宙的宇宙信息ing the IHS Markit connection.dis a table that contains the universe information.

d= universes(c);

Display information for the first few universes.

head(d)
ans = 8×6 table description region universeType identifier universeId universe ___________ ______________________________ ____________ __________ __________ ________________________________ '' 'Europe, Middle East & Africa' 'Global' [] 248 'Asset4 Europe' '' '11,12,13,14' '全球'[] 227'Asset4全球''''''''''''''''全球'[] 250'Asset4 North America''''''''''''''''全球'[] 249'Asset4 Pacific''''''''''''Global' [] 228 'Asset4 US' '' '11,12,13,14' 'UDM' [] 324 'Global Dividend' '' '11,12,13,14' 'Global' [] 1552 'Global Semi指挥宇宙'''''''11,12,13,14''全球'[] 1293'Markit发达国家'

变量是:

  • 描述-宇宙描述

  • 地区-国家或地区法规

  • 宇宙Type-宇宙类型

  • 标识符- 标识类型

  • 宇宙- 宇宙标识符

  • 宇宙- 宇宙名称

使用IHS标记连接,为特定宇宙检索宇宙信息。

Create an IHS Markit connection using your user name and password.C是一个ihsmarkitrs目的。

用户名='abcdef';password ='ABC123';C= ihsmarkitrs(username,password);

检索宇宙信息的信息QSG世界使用IHS标记连接的宇宙。dis a table that contains the universe information.

Universeid =“ QSG世界”;d =宇宙(c,宇宙)
d = 1×6 table description region universeType identifier universeId universe ___________ _____________ ____________ __________ __________ ___________ '' '11,12,13,14' 'Global' 'Sedol' 133 'QSG World'

变量是:

  • 描述-宇宙描述

  • 地区-国家或地区法规

  • 宇宙Type-宇宙类型

  • 标识符- 标识类型

  • 宇宙- 宇宙标识符

  • 宇宙- 宇宙名称

使用IHS标记连接,为特定宇宙检索宇宙信息。Specify a historical request to retrieve historical information for the universe.

Create an IHS Markit connection using your user name and password.C是一个ihsmarkitrs目的。

用户名='abcdef';password ='ABC123';C= ihsmarkitrs(username,password);

检索宇宙信息的信息QSG世界使用IHS标记连接的宇宙。通过使用历史记录request type.d是包含历史宇宙信息的表。

Universeid =“ QSG世界”;requestType =“历史记录”;D = Universes(C,UniverseID,requestType)
d = 2×4 table universe freqType startDate endDate ___________ _________ ____________ ____________ 'QSG World' 'Daily' '03/22/2007' '03/14/2018' 'QSG World' 'Monthly' '12/30/1988' '05/31/2017'

变量是:

  • 宇宙- 宇宙名称

  • freqtype- 数据频率(或周期性)

  • 开始日期- 开始宇宙生命的日期

  • 结束日期- 宇宙生命的结束日期

输入参数

全部收缩

IHS标记连接,指定为ihsmarkitrs目的。

宇宙名称,,,,specified as a character vector or string scalar.

例子:“美国总帽子”

数据类型:Char|细绳

请求类型,,,,specified as the value“历史记录”,,,,'Mapping', 或者'国家'。使用“历史记录”从您指定的宇宙中返回历史信息的价值宇宙输入参数。使用'Mapping'返回指定宇宙中因素列表的价值。使用'国家'返回适用于指定宇宙的国家标识符的价值。

您可以将每个值指定为字符向量或字符串标量。

输出参数

全部收缩

Universe information, returned as a table. The following table describes the variables in the returned data. (The variables vary depending on the request type that you specify in the请求类型输入参数。)

变量的名称 描述 Data Type

宇宙

宇宙标识符

双倍的

描述

宇宙描述

字符向量的单元格数

地区

国家或地区法规

字符向量的单元格数

宇宙Type

宇宙类型

字符向量的单元格数

标识符

识别类型

字符向量的单元格数

宇宙

宇宙名称

字符向量的单元格数

freqtype

数据频率(或周期性)

字符向量的单元格数

开始日期

开始宇宙生命的日期

字符向量的单元格数

结束日期

宇宙生命的结束日期

字符向量的单元格数

data

Factors in the universe

structure

国家

适用于宇宙的国家

字符向量的单元格数

版本历史记录

在R2018B中引入