You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1002 lines
148 KiB
1002 lines
148 KiB
研发投入产出因子
|
|
研发投入产出比高的公司创新价值更高,但市场可能低估其长期收益,导致高产出比股票被低估。因此,多空策略中,做多研发投入产出比高的股票(效率高,被低估),做空产出比低的股票(效率低,被高估),可获取超额收益。
|
|
核心指标为研发投入与专利数比率,需进行行业中性化处理;使用滚动12个月平均处理缺失值;引入研发费用率和毛利率作为辅助验证变量。
|
|
*=========================================================================================*
|
|
输出格式:
|
|
输出必须是且仅是纯文本。
|
|
每一行是一个完整、独立、语法正确的WebSim表达式。
|
|
严禁任何形式的解释、编号、标点包裹(如引号)、Markdown格式或额外文本。
|
|
===================== !!! 重点(输出方式) !!! =====================
|
|
现在,请严格遵守以上所有规则,开始生成可立即在WebSim中运行的复合因子表达式。
|
|
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
|
|
**输出格式**(一行一个表达式, 每个表达式中间需要添加一个空行, 只要表达式本身, 不需要赋值, 不要解释, 不需要序号, 也不要输出多余的东西):
|
|
表达式
|
|
表达式
|
|
表达式
|
|
...
|
|
表达式
|
|
=================================================================
|
|
重申:请确保所有表达式都使用WorldQuant WebSim平台函数,不要使用pandas、numpy或其他Python库函数。输出必须是一行有效的WQ表达式。
|
|
以下是我的账号有权限使用的操作符, 请严格按照操作符, 以及我提供的数据集, 进行生成,组合 30 个 alpha:
|
|
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
|
|
=================================================================
|
|
**智能参数匹配**:
|
|
- 动量类:短周期[10,20,30]捕捉近期趋势
|
|
- 反转类:中周期[40,50,60]识别过度反应
|
|
- 波动类:长周期[120,250]确保统计稳定性
|
|
- 流动性类:多周期对比分析异常变化
|
|
**噪声处理技术**:
|
|
- 移动平均线:平滑噪声,突出趋势
|
|
- 标准偏差:测量波动程度
|
|
- 归一化:将不同时间窗口的因子值调整到同一尺度
|
|
**嵌套结构逻辑**:
|
|
- 单层:直接有效的原始信号
|
|
- 双层:信号提炼与降噪处理
|
|
- 三层:多维度特征融合与增强
|
|
**操作符汇总
|
|
**算术运算符 (Arithmetic):
|
|
abs(x) - 绝对值
|
|
add(x, y, filter=false) - 加法 (x + y)
|
|
densify(x) - 分组字段稠密化
|
|
divide(x, y) - 除法 (x / y)
|
|
inverse(x) - 倒数 (1/x)
|
|
log(x) - 自然对数
|
|
max(x, y, ..) - 最大值
|
|
min(x, y, ..) - 最小值
|
|
multiply(x, y, filter=false) - 乘法 (x * y)
|
|
power(x, y) - 幂运算 (x^y)
|
|
reverse(x) - 取反 (-x)
|
|
sign(x) - 符号函数
|
|
signed_power(x, y) - 保留符号的幂运算
|
|
sqrt(x) - 平方根
|
|
subtract(x, y, filter=false) - 减法 (x - y)
|
|
to_nan(x, value=0, reverse=false) - 值与NaN转换
|
|
**逻辑运算符 (Logical):
|
|
and(input1, input2) - 逻辑与
|
|
if_else(input1, input2, input3) - 条件判断
|
|
input1 < input2 - 小于比较
|
|
input1 <= input2 - 小于等于
|
|
input1 == input2 - 等于比较
|
|
input1 > input2 - 大于比较
|
|
input1 >= input2 - 大于等于
|
|
input1 != input2 - 不等于
|
|
is_nan(input) - 是否为NaN
|
|
not(x) - 逻辑非
|
|
or(input1, input2) - 逻辑或
|
|
**时间序列运算符 (Time Series):
|
|
days_from_last_change(x) - 上次变化天数
|
|
hump(x, hump=0.01) - 限制变化幅度
|
|
jump_decay(x, d, sensitivity=0.5, force=0.1) - 跳跃衰减
|
|
kth_element(x, d, k) - 第K个值
|
|
last_diff_value(x, d) - 最后一个不同值
|
|
ts_arg_max(x, d) - 最大值相对索引
|
|
ts_arg_min(x, d) - 最小值相对索引
|
|
ts_av_diff(x, d) - 与均值的差
|
|
ts_backfill(x, lookback=d, k=1, ignore="NAN") - 回填
|
|
ts_corr(x, y, d) - 时间序列相关性
|
|
ts_count_nans(x, d) - NaN计数
|
|
ts_covariance(y, x, d) - 协方差
|
|
ts_decay_linear(x, d, dense=false) - 线性衰减
|
|
ts_delay(x, d) - 延迟值
|
|
ts_delta(x, d) - 差值 (x - 延迟值)
|
|
ts_max(x, d) - 时间序列最大值
|
|
ts_mean(x, d) - 时间序列均值
|
|
ts_min(x, d) - 时间序列最小值
|
|
ts_product(x, d) - 时间序列乘积
|
|
ts_quantile(x, d, driver="gaussian") - 分位数
|
|
ts_rank(x, d, constant=0) - 时间序列排名
|
|
ts_regression(y, x, d, lag=0, rettype=0) - 回归分析
|
|
ts_scale(x, d, constant=0) - 时间序列缩放
|
|
ts_std_dev(x, d) - 时间序列标准差
|
|
ts_step(1) - 天数计数器
|
|
ts_sum(x, d) - 时间序列求和
|
|
ts_target_tvr_decay(x, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率衰减
|
|
ts_target_tvr_delta_limit(x, y, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率差值限制
|
|
ts_zscore(x, d) - 时间序列Z分数
|
|
**横截面运算符 (Cross Sectional):
|
|
normalize(x, useStd=false, limit=0.0) - 标准化
|
|
quantile(x, driver=gaussian, sigma=1.0) - 分位数转换
|
|
rank(x, rate=2) - 排名
|
|
scale(x, scale=1, longscale=1, shortscale=1) - 缩放
|
|
scale_down(x, constant=0) - 按比例缩放
|
|
vector_neut(x, y) - 向量中性化
|
|
winsorize(x, std=4) - 缩尾处理
|
|
zscore(x) - Z分数
|
|
**向量运算符 (Vector):
|
|
vec_avg(x) - 向量均值
|
|
vec_max(x) - 向量最大值
|
|
vec_min(x) - 向量最小值
|
|
vec_sum(x) - 向量求和
|
|
**变换运算符 (Transformational):
|
|
bucket(rank(x), range="0,1,0.1" or buckets="2,5,6,7,10") - 分桶
|
|
generate_stats(alpha) - 生成统计量
|
|
trade_when(x, y, z) - 条件交易
|
|
**分组运算符 (Group):
|
|
combo_a(alpha, nlength=250, mode='algo1') - 组合Alpha
|
|
group_backfill(x, group, d, std=4.0) - 分组回填
|
|
group_cartesian_product(g1, g2) - 笛卡尔积分组
|
|
group_max(x, group) - 分组最大值
|
|
group_mean(x, weight, group) - 分组均值
|
|
group_min(x, group) - 分组最小值
|
|
group_neutralize(x, group) - 分组中性化
|
|
group_rank(x, group) - 分组排名
|
|
group_scale(x, group) - 分组缩放
|
|
group_zscore(x, group) - 分组Z分数
|
|
**特殊运算符 (Special):
|
|
in - 包含判断
|
|
self_corr(input) - 自相关性
|
|
universe_size - 宇宙大小
|
|
**归约运算符 (Reduce):
|
|
reduce_avg(input, threshold=0) - 平均值归约
|
|
reduce_choose(input, nth, ignoreNan=true) - 选择归约
|
|
reduce_count(input, threshold) - 计数归约
|
|
reduce_ir(input) - IR归约
|
|
reduce_kurtosis(input) - 峰度归约
|
|
reduce_max(input) - 最大值归约
|
|
reduce_min(input) - 最小值归约
|
|
reduce_norm(input) - 范数归约
|
|
reduce_percentage(input, percentage=0.5) - 百分比归约
|
|
reduce_powersum(input, constant=2, precise=false) - 幂和归约
|
|
reduce_range(input) - 范围归约
|
|
reduce_skewness(input) - 偏度归约
|
|
reduce_stddev(input, threshold=0) - 标准差归约
|
|
reduce_sum(input) - 求和归约
|
|
|
|
以下是我的账号有权限使用的操作符, 请严格按照操作符, 进行生成,组合因子
|
|
|
|
========================= 操作符开始 =======================================
|
|
注意: Operator: 后面的是操作符(是可以使用的),
|
|
Description: 此字段后面的是操作符对应的描述或使用说明(禁止使用, 仅供参考), Description字段后面的内容是使用说明, 不是操作符
|
|
特别注意!!!! 必须按照操作符字段Operator的使用说明生成 alphaOperator: abs(x)
|
|
Description: Absolute value of x
|
|
Operator: add(x, y, filter = false)
|
|
Description: Add all inputs (at least 2 inputs required). If filter = true, filter all input NaN to 0 before adding
|
|
Operator: densify(x)
|
|
Description: Converts a grouping field of many buckets into lesser number of only available buckets so as to make working with grouping fields computationally efficient
|
|
Operator: divide(x, y)
|
|
Description: x / y
|
|
Operator: inverse(x)
|
|
Description: 1 / x
|
|
Operator: log(x)
|
|
Description: Natural logarithm. For example: Log(high/low) uses natural logarithm of high/low ratio as stock weights.
|
|
Operator: max(x, y, ..)
|
|
Description: Maximum value of all inputs. At least 2 inputs are required
|
|
Operator: min(x, y ..)
|
|
Description: Minimum value of all inputs. At least 2 inputs are required
|
|
Operator: multiply(x ,y, ... , filter=false)
|
|
Description: Multiply all inputs. At least 2 inputs are required. Filter sets the NaN values to 1
|
|
Operator: power(x, y)
|
|
Description: x ^ y
|
|
Operator: reverse(x)
|
|
Description: - x
|
|
Operator: sign(x)
|
|
Description: if input > 0, return 1; if input < 0, return -1; if input = 0, return 0; if input = NaN, return NaN;
|
|
Operator: signed_power(x, y)
|
|
Description: x raised to the power of y such that final result preserves sign of x
|
|
Operator: sqrt(x)
|
|
Description: Square root of x
|
|
Operator: subtract(x, y, filter=false)
|
|
Description: x-y. If filter = true, filter all input NaN to 0 before subtracting
|
|
Operator: and(input1, input2)
|
|
Description: Logical AND operator, returns true if both operands are true and returns false otherwise
|
|
Operator: if_else(input1, input2, input 3)
|
|
Description: If input1 is true then return input2 else return input3.
|
|
Operator: input1 < input2
|
|
Description: If input1 < input2 return true, else return false
|
|
Operator: input1 <= input2
|
|
Description: Returns true if input1 <= input2, return false otherwise
|
|
Operator: input1 == input2
|
|
Description: Returns true if both inputs are same and returns false otherwise
|
|
Operator: input1 > input2
|
|
Description: Logic comparison operators to compares two inputs
|
|
Operator: input1 >= input2
|
|
Description: Returns true if input1 >= input2, return false otherwise
|
|
Operator: input1!= input2
|
|
Description: Returns true if both inputs are NOT the same and returns false otherwise
|
|
Operator: is_nan(input)
|
|
Description: If (input == NaN) return 1 else return 0
|
|
Operator: not(x)
|
|
Description: Returns the logical negation of x. If x is true (1), it returns false (0), and if input is false (0), it returns true (1).
|
|
Operator: or(input1, input2)
|
|
Description: Logical OR operator returns true if either or both inputs are true and returns false otherwise
|
|
Operator: days_from_last_change(x)
|
|
Description: Amount of days since last change of x
|
|
Operator: hump(x, hump = 0.01)
|
|
Description: Limits amount and magnitude of changes in input (thus reducing turnover)
|
|
Operator: kth_element(x, d, k)
|
|
Description: Returns K-th value of input by looking through lookback days. This operator can be used to backfill missing data if k=1
|
|
Operator: last_diff_value(x, d)
|
|
Description: Returns last x value not equal to current x value from last d days
|
|
Operator: ts_arg_max(x, d)
|
|
Description: Returns the relative index of the max value in the time series for the past d days. If the current day has the max value for the past d days, it returns 0. If previous day has the max value for the past d days, it returns 1
|
|
Operator: ts_arg_min(x, d)
|
|
Description: Returns the relative index of the min value in the time series for the past d days; If the current day has the min value for the past d days, it returns 0; If previous day has the min value for the past d days, it returns 1.
|
|
Operator: ts_av_diff(x, d)
|
|
Description: Returns x - tsmean(x, d), but deals with NaNs carefully. That is NaNs are ignored during mean computation
|
|
Operator: ts_backfill(x,lookback = d, k=1, ignore="NAN")
|
|
Description: Backfill is the process of replacing the NAN or 0 values by a meaningful value (i.e., a first non-NaN value)
|
|
Operator: ts_corr(x, y, d)
|
|
Description: Returns correlation of x and y for the past d days
|
|
Operator: ts_count_nans(x ,d)
|
|
Description: Returns the number of NaN values in x for the past d days
|
|
Operator: ts_covariance(y, x, d)
|
|
Description: Returns covariance of y and x for the past d days
|
|
Operator: ts_decay_linear(x, d, dense = false)
|
|
Description: Returns the linear decay on x for the past d days. Dense parameter=false means operator works in sparse mode and we treat NaN as 0. In dense mode we do not.
|
|
Operator: ts_delay(x, d)
|
|
Description: Returns x value d days ago
|
|
Operator: ts_delta(x, d)
|
|
Description: Returns x - ts_delay(x, d)
|
|
Operator: ts_mean(x, d)
|
|
Description: Returns average value of x for the past d days.
|
|
Operator: ts_product(x, d)
|
|
Description: Returns product of x for the past d days
|
|
Operator: ts_quantile(x,d, driver="gaussian" )
|
|
Description: It calculates ts_rank and apply to its value an inverse cumulative density function from driver distribution. Possible values of driver (optional ) are "gaussian", "uniform", "cauchy" distribution where "gaussian" is the default.
|
|
Operator: ts_rank(x, d, constant = 0)
|
|
Description: Rank the values of x for each instrument over the past d days, then return the rank of the current value + constant. If not specified, by default, constant = 0.
|
|
Operator: ts_regression(y, x, d, lag = 0, rettype = 0)
|
|
Description: Returns various parameters related to regression function
|
|
Operator: ts_scale(x, d, constant = 0)
|
|
Description: Returns (x - ts_min(x, d)) / (ts_max(x, d) - ts_min(x, d)) + constant. This operator is similar to scale down operator but acts in time series space
|
|
Operator: ts_std_dev(x, d)
|
|
Description: Returns standard deviation of x for the past d days
|
|
Operator: ts_step(1)
|
|
Description: Returns days' counter
|
|
Operator: ts_sum(x, d)
|
|
Description: Sum values of x for the past d days.
|
|
Operator: ts_zscore(x, d)
|
|
Description: Z-score is a numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean: (x - tsmean(x,d)) / tsstddev(x,d). This operator may help reduce outliers and drawdown.
|
|
Operator: normalize(x, useStd = false, limit = 0.0)
|
|
Description: Calculates the mean value of all valid alpha values for a certain date, then subtracts that mean from each element
|
|
Operator: quantile(x, driver = gaussian, sigma = 1.0)
|
|
Description: Rank the raw vector, shift the ranked Alpha vector, apply distribution (gaussian, cauchy, uniform). If driver is uniform, it simply subtract each Alpha value with the mean of all Alpha values in the Alpha vector
|
|
Operator: rank(x, rate=2)
|
|
Description: Ranks the input among all the instruments and returns an equally distributed number between 0.0 and 1.0. For precise sort, use the rate as 0
|
|
Operator: scale(x, scale=1, longscale=1, shortscale=1)
|
|
Description: Scales input to booksize. We can also scale the long positions and short positions to separate scales by mentioning additional parameters to the operator
|
|
Operator: winsorize(x, std=4)
|
|
Description: Winsorizes x to make sure that all values in x are between the lower and upper limits, which are specified as multiple of std.
|
|
Operator: zscore(x)
|
|
Description: Z-score is a numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean
|
|
Operator: vec_avg(x)
|
|
Description: Taking mean of the vector field x
|
|
Operator: vec_sum(x)
|
|
Description: Sum of vector field x
|
|
Operator: bucket(rank(x), range="0, 1, 0.1" or buckets = "2,5,6,7,10")
|
|
Description: Convert float values into indexes for user-specified buckets. Bucket is useful for creating group values, which can be passed to GROUP as input
|
|
Operator: trade_when(x, y, z)
|
|
Description: Used in order to change Alpha values only under a specified condition and to hold Alpha values in other cases. It also allows to close Alpha positions (assign NaN values) under a specified condition
|
|
Operator: group_backfill(x, group, d, std = 4.0)
|
|
Description: If a certain value for a certain date and instrument is NaN, from the set of same group instruments, calculate winsorized mean of all non-NaN values over last d days
|
|
Operator: group_mean(x, weight, group)
|
|
Description: All elements in group equals to the mean
|
|
Operator: group_neutralize(x, group)
|
|
Description: Neutralizes Alpha against groups. These groups can be subindustry, industry, sector, country or a constant
|
|
Operator: group_rank(x, group)
|
|
Description: Each elements in a group is assigned the corresponding rank in this group
|
|
Operator: group_scale(x, group)
|
|
Description: Normalizes the values in a group to be between 0 and 1. (x - groupmin) / (groupmax - groupmin)
|
|
Operator: group_zscore(x, group)
|
|
Description: Calculates group Z-score - numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean. zscore = (data - mean) / stddev of x for each instrument within its group.
|
|
========================= 操作符结束 =======================================
|
|
|
|
========================= 数据字段开始 =======================================
|
|
注意: data_set_name: 后面的是数据字段(可以使用), description: 此字段后面的是数据字段对应的描述或使用说明(不能使用)
|
|
|
|
{'id': 1547, 'data_set_name': '可以使用:anl14_actvalue_revenue_fp0', 'description': '不可使用,仅供参考:Revenue - recent last quarter'}
|
|
{'id': 1548, 'data_set_name': '可以使用:anl14_actvalue_revenue_fy0', 'description': '不可使用,仅供参考:Revenue - recent last year'}
|
|
{'id': 1671, 'data_set_name': '可以使用:anl14_high_revenue_fp1', 'description': '不可使用,仅供参考:The highest estimation of Revenue - upcoming quarter'}
|
|
{'id': 1672, 'data_set_name': '可以使用:anl14_high_revenue_fp2', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 2 quarters'}
|
|
{'id': 1673, 'data_set_name': '可以使用:anl14_high_revenue_fp3', 'description': '不可使用,仅供参考:The highest estimation of Revenue - upcoming 3 quarters'}
|
|
{'id': 1674, 'data_set_name': '可以使用:anl14_high_revenue_fp4', 'description': '不可使用,仅供参考:The Highest Estimation of Revenue - upcoming 4 quarters'}
|
|
{'id': 1675, 'data_set_name': '可以使用:anl14_high_revenue_fp5', 'description': '不可使用,仅供参考:The highest estimation of Revenue - upcoming 5 quarters'}
|
|
{'id': 1676, 'data_set_name': '可以使用:anl14_high_revenue_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Revenue - upcoming year'}
|
|
{'id': 1677, 'data_set_name': '可以使用:anl14_high_revenue_fy2', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 2 years'}
|
|
{'id': 1678, 'data_set_name': '可以使用:anl14_high_revenue_fy3', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 3 years'}
|
|
{'id': 1679, 'data_set_name': '可以使用:anl14_high_revenue_fy4', 'description': '不可使用,仅供参考:The highest estimation of Revenue - upcoming 4 years'}
|
|
{'id': 1680, 'data_set_name': '可以使用:anl14_high_revenue_fy5', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 5 years'}
|
|
{'id': 1806, 'data_set_name': '可以使用:anl14_low_revenue_fp1', 'description': '不可使用,仅供参考:The lowest estimation of revenue - upcoming quarter'}
|
|
{'id': 1807, 'data_set_name': '可以使用:anl14_low_revenue_fp2', 'description': '不可使用,仅供参考:The lowest estimation of Revenue - upcoming 2 quarters'}
|
|
{'id': 1808, 'data_set_name': '可以使用:anl14_low_revenue_fp3', 'description': '不可使用,仅供参考:The lowest estimation of revenue - upcoming 3 quarters'}
|
|
{'id': 1809, 'data_set_name': '可以使用:anl14_low_revenue_fp4', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 4 quarters'}
|
|
{'id': 1810, 'data_set_name': '可以使用:anl14_low_revenue_fp5', 'description': '不可使用,仅供参考:The lowest estimation of revenue - upcoming 5 quarters'}
|
|
{'id': 1811, 'data_set_name': '可以使用:anl14_low_revenue_fy1', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming year'}
|
|
{'id': 1812, 'data_set_name': '可以使用:anl14_low_revenue_fy2', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 2 years'}
|
|
{'id': 1813, 'data_set_name': '可以使用:anl14_low_revenue_fy3', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 3 years'}
|
|
{'id': 1814, 'data_set_name': '可以使用:anl14_low_revenue_fy4', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 4 years'}
|
|
{'id': 1815, 'data_set_name': '可以使用:anl14_low_revenue_fy5', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 5 years'}
|
|
{'id': 1946, 'data_set_name': '可以使用:anl14_mean_revenue_fp1', 'description': '不可使用,仅供参考:Mean of Estimations of Revenue - Upcoming Quarter'}
|
|
{'id': 1947, 'data_set_name': '可以使用:anl14_mean_revenue_fp2', 'description': '不可使用,仅供参考:Mean of Estimations of Revenue - upcoming 2 quarters'}
|
|
{'id': 1948, 'data_set_name': '可以使用:anl14_mean_revenue_fp3', 'description': '不可使用,仅供参考:Mean of estimations of revenue - upcoming 3 quarters'}
|
|
{'id': 1949, 'data_set_name': '可以使用:anl14_mean_revenue_fp4', 'description': '不可使用,仅供参考:Mean of Estimations of Revenue - upcoming 4 quarters'}
|
|
{'id': 1950, 'data_set_name': '可以使用:anl14_mean_revenue_fp5', 'description': '不可使用,仅供参考:Mean of estimations of revenue - upcoming 5 quarters'}
|
|
{'id': 1951, 'data_set_name': '可以使用:anl14_mean_revenue_fy1', 'description': '不可使用,仅供参考:Mean of Estimations of Revenue - upcoming year'}
|
|
{'id': 1952, 'data_set_name': '可以使用:anl14_mean_revenue_fy2', 'description': '不可使用,仅供参考:Mean of estimations of revenue - upcoming 2 years'}
|
|
{'id': 1953, 'data_set_name': '可以使用:anl14_mean_revenue_fy3', 'description': '不可使用,仅供参考:Mean of estimations of Revenue - upcoming 3 years'}
|
|
{'id': 1954, 'data_set_name': '可以使用:anl14_mean_revenue_fy4', 'description': '不可使用,仅供参考:Mean of estimations of revenue - upcoming 4 years'}
|
|
{'id': 1955, 'data_set_name': '可以使用:anl14_mean_revenue_fy5', 'description': '不可使用,仅供参考:Mean of Estimations of Revenue - Upcoming 5 Years'}
|
|
{'id': 2081, 'data_set_name': '可以使用:anl14_median_revenue_fp1', 'description': '不可使用,仅供参考:Median of estimations of revenue - upcoming quarter'}
|
|
{'id': 2082, 'data_set_name': '可以使用:anl14_median_revenue_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 2 quarters'}
|
|
{'id': 2083, 'data_set_name': '可以使用:anl14_median_revenue_fp3', 'description': '不可使用,仅供参考:Median of estimations of Revenue - upcoming 3 quarters'}
|
|
{'id': 2084, 'data_set_name': '可以使用:anl14_median_revenue_fp4', 'description': '不可使用,仅供参考:Median of estimations of revenue - upcoming 4 quarters'}
|
|
{'id': 2085, 'data_set_name': '可以使用:anl14_median_revenue_fp5', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 5 quarters'}
|
|
{'id': 2086, 'data_set_name': '可以使用:anl14_median_revenue_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - Upcoming Year'}
|
|
{'id': 2087, 'data_set_name': '可以使用:anl14_median_revenue_fy2', 'description': '不可使用,仅供参考:Median of estimations of revenue - upcoming 2 years'}
|
|
{'id': 2088, 'data_set_name': '可以使用:anl14_median_revenue_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - Upcoming 3 Years'}
|
|
{'id': 2089, 'data_set_name': '可以使用:anl14_median_revenue_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 4 years'}
|
|
{'id': 2090, 'data_set_name': '可以使用:anl14_median_revenue_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 5 years'}
|
|
{'id': 2215, 'data_set_name': '可以使用:anl14_numofests_revenue_fp1', 'description': '不可使用,仅供参考:Num of Estimations of Revenue - upcoming quarter'}
|
|
{'id': 2216, 'data_set_name': '可以使用:anl14_numofests_revenue_fp2', 'description': '不可使用,仅供参考:Num of estimations of revenue - upcoming 2 quarters'}
|
|
{'id': 2217, 'data_set_name': '可以使用:anl14_numofests_revenue_fp3', 'description': '不可使用,仅供参考:Num of Estimations of Revenue - Upcoming 3 Quarters'}
|
|
{'id': 2218, 'data_set_name': '可以使用:anl14_numofests_revenue_fp4', 'description': '不可使用,仅供参考:Num of Estimations of Revenue - upcoming 4 quarters'}
|
|
{'id': 2219, 'data_set_name': '可以使用:anl14_numofests_revenue_fp5', 'description': '不可使用,仅供参考:Num of Estimations of Revenue - upcoming 5 quarters'}
|
|
{'id': 2220, 'data_set_name': '可以使用:anl14_numofests_revenue_fy1', 'description': '不可使用,仅供参考:Num of estimations of revenue - upcoming year'}
|
|
{'id': 2221, 'data_set_name': '可以使用:anl14_numofests_revenue_fy2', 'description': '不可使用,仅供参考:Num of Estimations of Revenue - Upcoming 2 Years'}
|
|
{'id': 2222, 'data_set_name': '可以使用:anl14_numofests_revenue_fy3', 'description': '不可使用,仅供参考:Num of Estimations of Revenue - upcoming 3 years'}
|
|
{'id': 2223, 'data_set_name': '可以使用:anl14_numofests_revenue_fy4', 'description': '不可使用,仅供参考:Number of estimations of revenue - upcoming 4 years'}
|
|
{'id': 2224, 'data_set_name': '可以使用:anl14_numofests_revenue_fy5', 'description': '不可使用,仅供参考:Num of estimations of revenue - upcoming 5 years'}
|
|
{'id': 2354, 'data_set_name': '可以使用:anl14_stddev_revenue_fp1', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - Upcoming Quarter'}
|
|
{'id': 2355, 'data_set_name': '可以使用:anl14_stddev_revenue_fp2', 'description': '不可使用,仅供参考:Standard deviation of estimations of revenue - upcoming 2 quarters'}
|
|
{'id': 2356, 'data_set_name': '可以使用:anl14_stddev_revenue_fp3', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - upcoming 3 quarters'}
|
|
{'id': 2357, 'data_set_name': '可以使用:anl14_stddev_revenue_fp4', 'description': '不可使用,仅供参考:Standard deviation of estimations of revenue - upcoming 4 quarters'}
|
|
{'id': 2358, 'data_set_name': '可以使用:anl14_stddev_revenue_fp5', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - Upcoming 5 Quarters'}
|
|
{'id': 2359, 'data_set_name': '可以使用:anl14_stddev_revenue_fy1', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - upcoming year'}
|
|
{'id': 2360, 'data_set_name': '可以使用:anl14_stddev_revenue_fy2', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - upcoming 2 years'}
|
|
{'id': 2361, 'data_set_name': '可以使用:anl14_stddev_revenue_fy3', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - upcoming 3 years'}
|
|
{'id': 2362, 'data_set_name': '可以使用:anl14_stddev_revenue_fy4', 'description': '不可使用,仅供参考:Standard deviation of estimations of revenue - upcoming 4 years'}
|
|
{'id': 2363, 'data_set_name': '可以使用:anl14_stddev_revenue_fy5', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - Upcoming 5 Years'}
|
|
{'id': 5589, 'data_set_name': '可以使用:max_research_development_expense_guidance', 'description': '不可使用,仅供参考:The maximum guidance value for Research and Development Expense.'}
|
|
{'id': 5633, 'data_set_name': '可以使用:min_research_development_expense_guidance', 'description': '不可使用,仅供参考:Minimum guidance value for Research & Development Expense'}
|
|
{'id': 5634, 'data_set_name': '可以使用:min_research_development_expense_guidance_2', 'description': '不可使用,仅供参考:Minimum guidance value for Research & Development Expense on an annual basis'}
|
|
{'id': 5677, 'data_set_name': '可以使用:research_development_expense', 'description': '不可使用,仅供参考:Research & Development Expense - Actual Value (Annual)'}
|
|
{'id': 5678, 'data_set_name': '可以使用:research_development_expense_actual_value', 'description': '不可使用,仅供参考:Research and Development Expense- announced financial value'}
|
|
{'id': 5679, 'data_set_name': '可以使用:research_development_expense_reported_value', 'description': '不可使用,仅供参考:Research & Development (Income Statement) Value in Millions'}
|
|
{'id': 5680, 'data_set_name': '可以使用:research_development_max_guidance', 'description': '不可使用,仅供参考:The maximum guidance value for Research and Development Expense on an annual basis.'}
|
|
{'id': 5728, 'data_set_name': '可以使用:anl40_employmentrate', 'description': '不可使用,仅供参考:AddIn / (OldCount + NewCount). No record before 20160729.'}
|
|
{'id': 5730, 'data_set_name': '可以使用:anl40_netturnoverrate', 'description': '不可使用,仅供参考:TotalChanges / (OldCount + NewCount). No record before 20160729.'}
|
|
{'id': 5743, 'data_set_name': '可以使用:anl40_turnoverrate', 'description': '不可使用,仅供参考:MoveOut / (OldCount + NewCount). No record before 20160729.'}
|
|
{'id': 5795, 'data_set_name': '可以使用:anl44_2_grossmargin_coveredby', 'description': '不可使用,仅供参考:grossmargin coveredby'}
|
|
{'id': 5796, 'data_set_name': '可以使用:anl44_2_grossmargin_lastactccy', 'description': '不可使用,仅供参考:grossmargin lastactccy'}
|
|
{'id': 5797, 'data_set_name': '可以使用:anl44_2_grossmargin_lastactvalue', 'description': '不可使用,仅供参考:grossmargin lastactvalue'}
|
|
{'id': 5798, 'data_set_name': '可以使用:anl44_2_grossmargin_prevalue', 'description': '不可使用,仅供参考:grossmargin prevalue'}
|
|
{'id': 5799, 'data_set_name': '可以使用:anl44_2_grossmargin_value', 'description': '不可使用,仅供参考:grossmargin value'}
|
|
{'id': 6160, 'data_set_name': '可以使用:anl44_grossmargin_coveredby', 'description': '不可使用,仅供参考:Grossmargin D0 coveredby'}
|
|
{'id': 6161, 'data_set_name': '可以使用:anl44_grossmargin_prevalue', 'description': '不可使用,仅供参考:Grossmargin d0 prevalue'}
|
|
{'id': 6162, 'data_set_name': '可以使用:anl44_grossmargin_value', 'description': '不可使用,仅供参考:Grossmargin d0 value'}
|
|
{'id': 6252, 'data_set_name': '可以使用:anl44_orig_en_grossmargin_coveredby', 'description': '不可使用,仅供参考:orig en grossmargin coveredby'}
|
|
{'id': 6253, 'data_set_name': '可以使用:anl44_orig_en_grossmargin_prevalue', 'description': '不可使用,仅供参考:orig en grossmargin prevalue'}
|
|
{'id': 6254, 'data_set_name': '可以使用:anl44_orig_en_grossmargin_value', 'description': '不可使用,仅供参考:orig en grossmargin value'}
|
|
{'id': 6398, 'data_set_name': '可以使用:anl44_second_en_grossmargin_coveredby', 'description': '不可使用,仅供参考:grossmargin coveredby'}
|
|
{'id': 6399, 'data_set_name': '可以使用:anl44_second_en_grossmargin_lastactccy', 'description': '不可使用,仅供参考:grossmargin lastactccy'}
|
|
{'id': 6400, 'data_set_name': '可以使用:anl44_second_en_grossmargin_lastactvalue', 'description': '不可使用,仅供参考:grossmargin lastactvalue'}
|
|
{'id': 6401, 'data_set_name': '可以使用:anl44_second_en_grossmargin_prevalue', 'description': '不可使用,仅供参考:grossmargin prevalue'}
|
|
{'id': 6402, 'data_set_name': '可以使用:anl44_second_en_grossmargin_value', 'description': '不可使用,仅供参考:grossmargin value'}
|
|
{'id': 6495, 'data_set_name': '可以使用:grossmargin_currency_code', 'description': '不可使用,仅供参考:Currency code in which the gross margin forecast is denominated.'}
|
|
{'id': 6556, 'data_set_name': '可以使用:anl45_bm_exchange_rate', 'description': '不可使用,仅供参考:Exchange Rate by which the Benchmark will be measured'}
|
|
{'id': 6568, 'data_set_name': '可以使用:anl45_inv_exchange_rate', 'description': '不可使用,仅供参考:Exchange rate between stock and investment currencies / FX Rate on the period End date'}
|
|
{'id': 6590, 'data_set_name': '可以使用:anl45_risk_free_rate', 'description': '不可使用,仅供参考:The unrealised return on an open idea'}
|
|
{'id': 6609, 'data_set_name': '可以使用:benchmark_conversion_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert benchmark returns.'}
|
|
{'id': 6619, 'data_set_name': '可以使用:conversion_rate_summary', 'description': '不可使用,仅供参考:Exchange rate between investment and performance currencies.'}
|
|
{'id': 6641, 'data_set_name': '可以使用:investment_conversion_rate', 'description': '不可使用,仅供参考:Exchange rate between stock and investment currencies.'}
|
|
{'id': 6644, 'data_set_name': '可以使用:investment_fx_conversion_rate', 'description': '不可使用,仅供参考:The exchange rate between stock and investment currencies.'}
|
|
{'id': 6645, 'data_set_name': '可以使用:investment_performance_fx_rate', 'description': '不可使用,仅供参考:The exchange rate between investment and performance currencies.'}
|
|
{'id': 6674, 'data_set_name': '可以使用:reference_fx_rate', 'description': '不可使用,仅供参考:The exchange rate used to convert benchmark returns to the reporting currency.'}
|
|
{'id': 6691, 'data_set_name': '可以使用:riskless_investment_rate', 'description': '不可使用,仅供参考:Theoretical rate of return of a risk-free investment.'}
|
|
{'id': 6701, 'data_set_name': '可以使用:summary_conversion_rate', 'description': '不可使用,仅供参考:Exchange rate between investment and performance currencies.'}
|
|
{'id': 6704, 'data_set_name': '可以使用:theoretical_zero_risk_rate', 'description': '不可使用,仅供参考:The theoretical rate of return of a risk-free investment.'}
|
|
{'id': 6724, 'data_set_name': '可以使用:anl49_1stfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6725, 'data_set_name': '可以使用:anl49_1stfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues indicator'}
|
|
{'id': 6728, 'data_set_name': '可以使用:anl49_2ndfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6729, 'data_set_name': '可以使用:anl49_2ndfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues indicator'}
|
|
{'id': 6730, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratebookvaluepershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 6731, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratecashflowpershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 6732, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratedividendspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Dividends Declared per Share.'}
|
|
{'id': 6733, 'data_set_name': '可以使用:anl49_35estd35yrgrowthrateearningspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Earnings per Share.'}
|
|
{'id': 6734, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratesalespershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Sales per Share.'}
|
|
{'id': 6743, 'data_set_name': '可以使用:anl49_3rdfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6744, 'data_set_name': '可以使用:anl49_3rdfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues indicator'}
|
|
{'id': 6747, 'data_set_name': '可以使用:anl49_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6748, 'data_set_name': '可以使用:anl49_4thfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Fourth fiscal quarter sales or revenues indicator'}
|
|
{'id': 6756, 'data_set_name': '可以使用:anl49_annualfiscalsalesorrevenues', 'description': '不可使用,仅供参考:The total fiscal year sales or revenues as reported.'}
|
|
{'id': 6757, 'data_set_name': '可以使用:anl49_annualfiscalsalesorrevenuesindicator', 'description': '不可使用,仅供参考:Annual fiscal sales or revenues indicator'}
|
|
{'id': 6766, 'data_set_name': '可以使用:anl49_backfill_1stfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6767, 'data_set_name': '可以使用:anl49_backfill_1stfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues indicator'}
|
|
{'id': 6770, 'data_set_name': '可以使用:anl49_backfill_2ndfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6771, 'data_set_name': '可以使用:anl49_backfill_2ndfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues indicator'}
|
|
{'id': 6772, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratebookvaluepershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 6773, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratecashflowpershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 6774, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratedividendspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Dividends Declared per Share.'}
|
|
{'id': 6775, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthrateearningspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Earnings per Share.'}
|
|
{'id': 6776, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratesalespershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Sales per Share.'}
|
|
{'id': 6785, 'data_set_name': '可以使用:anl49_backfill_3rdfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6786, 'data_set_name': '可以使用:anl49_backfill_3rdfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues indicator'}
|
|
{'id': 6789, 'data_set_name': '可以使用:anl49_backfill_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6790, 'data_set_name': '可以使用:anl49_backfill_4thfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Fourth fiscal quarter sales or revenues indicator'}
|
|
{'id': 6795, 'data_set_name': '可以使用:anl49_backfill_annualfiscalsalesorrevenues', 'description': '不可使用,仅供参考:The total fiscal year sales or revenues as reported.'}
|
|
{'id': 6796, 'data_set_name': '可以使用:anl49_backfill_annualfiscalsalesorrevenuesindicator', 'description': '不可使用,仅供参考:Annual fiscal sales or revenues indicator'}
|
|
{'id': 6834, 'data_set_name': '可以使用:anl49_backfill_grossmarginindicator', 'description': '不可使用,仅供参考:Gross margin indicator'}
|
|
{'id': 6835, 'data_set_name': '可以使用:anl49_backfill_incometaxrate', 'description': "不可使用,仅供参考:The company's effective tax rate. The total of all income taxes paid expressed as a percentage of gross revenues."}
|
|
{'id': 6836, 'data_set_name': '可以使用:anl49_backfill_incometaxrateindicator', 'description': '不可使用,仅供参考:Income tax rate indicator'}
|
|
{'id': 6852, 'data_set_name': '可以使用:anl49_backfill_netprofitmargin', 'description': '不可使用,仅供参考:Net income before extraordinary gains or losses expressed as a percentage of sales or revenues.'}
|
|
{'id': 6853, 'data_set_name': '可以使用:anl49_backfill_netprofitmarginindicator', 'description': '不可使用,仅供参考:Net profit margin indicator'}
|
|
{'id': 6859, 'data_set_name': '可以使用:anl49_backfill_operatingmargin', 'description': '不可使用,仅供参考:Operating profit before deducting interest expense expressed as a percentage of gross income.'}
|
|
{'id': 6860, 'data_set_name': '可以使用:anl49_backfill_operatingmarginindicator', 'description': '不可使用,仅供参考:Operating margin indicator'}
|
|
{'id': 6870, 'data_set_name': '可以使用:anl49_backfill_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
|
|
{'id': 6871, 'data_set_name': '可以使用:anl49_backfill_salesorrevenuesindicator', 'description': '不可使用,仅供参考:Sales or revenues indicator'}
|
|
{'id': 6872, 'data_set_name': '可以使用:anl49_backfill_salesorrevenuespershare', 'description': '不可使用,仅供参考:Net sales or revenues divided by the number of common shares outstanding at the fiscal year end.'}
|
|
{'id': 6873, 'data_set_name': '可以使用:anl49_backfill_salesorrevenuespershareindicator', 'description': '不可使用,仅供参考:Sales or revenues per share indicator'}
|
|
{'id': 6920, 'data_set_name': '可以使用:anl49_grossmarginindicator', 'description': '不可使用,仅供参考:Gross margin indicator'}
|
|
{'id': 6921, 'data_set_name': '可以使用:anl49_incometaxrate', 'description': "不可使用,仅供参考:The company's effective tax rate. The total of all income taxes paid expressed as a percentage of gross revenues."}
|
|
{'id': 6922, 'data_set_name': '可以使用:anl49_incometaxrateindicator', 'description': '不可使用,仅供参考:Income tax rate indicator'}
|
|
{'id': 6938, 'data_set_name': '可以使用:anl49_netprofitmargin', 'description': '不可使用,仅供参考:Net income before extraordinary gains or losses expressed as a percentage of sales or revenues.'}
|
|
{'id': 6939, 'data_set_name': '可以使用:anl49_netprofitmarginindicator', 'description': '不可使用,仅供参考:Net profit margin indicator'}
|
|
{'id': 6945, 'data_set_name': '可以使用:anl49_operatingmargin', 'description': '不可使用,仅供参考:Operating profit before deducting interest expense expressed as a percentage of gross income.'}
|
|
{'id': 6946, 'data_set_name': '可以使用:anl49_operatingmarginindicator', 'description': '不可使用,仅供参考:Operating margin indicator'}
|
|
{'id': 6959, 'data_set_name': '可以使用:anl49_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
|
|
{'id': 6960, 'data_set_name': '可以使用:anl49_salesorrevenuesindicator', 'description': '不可使用,仅供参考:Sales or revenues indicator'}
|
|
{'id': 6961, 'data_set_name': '可以使用:anl49_salesorrevenuespershare', 'description': '不可使用,仅供参考:Net sales or revenues divided by the number of common shares outstanding at the fiscal year end.'}
|
|
{'id': 6962, 'data_set_name': '可以使用:anl49_salesorrevenuespershareindicator', 'description': '不可使用,仅供参考:Sales or revenues per share indicator'}
|
|
{'id': 6978, 'data_set_name': '可以使用:anl49_vector_1stfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6981, 'data_set_name': '可以使用:anl49_vector_2ndfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6982, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthratebookvaluepershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 6983, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthratecashflowpershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 6984, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthratedividendspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Dividends Declared per Share.'}
|
|
{'id': 6985, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthrateearningspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Earnings per Share.'}
|
|
{'id': 6986, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthratesalespershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Sales per Share.'}
|
|
{'id': 6995, 'data_set_name': '可以使用:anl49_vector_3rdfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6998, 'data_set_name': '可以使用:anl49_vector_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
|
|
{'id': 7001, 'data_set_name': '可以使用:anl49_vector_annualfiscalsalesorrevenues', 'description': '不可使用,仅供参考:The total fiscal year sales or revenues as reported.'}
|
|
{'id': 7015, 'data_set_name': '可以使用:anl49_vector_incometaxrate', 'description': "不可使用,仅供参考:The company's effective tax rate. The total of all income taxes paid expressed as a percentage of gross revenues."}
|
|
{'id': 7018, 'data_set_name': '可以使用:anl49_vector_netprofitmargin', 'description': '不可使用,仅供参考:Net income before extraordinary gains or losses expressed as a percentage of sales or revenues.'}
|
|
{'id': 7020, 'data_set_name': '可以使用:anl49_vector_operatingmargin', 'description': '不可使用,仅供参考:Operating profit before deducting interest expense expressed as a percentage of gross income.'}
|
|
{'id': 7022, 'data_set_name': '可以使用:anl49_vector_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
|
|
{'id': 7023, 'data_set_name': '可以使用:anl49_vector_salesorrevenuespershare', 'description': '不可使用,仅供参考:Net sales or revenues divided by the number of common shares outstanding at the fiscal year end.'}
|
|
{'id': 7297, 'data_set_name': '可以使用:anl69_cest_tax_rate', 'description': '不可使用,仅供参考:Tax Rate'}
|
|
{'id': 9779, 'data_set_name': '可以使用:other_corporate_participant_count', 'description': '不可使用,仅供参考:Number of other corporate participants attending the call.'}
|
|
{'id': 78375, 'data_set_name': '可以使用:fnd14_hiwater_incmst_revenue_fy', 'description': '不可使用,仅供参考:Highest yearly revenue as reported'}
|
|
{'id': 78376, 'data_set_name': '可以使用:fnd14_hiwater_incmst_revenue_qtr', 'description': '不可使用,仅供参考:Highest total income statement revenue'}
|
|
{'id': 78377, 'data_set_name': '可以使用:fnd14_hiwater_incmst_revenue_ttm', 'description': '不可使用,仅供参考:Highest TTM revenue'}
|
|
{'id': 78386, 'data_set_name': '可以使用:fnd14_is_accelerated_filer', 'description': '不可使用,仅供参考:Indicates how the registrant identified their accelerated filer status. (1 = Yes; 2 = Did not disclose; 0 = No)'}
|
|
{'id': 78410, 'data_set_name': '可以使用:fnd14_latestfy_incmst_revenue_qtr', 'description': '不可使用,仅供参考:Quarterly Total Revenue from the Income Statement for this reported quarter'}
|
|
{'id': 78411, 'data_set_name': '可以使用:fnd14_latestfy_incmst_revenue_ttm', 'description': '不可使用,仅供参考:TTM total revenue from the income statement for the 4 quarters ending with this reported quarter. This includes the previous 3 quarters summed with this quarter. Depending on the Q or A indicator QUARTER_ENDS_A_FISCAL_YEAR (see description above), this quarter also ends a fiscal year, then this field is fiscal year earnings for the fiscal year ending with this quarter'}
|
|
{'id': 78421, 'data_set_name': '可以使用:fnd14_latestqu_incmst_revenue_qtr', 'description': '不可使用,仅供参考:Quarterly Total Revenue from the Income Statement for this reported quarter'}
|
|
{'id': 78422, 'data_set_name': '可以使用:fnd14_latestqu_incmst_revenue_ttm', 'description': '不可使用,仅供参考:TTM total revenue from the income statement for the four quarters ending with this reported quarter. This includes the previous three quarters summed with this quarter. Depending on the Q or A indicator QUARTER_ENDS_A_FISCAL_YEAR (see description above), if this quarter also ends a fiscal year, then this field is fiscal year earnings for the fiscal year ending with this quarter'}
|
|
{'id': 78518, 'data_set_name': '可以使用:fnd17_1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78520, 'data_set_name': '可以使用:fnd17_1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78522, 'data_set_name': '可以使用:fnd17_2_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78524, 'data_set_name': '可以使用:fnd17_2_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78533, 'data_set_name': '可以使用:fnd17_3_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78534, 'data_set_name': '可以使用:fnd17_3_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78535, 'data_set_name': '可以使用:fnd17_4_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78536, 'data_set_name': '可以使用:fnd17_4_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78537, 'data_set_name': '可以使用:fnd17_5_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78538, 'data_set_name': '可以使用:fnd17_5_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78542, 'data_set_name': '可以使用:fnd17_6_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78544, 'data_set_name': '可以使用:fnd17_6_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78545, 'data_set_name': '可以使用:fnd17_7_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78546, 'data_set_name': '可以使用:fnd17_7_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78547, 'data_set_name': '可以使用:fnd17_8_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78549, 'data_set_name': '可以使用:fnd17_8_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78550, 'data_set_name': '可以使用:fnd17_9_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 78551, 'data_set_name': '可以使用:fnd17_9_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 78626, 'data_set_name': '可以使用:fnd17_ataxrate', 'description': '不可使用,仅供参考:Tax rate - most recent fiscal year'}
|
|
{'id': 78627, 'data_set_name': '可以使用:fnd17_ataxrate2', 'description': '不可使用,仅供参考:Tax rate - most recent fiscal year -1'}
|
|
{'id': 78690, 'data_set_name': '可以使用:fnd17_margin5yr', 'description': '不可使用,仅供参考:Net Profit Margin - 5 year average'}
|
|
{'id': 78776, 'data_set_name': '可以使用:fnd17_qtaxrate', 'description': '不可使用,仅供参考:Tax rate - most recent quarter'}
|
|
{'id': 78881, 'data_set_name': '可以使用:fnd17_ttmtaxrate', 'description': '不可使用,仅供参考:Tax rate - trailing 12 month'}
|
|
{'id': 78914, 'data_set_name': '可以使用:reporting_to_pricing_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert reporting currency to pricing currency.'}
|
|
{'id': 78916, 'data_set_name': '可以使用:usd_to_reporting_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert USD to the reporting currency.'}
|
|
{'id': 78951, 'data_set_name': '可以使用:fn_comp_fair_value_assumptions_weighted_avg_vol_rate_a', 'description': '不可使用,仅供参考:Weighted average expected volatility rate of share-based compensation awards.'}
|
|
{'id': 78952, 'data_set_name': '可以使用:fn_comp_fair_value_assumptions_weighted_avg_vol_rate_q', 'description': '不可使用,仅供参考:Weighted average expected volatility rate of share-based compensation awards.'}
|
|
{'id': 78993, 'data_set_name': '可以使用:fn_debt_instrument_interest_rate_stated_percentage_a', 'description': '不可使用,仅供参考:Stated percentage of interest rate on debt'}
|
|
{'id': 78994, 'data_set_name': '可以使用:fn_debt_instrument_interest_rate_stated_percentage_q', 'description': '不可使用,仅供参考:Stated percentage of interest rate on debt'}
|
|
{'id': 79011, 'data_set_name': '可以使用:fn_eff_income_tax_rate_continuing_operations_a', 'description': '不可使用,仅供参考:Percentage of current income tax expense (benefit) and deferred income tax expense (benefit) pertaining to continuing operations.'}
|
|
{'id': 79012, 'data_set_name': '可以使用:fn_eff_income_tax_rate_continuing_operations_q', 'description': '不可使用,仅供参考:Percentage of current income tax expense (benefit) and deferred income tax expense (benefit) pertaining to continuing operations.'}
|
|
{'id': 79013, 'data_set_name': '可以使用:fn_effect_of_exchange_rate_on_cash_and_equiv_a', 'description': '不可使用,仅供参考:Amount of increase (decrease) from the effect of exchange rate changes on cash and cash equivalent balances held in foreign currencies.'}
|
|
{'id': 79014, 'data_set_name': '可以使用:fn_effect_of_exchange_rate_on_cash_and_equiv_q', 'description': '不可使用,仅供参考:Amount of increase (decrease) from the effect of exchange rate changes on cash and cash equivalent balances held in foreign currencies.'}
|
|
{'id': 79341, 'data_set_name': '可以使用:deferred_revenue_debt', 'description': '不可使用,仅供参考:[Quarterly] Discount Rate - Domestic'}
|
|
{'id': 80507, 'data_set_name': '可以使用:fnd23_tot_revenue', 'description': '不可使用,仅供参考:total revenue.'}
|
|
{'id': 80712, 'data_set_name': '可以使用:research_and_development_expense', 'description': '不可使用,仅供参考:[Quarterly] Discount Rate - Domestic'}
|
|
{'id': 80718, 'data_set_name': '可以使用:revenue_from_domestic_operations', 'description': '不可使用,仅供参考:[Quarterly] Expected Rate of Return - Domestic'}
|
|
{'id': 80719, 'data_set_name': '可以使用:revenue_total', 'description': '不可使用,仅供参考:Total revenue generated from business activities during the period.'}
|
|
{'id': 80721, 'data_set_name': '可以使用:sales_revenue_total', 'description': '不可使用,仅供参考:Total revenue from sales for the period.'}
|
|
{'id': 80722, 'data_set_name': '可以使用:sales_revenue_total_2', 'description': '不可使用,仅供参考:Total sales or revenue generated during the period.'}
|
|
{'id': 80723, 'data_set_name': '可以使用:sales_revenue_total_3', 'description': '不可使用,仅供参考:Total sales revenue recognized during the period.'}
|
|
{'id': 80727, 'data_set_name': '可以使用:segment_revenue', 'description': '不可使用,仅供参考:Revenue generated by a specific business segment.'}
|
|
{'id': 80730, 'data_set_name': '可以使用:service_contract_revenue', 'description': '不可使用,仅供参考:[Quarterly] Service Cost - Domestic'}
|
|
{'id': 80773, 'data_set_name': '可以使用:short_term_corporate_obligations', 'description': '不可使用,仅供参考:Short-term corporate obligations outstanding at period end.'}
|
|
{'id': 81268, 'data_set_name': '可以使用:fnd28_growthratesa_value_08579a', 'description': '不可使用,仅供参考:value of annual field: Market Capitalization Growth (year ago) Profitability'}
|
|
{'id': 81269, 'data_set_name': '可以使用:fnd28_growthratesa_value_08581a', 'description': '不可使用,仅供参考:value of annual field: Market Capitalization - 3 Year Growth'}
|
|
{'id': 81270, 'data_set_name': '可以使用:fnd28_growthratesa_value_08601a', 'description': '不可使用,仅供参考:value of annual field: Earnings per Share Growth'}
|
|
{'id': 81271, 'data_set_name': '可以使用:fnd28_growthratesa_value_08604a', 'description': '不可使用,仅供参考:Value of annual field: Earnings Per Share - 3 Yr Annual Growth Five Year Averages'}
|
|
{'id': 81272, 'data_set_name': '可以使用:fnd28_growthratesa_value_08605a', 'description': '不可使用,仅供参考:value of annual field: Earnings per Share Growth'}
|
|
{'id': 81273, 'data_set_name': '可以使用:fnd28_growthratesa_value_08606a', 'description': '不可使用,仅供参考:value of annual field: Book Value per Share Growth (year ago)'}
|
|
{'id': 81274, 'data_set_name': '可以使用:fnd28_growthratesa_value_08610a', 'description': '不可使用,仅供参考:value of annual field: Book Value Per Share - 5 Yr Annual Growth Profitability Annual Statistics'}
|
|
{'id': 81275, 'data_set_name': '可以使用:fnd28_growthratesa_value_08611a', 'description': '不可使用,仅供参考:value of annual field: Dividends per Share Growth'}
|
|
{'id': 81276, 'data_set_name': '可以使用:fnd28_growthratesa_value_08615a', 'description': '不可使用,仅供参考:value of annual field: Dividends Per Share - 5 Yr Annual Growth'}
|
|
{'id': 81277, 'data_set_name': '可以使用:fnd28_growthratesa_value_08616a', 'description': '不可使用,仅供参考:value of annual field: Equity Growth (year ago)'}
|
|
{'id': 81278, 'data_set_name': '可以使用:fnd28_growthratesa_value_08620a', 'description': '不可使用,仅供参考:value of annual field: Equity - 5 Yr Annual Growth'}
|
|
{'id': 81279, 'data_set_name': '可以使用:fnd28_growthratesa_value_08621a', 'description': '不可使用,仅供参考:value of annual field: Total Assets Growth (year ago)'}
|
|
{'id': 81280, 'data_set_name': '可以使用:fnd28_growthratesa_value_08625a', 'description': '不可使用,仅供参考:value of annual field: Total Assets - 5 Yr Annual Growth'}
|
|
{'id': 81281, 'data_set_name': '可以使用:fnd28_growthratesa_value_08626a', 'description': '不可使用,仅供参考:value of annual field: Employees Growth'}
|
|
{'id': 81282, 'data_set_name': '可以使用:fnd28_growthratesa_value_08630a', 'description': '不可使用,仅供参考:value of annual field: Employees - 5 Yr Annual Growth'}
|
|
{'id': 81283, 'data_set_name': '可以使用:fnd28_growthratesa_value_08631a', 'description': '不可使用,仅供参考:value of annual field: Net Sales/Revenues Growth'}
|
|
{'id': 81284, 'data_set_name': '可以使用:fnd28_growthratesa_value_08635a', 'description': '不可使用,仅供参考:value of annual field: Net Sales / Revenues - 5 Yr Annual Growth'}
|
|
{'id': 81285, 'data_set_name': '可以使用:fnd28_growthratesa_value_08636a', 'description': '不可使用,仅供参考:value of annual field: Net Income Growth'}
|
|
{'id': 81286, 'data_set_name': '可以使用:fnd28_growthratesa_value_08640a', 'description': '不可使用,仅供参考:value of annual field: Net Income Growth'}
|
|
{'id': 81287, 'data_set_name': '可以使用:fnd28_growthratesa_value_08646a', 'description': '不可使用,仅供参考:value of annual field: Operating Income Growth'}
|
|
{'id': 81288, 'data_set_name': '可以使用:fnd28_growthratesa_value_08650a', 'description': '不可使用,仅供参考:value of annual field: Operating Income - 5 Yr Annual Growth'}
|
|
{'id': 81289, 'data_set_name': '可以使用:fnd28_growthratesa_value_08676a', 'description': '不可使用,仅供参考:value of annual field: Net Margin Growth'}
|
|
{'id': 81290, 'data_set_name': '可以使用:fnd28_growthratesa_value_08680a', 'description': '不可使用,仅供参考:Value of annual field: Net Margin Growth Profitability Annual Statistics'}
|
|
{'id': 81291, 'data_set_name': '可以使用:fnd28_growthratesa_value_08816a', 'description': '不可使用,仅供参考:value of annual field: Earnings Per Share - Fiscal - 1 Yr Annual Growth'}
|
|
{'id': 81292, 'data_set_name': '可以使用:fnd28_growthratesa_value_08821a', 'description': '不可使用,仅供参考:Value of annual field: Book Value Per Share - Fiscal - 1 Yr Growth Rate Three Year Averages'}
|
|
{'id': 81753, 'data_set_name': '可以使用:fnd28_ratesq90_value_08106q', 'description': '不可使用,仅供参考:value of quarterly field: Current Ratio'}
|
|
{'id': 81754, 'data_set_name': '可以使用:fnd28_ratesq90_value_08111q', 'description': '不可使用,仅供参考:Value of quarterly field: Cash & Equivalents % Total Current Assets Company Specific Accounting Practices'}
|
|
{'id': 81755, 'data_set_name': '可以使用:fnd28_ratesq90_value_08421q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Sales'}
|
|
{'id': 81756, 'data_set_name': '可以使用:fnd28_ratesq_value_08106q', 'description': '不可使用,仅供参考:value of quarterly field: Current Ratio'}
|
|
{'id': 81757, 'data_set_name': '可以使用:fnd28_ratesq_value_08111q', 'description': '不可使用,仅供参考:Value of quarterly field: Cash & Equivalents % Total Current Assets Company Specific Accounting Practices'}
|
|
{'id': 81758, 'data_set_name': '可以使用:fnd28_ratesq_value_08301q', 'description': '不可使用,仅供参考:Value of quarterly field: Return on Equity Total (%)'}
|
|
{'id': 81759, 'data_set_name': '可以使用:fnd28_ratesq_value_08306q', 'description': '不可使用,仅供参考:value of quarterly field: Gross Profit Margin'}
|
|
{'id': 81760, 'data_set_name': '可以使用:fnd28_ratesq_value_08311q', 'description': '不可使用,仅供参考:value of quarterly field: Cash Flow/Sales'}
|
|
{'id': 81761, 'data_set_name': '可以使用:fnd28_ratesq_value_08316q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Profit Margin'}
|
|
{'id': 81762, 'data_set_name': '可以使用:fnd28_ratesq_value_08321q', 'description': '不可使用,仅供参考:value of quarterly field: Pre-tax Margin'}
|
|
{'id': 81763, 'data_set_name': '可以使用:fnd28_ratesq_value_08326q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Assets'}
|
|
{'id': 81764, 'data_set_name': '可以使用:fnd28_ratesq_value_08346q', 'description': '不可使用,仅供参考:Value of quarterly field: Tax Rate'}
|
|
{'id': 81765, 'data_set_name': '可以使用:fnd28_ratesq_value_08366q', 'description': '不可使用,仅供参考:value of quarterly field: Net Margin'}
|
|
{'id': 81766, 'data_set_name': '可以使用:fnd28_ratesq_value_08371q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Equity - per Share'}
|
|
{'id': 81767, 'data_set_name': '可以使用:fnd28_ratesq_value_08381q', 'description': '不可使用,仅供参考:value of quarterly field: Cash Earnings Return on Equity'}
|
|
{'id': 81768, 'data_set_name': '可以使用:fnd28_ratesq_value_08401q', 'description': '不可使用,仅供参考:value of quarterly field: Total Asset Turnover'}
|
|
{'id': 81769, 'data_set_name': '可以使用:fnd28_ratesq_value_08416q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Total Assets'}
|
|
{'id': 81770, 'data_set_name': '可以使用:fnd28_ratesq_value_08421q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Sales'}
|
|
{'id': 81771, 'data_set_name': '可以使用:fnd28_ratesq_value_08579q', 'description': '不可使用,仅供参考:value of quarterly field: Market Capitalization Growth (year ago) Profitability'}
|
|
{'id': 81772, 'data_set_name': '可以使用:fnd28_ratesq_value_08601q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Growth'}
|
|
{'id': 81773, 'data_set_name': '可以使用:fnd28_ratesq_value_08606q', 'description': '不可使用,仅供参考:value of quarterly field: Book Value per Share Growth (year ago)'}
|
|
{'id': 81774, 'data_set_name': '可以使用:fnd28_ratesq_value_08611q', 'description': '不可使用,仅供参考:value of quarterly field: Dividends per Share Growth'}
|
|
{'id': 81775, 'data_set_name': '可以使用:fnd28_ratesq_value_08616q', 'description': '不可使用,仅供参考:value of quarterly field: Equity Growth (year ago)'}
|
|
{'id': 81776, 'data_set_name': '可以使用:fnd28_ratesq_value_08621q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets Growth (year ago)'}
|
|
{'id': 81777, 'data_set_name': '可以使用:fnd28_ratesq_value_08631q', 'description': '不可使用,仅供参考:value of quarterly field: Net Sales/Revenues Growth'}
|
|
{'id': 81778, 'data_set_name': '可以使用:fnd28_ratesq_value_08636q', 'description': '不可使用,仅供参考:value of quarterly field: Net Income Growth'}
|
|
{'id': 81779, 'data_set_name': '可以使用:fnd28_ratesq_value_08651q', 'description': '不可使用,仅供参考:value of quarterly field: Reinvestment Rate - per Share'}
|
|
{'id': 81780, 'data_set_name': '可以使用:fnd28_ratesq_value_08676q', 'description': '不可使用,仅供参考:value of quarterly field: Net Margin Growth'}
|
|
{'id': 82638, 'data_set_name': '可以使用:fnd28_wcratesq_value_08226q', 'description': '不可使用,仅供参考:value of quarterly field: Long Term Debt % Common Equity'}
|
|
{'id': 82639, 'data_set_name': '可以使用:fnd28_wcratesq_value_08231q', 'description': '不可使用,仅供参考:value of quarterly field: Total Debt % Common Equity'}
|
|
{'id': 82640, 'data_set_name': '可以使用:fnd28_wcratesq_value_08236q', 'description': '不可使用,仅供参考:value of quarterly field: Total Debt % Total Assets'}
|
|
{'id': 82641, 'data_set_name': '可以使用:fnd28_wcratesq_value_08241q', 'description': '不可使用,仅供参考:value of quarterly field: Common Equity % Total Assets'}
|
|
{'id': 82642, 'data_set_name': '可以使用:fnd28_wcratesq_value_08251q', 'description': '不可使用,仅供参考:value of quarterly field: Fixed Charge Coverage Ratio'}
|
|
{'id': 82643, 'data_set_name': '可以使用:fnd28_wcratesq_value_08261q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Cash/Fixed Charges'}
|
|
{'id': 82644, 'data_set_name': '可以使用:fnd28_wcratesq_value_08266q', 'description': '不可使用,仅供参考:Value of quarterly field: Fixed Assets % Common Equity Company Specific Accounting Practices'}
|
|
{'id': 82645, 'data_set_name': '可以使用:fnd28_wcratesq_value_08287q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets / Common Equity Ratio'}
|
|
{'id': 82646, 'data_set_name': '可以使用:fnd28_wcratesq_value_08801q', 'description': '不可使用,仅供参考:Value of quarterly field: Total Investment Return year ago Growth Rates'}
|
|
{'id': 83121, 'data_set_name': '可以使用:annual_current_unearned_revenue_total', 'description': '不可使用,仅供参考:Total current deferred revenue as of the year.'}
|
|
{'id': 83122, 'data_set_name': '可以使用:annual_current_unearned_revenue_total_fast_d1', 'description': '不可使用,仅供参考:Total current deferred revenue as of the year.'}
|
|
{'id': 83165, 'data_set_name': '可以使用:annual_unearned_revenue_total', 'description': '不可使用,仅供参考:Total deferred revenue as of the year.'}
|
|
{'id': 83166, 'data_set_name': '可以使用:annual_unearned_revenue_total_fast_d1', 'description': '不可使用,仅供参考:Total deferred revenue as of the year.'}
|
|
{'id': 83167, 'data_set_name': '可以使用:current_unearned_revenue_balance', 'description': '不可使用,仅供参考:Amount of deferred revenue classified as current.'}
|
|
{'id': 83168, 'data_set_name': '可以使用:current_unearned_revenue_balance_acctadj', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Deferred Revenue, Current'}
|
|
{'id': 83169, 'data_set_name': '可以使用:current_unearned_revenue_balance_acctadj_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Deferred Revenue, Current'}
|
|
{'id': 83170, 'data_set_name': '可以使用:current_unearned_revenue_balance_fast_d1', 'description': '不可使用,仅供参考:Amount of deferred revenue classified as current.'}
|
|
{'id': 83171, 'data_set_name': '可以使用:current_unearned_revenue_total', 'description': '不可使用,仅供参考:Total current deferred revenue.'}
|
|
{'id': 83172, 'data_set_name': '可以使用:current_unearned_revenue_total_fast_d1', 'description': '不可使用,仅供参考:Total current deferred revenue.'}
|
|
{'id': 83193, 'data_set_name': '可以使用:fnd3_A_costofrevenue', 'description': '不可使用,仅供参考:Annual cost of revenue'}
|
|
{'id': 83200, 'data_set_name': '可以使用:fnd3_A_eff_excratecash', 'description': '不可使用,仅供参考:Annual Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83231, 'data_set_name': '可以使用:fnd3_A_revenue', 'description': '不可使用,仅供参考:Annual Revenue'}
|
|
{'id': 83240, 'data_set_name': '可以使用:fnd3_Aaccadj_effecexcrate', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83264, 'data_set_name': '可以使用:fnd3_Aacctadj_costofrevenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Cost of Revenue'}
|
|
{'id': 83298, 'data_set_name': '可以使用:fnd3_Aacctadj_revenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Revenue'}
|
|
{'id': 83329, 'data_set_name': '可以使用:fnd3_Q_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
|
|
{'id': 83365, 'data_set_name': '可以使用:fnd3_Q_revenue', 'description': '不可使用,仅供参考:Quarterly Revenue'}
|
|
{'id': 83374, 'data_set_name': '可以使用:fnd3_Qaccadj_eff_exc_ratecas', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83398, 'data_set_name': '可以使用:fnd3_Qacctadj_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Cost of Revenue'}
|
|
{'id': 83431, 'data_set_name': '可以使用:fnd3_Qacctadj_revenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Revenue'}
|
|
{'id': 83480, 'data_set_name': '可以使用:fnd3_a_costofrevenue', 'description': '不可使用,仅供参考:Annual cost of revenue'}
|
|
{'id': 83481, 'data_set_name': '可以使用:fnd3_a_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Annual cost of revenue'}
|
|
{'id': 83496, 'data_set_name': '可以使用:fnd3_a_eff_excratecash', 'description': '不可使用,仅供参考:Annual Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83497, 'data_set_name': '可以使用:fnd3_a_eff_excratecash_fast_d1', 'description': '不可使用,仅供参考:Annual Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83558, 'data_set_name': '可以使用:fnd3_a_revenue', 'description': '不可使用,仅供参考:Annual Revenue'}
|
|
{'id': 83559, 'data_set_name': '可以使用:fnd3_a_revenue_fast_d1', 'description': '不可使用,仅供参考:Annual Revenue'}
|
|
{'id': 83578, 'data_set_name': '可以使用:fnd3_aaccadj_effecexcrate', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83579, 'data_set_name': '可以使用:fnd3_aaccadj_effecexcrate_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83624, 'data_set_name': '可以使用:fnd3_aacctadj_costofrevenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Cost of Revenue'}
|
|
{'id': 83625, 'data_set_name': '可以使用:fnd3_aacctadj_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Cost of Revenue'}
|
|
{'id': 83692, 'data_set_name': '可以使用:fnd3_aacctadj_revenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Revenue'}
|
|
{'id': 83693, 'data_set_name': '可以使用:fnd3_aacctadj_revenue_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Revenue'}
|
|
{'id': 83752, 'data_set_name': '可以使用:fnd3_q_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
|
|
{'id': 83753, 'data_set_name': '可以使用:fnd3_q_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
|
|
{'id': 83826, 'data_set_name': '可以使用:fnd3_q_revenue', 'description': '不可使用,仅供参考:Quarterly Revenue'}
|
|
{'id': 83827, 'data_set_name': '可以使用:fnd3_q_revenue_fast_d1', 'description': '不可使用,仅供参考:Quarterly Revenue'}
|
|
{'id': 83844, 'data_set_name': '可以使用:fnd3_qaccadj_eff_exc_ratecas', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83845, 'data_set_name': '可以使用:fnd3_qaccadj_eff_exc_ratecas_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83890, 'data_set_name': '可以使用:fnd3_qacctadj_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Cost of Revenue'}
|
|
{'id': 83891, 'data_set_name': '可以使用:fnd3_qacctadj_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Cost of Revenue'}
|
|
{'id': 83956, 'data_set_name': '可以使用:fnd3_qacctadj_revenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Revenue'}
|
|
{'id': 83957, 'data_set_name': '可以使用:fnd3_qacctadj_revenue_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Revenue'}
|
|
{'id': 84132, 'data_set_name': '可以使用:quarterly_unearned_revenue_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Deferred Revenue'}
|
|
{'id': 84133, 'data_set_name': '可以使用:quarterly_unearned_revenue_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Deferred Revenue'}
|
|
{'id': 84138, 'data_set_name': '可以使用:research_development_expense_amount', 'description': '不可使用,仅供参考:Total spending on research and development activities.'}
|
|
{'id': 84139, 'data_set_name': '可以使用:research_development_expense_amount_fast_d1', 'description': '不可使用,仅供参考:Total spending on research and development activities.'}
|
|
{'id': 84150, 'data_set_name': '可以使用:unearned_revenue', 'description': '不可使用,仅供参考:Value of deferred revenue recognized by the company.'}
|
|
{'id': 84151, 'data_set_name': '可以使用:unearned_revenue_acctadj', 'description': '不可使用,仅供参考:Value of deferred revenue (account-adjusted).'}
|
|
{'id': 84152, 'data_set_name': '可以使用:unearned_revenue_acctadj_fast_d1', 'description': '不可使用,仅供参考:Value of deferred revenue (account-adjusted).'}
|
|
{'id': 84153, 'data_set_name': '可以使用:unearned_revenue_balance', 'description': '不可使用,仅供参考:Amount of revenue received but not yet earned.'}
|
|
{'id': 84154, 'data_set_name': '可以使用:unearned_revenue_balance_fast_d1', 'description': '不可使用,仅供参考:Amount of revenue received but not yet earned.'}
|
|
{'id': 84155, 'data_set_name': '可以使用:unearned_revenue_fast_d1', 'description': '不可使用,仅供参考:Value of deferred revenue recognized by the company.'}
|
|
{'id': 84156, 'data_set_name': '可以使用:unearned_revenue_total', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Deferred Revenue'}
|
|
{'id': 84157, 'data_set_name': '可以使用:unearned_revenue_total_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Deferred Revenue'}
|
|
{'id': 84431, 'data_set_name': '可以使用:fnd6_dvrated', 'description': '不可使用,仅供参考:Indicated Annual Dividend Rate - Daily'}
|
|
{'id': 85166, 'data_set_name': '可以使用:revenue', 'description': '不可使用,仅供参考:Revenue - Total'}
|
|
{'id': 85354, 'data_set_name': '可以使用:fnd72_a1_ebitda_margin', 'description': '不可使用,仅供参考:Percentage margin of trailing 12-month Earnings Before Interest Taxes Depreciation and Amortization divided by the trailing 12-month Sales'}
|
|
{'id': 85358, 'data_set_name': '可以使用:fnd72_a1_ebitda_to_revenue', 'description': '不可使用,仅供参考:Measure, in percentage, calculates the relation of Earnings Before Interest, Taxes, Depreciation and Amortization to Revenue'}
|
|
{'id': 85380, 'data_set_name': '可以使用:fnd72_a1_geo_grow_gross_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in gross margin'}
|
|
{'id': 85386, 'data_set_name': '可以使用:fnd72_a1_geo_grow_prof_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in profit margin'}
|
|
{'id': 85480, 'data_set_name': '可以使用:fnd72_a2_trail_12m_gross_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Sales minus Trailing 12M Cost of Goods Sold and divided by Trailing 12M Net Sales'}
|
|
{'id': 85485, 'data_set_name': '可以使用:fnd72_a2_trail_12m_oper_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Operating Income divided by Trailing 12M Net Sales and multiply the number by 100'}
|
|
{'id': 85488, 'data_set_name': '可以使用:fnd72_a2_trail_12m_prof_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Income divided by Trailing 12M Net Sales and multiply the number by 100'}
|
|
{'id': 85789, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_ebit_margin', 'description': "不可使用,仅供参考:Ratio which measures the company's profitability"}
|
|
{'id': 85796, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_eff_tax_rate', 'description': "不可使用,仅供参考:A measure of total tax paid as a percentage of the company's accounting income"}
|
|
{'id': 85825, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_gross_margin', 'description': '不可使用,仅供参考:Gross margin represents the percent of total sales revenue that the company retains after incurring the direct costs associated with producing the goods and services sold by the company'}
|
|
{'id': 85880, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_oper_margin', 'description': "不可使用,仅供参考:Ratio used to measure a company's pricing strategy and operating efficiency, in percentage"}
|
|
{'id': 85884, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_pretax_margin', 'description': "不可使用,仅供参考:A company's earnings before tax as a percentage of total sales or revenues"}
|
|
{'id': 85885, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_prof_margin', 'description': "不可使用,仅供参考:Measuring the company's profitability, this ratio is the comparison of how much of the revenue incurred during the period was retained in income"}
|
|
{'id': 85898, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_revenue_per_sh', 'description': '不可使用,仅供参考:Ratio that computes the total revenue earned per share over the reporting period'}
|
|
{'id': 85977, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_ebit_margin', 'description': "不可使用,仅供参考:Ratio which measures the company's profitability"}
|
|
{'id': 85984, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_eff_tax_rate', 'description': "不可使用,仅供参考:A measure of total tax paid as a percentage of the company's accounting income"}
|
|
{'id': 86014, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_gross_margin', 'description': '不可使用,仅供参考:Gross margin represents the percent of total sales revenue that the company retains after incurring the direct costs associated with producing the goods and services sold by a company'}
|
|
{'id': 86069, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_oper_margin', 'description': "不可使用,仅供参考:Ratio used to measure a company's pricing strategy and operating efficiency, in percentage"}
|
|
{'id': 86073, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_pretax_margin', 'description': "不可使用,仅供参考:A company's earnings before tax as a percentage of total sales or revenues"}
|
|
{'id': 86074, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_prof_margin', 'description': "不可使用,仅供参考:Measuring the company's profitability, this ratio is the comparison of how much of the revenue incurred during the period was retained in income"}
|
|
{'id': 86088, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_revenue_per_sh', 'description': '不可使用,仅供参考:Ratio that computes the total revenue earned per share over the reporting period'}
|
|
{'id': 86133, 'data_set_name': '可以使用:fnd72_pit_or_is_a_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'}
|
|
{'id': 86150, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_disc_rate_pension_plan_liabs', 'description': '不可使用,仅供参考:The estimated interest rate that is used to compute the present value of benefit obligations'}
|
|
{'id': 86181, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_rate_of_comp_increase_pension', 'description': '不可使用,仅供参考:The expected rate of employee compensation growth expressed as a percentage'}
|
|
{'id': 86210, 'data_set_name': '可以使用:fnd72_pit_or_is_q_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'}
|
|
{'id': 86299, 'data_set_name': '可以使用:fnd72_q1_ebitda_margin', 'description': '不可使用,仅供参考:Percentage margin of trailing 12-month earnings before interest, taxes, depreciation, and amortization divided by the trailing 12-month sales'}
|
|
{'id': 86303, 'data_set_name': '可以使用:fnd72_q1_ebitda_to_revenue', 'description': '不可使用,仅供参考:Measure, in percentage, calculates the relation of Earnings Before Interest, Taxes, Depreciation, and Amortization to Revenue'}
|
|
{'id': 86325, 'data_set_name': '可以使用:fnd72_q1_geo_grow_gross_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in gross margin'}
|
|
{'id': 86331, 'data_set_name': '可以使用:fnd72_q1_geo_grow_prof_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in profit margin'}
|
|
{'id': 86429, 'data_set_name': '可以使用:fnd72_q2_trail_12m_gross_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Sales minus Trailing 12M Cost of Goods Sold and divided by Trailing 12M Net Sales'}
|
|
{'id': 86434, 'data_set_name': '可以使用:fnd72_q2_trail_12m_oper_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Operating Income divided by Trailing 12M Net Sales and multiply the number by 100'}
|
|
{'id': 86438, 'data_set_name': '可以使用:fnd72_q2_trail_12m_prof_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Income divided by Trailing 12M Net Sales and multiply the number by 100'}
|
|
{'id': 86772, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_ebit_margin', 'description': "不可使用,仅供参考:Ratio which measures the company's profitability"}
|
|
{'id': 86779, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_eff_tax_rate', 'description': "不可使用,仅供参考:A measure of total tax paid as a percentage of the company's accounting income"}
|
|
{'id': 86806, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_gross_margin', 'description': '不可使用,仅供参考:Gross margin represents the percent of total sales revenue that the company retains after incurring the direct costs associated with producing the goods and services sold by a company'}
|
|
{'id': 86850, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_oper_margin', 'description': "不可使用,仅供参考:Ratio used to measure a company's pricing strategy and operating efficiency, in percentage"}
|
|
{'id': 86854, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_pretax_margin', 'description': "不可使用,仅供参考:A company's earnings before tax as a percentage of total sales or revenues"}
|
|
{'id': 86855, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_prof_margin', 'description': "不可使用,仅供参考:Measuring the company's profitability, this ratio is the comparison of how much of the revenue incurred during the period was retained in income"}
|
|
{'id': 86868, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_revenue_per_sh', 'description': '不可使用,仅供参考:Ratio that computes the total revenue earned per share over the reporting period'}
|
|
{'id': 86914, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_disc_rate_pension_plan_liabs', 'description': '不可使用,仅供参考:The estimated interest rate that is used to compute the present value of benefit obligations'}
|
|
{'id': 86926, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_rate_of_comp_increase_pension', 'description': '不可使用,仅供参考:The expected rate of employee compensation growth expressed as a percentage'}
|
|
{'id': 86945, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'}
|
|
{'id': 86991, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'}
|
|
{'id': 87490, 'data_set_name': '可以使用:fnd90_game_amortization_rate', 'description': '不可使用,仅供参考:Amortization Rate'}
|
|
{'id': 87502, 'data_set_name': '可以使用:fnd90_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate'}
|
|
{'id': 87509, 'data_set_name': '可以使用:fnd90_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility'}
|
|
{'id': 87524, 'data_set_name': '可以使用:fnd90_game_pension_discount_rate', 'description': '不可使用,仅供参考:Pension Discount Rate'}
|
|
{'id': 87538, 'data_set_name': '可以使用:fnd90_game_tax_rate', 'description': '不可使用,仅供参考:Tax Rate'}
|
|
{'id': 87555, 'data_set_name': '可以使用:fnd90_us_game_amortization_rate', 'description': '不可使用,仅供参考:Amortization Rate [ Ascending] - [Quality.Aggressive Accounting]'}
|
|
{'id': 87567, 'data_set_name': '可以使用:fnd90_us_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate [ Descending] - [Quality.Financial leverage]'}
|
|
{'id': 87574, 'data_set_name': '可以使用:fnd90_us_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility [ Descending] - [Quality.Stability in profitability]'}
|
|
{'id': 87589, 'data_set_name': '可以使用:fnd90_us_game_pension_discount_rate', 'description': '不可使用,仅供参考:Pension Discount Rate [ Descending] - [Quality.Aggressive Accounting]'}
|
|
{'id': 87603, 'data_set_name': '可以使用:fnd90_us_game_tax_rate', 'description': '不可使用,仅供参考:Tax Rate [ Ascending] - [Quality.Aggressive Accounting]'}
|
|
{'id': 88047, 'data_set_name': '可以使用:oth401_game_amortization_rate', 'description': '不可使用,仅供参考:Amortization Rate'}
|
|
{'id': 88059, 'data_set_name': '可以使用:oth401_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate'}
|
|
{'id': 88066, 'data_set_name': '可以使用:oth401_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility'}
|
|
{'id': 88081, 'data_set_name': '可以使用:oth401_game_pension_discount_rate', 'description': '不可使用,仅供参考:Pension Discount Rate'}
|
|
{'id': 88095, 'data_set_name': '可以使用:oth401_game_tax_rate', 'description': '不可使用,仅供参考:Tax Rate'}
|
|
{'id': 320141, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320142, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320143, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320144, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320145, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320146, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320147, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
|
|
{'id': 320148, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320149, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320150, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
|
|
{'id': 320151, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
|
|
{'id': 320152, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
|
|
{'id': 320153, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320154, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320155, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320156, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320157, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320158, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320159, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
|
|
{'id': 320160, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320161, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320162, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
|
|
{'id': 320163, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
|
|
{'id': 320164, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
|
|
{'id': 320165, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320166, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320167, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320168, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320169, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320170, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320171, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
|
|
{'id': 320172, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320173, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320174, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
|
|
{'id': 320175, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
|
|
{'id': 320176, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
|
|
{'id': 320177, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320178, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320179, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320180, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320181, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320182, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320183, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
|
|
{'id': 320184, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320185, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320186, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
|
|
{'id': 320187, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
|
|
{'id': 320188, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
|
|
{'id': 320904, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_high', 'description': '不可使用,仅供参考:High of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320905, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_low', 'description': '不可使用,仅供参考:Low of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320906, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_mean', 'description': '不可使用,仅供参考:Mean of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320907, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_median', 'description': '不可使用,仅供参考:Median of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320908, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320909, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320910, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320932, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_high', 'description': '不可使用,仅供参考:High of Gross Margin Estimate (%)'}
|
|
{'id': 320933, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_low', 'description': '不可使用,仅供参考:Low of Gross Margin Estimate (%)'}
|
|
{'id': 320934, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_mean', 'description': '不可使用,仅供参考:Mean of Gross Margin Estimate (%)'}
|
|
{'id': 320935, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_median', 'description': '不可使用,仅供参考:Median of Gross Margin Estimate (%)'}
|
|
{'id': 320936, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Gross Margin Estimate (%)'}
|
|
{'id': 320937, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Estimate (%)'}
|
|
{'id': 320938, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Gross Margin Estimate (%)'}
|
|
{'id': 320980, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_high', 'description': '不可使用,仅供参考:High of Revenue Estimate'}
|
|
{'id': 320981, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_low', 'description': '不可使用,仅供参考:Low of Revenue Estimate'}
|
|
{'id': 320982, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_mean', 'description': '不可使用,仅供参考:Mean of Revenue Estimate'}
|
|
{'id': 320983, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_median', 'description': '不可使用,仅供参考:Median of Revenue Estimate'}
|
|
{'id': 320984, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Revenue Estimate'}
|
|
{'id': 320985, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_scale', 'description': '不可使用,仅供参考:Scale of Revenue Estimate'}
|
|
{'id': 320986, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Revenue Estimate'}
|
|
{'id': 320997, 'data_set_name': '可以使用:pv87_bboproj3ydivgrowthrate', 'description': '不可使用,仅供参考:Last of projected 3y dividend growth rate'}
|
|
{'id': 321297, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Revenue Consensus Mean'}
|
|
{'id': 321298, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321299, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Revenue Consensus Mean'}
|
|
{'id': 321300, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321301, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Revenue Consensus Mean'}
|
|
{'id': 321302, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321303, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 321304, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 321545, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Revenue Consensus Mean'}
|
|
{'id': 321546, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321547, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Revenue Consensus Mean'}
|
|
{'id': 321548, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321549, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Revenue Consensus Mean'}
|
|
{'id': 321550, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321551, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 321552, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 321561, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Revenue Consensus Mean'}
|
|
{'id': 321562, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321563, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Revenue Consensus Mean'}
|
|
{'id': 321564, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321565, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Revenue Consensus Mean'}
|
|
{'id': 321566, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321567, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 321568, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 321752, 'data_set_name': '可以使用:pv87_effective_tax_rate_actual', 'description': '不可使用,仅供参考:Effective Tax Rate Actual (%)'}
|
|
{'id': 321753, 'data_set_name': '可以使用:pv87_effective_tax_rate_actual_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Actual (%)'}
|
|
{'id': 321754, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_high', 'description': '不可使用,仅供参考:Effective Tax Rate Consensus High (%)'}
|
|
{'id': 321755, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_high_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Consensus High (%)'}
|
|
{'id': 321756, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_low', 'description': '不可使用,仅供参考:Effective Tax Rate Consensus Low (%)'}
|
|
{'id': 321757, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Consensus Low (%)'}
|
|
{'id': 321758, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_mean', 'description': '不可使用,仅供参考:Effective Tax Rate Consensus Mean (%)'}
|
|
{'id': 321759, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_mean_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Consensus Mean (%)'}
|
|
{'id': 321760, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_median', 'description': '不可使用,仅供参考:Effective Tax Rate Consensus Median (%)'}
|
|
{'id': 321761, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Consensus Median (%)'}
|
|
{'id': 321762, 'data_set_name': '可以使用:pv87_effective_tax_rate_of_estimates', 'description': '不可使用,仅供参考:Effective Tax Rate - # of Estimates'}
|
|
{'id': 321763, 'data_set_name': '可以使用:pv87_effective_tax_rate_of_estimates_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate - # of Estimates'}
|
|
{'id': 321764, 'data_set_name': '可以使用:pv87_effective_tax_rate_standard_deviation', 'description': '不可使用,仅供参考:Effective Tax Rate - Standard Deviation (%)'}
|
|
{'id': 321765, 'data_set_name': '可以使用:pv87_effective_tax_rate_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate - Standard Deviation (%)'}
|
|
{'id': 321923, 'data_set_name': '可以使用:pv87_executiveefficiencyoutput_mean', 'description': '不可使用,仅供参考:Executive efficiency output'}
|
|
{'id': 321928, 'data_set_name': '可以使用:pv87_expavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 321932, 'data_set_name': '可以使用:pv87_expavg60_group_ess_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 321935, 'data_set_name': '可以使用:pv87_expavg60_group_v2_0_1_ess_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 322014, 'data_set_name': '可以使用:pv87_gross_margin_actual', 'description': '不可使用,仅供参考:Gross Margin Actual (%)'}
|
|
{'id': 322015, 'data_set_name': '可以使用:pv87_gross_margin_actual_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Actual (%)'}
|
|
{'id': 322016, 'data_set_name': '可以使用:pv87_gross_margin_chg_mean', 'description': '不可使用,仅供参考:YoY change in gross profit margin'}
|
|
{'id': 322017, 'data_set_name': '可以使用:pv87_gross_margin_consensus_high', 'description': '不可使用,仅供参考:Gross Margin Consensus High (%)'}
|
|
{'id': 322018, 'data_set_name': '可以使用:pv87_gross_margin_consensus_high_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus High (%)'}
|
|
{'id': 322019, 'data_set_name': '可以使用:pv87_gross_margin_consensus_low', 'description': '不可使用,仅供参考:Gross Margin Consensus Low (%)'}
|
|
{'id': 322020, 'data_set_name': '可以使用:pv87_gross_margin_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Low (%)'}
|
|
{'id': 322021, 'data_set_name': '可以使用:pv87_gross_margin_consensus_mean', 'description': '不可使用,仅供参考:Gross Margin Consensus Mean (%)'}
|
|
{'id': 322022, 'data_set_name': '可以使用:pv87_gross_margin_consensus_mean_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Mean (%)'}
|
|
{'id': 322023, 'data_set_name': '可以使用:pv87_gross_margin_consensus_median', 'description': '不可使用,仅供参考:Gross Margin Consensus Median (%)'}
|
|
{'id': 322024, 'data_set_name': '可以使用:pv87_gross_margin_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Median (%)'}
|
|
{'id': 322025, 'data_set_name': '可以使用:pv87_gross_margin_mean', 'description': '不可使用,仅供参考:Gross profit margin'}
|
|
{'id': 322026, 'data_set_name': '可以使用:pv87_gross_margin_of_estimates', 'description': '不可使用,仅供参考:Gross Margin - # of Estimates'}
|
|
{'id': 322027, 'data_set_name': '可以使用:pv87_gross_margin_of_estimates_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin - # of Estimates'}
|
|
{'id': 322028, 'data_set_name': '可以使用:pv87_gross_margin_standard_deviation', 'description': '不可使用,仅供参考:Gross Margin - Standard Deviation (%)'}
|
|
{'id': 322029, 'data_set_name': '可以使用:pv87_gross_margin_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin - Standard Deviation (%)'}
|
|
{'id': 322030, 'data_set_name': '可以使用:pv87_grossdiv3ygrowthrate', 'description': '不可使用,仅供参考:Last of dividend growth rate in 3 years, where rate = 100 * ((annual dividend per share/annual DPS 3 years ago)^(1/3)-1)'}
|
|
{'id': 322591, 'data_set_name': '可以使用:pv87_margin_stab_mean', 'description': '不可使用,仅供参考:Gross margin stability, 5Y'}
|
|
{'id': 322724, 'data_set_name': '可以使用:pv87_net_margin_mean', 'description': '不可使用,仅供参考:Net income margin'}
|
|
{'id': 323914, 'data_set_name': '可以使用:pv87_op_margin_chg_mean', 'description': '不可使用,仅供参考:YoY change in operating profit margin'}
|
|
{'id': 323915, 'data_set_name': '可以使用:pv87_op_margin_mean', 'description': '不可使用,仅供参考:Operating profit margin (EBIT margin)'}
|
|
{'id': 324005, 'data_set_name': '可以使用:pv87_prv2_expavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324016, 'data_set_name': '可以使用:pv87_prv2_expavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for group Revenues'}
|
|
{'id': 324028, 'data_set_name': '可以使用:pv87_prv2_expavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324047, 'data_set_name': '可以使用:pv87_prv2_expavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324060, 'data_set_name': '可以使用:pv87_prv2_expavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for group Revenues'}
|
|
{'id': 324074, 'data_set_name': '可以使用:pv87_prv2_expavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324093, 'data_set_name': '可以使用:pv87_prv2_simpleavg1_group_css_revenues', 'description': '不可使用,仅供参考:1-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324104, 'data_set_name': '可以使用:pv87_prv2_simpleavg1_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:1-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 324116, 'data_set_name': '可以使用:pv87_prv2_simpleavg1_group_nip_revenues', 'description': '不可使用,仅供参考:1-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324134, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324145, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 324157, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324176, 'data_set_name': '可以使用:pv87_prv2_simpleavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324189, 'data_set_name': '可以使用:pv87_prv2_simpleavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 324203, 'data_set_name': '可以使用:pv87_prv2_simpleavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324222, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324233, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 324245, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324264, 'data_set_name': '可以使用:pv87_prv2_weightedavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324277, 'data_set_name': '可以使用:pv87_prv2_weightedavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 324291, 'data_set_name': '可以使用:pv87_prv2_weightedavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324411, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_high', 'description': '不可使用,仅供参考:High of Effective Tax Rate Estimate (%)'}
|
|
{'id': 324412, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_low', 'description': '不可使用,仅供参考:Low of Effective Tax Rate Estimate (%)'}
|
|
{'id': 324413, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_mean', 'description': '不可使用,仅供参考:Mean of Effective Tax Rate Estimate (%)'}
|
|
{'id': 324414, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_median', 'description': '不可使用,仅供参考:Median of Effective Tax Rate Estimate (%)'}
|
|
{'id': 324415, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Effective Tax Rate Estimate (%)'}
|
|
{'id': 324416, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Estimate (%)'}
|
|
{'id': 324417, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Effective Tax Rate Estimate (%)'}
|
|
{'id': 324454, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_high', 'description': '不可使用,仅供参考:High of Gross Margin Estimate (%)'}
|
|
{'id': 324455, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_low', 'description': '不可使用,仅供参考:Low of Gross Margin Estimate (%)'}
|
|
{'id': 324456, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_mean', 'description': '不可使用,仅供参考:Mean of Gross Margin Estimate (%)'}
|
|
{'id': 324457, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_median', 'description': '不可使用,仅供参考:Median of Gross Margin Estimate (%)'}
|
|
{'id': 324458, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Gross Margin Estimate (%)'}
|
|
{'id': 324459, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Estimate (%)'}
|
|
{'id': 324460, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Gross Margin Estimate (%)'}
|
|
{'id': 324534, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Revenue Consensus Mean'}
|
|
{'id': 324535, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 324536, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Revenue Consensus Mean'}
|
|
{'id': 324537, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 324538, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Revenue Consensus Mean'}
|
|
{'id': 324539, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 324540, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 324541, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 324542, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_estimate_high', 'description': '不可使用,仅供参考:High of Revenue Estimate'}
|
|
{'id': 324543, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_estimate_low', 'description': '不可使用,仅供参考:Low of Revenue Estimate'}
|
|
{'id': 324544, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_estimate_mean', 'description': '不可使用,仅供参考:Mean of Revenue Estimate'}
|
|
{'id': 324545, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_estimate_median', 'description': '不可使用,仅供参考:Median of Revenue Estimate'}
|
|
{'id': 324546, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Revenue Estimate'}
|
|
{'id': 324547, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_estimate_scale', 'description': '不可使用,仅供参考:Scale of Revenue Estimate'}
|
|
{'id': 324548, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Revenue Estimate'}
|
|
{'id': 324598, 'data_set_name': '可以使用:pv87_revenue_actual', 'description': '不可使用,仅供参考:Revenue Actual'}
|
|
{'id': 324599, 'data_set_name': '可以使用:pv87_revenue_actual_scale', 'description': '不可使用,仅供参考:Scale of Revenue Actual'}
|
|
{'id': 324600, 'data_set_name': '可以使用:pv87_revenue_consensus_high', 'description': '不可使用,仅供参考:Revenue Consensus High'}
|
|
{'id': 324601, 'data_set_name': '可以使用:pv87_revenue_consensus_high_scale', 'description': '不可使用,仅供参考:Scale of Revenue Consensus High'}
|
|
{'id': 324602, 'data_set_name': '可以使用:pv87_revenue_consensus_low', 'description': '不可使用,仅供参考:Revenue Consensus Low'}
|
|
{'id': 324603, 'data_set_name': '可以使用:pv87_revenue_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Revenue Consensus Low'}
|
|
{'id': 324604, 'data_set_name': '可以使用:pv87_revenue_consensus_mean', 'description': '不可使用,仅供参考:Revenue Consensus Mean'}
|
|
{'id': 324605, 'data_set_name': '可以使用:pv87_revenue_consensus_mean_scale', 'description': '不可使用,仅供参考:Scale of Revenue Consensus Mean'}
|
|
{'id': 324606, 'data_set_name': '可以使用:pv87_revenue_consensus_median', 'description': '不可使用,仅供参考:Revenue Consensus Median'}
|
|
{'id': 324607, 'data_set_name': '可以使用:pv87_revenue_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Revenue Consensus Median'}
|
|
{'id': 324608, 'data_set_name': '可以使用:pv87_revenue_difference', 'description': '不可使用,仅供参考:Revenue Difference'}
|
|
{'id': 324609, 'data_set_name': '可以使用:pv87_revenue_difference_scale', 'description': '不可使用,仅供参考:Scale of Revenue Difference'}
|
|
{'id': 324610, 'data_set_name': '可以使用:pv87_revenue_estimate_1_yr_annual_growth', 'description': '不可使用,仅供参考:Revenue Estimate - 1 Yr Annual Growth %'}
|
|
{'id': 324611, 'data_set_name': '可以使用:pv87_revenue_estimate_1_yr_annual_growth_scale', 'description': '不可使用,仅供参考:Scale of Revenue Estimate - 1 Yr Annual Growth %'}
|
|
{'id': 324612, 'data_set_name': '可以使用:pv87_revenue_estimate_1_yr_quarterly_growth', 'description': '不可使用,仅供参考:Revenue Estimate - 1 Yr Quarterly Growth %'}
|
|
{'id': 324613, 'data_set_name': '可以使用:pv87_revenue_estimate_1_yr_quarterly_growth_scale', 'description': '不可使用,仅供参考:Scale of Revenue Estimate - 1 Yr Quarterly Growth %'}
|
|
{'id': 324614, 'data_set_name': '可以使用:pv87_revenue_estimate_2_yr_annual_growth', 'description': '不可使用,仅供参考:Revenue Estimate - 2 Yr Annual Growth %'}
|
|
{'id': 324615, 'data_set_name': '可以使用:pv87_revenue_estimate_2_yr_annual_growth_scale', 'description': '不可使用,仅供参考:Scale of Revenue Estimate - 2 Yr Annual Growth %'}
|
|
{'id': 324616, 'data_set_name': '可以使用:pv87_revenue_estimate_sequential_quarterly_growth', 'description': '不可使用,仅供参考:Revenue Estimate - Sequential Quarterly Growth %'}
|
|
{'id': 324617, 'data_set_name': '可以使用:pv87_revenue_estimate_sequential_quarterly_growth_scale', 'description': '不可使用,仅供参考:Scale of Revenue Estimate - Sequential Quarterly Growth %'}
|
|
{'id': 324618, 'data_set_name': '可以使用:pv87_revenue_of_estimates', 'description': '不可使用,仅供参考:Revenue - # of Estimates'}
|
|
{'id': 324619, 'data_set_name': '可以使用:pv87_revenue_of_estimates_scale', 'description': '不可使用,仅供参考:Scale of Revenue - # of Estimates'}
|
|
{'id': 324620, 'data_set_name': '可以使用:pv87_revenue_standard_deviation', 'description': '不可使用,仅供参考:Revenue - Standard Deviation'}
|
|
{'id': 324621, 'data_set_name': '可以使用:pv87_revenue_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Revenue - Standard Deviation'}
|
|
{'id': 324622, 'data_set_name': '可以使用:pv87_revenue_surprise', 'description': '不可使用,仅供参考:Revenue Surprise %'}
|
|
{'id': 324623, 'data_set_name': '可以使用:pv87_revenue_surprise_scale', 'description': '不可使用,仅供参考:Scale of Revenue Surprise %'}
|
|
{'id': 324768, 'data_set_name': '可以使用:pv87_simpleavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 324772, 'data_set_name': '可以使用:pv87_simpleavg20_group_ess_revenues', 'description': '不可使用,仅供参考:20-day Simple average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 324775, 'data_set_name': '可以使用:pv87_simpleavg20_group_v2_0_1_ess_revenues', 'description': '不可使用,仅供参考:20-day Simple average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 324822, 'data_set_name': '可以使用:pv87_total_revenue_standardized_unanticipated_earnings', 'description': '不可使用,仅供参考:Total Revenue Standardized Unanticipated Earnings'}
|
|
{'id': 324823, 'data_set_name': '可以使用:pv87_total_revenue_standardized_unanticipated_earnings_scale', 'description': '不可使用,仅供参考:Scale of Total Revenue Standardized Unanticipated Earnings'}
|
|
{'id': 325062, 'data_set_name': '可以使用:pv87_v2_0_0_bboproj3ydivgrowthrate', 'description': '不可使用,仅供参考:Last of projected 3y dividend growth rate'}
|
|
{'id': 325068, 'data_set_name': '可以使用:pv87_v2_0_0_grossdiv3ygrowthrate', 'description': '不可使用,仅供参考:Last of dividend growth rate in 3 years, where rate = 100 * ((annual dividend per share/annual DPS 3 years ago)^(1/3)-1)'}
|
|
{'id': 325087, 'data_set_name': '可以使用:pv87_v2_expavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325107, 'data_set_name': '可以使用:pv87_v2_expavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325127, 'data_set_name': '可以使用:pv87_v2_expavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325156, 'data_set_name': '可以使用:pv87_v2_expavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325176, 'data_set_name': '可以使用:pv87_v2_expavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325196, 'data_set_name': '可以使用:pv87_v2_expavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325225, 'data_set_name': '可以使用:pv87_v2_simpleavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325245, 'data_set_name': '可以使用:pv87_v2_simpleavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325265, 'data_set_name': '可以使用:pv87_v2_simpleavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325294, 'data_set_name': '可以使用:pv87_v2_simpleavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325314, 'data_set_name': '可以使用:pv87_v2_simpleavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325334, 'data_set_name': '可以使用:pv87_v2_simpleavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325363, 'data_set_name': '可以使用:pv87_v2_weightedavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325383, 'data_set_name': '可以使用:pv87_v2_weightedavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325403, 'data_set_name': '可以使用:pv87_v2_weightedavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325432, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325452, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325472, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325668, 'data_set_name': '可以使用:pv87_web_expavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325672, 'data_set_name': '可以使用:pv87_web_expavg60_group_v2_0_1_css_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325680, 'data_set_name': '可以使用:pv87_web_simpleavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325684, 'data_set_name': '可以使用:pv87_web_simpleavg20_group_v2_0_1_css_revenues', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325692, 'data_set_name': '可以使用:pv87_web_weightedavg1_group_css_revenues', 'description': '不可使用,仅供参考:1-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325696, 'data_set_name': '可以使用:pv87_web_weightedavg1_group_v2_0_1_css_revenues', 'description': '不可使用,仅供参考:1-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325704, 'data_set_name': '可以使用:pv87_web_weightedavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325708, 'data_set_name': '可以使用:pv87_web_weightedavg20_group_v2_0_1_css_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325716, 'data_set_name': '可以使用:pv87_web_weightedavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325720, 'data_set_name': '可以使用:pv87_web_weightedavg60_group_v2_0_1_css_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325728, 'data_set_name': '可以使用:pv87_webexpavg60_group_ess_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 325734, 'data_set_name': '可以使用:pv87_websimpleavg20_group_ess_revenues', 'description': '不可使用,仅供参考:20-day Simple average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 325752, 'data_set_name': '可以使用:pv87_webv2_expavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325769, 'data_set_name': '可以使用:pv87_webv2_expavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325786, 'data_set_name': '可以使用:pv87_webv2_expavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325810, 'data_set_name': '可以使用:pv87_webv2_expavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325828, 'data_set_name': '可以使用:pv87_webv2_expavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325846, 'data_set_name': '可以使用:pv87_webv2_expavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325871, 'data_set_name': '可以使用:pv87_webv2_simpleavg1_group_css_revenues', 'description': '不可使用,仅供参考:1-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325886, 'data_set_name': '可以使用:pv87_webv2_simpleavg1_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:1-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325902, 'data_set_name': '可以使用:pv87_webv2_simpleavg1_group_nip_revenues', 'description': '不可使用,仅供参考:1-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325925, 'data_set_name': '可以使用:pv87_webv2_simpleavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 325942, 'data_set_name': '可以使用:pv87_webv2_simpleavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 325959, 'data_set_name': '可以使用:pv87_webv2_simpleavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 325983, 'data_set_name': '可以使用:pv87_webv2_simpleavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 326001, 'data_set_name': '可以使用:pv87_webv2_simpleavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 326019, 'data_set_name': '可以使用:pv87_webv2_simpleavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 326045, 'data_set_name': '可以使用:pv87_webv2_weightedavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 326062, 'data_set_name': '可以使用:pv87_webv2_weightedavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 326079, 'data_set_name': '可以使用:pv87_webv2_weightedavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 326103, 'data_set_name': '可以使用:pv87_webv2_weightedavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 326121, 'data_set_name': '可以使用:pv87_webv2_weightedavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 326139, 'data_set_name': '可以使用:pv87_webv2_weightedavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 326153, 'data_set_name': '可以使用:pv87_webweightedavg1_group_ess_revenues', 'description': '不可使用,仅供参考:1-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326159, 'data_set_name': '可以使用:pv87_webweightedavg20_group_ess_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326165, 'data_set_name': '可以使用:pv87_webweightedavg60_group_ess_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326171, 'data_set_name': '可以使用:pv87_weightedavg1_group_css_revenues', 'description': '不可使用,仅供参考:1-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 326175, 'data_set_name': '可以使用:pv87_weightedavg1_group_ess_revenues', 'description': '不可使用,仅供参考:1-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326178, 'data_set_name': '可以使用:pv87_weightedavg1_group_v2_0_1_ess_revenues', 'description': '不可使用,仅供参考:1-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326188, 'data_set_name': '可以使用:pv87_weightedavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 326192, 'data_set_name': '可以使用:pv87_weightedavg20_group_ess_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326195, 'data_set_name': '可以使用:pv87_weightedavg20_group_v2_0_1_ess_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326205, 'data_set_name': '可以使用:pv87_weightedavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 326209, 'data_set_name': '可以使用:pv87_weightedavg60_group_ess_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326212, 'data_set_name': '可以使用:pv87_weightedavg60_group_v2_0_1_ess_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
========================= 数据字段结束 =======================================
|
|
|
|
以上数据字段和操作符, 按照Description说明组合, 但是每一个 alpha 组合的使用的数据字段和操作符不要过于集中, 在符合语法的情况下, 多尝试不同的组合
|
|
|
|
你再检查一下, 如果你使用了
|
|
Operator abs does not support event inputs
|
|
Operator ts_mean does not support event inputs
|
|
Operator ts_scale does not support event inputs
|
|
Operator add does not support event inputs
|
|
Operator sign does not support event inputs
|
|
Operator greater does not support event inputs
|
|
Operator ts_av_diff does not support event inputs
|
|
Operator ts_quantile does not support event inputs
|
|
Operator ts_arg_min does not support event inputs
|
|
Operator divide does not support event inputs
|
|
Operator ts_corr does not support event inputs
|
|
Operator ts_decay_linear does not support event inputs
|
|
Operator ts_sum does not support event inputs
|
|
Operator ts_delay does not support event inputs
|
|
Operator ts_arg_max does not support event inputs
|
|
Operator ts_std_dev does not support event inputs
|
|
Operator ts_regression does not support event inputs
|
|
Operator ts_backfill does not support event inputs
|
|
Operator signed_power does not support event inputs
|
|
Operator ts_product does not support event inputs
|
|
Operator ts_zscore does not support event inputs
|
|
Operator group_rank does not support event inputs
|
|
Operator subtract does not support event inputs
|
|
Operator ts_delta does not support event inputs
|
|
Operator ts_rank does not support event inputs
|
|
Operator ts_count_nans does not support event inputs
|
|
Operator ts_covariance does not support event inputs
|
|
Operator multiply does not support event inputs
|
|
Operator if_else does not support event inputs
|
|
Operator group_neutralize does not support event inputs
|
|
Operator group_zscore does not support event inputs
|
|
Operator winsorize does not support event inputs
|
|
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!! |