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.
742 lines
102 KiB
742 lines
102 KiB
机构持仓集中度溢价
|
|
机构持仓集中度高的股票流动性风险更高,但市场可能忽视此风险,导致集中度高的股票被高估。因此,多空策略中,做多机构持仓分散度高的股票(风险低,被低估),做空集中度高的股票(风险高,被高估),可获取稳定超额收益。
|
|
核心指标为前十大机构持股比例,需进行行业中性化处理;使用滚动3个月平均处理缺失值;引入换手率和机构持股变动作为辅助验证变量。
|
|
*=========================================================================================*
|
|
输出格式:
|
|
输出必须是且仅是纯文本。
|
|
每一行是一个完整、独立、语法正确的WebSim表达式。
|
|
严禁任何形式的解释、编号、标点包裹(如引号)、Markdown格式或额外文本。
|
|
===================== !!! 重点(输出方式) !!! =====================
|
|
现在,请严格遵守以上所有规则,开始生成可立即在WebSim中运行的复合因子表达式。
|
|
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
|
|
**输出格式**(一行一个表达式, 每个表达式中间需要添加一个空行, 只要表达式本身, 不需要赋值, 不要解释, 不需要序号, 也不要输出多余的东西):
|
|
表达式
|
|
表达式
|
|
表达式
|
|
...
|
|
表达式
|
|
=================================================================
|
|
重申:请确保所有表达式都使用WorldQuant WebSim平台函数,不要使用pandas、numpy或其他Python库函数。输出必须是一行有效的WQ表达式。
|
|
以下是我的账号有权限使用的操作符, 请严格按照操作符, 以及我提供的数据集, 进行生成,组合 50 个 alpha:
|
|
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
|
|
=================================================================
|
|
**操作符汇总
|
|
**算术运算符 (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': 5008, 'data_set_name': '可以使用:anl16_pctchangefrommean', 'description': '不可使用,仅供参考:the percent change in the mean estimate'}
|
|
{'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': 5742, 'data_set_name': '可以使用:anl40_totalchange', 'description': '不可使用,仅供参考:Total changes in director members in that day, which equals (addIn - moveOut).'}
|
|
{'id': 5743, 'data_set_name': '可以使用:anl40_turnoverrate', 'description': '不可使用,仅供参考:MoveOut / (OldCount + NewCount). No record before 20160729.'}
|
|
{'id': 6541, 'data_set_name': '可以使用:absolute_price_change_today', 'description': "不可使用,仅供参考:Absolute change in price since the previous day's close."}
|
|
{'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': 6577, 'data_set_name': '可以使用:anl45_prc_change_per_today', 'description': '不可使用,仅供参考:Percent change in stock price since previous close of day price.'}
|
|
{'id': 6578, 'data_set_name': '可以使用:anl45_prc_change_today', 'description': '不可使用,仅供参考:Change in stock price since previous day close.'}
|
|
{'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': 6623, 'data_set_name': '可以使用:daily_price_change_percent', 'description': "不可使用,仅供参考:The percentage change in price since the previous day's close."}
|
|
{'id': 6632, 'data_set_name': '可以使用:foreign_exchange_gain', 'description': '不可使用,仅供参考:The return generated from foreign exchange rate changes.'}
|
|
{'id': 6633, 'data_set_name': '可以使用:foreign_exchange_return_value', 'description': '不可使用,仅供参考:Return generated from foreign exchange rate changes.'}
|
|
{'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': 6667, 'data_set_name': '可以使用:price_change_percent_today', 'description': "不可使用,仅供参考:Percentage change in price since the previous day's close."}
|
|
{'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': 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': 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': 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': 6840, 'data_set_name': '可以使用:anl49_backfill_inventoryturnoverindicator', 'description': '不可使用,仅供参考:inventory turnover indicator'}
|
|
{'id': 6876, 'data_set_name': '可以使用:anl49_backfill_standarddeviationofpricechange', 'description': '不可使用,仅供参考:Measure of total volatility or risk in a stock.'}
|
|
{'id': 6885, 'data_set_name': '可以使用:anl49_backfill_valugaugerelativepositionchange', 'description': '不可使用,仅供参考:From quarter to quarter there will be some shifting in Relative Positions for all companies. Periodically, the shifting will result in a change in the Difficulty Ranks. For reference purposes, the percentage change in Relative Position from the previous quarter is given.'}
|
|
{'id': 6886, 'data_set_name': '可以使用:anl49_backfill_valugaugevarianceofearningschange', 'description': '不可使用,仅供参考:This is the statistical factor explained for field number 30, which is rank ordered in the determination of the Difficulty Ranks and Relative Positions.'}
|
|
{'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': 6926, 'data_set_name': '可以使用:anl49_inventoryturnoverindicator', 'description': '不可使用,仅供参考:inventory turnover indicator'}
|
|
{'id': 6965, 'data_set_name': '可以使用:anl49_standarddeviationofpricechange', 'description': '不可使用,仅供参考:Measure of total volatility or risk in a stock.'}
|
|
{'id': 6974, 'data_set_name': '可以使用:anl49_valugaugerelativepositionchange', 'description': '不可使用,仅供参考:From quarter to quarter there will be some shifting in Relative Positions for all companies. Periodically, the shifting will result in a change in the Difficulty Ranks. For reference purposes, the percentage change in Relative Position from the previous quarter is given.'}
|
|
{'id': 6975, 'data_set_name': '可以使用:anl49_valugaugevarianceofearningschange', 'description': '不可使用,仅供参考:This is the statistical factor explained for field number 30, which is rank ordered in the determination of the Difficulty Ranks and Relative Positions.'}
|
|
{'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': 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': 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': 78015, 'data_set_name': '可以使用:compensation_change_percent', 'description': '不可使用,仅供参考:Percentage change in total director compensation from previous period.'}
|
|
{'id': 78016, 'data_set_name': '可以使用:compensation_change_percent_2', 'description': '不可使用,仅供参考:Percentage change in total director compensation from previous period (alternate).'}
|
|
{'id': 78184, 'data_set_name': '可以使用:total_shareholding_value', 'description': '不可使用,仅供参考:Value of shares held by the director at the end of the period.'}
|
|
{'id': 78185, 'data_set_name': '可以使用:total_shareholding_value_2', 'description': '不可使用,仅供参考:Value of shares held by the director at the end of the period (alternate).'}
|
|
{'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': 78459, 'data_set_name': '可以使用:fnd14_meta_add_change_delete_flag', 'description': '不可使用,仅供参考:Flag designates whether row is added, changed, or deleted. The meta_add_change_delete_flag is a value of I, U, or D which corresponds to the action that was tracked. Was the record inserted, updated, or deleted.'}
|
|
{'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': 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': 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': 83105, 'data_set_name': '可以使用:annual_accrued_liabilities_change', 'description': '不可使用,仅供参考:Change in accrued liabilities during the year.'}
|
|
{'id': 83106, 'data_set_name': '可以使用:annual_accrued_liabilities_change_fast_d1', 'description': '不可使用,仅供参考:Change in accrued liabilities during the year.'}
|
|
{'id': 83113, 'data_set_name': '可以使用:annual_cash_change_amount', 'description': '不可使用,仅供参考:Net change in cash balance during the year.'}
|
|
{'id': 83114, 'data_set_name': '可以使用:annual_cash_change_amount_fast_d1', 'description': '不可使用,仅供参考:Net change in cash balance during the year.'}
|
|
{'id': 83141, 'data_set_name': '可以使用:annual_inventory_change_amount', 'description': '不可使用,仅供参考:Change in inventory during the year.'}
|
|
{'id': 83142, 'data_set_name': '可以使用:annual_inventory_change_amount_fast_d1', 'description': '不可使用,仅供参考:Change in inventory during the year.'}
|
|
{'id': 83155, 'data_set_name': '可以使用:annual_receivables_change_amount', 'description': '不可使用,仅供参考:Change in accounts receivable during the year.'}
|
|
{'id': 83156, 'data_set_name': '可以使用:annual_receivables_change_amount_fast_d1', 'description': '不可使用,仅供参考:Change in accounts receivable during the year.'}
|
|
{'id': 83200, 'data_set_name': '可以使用:fnd3_A_eff_excratecash', 'description': '不可使用,仅供参考:Annual Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83240, 'data_set_name': '可以使用:fnd3_Aaccadj_effecexcrate', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'id': 83374, 'data_set_name': '可以使用:fnd3_Qaccadj_eff_exc_ratecas', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'}
|
|
{'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': 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': 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': 84016, 'data_set_name': '可以使用:quarterly_accrued_liabilities_change', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Accrued Liabilities'}
|
|
{'id': 84017, 'data_set_name': '可以使用:quarterly_accrued_liabilities_change_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Accrued Liabilities'}
|
|
{'id': 84034, 'data_set_name': '可以使用:quarterly_cash_change_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Total Cash Increase/Decrease For Period'}
|
|
{'id': 84035, 'data_set_name': '可以使用:quarterly_cash_change_amount_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Total Cash Increase/Decrease For Period'}
|
|
{'id': 84082, 'data_set_name': '可以使用:quarterly_inventory_change_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Inventory'}
|
|
{'id': 84083, 'data_set_name': '可以使用:quarterly_inventory_change_amount_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Inventory'}
|
|
{'id': 84106, 'data_set_name': '可以使用:quarterly_payables_change_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Accounts Payable'}
|
|
{'id': 84107, 'data_set_name': '可以使用:quarterly_payables_change_amount_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Accounts Payable'}
|
|
{'id': 84114, 'data_set_name': '可以使用:quarterly_receivables_change_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Receivables'}
|
|
{'id': 84115, 'data_set_name': '可以使用:quarterly_receivables_change_amount_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Receivables'}
|
|
{'id': 84431, 'data_set_name': '可以使用:fnd6_dvrated', 'description': '不可使用,仅供参考:Indicated Annual Dividend Rate - Daily'}
|
|
{'id': 85153, 'data_set_name': '可以使用:inventory_turnover', 'description': '不可使用,仅供参考:Inventory Turnover'}
|
|
{'id': 85669, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_change_in_inventories', 'description': '不可使用,仅供参考:Change in Inventories'}
|
|
{'id': 85704, 'data_set_name': '可以使用:fnd72_pit_or_cf_q_cf_change_in_inventories', 'description': '不可使用,仅供参考:Change in Inventories'}
|
|
{'id': 85750, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_accounts_payable_turnover', 'description': '不可使用,仅供参考:Company purchases over average accounts payable'}
|
|
{'id': 85751, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
|
|
{'id': 85762, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_asset_turnover', 'description': '不可使用,仅供参考:Amount of sales or revenues generated per dollar of assets'}
|
|
{'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': 85860, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_net_change_liabilities', 'description': '不可使用,仅供参考:Difference between current year and previous year total liabilities figures'}
|
|
{'id': 85861, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_net_change_total_equity', 'description': "不可使用,仅供参考:Company's current total shareholders' equity less its prior period's total shareholders' equity"}
|
|
{'id': 85938, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_accounts_payable_turnover', 'description': '不可使用,仅供参考:Company purchases over average accounts payable'}
|
|
{'id': 85939, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
|
|
{'id': 85950, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_asset_turnover', 'description': '不可使用,仅供参考:Amount of sales or revenues generated per dollar of assets'}
|
|
{'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': 86049, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_net_change_liabilities', 'description': '不可使用,仅供参考:Difference between current year and previous year total liabilities figures'}
|
|
{'id': 86050, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_net_change_total_equity', 'description': "不可使用,仅供参考:Company's current total shareholders' equity less its prior period's total shareholders' equity"}
|
|
{'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': 86672, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_a_cf_change_in_inventories', 'description': '不可使用,仅供参考:Change in Inventories'}
|
|
{'id': 86706, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_change_in_inventories', 'description': '不可使用,仅供参考:Change in Inventories'}
|
|
{'id': 86733, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_accounts_payable_turnover', 'description': '不可使用,仅供参考:Company purchases over average accounts payable'}
|
|
{'id': 86734, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
|
|
{'id': 86745, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_asset_turnover', 'description': '不可使用,仅供参考:Amount of sales or revenues generated per dollar of assets'}
|
|
{'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': 86830, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_net_change_liabilities', 'description': '不可使用,仅供参考:Difference between current year and previous year total liabilities figures'}
|
|
{'id': 86831, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_net_change_total_equity', 'description': "不可使用,仅供参考:Company's current total shareholders equity less its prior period's total shareholders equity"}
|
|
{'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': 87152, 'data_set_name': '可以使用:fnd89_asset_d1_asset_change', 'description': '不可使用,仅供参考:Change in asset'}
|
|
{'id': 87197, 'data_set_name': '可以使用:fnd89_csjones_d1_asset_change', 'description': '不可使用,仅供参考:Change in asset'}
|
|
{'id': 87332, 'data_set_name': '可以使用:fnd89_jones_d1_asset_change', 'description': '不可使用,仅供参考:Change in asset'}
|
|
{'id': 87446, 'data_set_name': '可以使用:fnd89_major_d1_asset_change', 'description': '不可使用,仅供参考:Change in asset'}
|
|
{'id': 87482, 'data_set_name': '可以使用:fnd89_other_d1_asset_change', 'description': '不可使用,仅供参考:Change in asset'}
|
|
{'id': 87490, 'data_set_name': '可以使用:fnd90_game_amortization_rate', 'description': '不可使用,仅供参考:Amortization Rate'}
|
|
{'id': 87492, 'data_set_name': '可以使用:fnd90_game_asset_turnover_chg', 'description': '不可使用,仅供参考:Change in Asset Turnover'}
|
|
{'id': 87502, 'data_set_name': '可以使用:fnd90_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate'}
|
|
{'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': 87557, 'data_set_name': '可以使用:fnd90_us_game_asset_turnover_chg', 'description': '不可使用,仅供参考:Change in Asset Turnover [ Ascending] - [Quality.Capital utilization]'}
|
|
{'id': 87567, 'data_set_name': '可以使用:fnd90_us_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate [ Descending] - [Quality.Financial leverage]'}
|
|
{'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': 87723, 'data_set_name': '可以使用:oth395_asset_d1_asset_change', 'description': '不可使用,仅供参考:Ratio of the latest asset over asset_ltm'}
|
|
{'id': 87764, 'data_set_name': '可以使用:oth395_csjones_d1_asset_change', 'description': '不可使用,仅供参考:Ratio of the latest asset over asset_ltm'}
|
|
{'id': 87891, 'data_set_name': '可以使用:oth395_jones_d1_asset_change', 'description': '不可使用,仅供参考:Ratio of the latest asset over asset_ltm'}
|
|
{'id': 88009, 'data_set_name': '可以使用:oth395_major_d1_asset_change', 'description': '不可使用,仅供参考:Ratio of the latest asset over asset_ltm'}
|
|
{'id': 88045, 'data_set_name': '可以使用:oth395_other_d1_asset_change', 'description': '不可使用,仅供参考:Ratio of the latest asset over asset_ltm'}
|
|
{'id': 88047, 'data_set_name': '可以使用:oth401_game_amortization_rate', 'description': '不可使用,仅供参考:Amortization Rate'}
|
|
{'id': 88049, 'data_set_name': '可以使用:oth401_game_asset_turnover_chg', 'description': '不可使用,仅供参考:Change in Asset Turnover'}
|
|
{'id': 88059, 'data_set_name': '可以使用:oth401_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate'}
|
|
{'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': 316551, 'data_set_name': '可以使用:exchange', 'description': '不可使用,仅供参考:Exchange grouping'}
|
|
{'id': 319000, 'data_set_name': '可以使用:pv48_dynamic_amount_change', 'description': '不可使用,仅供参考:Change in shares for dynamic index.'}
|
|
{'id': 319008, 'data_set_name': '可以使用:pv48_r3000_amount_change', 'description': '不可使用,仅供参考:Change in shares for the US 3000 index.'}
|
|
{'id': 319009, 'data_set_name': '可以使用:pv48_r3000_amount_change_value', 'description': '不可使用,仅供参考:Change in value shares for the US 3000 index.'}
|
|
{'id': 319018, 'data_set_name': '可以使用:pv48_r3000e_amount_change', 'description': '不可使用,仅供参考:Change in shares for the US 3000E index.'}
|
|
{'id': 319019, 'data_set_name': '可以使用:pv48_r3000e_amount_change_growth', 'description': '不可使用,仅供参考:Change in growth shares for the US 3000E index.'}
|
|
{'id': 319020, 'data_set_name': '可以使用:pv48_r3000e_amount_change_value', 'description': '不可使用,仅供参考:Change in value shares for the US 3000E index.'}
|
|
{'id': 319293, 'data_set_name': '可以使用:pv64_dif_fund_turnover', 'description': '不可使用,仅供参考:Fund turnover is the percentage of the portfolio that was changed or replaced over a 1-year time period. This 1 year is the fiscal year of the fund. Fund turnover is updated from annual reports.'}
|
|
{'id': 319331, 'data_set_name': '可以使用:pv64_dif_stal_fund_turnover', 'description': '不可使用,仅供参考:Fund turnover is the percentage of the portfolio that was changed or replaced over a 1-year time period. This 1 year is the fiscal year of the fund. Fund turnover is updated from annual reports.'}
|
|
{'id': 319409, 'data_set_name': '可以使用:pv64_out_stal_fund_turnover', 'description': '不可使用,仅供参考:Fund turnover is the percentage of the portfolio that was changed or replaced over a 1-year time period. This 1 year is the fiscal year of the fund. Fund turnover is updated from annual reports.'}
|
|
{'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': 320997, 'data_set_name': '可以使用:pv87_bboproj3ydivgrowthrate', 'description': '不可使用,仅供参考:Last of projected 3y dividend growth rate'}
|
|
{'id': 321124, 'data_set_name': '可以使用:pv87_change_eventlag', 'description': '不可使用,仅供参考:Lag from event announcedate to this date for event Change'}
|
|
{'id': 321125, 'data_set_name': '可以使用:pv87_change_eventnum', 'description': '不可使用,仅供参考:Event number for event Change'}
|
|
{'id': 321126, 'data_set_name': '可以使用:pv87_change_eventtype', 'description': '不可使用,仅供参考:Event type that occurs is Change'}
|
|
{'id': 321127, 'data_set_name': '可以使用:pv87_change_mainsessionnum', 'description': '不可使用,仅供参考:Number of events happend in main-session time for event Change'}
|
|
{'id': 321128, 'data_set_name': '可以使用:pv87_change_presessionnum', 'description': '不可使用,仅供参考:Number of events happend in pre-session time for event Change'}
|
|
{'id': 321129, 'data_set_name': '可以使用:pv87_changeinavgdailyvolume', 'description': '不可使用,仅供参考:Difference between the current and previous reporting period of this security in shares'}
|
|
{'id': 321130, 'data_set_name': '可以使用:pv87_changeindaystocover', 'description': '不可使用,仅供参考:Difference between the current and previous days to cover ratio'}
|
|
{'id': 321131, 'data_set_name': '可以使用:pv87_changeinsharesshort', 'description': '不可使用,仅供参考:Difference between the current and previous reporting period of uncovered short interest positions in this security in shares'}
|
|
{'id': 321173, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_book_value_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Book Value / Share Consensus Mean'}
|
|
{'id': 321174, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_book_value_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Book Value / Share Consensus Mean'}
|
|
{'id': 321181, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_capital_expenditure_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 321182, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_capital_expenditure_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Capital Expenditure Consensus Mean'}
|
|
{'id': 321189, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_cash_flow_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Cash Flow / Share Consensus Mean'}
|
|
{'id': 321190, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_cash_flow_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Cash Flow / Share Consensus Mean'}
|
|
{'id': 321197, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_dps_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of DPS Consensus Mean'}
|
|
{'id': 321198, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_dps_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of DPS Consensus Mean'}
|
|
{'id': 321205, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebit_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBIT Consensus Mean'}
|
|
{'id': 321206, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebit_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBIT Consensus Mean'}
|
|
{'id': 321213, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebitda_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBITDA Consensus Mean'}
|
|
{'id': 321214, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebitda_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBITDA Consensus Mean'}
|
|
{'id': 321221, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebt_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT (GAAP) Consensus Mean'}
|
|
{'id': 321222, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebt_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT (GAAP) Consensus Mean'}
|
|
{'id': 321229, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebt_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT Normalized Consensus Mean'}
|
|
{'id': 321230, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_ebt_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT Normalized Consensus Mean'}
|
|
{'id': 321237, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_eps_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS (GAAP) Consensus Mean'}
|
|
{'id': 321238, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_eps_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS (GAAP) Consensus Mean'}
|
|
{'id': 321245, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_eps_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS Normalized Consensus Mean'}
|
|
{'id': 321246, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_eps_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS Normalized Consensus Mean'}
|
|
{'id': 321253, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_asset_value_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 321254, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_asset_value_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 321261, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_debt_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Debt Consensus Mean'}
|
|
{'id': 321262, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_debt_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Debt Consensus Mean'}
|
|
{'id': 321269, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_income_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 321270, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_income_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 321277, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_income_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income Normalized Consensus Mean'}
|
|
{'id': 321278, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_income_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income Normalized Consensus Mean'}
|
|
{'id': 321285, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_assets_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Assets Consensus Mean (%)'}
|
|
{'id': 321286, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_assets_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Assets Consensus Mean (%)'}
|
|
{'id': 321293, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_equity_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 321294, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_equity_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Equity 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': 321309, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_consensus_recommendation_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Consensus Recommendation'}
|
|
{'id': 321310, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_consensus_recommendation_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Consensus Recommendation'}
|
|
{'id': 321317, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_eps_lt_growth_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 321318, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_eps_lt_growth_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 321325, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_target_price_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Target Price Consensus Mean'}
|
|
{'id': 321326, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_target_price_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Target Price Consensus Mean'}
|
|
{'id': 321333, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_book_value_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Book Value / Share Consensus Mean'}
|
|
{'id': 321334, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_book_value_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Book Value / Share Consensus Mean'}
|
|
{'id': 321341, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_capital_expenditure_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 321342, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_capital_expenditure_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Capital Expenditure Consensus Mean'}
|
|
{'id': 321349, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_cash_flow_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Cash Flow / Share Consensus Mean'}
|
|
{'id': 321350, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_cash_flow_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Cash Flow / Share Consensus Mean'}
|
|
{'id': 321357, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_dps_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of DPS Consensus Mean'}
|
|
{'id': 321358, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_dps_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of DPS Consensus Mean'}
|
|
{'id': 321365, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebit_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBIT Consensus Mean'}
|
|
{'id': 321366, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebit_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBIT Consensus Mean'}
|
|
{'id': 321373, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebitda_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBITDA Consensus Mean'}
|
|
{'id': 321374, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebitda_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBITDA Consensus Mean'}
|
|
{'id': 321381, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebt_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT (GAAP) Consensus Mean'}
|
|
{'id': 321382, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebt_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT (GAAP) Consensus Mean'}
|
|
{'id': 321389, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebt_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT Normalized Consensus Mean'}
|
|
{'id': 321390, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_ebt_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT Normalized Consensus Mean'}
|
|
{'id': 321397, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_eps_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS (GAAP) Consensus Mean'}
|
|
{'id': 321398, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_eps_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS (GAAP) Consensus Mean'}
|
|
{'id': 321405, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_eps_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS Normalized Consensus Mean'}
|
|
{'id': 321406, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_eps_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS Normalized Consensus Mean'}
|
|
{'id': 321413, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_net_debt_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Debt Consensus Mean'}
|
|
{'id': 321414, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_net_debt_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Debt Consensus Mean'}
|
|
{'id': 321421, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_net_income_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 321422, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_net_income_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 321429, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_net_income_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income Normalized Consensus Mean'}
|
|
{'id': 321430, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_net_income_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income Normalized Consensus Mean'}
|
|
{'id': 321437, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_book_value_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Book Value / Share Consensus Mean'}
|
|
{'id': 321438, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_book_value_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Book Value / Share Consensus Mean'}
|
|
{'id': 321445, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_capital_expenditure_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 321446, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_capital_expenditure_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Capital Expenditure Consensus Mean'}
|
|
{'id': 321453, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_cash_flow_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Cash Flow / Share Consensus Mean'}
|
|
{'id': 321454, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_cash_flow_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Cash Flow / Share Consensus Mean'}
|
|
{'id': 321461, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_dps_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of DPS Consensus Mean'}
|
|
{'id': 321462, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_dps_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of DPS Consensus Mean'}
|
|
{'id': 321469, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebit_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBIT Consensus Mean'}
|
|
{'id': 321470, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebit_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBIT Consensus Mean'}
|
|
{'id': 321477, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebitda_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBITDA Consensus Mean'}
|
|
{'id': 321478, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebitda_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBITDA Consensus Mean'}
|
|
{'id': 321485, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebt_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT (GAAP) Consensus Mean'}
|
|
{'id': 321486, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebt_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT (GAAP) Consensus Mean'}
|
|
{'id': 321493, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebt_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT Normalized Consensus Mean'}
|
|
{'id': 321494, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_ebt_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT Normalized Consensus Mean'}
|
|
{'id': 321501, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_eps_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS (GAAP) Consensus Mean'}
|
|
{'id': 321502, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_eps_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS (GAAP) Consensus Mean'}
|
|
{'id': 321509, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_eps_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS Normalized Consensus Mean'}
|
|
{'id': 321510, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_eps_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS Normalized Consensus Mean'}
|
|
{'id': 321517, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_debt_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Debt Consensus Mean'}
|
|
{'id': 321518, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_debt_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Debt Consensus Mean'}
|
|
{'id': 321525, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_income_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 321526, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_income_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 321533, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_income_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income Normalized Consensus Mean'}
|
|
{'id': 321534, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_income_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income Normalized Consensus Mean'}
|
|
{'id': 321541, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_return_on_equity_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 321542, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_return_on_equity_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Equity 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': 321557, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_return_on_equity_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 321558, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_return_on_equity_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Equity 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': 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': 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': 322046, 'data_set_name': '可以使用:pv87_holdingmap', 'description': '不可使用,仅供参考:Holding map'}
|
|
{'id': 322047, 'data_set_name': '可以使用:pv87_holdings', 'description': '不可使用,仅供参考:Holding positions'}
|
|
{'id': 322609, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_consensus_recommendation_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Consensus Recommendation'}
|
|
{'id': 322610, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_consensus_recommendation_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Consensus Recommendation'}
|
|
{'id': 322617, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_eps_lt_growth_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 322618, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_eps_lt_growth_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 322625, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_target_price_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Target Price Consensus Mean'}
|
|
{'id': 322626, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_target_price_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Target Price Consensus Mean'}
|
|
{'id': 324307, 'data_set_name': '可以使用:pv87_qtr_matrix_book_value_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Book Value / Share Consensus Mean'}
|
|
{'id': 324308, 'data_set_name': '可以使用:pv87_qtr_matrix_book_value_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Book Value / Share Consensus Mean'}
|
|
{'id': 324321, 'data_set_name': '可以使用:pv87_qtr_matrix_capital_expenditure_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 324322, 'data_set_name': '可以使用:pv87_qtr_matrix_capital_expenditure_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Capital Expenditure Consensus Mean'}
|
|
{'id': 324330, 'data_set_name': '可以使用:pv87_qtr_matrix_cash_flow_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Cash Flow / Share Consensus Mean'}
|
|
{'id': 324331, 'data_set_name': '可以使用:pv87_qtr_matrix_cash_flow_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Cash Flow / Share Consensus Mean'}
|
|
{'id': 324347, 'data_set_name': '可以使用:pv87_qtr_matrix_dps_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of DPS Consensus Mean'}
|
|
{'id': 324348, 'data_set_name': '可以使用:pv87_qtr_matrix_dps_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of DPS Consensus Mean'}
|
|
{'id': 324356, 'data_set_name': '可以使用:pv87_qtr_matrix_ebit_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBIT Consensus Mean'}
|
|
{'id': 324357, 'data_set_name': '可以使用:pv87_qtr_matrix_ebit_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBIT Consensus Mean'}
|
|
{'id': 324371, 'data_set_name': '可以使用:pv87_qtr_matrix_ebitda_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBITDA Consensus Mean'}
|
|
{'id': 324372, 'data_set_name': '可以使用:pv87_qtr_matrix_ebitda_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBITDA Consensus Mean'}
|
|
{'id': 324385, 'data_set_name': '可以使用:pv87_qtr_matrix_ebt_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT (GAAP) Consensus Mean'}
|
|
{'id': 324386, 'data_set_name': '可以使用:pv87_qtr_matrix_ebt_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT (GAAP) Consensus Mean'}
|
|
{'id': 324400, 'data_set_name': '可以使用:pv87_qtr_matrix_ebt_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EBT Normalized Consensus Mean'}
|
|
{'id': 324401, 'data_set_name': '可以使用:pv87_qtr_matrix_ebt_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EBT Normalized Consensus Mean'}
|
|
{'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': 324422, 'data_set_name': '可以使用:pv87_qtr_matrix_eps_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS (GAAP) Consensus Mean'}
|
|
{'id': 324423, 'data_set_name': '可以使用:pv87_qtr_matrix_eps_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS (GAAP) Consensus Mean'}
|
|
{'id': 324437, 'data_set_name': '可以使用:pv87_qtr_matrix_eps_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS Normalized Consensus Mean'}
|
|
{'id': 324438, 'data_set_name': '可以使用:pv87_qtr_matrix_eps_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of EPS Normalized Consensus Mean'}
|
|
{'id': 324472, 'data_set_name': '可以使用:pv87_qtr_matrix_net_asset_value_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 324473, 'data_set_name': '可以使用:pv87_qtr_matrix_net_asset_value_share_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 324481, 'data_set_name': '可以使用:pv87_qtr_matrix_net_debt_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Debt Consensus Mean'}
|
|
{'id': 324482, 'data_set_name': '可以使用:pv87_qtr_matrix_net_debt_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Debt Consensus Mean'}
|
|
{'id': 324490, 'data_set_name': '可以使用:pv87_qtr_matrix_net_income_gaap_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 324491, 'data_set_name': '可以使用:pv87_qtr_matrix_net_income_gaap_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income (GAAP) Consensus Mean'}
|
|
{'id': 324505, 'data_set_name': '可以使用:pv87_qtr_matrix_net_income_normalized_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Income Normalized Consensus Mean'}
|
|
{'id': 324506, 'data_set_name': '可以使用:pv87_qtr_matrix_net_income_normalized_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Income Normalized Consensus Mean'}
|
|
{'id': 324520, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_assets_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Assets Consensus Mean (%)'}
|
|
{'id': 324521, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_assets_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Assets Consensus Mean (%)'}
|
|
{'id': 324529, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_equity_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 324530, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_equity_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Equity 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': 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)'}
|
|
========================= 数据字段结束 =======================================
|
|
|
|
以上数据字段和操作符, 按照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
|
|
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!! |