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.
AlphaGenerator/manual_prompt/2026/01/20/manual_prompt_2026012017074...

726 lines
104 KiB

供应链集中度风险溢价
假设
当企业对少数供应商高度依赖时,其运营韧性较弱,易受外部冲击(如地缘政治、自然灾害或供应商财务危机)影响,从而增加盈利波动性和违约风险。市场通常低估此类“隐性脆弱性”,导致高供应链集中度公司的股票在中期内表现落后。因此,可对供应链集中度高的公司建立空头仓位,反之建立多头仓位。
实施方案
使用供应商集中度相关指标(如前五大供应商采购占比)衡量依赖程度。为提升数据覆盖,采用时序回填算子处理缺失值,并将该指标与行业分位数比较以控制结构性差异。同时结合应付账款周转天数和采购成本波动率作为辅助验证变量,增强信号稳健性。
*=========================================================================================*
输出格式:
输出必须是且仅是纯文本。
每一行是一个完整、独立、语法正确的WebSim表达式。
严禁任何形式的解释、编号、标点包裹(如引号)、Markdown格式或额外文本。
===================== !!! 重点(输出方式) !!! =====================
现在,请严格遵守以上所有规则,开始生成可立即在WebSim中运行的复合因子表达式。
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
**输出格式**(一行一个表达式, 每个表达式中间需要添加一个空行, 只要表达式本身, 不需要赋值, 不要解释, 不需要序号, 也不要输出多余的东西):
表达式
表达式
表达式
...
表达式
=================================================================
重申:请确保所有表达式都使用WorldQuant WebSim平台函数,不要使用pandas、numpy或其他Python库函数。输出必须是一行有效的WQ表达式。
以下是我的账号有权限使用的操作符, 请严格按照操作符, 以及我提供的数据集, 进行生成,组合 30 个 alpha:
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
=================================================================
**智能参数匹配**:
- 动量类:短周期[10,20,30]捕捉近期趋势
- 反转类:中周期[40,50,60]识别过度反应
- 波动类:长周期[120,250]确保统计稳定性
- 流动性类:多周期对比分析异常变化
**噪声处理技术**:
- 移动平均线:平滑噪声,突出趋势
- 标准偏差:测量波动程度
- 归一化:将不同时间窗口的因子值调整到同一尺度
**嵌套结构逻辑**:
- 单层:直接有效的原始信号
- 双层:信号提炼与降噪处理
- 三层:多维度特征融合与增强
**操作符汇总
**算术运算符 (Arithmetic):
abs(x) - 绝对值
add(x, y, filter=false) - 加法 (x + y)
densify(x) - 分组字段稠密化
divide(x, y) - 除法 (x / y)
inverse(x) - 倒数 (1/x)
log(x) - 自然对数
max(x, y, ..) - 最大值
min(x, y, ..) - 最小值
multiply(x, y, filter=false) - 乘法 (x * y)
power(x, y) - 幂运算 (x^y)
reverse(x) - 取反 (-x)
sign(x) - 符号函数
signed_power(x, y) - 保留符号的幂运算
sqrt(x) - 平方根
subtract(x, y, filter=false) - 减法 (x - y)
to_nan(x, value=0, reverse=false) - 值与NaN转换
**逻辑运算符 (Logical):
and(input1, input2) - 逻辑与
if_else(input1, input2, input3) - 条件判断
input1 < input2 - 小于比较
input1 <= input2 - 小于等于
input1 == input2 - 等于比较
input1 > input2 - 大于比较
input1 >= input2 - 大于等于
input1 != input2 - 不等于
is_nan(input) - 是否为NaN
not(x) - 逻辑非
or(input1, input2) - 逻辑或
**时间序列运算符 (Time Series):
days_from_last_change(x) - 上次变化天数
hump(x, hump=0.01) - 限制变化幅度
jump_decay(x, d, sensitivity=0.5, force=0.1) - 跳跃衰减
kth_element(x, d, k) - 第K个值
last_diff_value(x, d) - 最后一个不同值
ts_arg_max(x, d) - 最大值相对索引
ts_arg_min(x, d) - 最小值相对索引
ts_av_diff(x, d) - 与均值的差
ts_backfill(x, lookback=d, k=1, ignore="NAN") - 回填
ts_corr(x, y, d) - 时间序列相关性
ts_count_nans(x, d) - NaN计数
ts_covariance(y, x, d) - 协方差
ts_decay_linear(x, d, dense=false) - 线性衰减
ts_delay(x, d) - 延迟值
ts_delta(x, d) - 差值 (x - 延迟值)
ts_max(x, d) - 时间序列最大值
ts_mean(x, d) - 时间序列均值
ts_min(x, d) - 时间序列最小值
ts_product(x, d) - 时间序列乘积
ts_quantile(x, d, driver="gaussian") - 分位数
ts_rank(x, d, constant=0) - 时间序列排名
ts_regression(y, x, d, lag=0, rettype=0) - 回归分析
ts_scale(x, d, constant=0) - 时间序列缩放
ts_std_dev(x, d) - 时间序列标准差
ts_step(1) - 天数计数器
ts_sum(x, d) - 时间序列求和
ts_target_tvr_decay(x, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率衰减
ts_target_tvr_delta_limit(x, y, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率差值限制
ts_zscore(x, d) - 时间序列Z分数
**横截面运算符 (Cross Sectional):
normalize(x, useStd=false, limit=0.0) - 标准化
quantile(x, driver=gaussian, sigma=1.0) - 分位数转换
rank(x, rate=2) - 排名
scale(x, scale=1, longscale=1, shortscale=1) - 缩放
scale_down(x, constant=0) - 按比例缩放
vector_neut(x, y) - 向量中性化
winsorize(x, std=4) - 缩尾处理
zscore(x) - Z分数
**向量运算符 (Vector):
vec_avg(x) - 向量均值
vec_max(x) - 向量最大值
vec_min(x) - 向量最小值
vec_sum(x) - 向量求和
**变换运算符 (Transformational):
bucket(rank(x), range="0,1,0.1" or buckets="2,5,6,7,10") - 分桶
generate_stats(alpha) - 生成统计量
trade_when(x, y, z) - 条件交易
**分组运算符 (Group):
combo_a(alpha, nlength=250, mode='algo1') - 组合Alpha
group_backfill(x, group, d, std=4.0) - 分组回填
group_cartesian_product(g1, g2) - 笛卡尔积分组
group_max(x, group) - 分组最大值
group_mean(x, weight, group) - 分组均值
group_min(x, group) - 分组最小值
group_neutralize(x, group) - 分组中性化
group_rank(x, group) - 分组排名
group_scale(x, group) - 分组缩放
group_zscore(x, group) - 分组Z分数
**特殊运算符 (Special):
in - 包含判断
self_corr(input) - 自相关性
universe_size - 宇宙大小
**归约运算符 (Reduce):
reduce_avg(input, threshold=0) - 平均值归约
reduce_choose(input, nth, ignoreNan=true) - 选择归约
reduce_count(input, threshold) - 计数归约
reduce_ir(input) - IR归约
reduce_kurtosis(input) - 峰度归约
reduce_max(input) - 最大值归约
reduce_min(input) - 最小值归约
reduce_norm(input) - 范数归约
reduce_percentage(input, percentage=0.5) - 百分比归约
reduce_powersum(input, constant=2, precise=false) - 幂和归约
reduce_range(input) - 范围归约
reduce_skewness(input) - 偏度归约
reduce_stddev(input, threshold=0) - 标准差归约
reduce_sum(input) - 求和归约
以下是我的账号有权限使用的操作符, 请严格按照操作符, 进行生成,组合因子
========================= 操作符开始 =======================================
注意: Operator: 后面的是操作符(是可以使用的),
Description: 此字段后面的是操作符对应的描述或使用说明(禁止使用, 仅供参考), Description字段后面的内容是使用说明, 不是操作符
特别注意!!!! 必须按照操作符字段Operator的使用说明生成 alphaOperator: abs(x)
Description: Absolute value of x
Operator: add(x, y, filter = false)
Description: Add all inputs (at least 2 inputs required). If filter = true, filter all input NaN to 0 before adding
Operator: densify(x)
Description: Converts a grouping field of many buckets into lesser number of only available buckets so as to make working with grouping fields computationally efficient
Operator: divide(x, y)
Description: x / y
Operator: inverse(x)
Description: 1 / x
Operator: log(x)
Description: Natural logarithm. For example: Log(high/low) uses natural logarithm of high/low ratio as stock weights.
Operator: max(x, y, ..)
Description: Maximum value of all inputs. At least 2 inputs are required
Operator: min(x, y ..)
Description: Minimum value of all inputs. At least 2 inputs are required
Operator: multiply(x ,y, ... , filter=false)
Description: Multiply all inputs. At least 2 inputs are required. Filter sets the NaN values to 1
Operator: power(x, y)
Description: x ^ y
Operator: reverse(x)
Description: - x
Operator: sign(x)
Description: if input > 0, return 1; if input < 0, return -1; if input = 0, return 0; if input = NaN, return NaN;
Operator: signed_power(x, y)
Description: x raised to the power of y such that final result preserves sign of x
Operator: sqrt(x)
Description: Square root of x
Operator: subtract(x, y, filter=false)
Description: x-y. If filter = true, filter all input NaN to 0 before subtracting
Operator: and(input1, input2)
Description: Logical AND operator, returns true if both operands are true and returns false otherwise
Operator: if_else(input1, input2, input 3)
Description: If input1 is true then return input2 else return input3.
Operator: input1 < input2
Description: If input1 < input2 return true, else return false
Operator: input1 <= input2
Description: Returns true if input1 <= input2, return false otherwise
Operator: input1 == input2
Description: Returns true if both inputs are same and returns false otherwise
Operator: input1 > input2
Description: Logic comparison operators to compares two inputs
Operator: input1 >= input2
Description: Returns true if input1 >= input2, return false otherwise
Operator: input1!= input2
Description: Returns true if both inputs are NOT the same and returns false otherwise
Operator: is_nan(input)
Description: If (input == NaN) return 1 else return 0
Operator: not(x)
Description: Returns the logical negation of x. If x is true (1), it returns false (0), and if input is false (0), it returns true (1).
Operator: or(input1, input2)
Description: Logical OR operator returns true if either or both inputs are true and returns false otherwise
Operator: days_from_last_change(x)
Description: Amount of days since last change of x
Operator: hump(x, hump = 0.01)
Description: Limits amount and magnitude of changes in input (thus reducing turnover)
Operator: kth_element(x, d, k)
Description: Returns K-th value of input by looking through lookback days. This operator can be used to backfill missing data if k=1
Operator: last_diff_value(x, d)
Description: Returns last x value not equal to current x value from last d days
Operator: ts_arg_max(x, d)
Description: Returns the relative index of the max value in the time series for the past d days. If the current day has the max value for the past d days, it returns 0. If previous day has the max value for the past d days, it returns 1
Operator: ts_arg_min(x, d)
Description: Returns the relative index of the min value in the time series for the past d days; If the current day has the min value for the past d days, it returns 0; If previous day has the min value for the past d days, it returns 1.
Operator: ts_av_diff(x, d)
Description: Returns x - tsmean(x, d), but deals with NaNs carefully. That is NaNs are ignored during mean computation
Operator: ts_backfill(x,lookback = d, k=1, ignore="NAN")
Description: Backfill is the process of replacing the NAN or 0 values by a meaningful value (i.e., a first non-NaN value)
Operator: ts_corr(x, y, d)
Description: Returns correlation of x and y for the past d days
Operator: ts_count_nans(x ,d)
Description: Returns the number of NaN values in x for the past d days
Operator: ts_covariance(y, x, d)
Description: Returns covariance of y and x for the past d days
Operator: ts_decay_linear(x, d, dense = false)
Description: Returns the linear decay on x for the past d days. Dense parameter=false means operator works in sparse mode and we treat NaN as 0. In dense mode we do not.
Operator: ts_delay(x, d)
Description: Returns x value d days ago
Operator: ts_delta(x, d)
Description: Returns x - ts_delay(x, d)
Operator: ts_mean(x, d)
Description: Returns average value of x for the past d days.
Operator: ts_product(x, d)
Description: Returns product of x for the past d days
Operator: ts_quantile(x,d, driver="gaussian" )
Description: It calculates ts_rank and apply to its value an inverse cumulative density function from driver distribution. Possible values of driver (optional ) are "gaussian", "uniform", "cauchy" distribution where "gaussian" is the default.
Operator: ts_rank(x, d, constant = 0)
Description: Rank the values of x for each instrument over the past d days, then return the rank of the current value + constant. If not specified, by default, constant = 0.
Operator: ts_regression(y, x, d, lag = 0, rettype = 0)
Description: Returns various parameters related to regression function
Operator: ts_scale(x, d, constant = 0)
Description: Returns (x - ts_min(x, d)) / (ts_max(x, d) - ts_min(x, d)) + constant. This operator is similar to scale down operator but acts in time series space
Operator: ts_std_dev(x, d)
Description: Returns standard deviation of x for the past d days
Operator: ts_step(1)
Description: Returns days' counter
Operator: ts_sum(x, d)
Description: Sum values of x for the past d days.
Operator: ts_zscore(x, d)
Description: Z-score is a numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean: (x - tsmean(x,d)) / tsstddev(x,d). This operator may help reduce outliers and drawdown.
Operator: normalize(x, useStd = false, limit = 0.0)
Description: Calculates the mean value of all valid alpha values for a certain date, then subtracts that mean from each element
Operator: quantile(x, driver = gaussian, sigma = 1.0)
Description: Rank the raw vector, shift the ranked Alpha vector, apply distribution (gaussian, cauchy, uniform). If driver is uniform, it simply subtract each Alpha value with the mean of all Alpha values in the Alpha vector
Operator: rank(x, rate=2)
Description: Ranks the input among all the instruments and returns an equally distributed number between 0.0 and 1.0. For precise sort, use the rate as 0
Operator: scale(x, scale=1, longscale=1, shortscale=1)
Description: Scales input to booksize. We can also scale the long positions and short positions to separate scales by mentioning additional parameters to the operator
Operator: winsorize(x, std=4)
Description: Winsorizes x to make sure that all values in x are between the lower and upper limits, which are specified as multiple of std.
Operator: zscore(x)
Description: Z-score is a numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean
Operator: vec_avg(x)
Description: Taking mean of the vector field x
Operator: vec_sum(x)
Description: Sum of vector field x
Operator: bucket(rank(x), range="0, 1, 0.1" or buckets = "2,5,6,7,10")
Description: Convert float values into indexes for user-specified buckets. Bucket is useful for creating group values, which can be passed to GROUP as input
Operator: trade_when(x, y, z)
Description: Used in order to change Alpha values only under a specified condition and to hold Alpha values in other cases. It also allows to close Alpha positions (assign NaN values) under a specified condition
Operator: group_backfill(x, group, d, std = 4.0)
Description: If a certain value for a certain date and instrument is NaN, from the set of same group instruments, calculate winsorized mean of all non-NaN values over last d days
Operator: group_mean(x, weight, group)
Description: All elements in group equals to the mean
Operator: group_neutralize(x, group)
Description: Neutralizes Alpha against groups. These groups can be subindustry, industry, sector, country or a constant
Operator: group_rank(x, group)
Description: Each elements in a group is assigned the corresponding rank in this group
Operator: group_scale(x, group)
Description: Normalizes the values in a group to be between 0 and 1. (x - groupmin) / (groupmax - groupmin)
Operator: group_zscore(x, group)
Description: Calculates group Z-score - numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean. zscore = (data - mean) / stddev of x for each instrument within its group.
========================= 操作符结束 =======================================
========================= 数据字段开始 =======================================
注意: data_set_name: 后面的是数据字段(可以使用), description: 此字段后面的是数据字段对应的描述或使用说明(不能使用)
{'id': 319768, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'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': 319116, 'data_set_name': '可以使用:pv52_asdaq_psx_cncld_shares', 'description': '不可使用,仅供参考:Cancelled Shares'}
{'id': 325138, 'data_set_name': '可以使用:pv87_v2_expavg20_topic_nip_society', 'description': '不可使用,仅供参考:20-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for topic Society'}
{'id': 319893, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83192, 'data_set_name': '可以使用:fnd3_A_comstk_divpershare', 'description': '不可使用,仅供参考:Annual Common Stock Dividends Per Share'}
{'id': 6996, 'data_set_name': '可以使用:anl49_vector_4thcalendarqtrdividendspaidpershare', 'description': '不可使用,仅供参考:The total dividends paid per share in the three months that end on December 31st, regardless of the fiscal year of the company.'}
{'id': 320085, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319670, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318410, 'data_set_name': '可以使用:principal_component1_grouping20_top3000', 'description': '不可使用,仅供参考:First principal component grouping for top 3000 securities with 20 clusters.'}
{'id': 88091, 'data_set_name': '可以使用:oth401_game_sg_a_cost_ratio', 'description': '不可使用,仅供参考:SG&A Cost Ratio'}
{'id': 318692, 'data_set_name': '可以使用:sta2_top200_fact2_c2', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 245, 'data_set_name': '可以使用:anl10_ebirevise_ratio_to_consensus_fq2_2604', 'description': '不可使用,仅供参考:Consensus estimate value for earnings before interest Q2'}
{'id': 319567, 'data_set_name': '可以使用:pv87_2_affops_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Adjusted Funds from Operations per Share (AFFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320204, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 321093, 'data_set_name': '可以使用:pv87_cash_from_operations_actual', 'description': '不可使用,仅供参考:Cash From Operations Actual'}
{'id': 316923, 'data_set_name': '可以使用:pv173_rawratiosatlas_unit_name', 'description': '不可使用,仅供参考:Atlas unit name'}
{'id': 319872, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318002, 'data_set_name': '可以使用:consumer_cyclical_top3000_grouping_2_clusters', 'description': '不可使用,仅供参考:Grouping of top 3000 consumer cyclical stocks using 2 clusters.'}
{'id': 325712, 'data_set_name': '可以使用:pv87_web_weightedavg20_topic_v2_0_1_css_business', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Business'}
{'id': 319233, 'data_set_name': '可以使用:pv52_yse_shares_5_30_min', 'description': '不可使用,仅供参考:Shares from 5 to 30 Minutes'}
{'id': 316694, 'data_set_name': '可以使用:transaction_cost_percentile_25', 'description': '不可使用,仅供参考:Estimated transaction cost at the 25th percentile for a trade.'}
{'id': 318510, 'data_set_name': '可以使用:principal_component_2_top500', 'description': '不可使用,仅供参考:Third principal component extracted from returns for the top 500 entities.'}
{'id': 883, 'data_set_name': '可以使用:anl10_prrrevise_ratio_to_close_fy1_2559', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for price return ratio FY1'}
{'id': 319074, 'data_set_name': '可以使用:pv48_usa_russell_rgs_v3_1_0_top200', 'description': '不可使用,仅供参考:No field description'}
{'id': 324080, 'data_set_name': '可以使用:pv87_prv2_expavg60_topic_nip_all', 'description': '不可使用,仅供参考:60-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for topic All'}
{'id': 324076, 'data_set_name': '可以使用:pv87_prv2_expavg60_topic_css_all', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic All'}
{'id': 78929, 'data_set_name': '可以使用:fn_allowance_for_doubtful_accounts_receivable_a', 'description': '不可使用,仅供参考:For an unclassified balance sheet, a valuation allowance for receivables due a company that are expected to be uncollectible.'}
{'id': 318461, 'data_set_name': '可以使用:principal_component3_grouping5_top3000', 'description': '不可使用,仅供参考:Third principal component grouping for top 3000 securities with 5 clusters.'}
{'id': 319996, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Earnings Per Share'}
{'id': 318492, 'data_set_name': '可以使用:principal_component_11_top1000', 'description': '不可使用,仅供参考:Twelfth principal component extracted from returns for the top 1000 entities.'}
{'id': 325907, 'data_set_name': '可以使用:pv87_webv2_simpleavg1_topic_event_sentiment_score_business', 'description': '不可使用,仅供参考:1-day Simple average of Event Sentiment Score for topic Business'}
{'id': 319622, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318440, 'data_set_name': '可以使用:principal_component2_grouping5_top3000', 'description': '不可使用,仅供参考:Second principal component grouping for top 3000 securities with 5 clusters.'}
{'id': 319753, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 324081, 'data_set_name': '可以使用:pv87_prv2_expavg60_topic_nip_business', 'description': '不可使用,仅供参考:60-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for topic Business'}
{'id': 79107, 'data_set_name': '可以使用:fn_taxes_payable_q', 'description': '不可使用,仅供参考:Carrying value as of the balance sheet date of obligations incurred and payable for statutory income, sales, use, payroll, excise, real, property and other taxes. For classified balance sheets, used to reflect the current portion of the liabilities (due within 1 year or within the normal operating cycle if longer); for unclassified balance sheets, used to reflect the total liabilities (regardless of due date).'}
{'id': 5638, 'data_set_name': '可以使用:min_shareholders_equity_guidance', 'description': "不可使用,仅供参考:Minimum guidance value for Shareholders' Equity"}
{'id': 318112, 'data_set_name': '可以使用:sta1_top1000c5', 'description': '不可使用,仅供参考:Statistical industry classification'}
{'id': 84023, 'data_set_name': '可以使用:quarterly_authorized_shares_count_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Shares Authorized'}
{'id': 5486, 'data_set_name': '可以使用:earnings_per_share_average', 'description': '不可使用,仅供参考:Earnings per share - mean of estimations'}
{'id': 318895, 'data_set_name': '可以使用:top3000_pca_component5', 'description': '不可使用,仅供参考:Fifth principal component value for top 3000 securities.'}
{'id': 320691, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5392, 'data_set_name': '可以使用:anl4_qfd1_az_cfps_number', 'description': '不可使用,仅供参考:Cash Flow Per Share - number of estimations'}
{'id': 321175, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_book_value_share_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Book Value / Share Consensus Mean'}
{'id': 6903, 'data_set_name': '可以使用:anl49_dividendsdeclaredpershareindicator', 'description': '不可使用,仅供参考:Dividends declared per share indicator'}
{'id': 318893, 'data_set_name': '可以使用:top3000_pca_component3', 'description': '不可使用,仅供参考:Third principal component value for top 3000 securities.'}
{'id': 320013, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319963, 'data_set_name': '可以使用:pv87_2_ebitdaps_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 324513, 'data_set_name': '可以使用:pv87_qtr_matrix_net_income_normalized_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Net Income Normalized Estimate'}
{'id': 318681, 'data_set_name': '可以使用:sta2_top1000_fact4_c10', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 9811, 'data_set_name': '可以使用:other_participant_sentence_count_presentation', 'description': '不可使用,仅供参考:Total number of sentences spoken by other participants in the presentation section.'}
{'id': 321081, 'data_set_name': '可以使用:pv87_cash_flow_share_consensus_mean', 'description': '不可使用,仅供参考:Cash Flow / Share Consensus Mean'}
{'id': 321106, 'data_set_name': '可以使用:pv87_cash_from_operations_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Cash From Operations - Standard Deviation'}
{'id': 320385, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83329, 'data_set_name': '可以使用:fnd3_Q_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
{'id': 325132, 'data_set_name': '可以使用:pv87_v2_expavg20_topic_css_society', 'description': '不可使用,仅供参考:20-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Society'}
{'id': 320446, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 321102, 'data_set_name': '可以使用:pv87_cash_from_operations_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Cash From Operations Consensus Median'}
{'id': 318672, 'data_set_name': '可以使用:sta2_top1000_fact2_c2', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 9787, 'data_set_name': '可以使用:other_executive_word_count_qa', 'description': '不可使用,仅供参考:Total number of words spoken by other executives in the Q&A section.'}
{'id': 316758, 'data_set_name': '可以使用:pv13_h_min10_top3000_sector', 'description': '不可使用,仅供参考:grouping fields'}
{'id': 320612, 'data_set_name': '可以使用:pv87_2_roa_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79035, 'data_set_name': '可以使用:fn_incremental_shares_attributable_to_share_based_payment_a', 'description': '不可使用,仅供参考:Additional shares included in the calculation of diluted EPS as a result of the potentially dilutive effect of share-based payment arrangements using the treasury stock method.'}
{'id': 78010, 'data_set_name': '可以使用:board_nationality_diversity_ratio_2', 'description': '不可使用,仅供参考:Proportion of directors from different countries on the board (alternate).'}
{'id': 318996, 'data_set_name': '可以使用:pv48_constituent_v1_2_0_sharesout', 'description': '不可使用,仅供参考:No field description'}
{'id': 319625, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5329, 'data_set_name': '可以使用:anl4_gric_number', 'description': '不可使用,仅供参考:Gross income - number of estimations'}
{'id': 316617, 'data_set_name': '可以使用:pv103_mlrt_topofbook_mlrt_mean', 'description': '不可使用,仅供参考:daily mean of average log(bid size/ask size) per message over 5-minute-intervals of top of book'}
{'id': 318616, 'data_set_name': '可以使用:robust_factor_10_top2000', 'description': '不可使用,仅供参考:Eleventh robust factor for top 2000 securities.'}
{'id': 316909, 'data_set_name': '可以使用:pv141_volume_ratio_wq_w_close_market', 'description': '不可使用,仅供参考:The ratio of total volume used in the calculation'}
{'id': 321255, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_asset_value_share_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Net Asset Value / Share Consensus Mean'}
{'id': 324393, 'data_set_name': '可以使用:pv87_qtr_matrix_ebt_gaap_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of EBT (GAAP) Estimate'}
{'id': 78180, 'data_set_name': '可以使用:total_other_listed_boards_count_2', 'description': '不可使用,仅供参考:Total number of other listed boards served on by directors (alternate).'}
{'id': 319004, 'data_set_name': '可以使用:pv48_dynamic_shares_cur_growth', 'description': '不可使用,仅供参考:Current growth shares for dynamic index.'}
{'id': 320727, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320057, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319563, 'data_set_name': '可以使用:pv87_2_affops_af_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Adjusted Funds from Operations per Share (AFFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319813, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320857, 'data_set_name': '可以使用:pv87_ann_matrix_cash_from_operations_estimate_high', 'description': '不可使用,仅供参考:High of Cash From Operations Estimate'}
{'id': 6107, 'data_set_name': '可以使用:anl44_eps_ratio_best_eeps_nxt_yr', 'description': '不可使用,仅供参考:eps ratio best eeps nxt yr'}
{'id': 318626, 'data_set_name': '可以使用:robust_factor_6_top2000', 'description': '不可使用,仅供参考:Seventh robust factor for top 2000 securities.'}
{'id': 1554, 'data_set_name': '可以使用:anl14_cursharesoutstanding', 'description': '不可使用,仅供参考:Current Share Outstanding -'}
{'id': 79109, 'data_set_name': '可以使用:fn_treasury_stock_shares_q', 'description': '不可使用,仅供参考:Number of common and preferred shares that were previously issued and that were repurchased by the issuing entity and held in treasury on the financial statement date. This stock has no voting rights and receives no dividends.'}
{'id': 319044, 'data_set_name': '可以使用:pv48_ru3000_constituent_sharesout', 'description': '不可使用,仅供参考:ru3000 constituent sharesout related to the US 3000 constituent index.'}
{'id': 884, 'data_set_name': '可以使用:anl10_prrrevise_ratio_to_close_fy2_2552', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for price return ratio FY2'}
{'id': 318039, 'data_set_name': '可以使用:industry_grouping_level2_top1500', 'description': '不可使用,仅供参考:Industry classification at level 2 for the top 1500 instruments.'}
{'id': 320859, 'data_set_name': '可以使用:pv87_ann_matrix_cash_from_operations_estimate_mean', 'description': '不可使用,仅供参考:Mean of Cash From Operations Estimate'}
{'id': 83803, 'data_set_name': '可以使用:fnd3_q_niccontinuingoperations_fast_d1', 'description': '不可使用,仅供参考:Quarterly Net Income, Continuing Operations'}
{'id': 80620, 'data_set_name': '可以使用:long_term_tax_payable', 'description': '不可使用,仅供参考:Total value of long-term tax liabilities outstanding.'}
{'id': 325338, 'data_set_name': '可以使用:pv87_v2_simpleavg60_topic_css_business', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Business'}
{'id': 78021, 'data_set_name': '可以使用:current_other_listed_boards_count', 'description': '不可使用,仅供参考:Number of other listed boards currently served on by directors.'}
{'id': 318882, 'data_set_name': '可以使用:top200_method4_group2_score', 'description': '不可使用,仅供参考:Score from the fourth method for top 200 securities, grouped into 2 clusters.'}
{'id': 319826, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320361, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9704, 'data_set_name': '可以使用:anl83_sinvsplurratioexeqa', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of executives in Q&A (NA if no Q&A)'}
{'id': 318712, 'data_set_name': '可以使用:sta2_top3000_fact2_c2', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 320345, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319035, 'data_set_name': '可以使用:pv48_ru2000_constituent_sharesout', 'description': '不可使用,仅供参考:ru2000 constituent sharesout related to the US 2000 constituent index.'}
{'id': 320384, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 324248, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_topic_event_sentiment_score_all', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for topic All'}
{'id': 5468, 'data_set_name': '可以使用:cashflow_per_share_maximum', 'description': '不可使用,仅供参考:Cash Flow - The highest estimation, per share, with a delay of 1 quarter'}
{'id': 321098, 'data_set_name': '可以使用:pv87_cash_from_operations_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Cash From Operations Consensus Low'}
{'id': 80571, 'data_set_name': '可以使用:interim_period_sequence_number_2', 'description': '不可使用,仅供参考:Sequence number of the interim period within the fiscal year.'}
{'id': 320457, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83568, 'data_set_name': '可以使用:fnd3_a_sharesissued', 'description': '不可使用,仅供参考:Annual Shares Issued'}
{'id': 319187, 'data_set_name': '可以使用:pv52_yse_chicago_cncld_shares', 'description': '不可使用,仅供参考:Cancelled Shares'}
{'id': 319870, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318559, 'data_set_name': '可以使用:principal_component_score_13_top3000', 'description': '不可使用,仅供参考:Value of the thirteenth principal component for the top 3000 securities.'}
{'id': 319731, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6805, 'data_set_name': '可以使用:anl49_backfill_bookvaluepershare', 'description': '不可使用,仅供参考:Total assets minus liabilities, minus any equity issues that have a prior claim divided by the number of common shares outstanding at the fiscal year end.'}
{'id': 318150, 'data_set_name': '可以使用:top_2000_equity_grouping_20_clusters', 'description': '不可使用,仅供参考:Grouping of top 2000 equities using 20 clusters.'}
{'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': 319697, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320862, 'data_set_name': '可以使用:pv87_ann_matrix_cash_from_operations_estimate_scale', 'description': '不可使用,仅供参考:Scale of Cash From Operations Estimate'}
{'id': 320588, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318062, 'data_set_name': '可以使用:sector_grouping_level10_top3000_consumer_staples', 'description': '不可使用,仅供参考:Industry grouping at level 10 for the top 3000 consumer non-cyclical sector.'}
{'id': 79322, 'data_set_name': '可以使用:common_shares_outstanding', 'description': '不可使用,仅供参考:Number of common shares currently issued and outstanding.'}
{'id': 318587, 'data_set_name': '可以使用:principal_component_score_7_top3000_v2', 'description': '不可使用,仅供参考:Seventh principal component value for the top 3000 securities (variant 2).'}
{'id': 9700, 'data_set_name': '可以使用:anl83_sinvsplurratioceoqa', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of CEO in Q&A (NA if CEO not attended or no speech in Q&A)'}
{'id': 78030, 'data_set_name': '可以使用:director_current_other_listed_boards_count', 'description': '不可使用,仅供参考:Number of other listed boards currently served on by the director.'}
{'id': 320856, 'data_set_name': '可以使用:pv87_ann_matrix_cash_flow_share_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Cash Flow / Share Estimate'}
{'id': 317326, 'data_set_name': '可以使用:pv20_gp_ret_subindustry_cap_top3000_1_60', 'description': '不可使用,仅供参考:Returns of subindustry capitalization for top 3000 securities over a 1-60 day period.'}
{'id': 319733, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5709, 'data_set_name': '可以使用:shareholders_equity_actual_value', 'description': "不可使用,仅供参考:Shareholders' Equity - Total Value"}
{'id': 316930, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadsbst', 'description': '不可使用,仅供参考:It is defined as the region relative 5-year mid z-spreadIn the bond z-spread curve'}
{'id': 320024, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318621, 'data_set_name': '可以使用:robust_factor_1_top2000', 'description': '不可使用,仅供参考:Second robust factor for top 2000 securities.'}
{'id': 83835, 'data_set_name': '可以使用:fnd3_q_sharesissued_fast_d1', 'description': '不可使用,仅供参考:Quarterly Shares Issued'}
{'id': 318698, 'data_set_name': '可以使用:sta2_top200_fact3_c20', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 320478, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319183, 'data_set_name': '可以使用:pv52_yse_chicago_atquote_shares', 'description': '不可使用,仅供参考:At-the Quote Shares'}
{'id': 321449, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_cash_flow_share_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Cash Flow / Share Consensus Mean'}
{'id': 325909, 'data_set_name': '可以使用:pv87_webv2_simpleavg1_topic_nip_business', 'description': '不可使用,仅供参考:1-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for topic Business'}
{'id': 317322, 'data_set_name': '可以使用:pv20_gp_ret_subindustry_cap_top2000_1_20', 'description': '不可使用,仅供参考:Returns of subindustry capitalization for top 2000 securities over a 1-20 day period.'}
{'id': 373, 'data_set_name': '可以使用:anl10_ebtrevise_ratio_to_consensus_fq2_1011', 'description': '不可使用,仅供参考:Consensus estimate value for earnings before tax Q2'}
{'id': 320131, 'data_set_name': '可以使用:pv87_2_ffops_af_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Funds from Operations per Share (FFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319078, 'data_set_name': '可以使用:pv52_asdaq_atquote_shares', 'description': '不可使用,仅供参考:At-the Quote Shares'}
{'id': 318859, 'data_set_name': '可以使用:top2000_pca_factor3_grouping50', 'description': '不可使用,仅供参考:Third principal component grouping for top 2000 securities with 50 clusters.'}
{'id': 83109, 'data_set_name': '可以使用:annual_avg_diluted_shares_count', 'description': '不可使用,仅供参考:Average number of diluted shares outstanding during the year.'}
{'id': 325337, 'data_set_name': '可以使用:pv87_v2_simpleavg60_topic_css_all', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic All'}
{'id': 78027, 'data_set_name': '可以使用:director_attrition_ratio_3yr', 'description': '不可使用,仅供参考:Proportion of directors who have left a role in the preceding three years.'}
{'id': 325270, 'data_set_name': '可以使用:pv87_v2_simpleavg20_topic_css_society', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Society'}
{'id': 9757, 'data_set_name': '可以使用:other_ceo_attendance_count', 'description': '不可使用,仅供参考:Number of other CEOs present during the conference call.'}
{'id': 319569, 'data_set_name': '可以使用:pv87_2_affops_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Adjusted Funds from Operations per Share (AFFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9763, 'data_set_name': '可以使用:other_ceo_singular_plural_pronoun_ratio_qa', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other CEOs in the Q&A section.'}
{'id': 318390, 'data_set_name': '可以使用:pca_factor_12_top1000', 'description': '不可使用,仅供参考:Thirteenth principal component value for top 1000 securities.'}
{'id': 324533, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_equity_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Return on Equity Estimate (%)'}
{'id': 318164, 'data_set_name': '可以使用:top_300_equity_grouping_10_clusters', 'description': '不可使用,仅供参考:Grouping of top 300 equities using 10 clusters.'}
{'id': 318668, 'data_set_name': '可以使用:sta2_top1000_fact1_c20', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 324078, 'data_set_name': '可以使用:pv87_prv2_expavg60_topic_event_sentiment_score_all', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for topic All'}
{'id': 318935, 'data_set_name': '可以使用:top300_industry_grouping_method4_10', 'description': '不可使用,仅供参考:Industry grouping for top 300 securities using method 4 with 10 clusters.'}
{'id': 318851, 'data_set_name': '可以使用:top2000_pca_factor2_grouping2', 'description': '不可使用,仅供参考:Second principal component grouping for top 2000 securities with 2 clusters.'}
{'id': 6911, 'data_set_name': '可以使用:anl49_earningspershareindicator', 'description': '不可使用,仅供参考:Earnings per share indicator'}
{'id': 318830, 'data_set_name': '可以使用:top2000_factor3_group2_score', 'description': '不可使用,仅供参考:Third factor score for top 2000 securities, grouped into 2 clusters.'}
{'id': 320058, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320715, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 372, 'data_set_name': '可以使用:anl10_ebtrevise_ratio_to_consensus_fq1_1026', 'description': '不可使用,仅供参考:Consensus estimate value for earnings before tax Q1'}
{'id': 318388, 'data_set_name': '可以使用:pca_factor_10_top1000', 'description': '不可使用,仅供参考:Eleventh principal component value for top 1000 securities.'}
{'id': 1281, 'data_set_name': '可以使用:anl11_regionsectcount', 'description': '不可使用,仅供参考:Region Sector Count'}
{'id': 320408, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320248, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Asset Value (NAV)'}
{'id': 5452, 'data_set_name': '可以使用:book_value_per_share_2', 'description': '不可使用,仅供参考:Book Value Per Share - Actual Value'}
{'id': 324249, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_topic_event_sentiment_score_business', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for topic Business'}
{'id': 324327, 'data_set_name': '可以使用:pv87_qtr_matrix_cash_flow_share_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Cash Flow / Share Consensus Mean'}
{'id': 5497, 'data_set_name': '可以使用:earnings_per_share_standard_deviation', 'description': '不可使用,仅供参考:Earnings per share - standard deviation of estimations'}
{'id': 320369, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 10486, 'data_set_name': '可以使用:mws87_numsentoperqa', 'description': '不可使用,仅供参考:number of sentences of operator in Q&A (NA if no Q&A)'}
{'id': 317303, 'data_set_name': '可以使用:pv20_gp_bet_subindustry_cap_top3000_1_20', 'description': '不可使用,仅供参考:Beta of subindustry capitalization for top 3000 securities over a 1-20 day period.'}
{'id': 317869, 'data_set_name': '可以使用:pv20_revere_hierarchy_min2_top2000_sector', 'description': '不可使用,仅供参考:Sector classification for USA Revere hierarchy'}
{'id': 320553, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6976, 'data_set_name': '可以使用:anl49_vector_1stcalendarqtrdividendspaidpershare', 'description': '不可使用,仅供参考:The total dividends paid per share in the three months that end on March 31st, regardless of the fiscal year of the company'}
{'id': 320216, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318957, 'data_set_name': '可以使用:top500_industry_grouping_method4_20', 'description': '不可使用,仅供参考:Industry grouping for top 500 securities using method 4 with 20 clusters.'}
{'id': 319039, 'data_set_name': '可以使用:pv48_ru3000_constituent_growthshares', 'description': '不可使用,仅供参考:ru3000 constituent growthshares related to the US 3000 constituent index.'}
{'id': 318121, 'data_set_name': '可以使用:sta1_top3000c20', 'description': '不可使用,仅供参考:Statistical industry classification'}
{'id': 320643, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318170, 'data_set_name': '可以使用:top_500_equity_grouping_20_clusters', 'description': '不可使用,仅供参考:Grouping of top 500 equities using 20 clusters.'}
{'id': 5540, 'data_set_name': '可以使用:free_cash_flow_per_share', 'description': '不可使用,仅供参考:Free cash flow per share - actual financial value for the annual period'}
{'id': 319784, 'data_set_name': '可以使用:pv87_2_csh_qf_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Common Shares'}
{'id': 325339, 'data_set_name': '可以使用:pv87_v2_simpleavg60_topic_css_society', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Society'}
{'id': 319601, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83328, 'data_set_name': '可以使用:fnd3_Q_comstk_divpershare', 'description': '不可使用,仅供参考:Quarterly Common Stock Dividends Per Share'}
{'id': 324309, 'data_set_name': '可以使用:pv87_qtr_matrix_book_value_share_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Book Value / Share Consensus Mean'}
{'id': 79019, 'data_set_name': '可以使用:fn_excess_tax_benefit_from_share_based_comp_fin_activities_a', 'description': "不可使用,仅供参考:Amount of cash inflow from realized tax benefit related to deductible compensation cost reported on the entity's tax return for equity instruments in excess of the compensation cost for those instruments recognized for financial reporting purposes."}
{'id': 321609, 'data_set_name': '可以使用:pv87_dividends_matrix_css_count', 'description': '不可使用,仅供参考:Count of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for type Dividends'}
{'id': 316741, 'data_set_name': '可以使用:primary_sector_focused_company_count', 'description': '不可使用,仅供参考:Number of companies primarily focused in a given sector.'}
{'id': 321352, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_cash_flow_share_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Cash Flow / Share Consensus Mean'}
{'id': 6806, 'data_set_name': '可以使用:anl49_backfill_bookvaluepershareindicator', 'description': '不可使用,仅供参考:Book value per share indicator'}
{'id': 324120, 'data_set_name': '可以使用:pv87_prv2_simpleavg1_topic_event_sentiment_score_business', 'description': '不可使用,仅供参考:1-day Simple average of Event Sentiment Score for topic Business'}
{'id': 79332, 'data_set_name': '可以使用:current_tax_payable', 'description': '不可使用,仅供参考:Current tax payable as of the reporting date.'}
{'id': 318788, 'data_set_name': '可以使用:top1000_pca_factor3_grouping10', 'description': '不可使用,仅供参考:Third principal component grouping for top 1000 securities with 10 clusters.'}
{'id': 325855, 'data_set_name': '可以使用:pv87_webv2_expavg60_topic_nip_business', 'description': '不可使用,仅供参考:60-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for topic Business'}
{'id': 317330, 'data_set_name': '可以使用:pv20_gp_tvr_subindustry_cap_top2000_1_5', 'description': '不可使用,仅供参考:Turnover ratio of subindustry capitalization for top 2000 securities over a 1-5 day period.'}
{'id': 317022, 'data_set_name': '可以使用:pv20_a_ard_treasury_shares_num', 'description': '不可使用,仅供参考:ARD Treasury Shares (Number)'}
{'id': 80757, 'data_set_name': '可以使用:shares_outstanding_total', 'description': '不可使用,仅供参考:Total number of shares currently issued and outstanding for the company.'}
{'id': 319102, 'data_set_name': '可以使用:pv52_asdaq_cncld_shares', 'description': '不可使用,仅供参考:Cancelled Shares'}
{'id': 84102, 'data_set_name': '可以使用:quarterly_operating_cost_excl_specials', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Operating Expense Extraordinary Items'}
{'id': 320860, 'data_set_name': '可以使用:pv87_ann_matrix_cash_from_operations_estimate_median', 'description': '不可使用,仅供参考:Median of Cash From Operations Estimate'}
{'id': 5199, 'data_set_name': '可以使用:anl4_cfi_number', 'description': '不可使用,仅供参考:Cash Flow From Investing - number of estimations'}
{'id': 320655, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319742, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318043, 'data_set_name': '可以使用:industry_grouping_level50_top1500', 'description': '不可使用,仅供参考:Industry classification at level 50 for the top 1500 instruments.'}
{'id': 320587, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320716, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320323, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318505, 'data_set_name': '可以使用:principal_component_1_top3000_513', 'description': '不可使用,仅供参考:Second principal component extracted from returns for the top 3000 entities in the 513 universe.'}
{'id': 321009, 'data_set_name': '可以使用:pv87_book_value_share_actual', 'description': '不可使用,仅供参考:Book Value / Share Actual'}
{'id': 318032, 'data_set_name': '可以使用:industry_grouping_level10_top200_variant513', 'description': '不可使用,仅供参考:Industry classification at level 10 for the top 200 instruments in variant 513.'}
{'id': 320755, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6800, 'data_set_name': '可以使用:anl49_backfill_averageannualperatioindicator', 'description': '不可使用,仅供参考:Average annual PE ratio indicator'}
{'id': 324364, 'data_set_name': '可以使用:pv87_qtr_matrix_ebit_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of EBIT Estimate'}
{'id': 5488, 'data_set_name': '可以使用:earnings_per_share_guidance_value', 'description': '不可使用,仅供参考:Earnings Per Share - guidance value for annual frequency'}
{'id': 320116, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Financing Cash Flow Per Share'}
{'id': 325412, 'data_set_name': '可以使用:pv87_v2_weightedavg20_topic_nip_all', 'description': '不可使用,仅供参考:20-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for topic All'}
{'id': 326154, 'data_set_name': '可以使用:pv87_webweightedavg1_topic_ess_all', 'description': '不可使用,仅供参考:1-day Weighted average of ESS - Event Sentiment Score for topic All'}
{'id': 83964, 'data_set_name': '可以使用:fnd3_qacctadj_sharesissued', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Number of Shares Issued'}
{'id': 320957, 'data_set_name': '可以使用:pv87_ann_matrix_net_income_gaap_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Net Income (GAAP) Estimate'}
{'id': 318914, 'data_set_name': '可以使用:top300_factor3_group5_score', 'description': '不可使用,仅供参考:Third factor score for top 300 securities, grouped into 5 clusters.'}
{'id': 319587, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79378, 'data_set_name': '可以使用:extraordinary_items_discontinued_operations', 'description': '不可使用,仅供参考:Extraordinary items related to discontinued operations.'}
{'id': 78542, 'data_set_name': '可以使用:fnd17_6_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
{'id': 318833, 'data_set_name': '可以使用:top2000_factor3_value', 'description': '不可使用,仅供参考:Third principal component value for top 2000 securities.'}
{'id': 79104, 'data_set_name': '可以使用:fn_repurchased_shares_value_a', 'description': '不可使用,仅供参考:Shares repurchased and either retired or put into treasury stock, likely as part of a share buyback plan.'}
{'id': 318839, 'data_set_name': '可以使用:top2000_factor4_value', 'description': '不可使用,仅供参考:Fourth principal component value for top 2000 securities.'}
{'id': 80793, 'data_set_name': '可以使用:short_term_loans_payable', 'description': '不可使用,仅供参考:Short-term loans payable outstanding at period end.'}
{'id': 323918, 'data_set_name': '可以使用:pv87_p_buy_price_count', 'description': '不可使用,仅供参考:Count of buying price'}
{'id': 318004, 'data_set_name': '可以使用:consumer_cyclical_top3000_grouping_5_clusters', 'description': '不可使用,仅供参考:Grouping of top 3000 consumer cyclical stocks using 5 clusters.'}
{'id': 318946, 'data_set_name': '可以使用:top500_industry_grouping_method2_2', 'description': '不可使用,仅供参考:Industry grouping for top 500 securities using method 2 with 2 clusters.'}
{'id': 319578, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 317302, 'data_set_name': '可以使用:pv20_gp_bet_subindustry_cap_top2000_1_5', 'description': '不可使用,仅供参考:Beta of subindustry capitalization for top 2000 securities over a 1-5 day period.'}
{'id': 78949, 'data_set_name': '可以使用:fn_business_combination_purchase_price_a', 'description': '不可使用,仅供参考:Business Combination, Purchase Price'}
{'id': 320169, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78183, 'data_set_name': '可以使用:total_remuneration_period', 'description': '不可使用,仅供参考:Total remuneration awarded to the director for the period.'}
{'id': 321941, 'data_set_name': '可以使用:pv87_expavg60_topic_v2_0_1_ess_business', 'description': '不可使用,仅供参考:60-day Exponential average of ESS - Event Sentiment Score for topic Business'}
{'id': 318678, 'data_set_name': '可以使用:sta2_top1000_fact3_c20', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 325729, 'data_set_name': '可以使用:pv87_webexpavg60_topic_ess_all', 'description': '不可使用,仅供参考:60-day Exponential average of ESS - Event Sentiment Score for topic All'}
{'id': 318899, 'data_set_name': '可以使用:top3000_pca_component9', 'description': '不可使用,仅供参考:Ninth principal component value for top 3000 securities.'}
{'id': 323951, 'data_set_name': '可以使用:pv87_pos_earnings_matrix_bee_count', 'description': '不可使用,仅供参考:Count of BEE score that represents the news sentiment of the given story according to the BEE classifier, which specializes in news stories about earnings evaluations for type Posearnings'}
{'id': 9785, 'data_set_name': '可以使用:other_executive_singular_plural_pronoun_ratio_qa', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other executives in the Q&A section.'}
{'id': 320194, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319810, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320706, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320180, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320287, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320693, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320092, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Financing Cash Flow Per Share'}
{'id': 9730, 'data_set_name': '可以使用:buyside_sentence_count_presentation', 'description': '不可使用,仅供参考:Total number of sentences spoken by buy-side investors in the presentation section.'}
{'id': 10353, 'data_set_name': '可以使用:mws87_actinvoratioceoqa', 'description': '不可使用,仅供参考:Number of words spoken by CEO divided by number of words spoken by executives in Q&A.'}
{'id': 319062, 'data_set_name': '可以使用:pv48_usa_russell_rgs_sharechg', 'description': '不可使用,仅供参考:No field description'}
{'id': 320182, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318694, 'data_set_name': '可以使用:sta2_top200_fact2_c5', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 6754, 'data_set_name': '可以使用:anl49_annualfiscalearningspershare', 'description': '不可使用,仅供参考:Net income before extraordinary gains and losses divided by the weighted average number of shares outstanding for a given period'}
{'id': 6108, 'data_set_name': '可以使用:anl44_eps_ratio_best_fperiod_override', 'description': '不可使用,仅供参考:eps ratio best fperiod override'}
{'id': 321346, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_cash_flow_share_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Cash Flow / Share Consensus Mean'}
{'id': 886, 'data_set_name': '可以使用:anl10_prrrevise_ratio_to_consensus_fq2_2551', 'description': '不可使用,仅供参考:Consensus estimate value for price return ratio Q2'}
{'id': 318979, 'data_set_name': '可以使用:pv48_2000_constituent_totalsharesout', 'description': '不可使用,仅供参考:Total shares outstanding for the 2000 constituent.'}
{'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': 319796, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Dividends Per Share'}
{'id': 317324, 'data_set_name': '可以使用:pv20_gp_ret_subindustry_cap_top3000_1_20', 'description': '不可使用,仅供参考:Returns of subindustry capitalization for top 3000 securities over a 1-20 day period.'}
{'id': 5560, 'data_set_name': '可以使用:max_adjusted_funds_from_operations_guidance', 'description': '不可使用,仅供参考:Max guidance value for Funds from operation'}
{'id': 320481, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319590, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5602, 'data_set_name': '可以使用:min_adjusted_funds_from_operations_adj_guidance', 'description': '不可使用,仅供参考:Minimum guidance value for Adjusted funds from operation'}
{'id': 316925, 'data_set_name': '可以使用:pv173_rawratioseqbddivrgbdrtn120d', 'description': '不可使用,仅供参考:It is defined as the difference of market equity return and estimated equity return based on 120-day linear regression of equity return on aggregated bond return and MSCI ACWIIndex return.'}
{'id': 6895, 'data_set_name': '可以使用:anl49_cashflowpershare', 'description': '不可使用,仅供参考:Cash flow less preferred dividends (if any) divided by common shares outstanding at year end.'}
{'id': 325700, 'data_set_name': '可以使用:pv87_web_weightedavg1_topic_v2_0_1_css_business', 'description': '不可使用,仅供参考:1-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Business'}
{'id': 318487, 'data_set_name': '可以使用:principal_component_0_top500', 'description': '不可使用,仅供参考:First principal component extracted from returns for the top 500 entities.'}
{'id': 6847, 'data_set_name': '可以使用:anl49_backfill_longtermdebtratioindicator', 'description': '不可使用,仅供参考:Long-term debt ratio indicator'}
{'id': 319799, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83110, 'data_set_name': '可以使用:annual_avg_diluted_shares_count_fast_d1', 'description': '不可使用,仅供参考:Average number of diluted shares outstanding during the year.'}
{'id': 83701, 'data_set_name': '可以使用:fnd3_aacctadj_sharesissued_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Shares Issued'}
{'id': 319918, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319623, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9776, 'data_set_name': '可以使用:other_cfo_word_count_qa', 'description': '不可使用,仅供参考:Total number of words spoken by other CFOs in the Q&A section.'}
{'id': 325853, 'data_set_name': '可以使用:pv87_webv2_expavg60_topic_event_sentiment_score_society', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for topic Society'}
{'id': 319585, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 7299, 'data_set_name': '可以使用:anl69_cntry_of_incorporation', 'description': '不可使用,仅供参考:Country of Incorporation'}
{'id': 9736, 'data_set_name': '可以使用:buyside_word_count_presentation', 'description': '不可使用,仅供参考:Total number of words spoken by buy-side investors in the presentation section.'}
{'id': 319910, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318931, 'data_set_name': '可以使用:top300_industry_grouping_method3_2', 'description': '不可使用,仅供参考:Industry grouping for top 300 securities using method 3 with 2 clusters.'}
{'id': 325788, 'data_set_name': '可以使用:pv87_webv2_expavg20_topic_css_all', 'description': '不可使用,仅供参考:20-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic All'}
{'id': 320226, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79316, 'data_set_name': '可以使用:capital_invested_accumulated_cost', 'description': '不可使用,仅供参考:Capital invested at accumulated cost for the interim period.'}
{'id': 318734, 'data_set_name': '可以使用:sta2_top500_fact2_c5', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 318853, 'data_set_name': '可以使用:top2000_pca_factor2_grouping5', 'description': '不可使用,仅供参考:Second principal component grouping for top 2000 securities with 5 clusters.'}
{'id': 319037, 'data_set_name': '可以使用:pv48_ru2000_constituent_valueshares', 'description': '不可使用,仅供参考:ru2000 constituent valueshares related to the US 2000 constituent index.'}
{'id': 10490, 'data_set_name': '可以使用:mws87_numvswordsratioceopres', 'description': '不可使用,仅供参考:Number of numerical/number of all words of CEO in presentation (NA if CEO not attended or no speech in presentation).'}
{'id': 324746, 'data_set_name': '可以使用:pv87_sell_tradesignificance_count', 'description': '不可使用,仅供参考:Count of Selling trade significance with 1= low significance 3= high significance'}
{'id': 5977, 'data_set_name': '可以使用:anl44_best_px_bps_ratio', 'description': '不可使用,仅供参考:best px bps ratio'}
{'id': 319175, 'data_set_name': '可以使用:pv52_yse_arca_shares_60_299_sec', 'description': '不可使用,仅供参考:Shares from 60 to 299 Seconds'}
{'id': 325410, 'data_set_name': '可以使用:pv87_v2_weightedavg20_topic_event_sentiment_score_business', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for topic Business'}
{'id': 320086, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78163, 'data_set_name': '可以使用:qualification_count', 'description': '不可使用,仅供参考:Total number of educational qualifications held by the director.'}
{'id': 325414, 'data_set_name': '可以使用:pv87_v2_weightedavg20_topic_nip_society', 'description': '不可使用,仅供参考:20-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for topic Society'}
{'id': 318159, 'data_set_name': '可以使用:top_300_equity_513_grouping_10_clusters', 'description': '不可使用,仅供参考:Grouping of top 300 equities (513 variant) using 10 clusters.'}
{'id': 80747, 'data_set_name': '可以使用:share_equity_transfer', 'description': '不可使用,仅供参考:Total value of equity transferred between shareholders during the period.'}
{'id': 319086, 'data_set_name': '可以使用:pv52_asdaq_bx_away_exec_shares', 'description': '不可使用,仅供参考:Away Executed Shares'}
{'id': 319681, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 316690, 'data_set_name': '可以使用:transaction_cost_estimate', 'description': '不可使用,仅供参考:Estimated cost incurred when executing a trade.'}
{'id': 6917, 'data_set_name': '可以使用:anl49_estdrelativeperatio', 'description': '不可使用,仅供参考:Estimated Current P/E Ratio divided by the comparable figure for the Composite Index.'}
{'id': 319192, 'data_set_name': '可以使用:pv52_yse_chicago_outquote_shares', 'description': '不可使用,仅供参考:Outside-the-Quote Shares'}
{'id': 79251, 'data_set_name': '可以使用:accounts_payable_current', 'description': '不可使用,仅供参考:Accounts payable due within one year.'}
{'id': 319156, 'data_set_name': '可以使用:pv52_yse_american_tot_cov_shares', 'description': '不可使用,仅供参考:Total Covered Shares'}
{'id': 317990, 'data_set_name': '可以使用:communications_top3000_grouping_10_clusters', 'description': '不可使用,仅供参考:Grouping of top 3000 communications stocks using 10 clusters.'}
{'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': 319216, 'data_set_name': '可以使用:pv52_yse_national_shares_0_9_sec', 'description': '不可使用,仅供参考:Shares from 0 to 9 Seconds'}
{'id': 5118, 'data_set_name': '可以使用:anl4_afv4_eps_number', 'description': '不可使用,仅供参考:Earnings per share - number of estimations for annual frequency'}
{'id': 318864, 'data_set_name': '可以使用:top2000_pca_factor4_grouping50', 'description': '不可使用,仅供参考:Fourth principal component grouping for top 2000 securities with 50 clusters.'}
{'id': 78930, 'data_set_name': '可以使用:fn_allowance_for_doubtful_accounts_receivable_q', 'description': '不可使用,仅供参考:For an unclassified balance sheet, a valuation allowance for receivables due a company that are expected to be uncollectible.'}
{'id': 80826, 'data_set_name': '可以使用:stock_dividends_payable_recorded', 'description': '不可使用,仅供参考:Stock dividends declared but not yet paid.'}
{'id': 78535, 'data_set_name': '可以使用:fnd17_4_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
{'id': 320312, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318930, 'data_set_name': '可以使用:top300_industry_grouping_method3_10', 'description': '不可使用,仅供参考:Industry grouping for top 300 securities using method 3 with 10 clusters.'}
{'id': 319022, 'data_set_name': '可以使用:pv48_r3000e_shares_cur', 'description': '不可使用,仅供参考:Current shares for the US 3000E index.'}
{'id': 318035, 'data_set_name': '可以使用:industry_grouping_level20_top1500', 'description': '不可使用,仅供参考:Industry classification at level 20 for the top 1500 instruments.'}
{'id': 324031, 'data_set_name': '可以使用:pv87_prv2_expavg20_topic_event_sentiment_score_all', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for topic All'}
{'id': 324314, 'data_set_name': '可以使用:pv87_qtr_matrix_book_value_share_estimate_median', 'description': '不可使用,仅供参考:Median of Book Value / Share Estimate'}
{'id': 1280, 'data_set_name': '可以使用:anl11_region_industrycount', 'description': '不可使用,仅供参考:Region Industry Count'}
{'id': 320241, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318398, 'data_set_name': '可以使用:pca_factor_6_top1000', 'description': '不可使用,仅供参考:Seventh principal component value for top 1000 securities.'}
{'id': 320122, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320313, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319094, 'data_set_name': '可以使用:pv52_asdaq_bx_price_imprvd_shares', 'description': '不可使用,仅供参考:Price-Improved Shares'}
{'id': 318143, 'data_set_name': '可以使用:top_1000_equity_513_grouping_5_clusters', 'description': '不可使用,仅供参考:Grouping of top 1000 equities (513 variant) using 5 clusters.'}
{'id': 319919, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 324247, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_topic_css_business', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Business'}
{'id': 317325, 'data_set_name': '可以使用:pv20_gp_ret_subindustry_cap_top3000_1_5', 'description': '不可使用,仅供参考:Returns of subindustry capitalization for top 3000 securities over a 1-5 day period.'}
{'id': 319287, 'data_set_name': '可以使用:pv64_dif_fund_income_ratio', 'description': '不可使用,仅供参考:The amount of income generated from investments of the fund. US funds display the ratio when the information is supplied in the financials as a percentage of average net assets.'}
{'id': 5618, 'data_set_name': '可以使用:min_free_cash_flow_per_share_guidance', 'description': '不可使用,仅供参考:Free cash flow per share - minimum guidance value for the annual period'}
{'id': 319786, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318122, 'data_set_name': '可以使用:sta1_top3000c5', 'description': '不可使用,仅供参考:Statistical industry classification'}
{'id': 326024, 'data_set_name': '可以使用:pv87_webv2_simpleavg60_topic_event_sentiment_score_all', 'description': '不可使用,仅供参考:60-day Simple average of Event Sentiment Score for topic All'}
{'id': 5409, 'data_set_name': '可以使用:anl4_qfv4_cfps_number', 'description': '不可使用,仅供参考:Cash Flow Per Share - number of estimations'}
{'id': 86080, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_px_to_sales_ratio', 'description': "不可使用,仅供参考:The price-to-sales ratio is the ratio of a stock's last price divided by sales per share"}
{'id': 317038, 'data_set_name': '可以使用:pv20_ard_accounts_payable_trade', 'description': '不可使用,仅供参考:ARD Accounts Payable - Trade'}
{'id': 318835, 'data_set_name': '可以使用:top2000_factor4_group20_score', 'description': '不可使用,仅供参考:Fourth factor score for top 2000 securities, grouped into 20 clusters.'}
{'id': 320308, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Asset Value (NAV)'}
{'id': 320395, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 321097, 'data_set_name': '可以使用:pv87_cash_from_operations_consensus_low', 'description': '不可使用,仅供参考:Cash From Operations Consensus Low'}
{'id': 325340, 'data_set_name': '可以使用:pv87_v2_simpleavg60_topic_event_sentiment_score_all', 'description': '不可使用,仅供参考:60-day Simple average of Event Sentiment Score for topic All'}
{'id': 318498, 'data_set_name': '可以使用:principal_component_13_top1000', 'description': '不可使用,仅供参考:Fourteenth principal component extracted from returns for the top 1000 entities.'}
{'id': 318860, 'data_set_name': '可以使用:top2000_pca_factor4_grouping10', 'description': '不可使用,仅供参考:Fourth principal component grouping for top 2000 securities with 10 clusters.'}
{'id': 6476, 'data_set_name': '可以使用:forecast_currency_cash_flow_per_share_second', 'description': '不可使用,仅供参考:Currency in which the cash flow per share forecast is denominated in the second version module.'}
{'id': 318145, 'data_set_name': '可以使用:top_1500_equity_grouping_20_clusters', 'description': '不可使用,仅供参考:Grouping of top 1500 equities using 20 clusters.'}
{'id': 326183, 'data_set_name': '可以使用:pv87_weightedavg1_topic_v2_0_1_ess_all', 'description': '不可使用,仅供参考:1-day Weighted average of ESS - Event Sentiment Score for topic All'}
{'id': 6489, 'data_set_name': '可以使用:forecast_currency_tangible_book_value_per_share', 'description': '不可使用,仅供参考:Currency in which the tangible book value per share forecast is denominated.'}
{'id': 6897, 'data_set_name': '可以使用:anl49_commonequityratioindicator', 'description': '不可使用,仅供参考:Common equity ratio indicator'}
{'id': 78023, 'data_set_name': '可以使用:current_private_board_count', 'description': '不可使用,仅供参考:Number of private boards the director currently serves on.'}
{'id': 6764, 'data_set_name': '可以使用:anl49_backfill_1stfiscalquarterearningspershare', 'description': '不可使用,仅供参考:Fiscal quarter earnings on a per share basis, as reported.'}
{'id': 320190, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 326213, 'data_set_name': '可以使用:pv87_weightedavg60_topic_css_all', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic All'}
{'id': 320492, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79252, 'data_set_name': '可以使用:accounts_payable_current_2', 'description': '不可使用,仅供参考:[Quarterly] Construction in Progress - Gross'}
{'id': 84025, 'data_set_name': '可以使用:quarterly_avg_basic_shares_count_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Average Common Shares Outstanding, Basic'}
{'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': 320262, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6827, 'data_set_name': '可以使用:anl49_backfill_estdcurrentperatio', 'description': "不可使用,仅供参考:Estimated earnings per share for the 12 months ending 6 months ahead, divided into the stock's price."}
{'id': 320177, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320642, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Return On Equity'}
{'id': 325408, 'data_set_name': '可以使用:pv87_v2_weightedavg20_topic_css_society', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic Society'}
{'id': 318044, 'data_set_name': '可以使用:industry_grouping_level50_top200_variant513', 'description': '不可使用,仅供参考:Industry classification at level 50 for the top 200 instruments in variant 513.'}
{'id': 319884, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319071, 'data_set_name': '可以使用:pv48_usa_russell_rgs_v3_1_0_sharechg', 'description': '不可使用,仅供参考:No field description'}
{'id': 318723, 'data_set_name': '可以使用:sta2_top3000_fact4_c20', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 318485, 'data_set_name': '可以使用:principal_component_0_top1000', 'description': '不可使用,仅供参考:First principal component extracted from returns for the top 1000 entities.'}
{'id': 6104, 'data_set_name': '可以使用:anl44_eps_ratio_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:eps ratio best cur fiscal semi year period'}
{'id': 318928, 'data_set_name': '可以使用:top300_industry_grouping_method2_5', 'description': '不可使用,仅供参考:Industry grouping for top 300 securities using method 2 with 5 clusters.'}
{'id': 325964, 'data_set_name': '可以使用:pv87_webv2_simpleavg20_topic_event_sentiment_score_business', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for topic Business'}
{'id': 318923, 'data_set_name': '可以使用:top300_industry_grouping_method1_5', 'description': '不可使用,仅供参考:Industry grouping for top 300 securities using method 1 with 5 clusters.'}
{'id': 6746, 'data_set_name': '可以使用:anl49_4thfiscalquarterearningspershareindicator', 'description': '不可使用,仅供参考:Fourth fiscal quarter earnings per share indicator'}
{'id': 325699, 'data_set_name': '可以使用:pv87_web_weightedavg1_topic_v2_0_1_css_all', 'description': '不可使用,仅供参考:1-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for topic All'}
{'id': 319684, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319621, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 318689, 'data_set_name': '可以使用:sta2_top200_fact1_c5', 'description': '不可使用,仅供参考:statistical industry classification'}
{'id': 321348, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_cash_flow_share_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Cash Flow / Share Consensus Mean'}
{'id': 9635, 'data_set_name': '可以使用:anl83_numvswordsratiocfoqa', 'description': '不可使用,仅供参考:number of numerical/number of all words of CFO in Q&A (NA if CFO not attended or no speech in Q&A)'}
{'id': 83963, 'data_set_name': '可以使用:fnd3_qacctadj_sharesauthorized_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Shares Authorized'}
{'id': 319115, 'data_set_name': '可以使用:pv52_asdaq_psx_away_exec_shares', 'description': '不可使用,仅供参考:Away Executed Shares'}
{'id': 319325, 'data_set_name': '可以使用:pv64_dif_stal_fund_income_ratio', 'description': '不可使用,仅供参考:The amount of income generated from investments of the fund.'}
{'id': 318622, 'data_set_name': '可以使用:robust_factor_2_top2000', 'description': '不可使用,仅供参考:Third robust factor for top 2000 securities.'}
{'id': 318445, 'data_set_name': '可以使用:principal_component3_grouping10_top3000', 'description': '不可使用,仅供参考:Third principal component grouping for top 3000 securities with 10 clusters.'}
{'id': 9710, 'data_set_name': '可以使用:buyside_attendance_count', 'description': '不可使用,仅供参考:Number of buy-side investors present during the conference call.'}
{'id': 5345, 'data_set_name': '可以使用:anl4_netdebt_number', 'description': '不可使用,仅供参考:Net debt - Number of estimations'}
{'id': 321940, 'data_set_name': '可以使用:pv87_expavg60_topic_v2_0_1_ess_all', 'description': '不可使用,仅供参考:60-day Exponential average of ESS - Event Sentiment Score for topic All'}
{'id': 323946, 'data_set_name': '可以使用:pv87_pos_analyst_matrix_event_sentiment_score_count', 'description': '不可使用,仅供参考:Count of Event Sentiment Score for type Posanalyst'}
{'id': 84079, 'data_set_name': '可以使用:quarterly_interest_cost_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Interest Expense'}
{'id': 320026, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5380, 'data_set_name': '可以使用:anl4_qf_az_div_number', 'description': '不可使用,仅供参考:Dividend per share - number of estimations'}
{'id': 320417, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320777, 'data_set_name': '可以使用:pv87_2_tbvps_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 325135, 'data_set_name': '可以使用:pv87_v2_expavg20_topic_event_sentiment_score_society', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for topic Society'}
{'id': 320240, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320739, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79018, 'data_set_name': '可以使用:fn_entity_common_stock_shares_out_q', 'description': "不可使用,仅供参考:Indicate number of shares or other units outstanding of each of registrant's classes of capital or common stock or other ownership interests, if and as stated on cover of related periodic report. Where multiple classes or units exist define each class/interest by adding class of stock items such as Common Class A [Member], Common Class B [Member] or Partnership Interest [Member] onto the Instrument [Domain] of the Entity Listings, Instrument."}
{'id': 319566, 'data_set_name': '可以使用:pv87_2_affops_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Adjusted Funds from Operations per Share (AFFOPS)'}
{'id': 319997, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 321169, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_book_value_share_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Book Value / Share Consensus Mean'}
{'id': 319635, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 324563, 'data_set_name': '可以使用:pv87_recommendation_number', 'description': '不可使用,仅供参考:Number of analysts of Recommendation'}
========================= 数据字段结束 =======================================
以上数据字段和操作符, 按照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
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!!