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.
725 lines
98 KiB
725 lines
98 KiB
产品线多样性溢价
|
|
产品线多样化的公司能有效分散市场风险,但市场可能低估其稳定性,导致高多样性股票被低估。因此,多空策略中,做多产品线多样性高的股票(风险低,被低估),做空多样性低的股票(风险高,被高估),可获得超额收益。
|
|
核心指标为产品线数量或收入来源集中度,需进行行业中性化处理;使用滚动24个月平均处理缺失值;引入ROE和营收增长率作为辅助验证变量。
|
|
|
|
*=========================================================================================*
|
|
输出格式:
|
|
输出必须是且仅是纯文本。
|
|
每一行是一个完整、独立、语法正确的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': 6770, 'data_set_name': '可以使用:anl49_backfill_2ndfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues as reported.'}
|
|
{'id': 79013, 'data_set_name': '可以使用:fn_effect_of_exchange_rate_on_cash_and_equiv_a', 'description': '不可使用,仅供参考:Amount of increase (decrease) from the effect of exchange rate changes on cash and cash equivalent balances held in foreign currencies.'}
|
|
{'id': 324202, 'data_set_name': '可以使用:pv87_prv2_simpleavg60_group_nip_products_services', 'description': '不可使用,仅供参考:60-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Products Services'}
|
|
{'id': 10147, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on delta of annual net income'}
|
|
{'id': 6428, 'data_set_name': '可以使用:anl44_second_en_pretaxprofit_rep_prevalue', 'description': '不可使用,仅供参考:pretaxprofit rep prevalue'}
|
|
{'id': 85401, 'data_set_name': '可以使用:fnd72_a1_inc_tax_exp_yr_growth', 'description': '不可使用,仅供参考:Percentage change in income tax expense from last year to the current year'}
|
|
{'id': 10244, 'data_set_name': '可以使用:mdl211_preq_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of Q pre-tax profit'}
|
|
{'id': 10149, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on delta of annual net income'}
|
|
{'id': 1810, 'data_set_name': '可以使用:anl14_low_revenue_fp5', 'description': '不可使用,仅供参考:The lowest estimation of revenue - upcoming 5 quarters'}
|
|
{'id': 86926, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_rate_of_comp_increase_pension', 'description': '不可使用,仅供参考:The expected rate of employee compensation growth expressed as a percentage'}
|
|
{'id': 325837, 'data_set_name': '可以使用:pv87_webv2_expavg60_group_nip_equity_actions', 'description': '不可使用,仅供参考:60-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Equity Actions'}
|
|
{'id': 10212, 'data_set_name': '可以使用:mdl211_opry_profitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on value of annual operating profit'}
|
|
{'id': 325696, 'data_set_name': '可以使用:pv87_web_weightedavg1_group_v2_0_1_css_revenues', 'description': '不可使用,仅供参考:1-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 6789, 'data_set_name': '可以使用:anl49_backfill_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
|
|
{'id': 87589, 'data_set_name': '可以使用:fnd90_us_game_pension_discount_rate', 'description': '不可使用,仅供参考:Pension Discount Rate [ Descending] - [Quality.Aggressive Accounting]'}
|
|
{'id': 80867, 'data_set_name': '可以使用:valuation_bond_equity_securities', 'description': '不可使用,仅供参考:Valuation allowance for bond and equity securities.'}
|
|
{'id': 6217, 'data_set_name': '可以使用:anl44_operatingprofit_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:Operating profit best cur fiscal semi-year period'}
|
|
{'id': 9128, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of Q EBITDA'}
|
|
{'id': 325383, 'data_set_name': '可以使用:pv87_v2_weightedavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 83712, 'data_set_name': '可以使用:fnd3_aequity', 'description': '不可使用,仅供参考:Annual Stockholders Equity'}
|
|
{'id': 6771, 'data_set_name': '可以使用:anl49_backfill_2ndfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues indicator'}
|
|
{'id': 88075, 'data_set_name': '可以使用:oth401_game_non_production_asset', 'description': '不可使用,仅供参考:Non-Production Assets'}
|
|
{'id': 1814, 'data_set_name': '可以使用:anl14_low_revenue_fy4', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 4 years'}
|
|
{'id': 322617, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_eps_lt_growth_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 80756, 'data_set_name': '可以使用:shareholders_other_equity', 'description': '不可使用,仅供参考:Other equity items attributable to shareholders for the interim period.'}
|
|
{'id': 78176, 'data_set_name': '可以使用:total_equity_linked_wealth', 'description': '不可使用,仅供参考:Total value of equity-linked wealth held by the director at period end.'}
|
|
{'id': 10201, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of annual operating profit'}
|
|
{'id': 83710, 'data_set_name': '可以使用:fnd3_aacctadjequitybeforenci', 'description': '不可使用,仅供参考:Annual Accountance AdjustmentStockholders Equity Before Non-Controlling Interest'}
|
|
{'id': 85904, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_sustain_growth_rt', 'description': '不可使用,仅供参考:A measure of how much a firm can grow without borrowing more money'}
|
|
{'id': 324537, 'data_set_name': '可以使用:pv87_qtr_matrix_revenue_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 325294, 'data_set_name': '可以使用:pv87_v2_simpleavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 326062, 'data_set_name': '可以使用:pv87_webv2_weightedavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 10274, 'data_set_name': '可以使用:mdl211_prey_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on delta of annual pre-tax profit'}
|
|
{'id': 320464, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Operating Profit'}
|
|
{'id': 321699, 'data_set_name': '可以使用:pv87_ebitda_estimate_sequential_quarterly_growth_scale', 'description': '不可使用,仅供参考:Scale of EBITDA Estimate - Sequential Quarterly Growth %'}
|
|
{'id': 9471, 'data_set_name': '可以使用:anl82_saly_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value of annual sales'}
|
|
{'id': 320377, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Net Profit'}
|
|
{'id': 86390, 'data_set_name': '可以使用:fnd72_q2_rr_dil_eps_cont_ops_growth', 'description': '不可使用,仅供参考:Growth value for Earnings per Share based on number of diluted shares outstanding continuing operations'}
|
|
{'id': 320908, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Effective Tax Rate Estimate (%)'}
|
|
{'id': 320462, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Operating Profit'}
|
|
{'id': 6796, 'data_set_name': '可以使用:anl49_backfill_annualfiscalsalesorrevenuesindicator', 'description': '不可使用,仅供参考:Annual fiscal sales or revenues indicator'}
|
|
{'id': 79395, 'data_set_name': '可以使用:fixed_production_assets', 'description': '不可使用,仅供参考:Value of fixed assets used in production.'}
|
|
{'id': 81760, 'data_set_name': '可以使用:fnd28_ratesq_value_08311q', 'description': '不可使用,仅供参考:value of quarterly field: Cash Flow/Sales'}
|
|
{'id': 81291, 'data_set_name': '可以使用:fnd28_growthratesa_value_08816a', 'description': '不可使用,仅供参考:value of annual field: Earnings Per Share - Fiscal - 1 Yr Annual Growth'}
|
|
{'id': 320376, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 320341, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Net Profit'}
|
|
{'id': 78177, 'data_set_name': '可以使用:total_equity_linked_wealth_2', 'description': '不可使用,仅供参考:Total value of equity-linked wealth held by the director at period end (alternate).'}
|
|
{'id': 320487, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Operating Profit'}
|
|
{'id': 81269, 'data_set_name': '可以使用:fnd28_growthratesa_value_08581a', 'description': '不可使用,仅供参考:value of annual field: Market Capitalization - 3 Year Growth'}
|
|
{'id': 6261, 'data_set_name': '可以使用:anl44_orig_en_netprofit_coveredby', 'description': '不可使用,仅供参考:orig en netprofit coveredby'}
|
|
{'id': 320557, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10190, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on value of Q operating profit'}
|
|
{'id': 10300, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of Q sales'}
|
|
{'id': 324603, 'data_set_name': '可以使用:pv87_revenue_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Revenue Consensus Low'}
|
|
{'id': 10108, 'data_set_name': '可以使用:mdl211_netq_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on delta of Q net income'}
|
|
{'id': 81060, 'data_set_name': '可以使用:fnd28_annualgrowth_value_08680a', 'description': '不可使用,仅供参考:Value of annual field: Net Margin Growth Profitability Annual Statistics'}
|
|
{'id': 9468, 'data_set_name': '可以使用:anl82_saly_profitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on value of annual sales'}
|
|
{'id': 320526, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 10297, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on value of Q sales'}
|
|
{'id': 10014, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on value of Q ebitda'}
|
|
{'id': 78522, 'data_set_name': '可以使用:fnd17_2_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 81778, 'data_set_name': '可以使用:fnd28_ratesq_value_08636q', 'description': '不可使用,仅供参考:value of quarterly field: Net Income Growth'}
|
|
{'id': 9307, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on delta of Q operating profit'}
|
|
{'id': 9245, 'data_set_name': '可以使用:anl82_netq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q net income'}
|
|
{'id': 324041, 'data_set_name': '可以使用:pv87_prv2_expavg60_group_css_equity_actions', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Equity Actions'}
|
|
{'id': 320537, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320471, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Operating Profit'}
|
|
{'id': 81054, 'data_set_name': '可以使用:fnd28_annualgrowth_value_08635a', 'description': '不可使用,仅供参考:value of annual field: Net Sales / Revenues - 5 Yr Annual Growth'}
|
|
{'id': 6957, 'data_set_name': '可以使用:anl49_retainedtocommonequityindicator', 'description': '不可使用,仅供参考:Retained Earnings to common equity indicator'}
|
|
{'id': 81767, 'data_set_name': '可以使用:fnd28_ratesq_value_08381q', 'description': '不可使用,仅供参考:value of quarterly field: Cash Earnings Return on Equity'}
|
|
{'id': 1809, 'data_set_name': '可以使用:anl14_low_revenue_fp4', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 4 quarters'}
|
|
{'id': 319393, 'data_set_name': '可以使用:pv64_out_stal_fund_asset_alloc_equity', 'description': "不可使用,仅供参考:Percentage of equities the fund is invested in. The fund's holdings are extracted from the public filings supplied by the fund's management."}
|
|
{'id': 9459, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of annual sales'}
|
|
{'id': 80530, 'data_set_name': '可以使用:fnd23_ventsv101_source', 'description': '不可使用,仅供参考:news source index.'}
|
|
{'id': 325224, 'data_set_name': '可以使用:pv87_v2_simpleavg20_group_css_products_services', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Products Services'}
|
|
{'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': 5630, 'data_set_name': '可以使用:min_pretax_profit_guidance', 'description': '不可使用,仅供参考:Minimum guidance value for Pretax income'}
|
|
{'id': 9180, 'data_set_name': '可以使用:anl82_ebty_profitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on value of annual EBITDA'}
|
|
{'id': 80745, 'data_set_name': '可以使用:share_dividend_equity', 'description': '不可使用,仅供参考:Share dividend equity reported for the annual period.'}
|
|
{'id': 5353, 'data_set_name': '可以使用:anl4_netprofit_value', 'description': '不可使用,仅供参考:Net profit- announced financial value'}
|
|
{'id': 9427, 'data_set_name': '可以使用:anl82_salq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q sales'}
|
|
{'id': 6959, 'data_set_name': '可以使用:anl49_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
|
|
{'id': 10119, 'data_set_name': '可以使用:mdl211_netq_profitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on value of Q net income'}
|
|
{'id': 324059, 'data_set_name': '可以使用:pv87_prv2_expavg60_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for group Products Services'}
|
|
{'id': 320346, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 9453, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of annual sales'}
|
|
{'id': 81283, 'data_set_name': '可以使用:fnd28_growthratesa_value_08631a', 'description': '不可使用,仅供参考:value of annual field: Net Sales/Revenues Growth'}
|
|
{'id': 86378, 'data_set_name': '可以使用:fnd72_q2_rd_expend_yr_growth', 'description': '不可使用,仅供参考:Percentage increase or decrease of research expenses by comparing current period with same period prior year'}
|
|
{'id': 86914, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_disc_rate_pension_plan_liabs', 'description': '不可使用,仅供参考:The estimated interest rate that is used to compute the present value of benefit obligations'}
|
|
{'id': 10221, 'data_set_name': '可以使用:mdl211_opry_profitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on value of annual operating profit'}
|
|
{'id': 321551, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_revenue_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Revenue Consensus Mean'}
|
|
{'id': 79094, 'data_set_name': '可以使用:fn_profit_loss_a', 'description': '不可使用,仅供参考:The consolidated profit or loss for the period, net of income taxes, including the portion attributable to the noncontrolling interest.'}
|
|
{'id': 6227, 'data_set_name': '可以使用:anl44_operatingprofit_value', 'description': '不可使用,仅供参考:Operating profit D0 value'}
|
|
{'id': 6215, 'data_set_name': '可以使用:anl44_operatingprofit_best_crncy_iso', 'description': '不可使用,仅供参考:operatingprofit best crncy iso'}
|
|
{'id': 83509, 'data_set_name': '可以使用:fnd3_a_grossprofit_fast_d1', 'description': '不可使用,仅供参考:Annual Gross Profit'}
|
|
{'id': 86061, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_net_worth_growth', 'description': '不可使用,仅供参考:Percentage increase or decrease of net worth by comparing current period with same period prior year'}
|
|
{'id': 320393, 'data_set_name': '可以使用:pv87_2_netprofit_rep_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': 9142, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability8', 'description': '不可使用,仅供参考:Profitability measure type 8 based on value of Q EBITDA'}
|
|
{'id': 5525, 'data_set_name': '可以使用:est_netprofit', 'description': '不可使用,仅供参考:Net profit - mean of estimations'}
|
|
{'id': 319039, 'data_set_name': '可以使用:pv48_ru3000_constituent_growthshares', 'description': '不可使用,仅供参考:ru3000 constituent growthshares related to the US 3000 constituent index.'}
|
|
{'id': 326010, 'data_set_name': '可以使用:pv87_webv2_simpleavg60_group_nip_equity_actions', 'description': '不可使用,仅供参考:60-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Equity Actions'}
|
|
{'id': 6773, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratecashflowpershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 88101, 'data_set_name': '可以使用:oth401_qes_gamef_earnigs_timeliness', 'description': '不可使用,仅供参考:Earnings Timeliness'}
|
|
{'id': 83559, 'data_set_name': '可以使用:fnd3_a_revenue_fast_d1', 'description': '不可使用,仅供参考:Annual Revenue'}
|
|
{'id': 325245, 'data_set_name': '可以使用:pv87_v2_simpleavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 83306, 'data_set_name': '可以使用:fnd3_Aacctadjequity', 'description': "不可使用,仅供参考:Annual Accountance Adjustment Stockholders' Equity"}
|
|
{'id': 83193, 'data_set_name': '可以使用:fnd3_A_costofrevenue', 'description': '不可使用,仅供参考:Annual cost of revenue'}
|
|
{'id': 10157, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of annual net income'}
|
|
{'id': 325126, 'data_set_name': '可以使用:pv87_v2_expavg20_group_nip_products_services', 'description': '不可使用,仅供参考:20-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Products Services'}
|
|
{'id': 321543, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_return_on_equity_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 9269, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of annual net income'}
|
|
{'id': 320421, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_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': 81762, 'data_set_name': '可以使用:fnd28_ratesq_value_08321q', 'description': '不可使用,仅供参考:value of quarterly field: Pre-tax Margin'}
|
|
{'id': 324157, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 324602, 'data_set_name': '可以使用:pv87_revenue_consensus_low', 'description': '不可使用,仅供参考:Revenue Consensus Low'}
|
|
{'id': 9126, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of Q EBITDA'}
|
|
{'id': 320406, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 321752, 'data_set_name': '可以使用:pv87_effective_tax_rate_actual', 'description': '不可使用,仅供参考:Effective Tax Rate Actual (%)'}
|
|
{'id': 9994, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of Q ebitda'}
|
|
{'id': 324619, 'data_set_name': '可以使用:pv87_revenue_of_estimates_scale', 'description': '不可使用,仅供参考:Scale of Revenue - # of Estimates'}
|
|
{'id': 321642, 'data_set_name': '可以使用:pv87_dps_estimate_2_yr_annual_growth_scale', 'description': '不可使用,仅供参考:Scale of DPS Estimate - 2 Yr Annual Growth %'}
|
|
{'id': 6203, 'data_set_name': '可以使用:anl44_netprofit_rep_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:netprofit rep best cur fiscal semi year period'}
|
|
{'id': 86797, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_free_cash_flow_per_sh_growth', 'description': '不可使用,仅供参考:Measure of 1-year growth of free cash flow per share'}
|
|
{'id': 87518, 'data_set_name': '可以使用:fnd90_game_non_production_asset', 'description': '不可使用,仅供参考:Non-Production Assets'}
|
|
{'id': 6301, 'data_set_name': '可以使用:anl44_pretaxprofit_rep_prevalue', 'description': '不可使用,仅供参考:Pretaxprofit rep D0 prevalue'}
|
|
{'id': 326209, 'data_set_name': '可以使用:pv87_weightedavg60_group_ess_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 9311, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of Q operating profit'}
|
|
{'id': 10294, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on value of Q sales'}
|
|
{'id': 6427, 'data_set_name': '可以使用:anl44_second_en_pretaxprofit_rep_lastactccy', 'description': '不可使用,仅供参考:pretaxprofit rep lastactccy'}
|
|
{'id': 85955, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_cash_flow_growth', 'description': '不可使用,仅供参考:Cash Flow Growth is calculated using the following formula'}
|
|
{'id': 320513, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 86732, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_5yr_avg_return_on_equity', 'description': '不可使用,仅供参考:5-year average of return on common equity'}
|
|
{'id': 78535, 'data_set_name': '可以使用:fnd17_4_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 321809, 'data_set_name': '可以使用:pv87_eps_lt_growth_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of EPS LT Growth Consensus Median (%)'}
|
|
{'id': 325325, 'data_set_name': '可以使用:pv87_v2_simpleavg60_group_nip_equity_actions', 'description': '不可使用,仅供参考:60-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Equity Actions'}
|
|
{'id': 5825, 'data_set_name': '可以使用:anl44_2_operatingprofit_prevalue', 'description': '不可使用,仅供参考:operatingprofit prevalue'}
|
|
{'id': 320442, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_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': 81062, 'data_set_name': '可以使用:fnd28_annualgrowth_value_08821a', 'description': '不可使用,仅供参考:Value of annual field: Book Value Per Share - Fiscal - 1 Yr Growth Rate Three Year Averages'}
|
|
{'id': 320555, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Pretax Profit'}
|
|
{'id': 326121, 'data_set_name': '可以使用:pv87_webv2_weightedavg60_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Revenues'}
|
|
{'id': 321557, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_return_on_equity_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 324015, 'data_set_name': '可以使用:pv87_prv2_expavg20_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for group Products Services'}
|
|
{'id': 320493, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_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': 10331, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on delta of annual sales'}
|
|
{'id': 10189, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on value of Q operating profit'}
|
|
{'id': 85898, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_revenue_per_sh', 'description': '不可使用,仅供参考:Ratio that computes the total revenue earned per share over the reporting period'}
|
|
{'id': 86874, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_sustain_growth_rt', 'description': '不可使用,仅供参考:A measure of how much a firm can grow without borrowing more money'}
|
|
{'id': 9344, 'data_set_name': '可以使用:anl82_opry_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of annual operating profit'}
|
|
{'id': 325810, 'data_set_name': '可以使用:pv87_webv2_expavg60_group_css_revenues', 'description': '不可使用,仅供参考:60-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 320475, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Operating Profit'}
|
|
{'id': 80718, 'data_set_name': '可以使用:revenue_from_domestic_operations', 'description': '不可使用,仅供参考:[Quarterly] Expected Rate of Return - Domestic'}
|
|
{'id': 9997, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of Q ebitda'}
|
|
{'id': 10117, 'data_set_name': '可以使用:mdl211_netq_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of Q net income'}
|
|
{'id': 9162, 'data_set_name': '可以使用:anl82_ebty_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on delta of annual EBITDA'}
|
|
{'id': 325175, 'data_set_name': '可以使用:pv87_v2_expavg60_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for group Products Services'}
|
|
{'id': 6983, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthratecashflowpershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'}
|
|
{'id': 86350, 'data_set_name': '可以使用:fnd72_q1_liab_growth', 'description': '不可使用,仅供参考:Percentage change in total liabilities from last year to the current year'}
|
|
{'id': 321561, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Revenue Consensus Mean'}
|
|
{'id': 5814, 'data_set_name': '可以使用:anl44_2_netprofit_prevalue', 'description': '不可使用,仅供参考:netprofit prevalue'}
|
|
{'id': 320391, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Net Profit'}
|
|
{'id': 1677, 'data_set_name': '可以使用:anl14_high_revenue_fy2', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 2 years'}
|
|
{'id': 10337, 'data_set_name': '可以使用:mdl211_saly_profitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on value of annual sales'}
|
|
{'id': 320476, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Operating Profit'}
|
|
{'id': 87545, 'data_set_name': '可以使用:fnd90_qes_gamef_grossprofit_asset', 'description': '不可使用,仅供参考:Gross Profit Over Asset'}
|
|
{'id': 83956, 'data_set_name': '可以使用:fnd3_qacctadj_revenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Revenue'}
|
|
{'id': 320980, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_high', 'description': '不可使用,仅供参考:High of Revenue Estimate'}
|
|
{'id': 320375, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Profit'}
|
|
{'id': 9998, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on delta of Q ebitda'}
|
|
{'id': 81772, 'data_set_name': '可以使用:fnd28_ratesq_value_08601q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Growth'}
|
|
{'id': 9346, 'data_set_name': '可以使用:anl82_opry_profitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on value of annual operating profit'}
|
|
{'id': 10172, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of Q operating profit'}
|
|
{'id': 320514, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 85435, 'data_set_name': '可以使用:fnd72_a2_reinvest_earn_yr_growth', 'description': '不可使用,仅供参考:Reinvested Earnings year change is calculated as follows'}
|
|
{'id': 324618, 'data_set_name': '可以使用:pv87_revenue_of_estimates', 'description': '不可使用,仅供参考:Revenue - # of Estimates'}
|
|
{'id': 320368, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Profit'}
|
|
{'id': 10052, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on value of annual ebitda'}
|
|
{'id': 325472, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_nip_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 321539, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_return_on_equity_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 10210, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on delta of annual operating profit'}
|
|
{'id': 83329, 'data_set_name': '可以使用:fnd3_Q_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
|
|
{'id': 10325, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of annual sales'}
|
|
{'id': 78375, 'data_set_name': '可以使用:fnd14_hiwater_incmst_revenue_fy', 'description': '不可使用,仅供参考:Highest yearly revenue as reported'}
|
|
{'id': 10283, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of Q sales'}
|
|
{'id': 320986, 'data_set_name': '可以使用:pv87_ann_matrix_revenue_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Revenue Estimate'}
|
|
{'id': 320505, 'data_set_name': '可以使用:pv87_2_pretaxprofit_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': 6273, 'data_set_name': '可以使用:anl44_orig_en_pretaxprofit_rep_prevalue', 'description': '不可使用,仅供参考:orig en pretaxprofit rep prevalue'}
|
|
{'id': 6704, 'data_set_name': '可以使用:theoretical_zero_risk_rate', 'description': '不可使用,仅供参考:The theoretical rate of return of a risk-free investment.'}
|
|
{'id': 325959, 'data_set_name': '可以使用:pv87_webv2_simpleavg20_group_nip_revenues', 'description': '不可使用,仅供参考:20-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Revenues'}
|
|
{'id': 1813, 'data_set_name': '可以使用:anl14_low_revenue_fy3', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 3 years'}
|
|
{'id': 10006, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on value of Q ebitda'}
|
|
{'id': 5827, 'data_set_name': '可以使用:anl44_2_pretaxprofit_coveredby', 'description': '不可使用,仅供参考:pretaxprofit coveredby'}
|
|
{'id': 6216, 'data_set_name': '可以使用:anl44_operatingprofit_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:operatingprofit best cur fiscal qtr period'}
|
|
{'id': 322575, 'data_set_name': '可以使用:pv87_lifecycleimpactsofproductsandservices_pulse_mean', 'description': '不可使用,仅供参考:Short-term score of Lifecycle Impacts Of Products And Services topic'}
|
|
{'id': 10034, 'data_set_name': '可以使用:mdl211_ebty_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of annual ebitda'}
|
|
{'id': 324621, 'data_set_name': '可以使用:pv87_revenue_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Revenue - Standard Deviation'}
|
|
{'id': 321006, 'data_set_name': '可以使用:pv87_biodiversityimpacts_pulse_mean', 'description': '不可使用,仅供参考:Short-term score of Biodiversity Impacts topic'}
|
|
{'id': 9298, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on delta of Q operating profit'}
|
|
{'id': 1678, 'data_set_name': '可以使用:anl14_high_revenue_fy3', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 3 years'}
|
|
{'id': 83276, 'data_set_name': '可以使用:fnd3_Aacctadj_grossprofit', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Gross Profit'}
|
|
{'id': 5592, 'data_set_name': '可以使用:max_shareholders_equity_guidance', 'description': "不可使用,仅供参考:The maximum guidance value for Total Shareholders' Equity."}
|
|
{'id': 7017, 'data_set_name': '可以使用:anl49_vector_netprofit', 'description': '不可使用,仅供参考:Profit after deduction of all expenses including taxes, minority interests and special charges against (or credits to) operations, but before deduction of preferred dividends paid and accumulated and before any extraordinary gains or losses.'}
|
|
{'id': 325443, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_event_sentiment_score_equity_actions', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Equity Actions'}
|
|
{'id': 321638, 'data_set_name': '可以使用:pv87_dps_estimate_1_yr_annual_growth_scale', 'description': '不可使用,仅供参考:Scale of DPS Estimate - 1 Yr Annual Growth %'}
|
|
{'id': 80651, 'data_set_name': '可以使用:operating_profit_pre_tax', 'description': '不可使用,仅供参考:Profit from operations before deducting income taxes.'}
|
|
{'id': 10267, 'data_set_name': '可以使用:mdl211_prey_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of annual pre-tax profit'}
|
|
{'id': 5350, 'data_set_name': '可以使用:anl4_netprofit_median', 'description': '不可使用,仅供参考:Net profit - Median of estimations'}
|
|
{'id': 6971, 'data_set_name': '可以使用:anl49_valuelineindustry', 'description': "不可使用,仅供参考:Sort each of these firms into one of industry groups taking care to reflect a company's current business operation, not just its historical role."}
|
|
{'id': 324005, 'data_set_name': '可以使用:pv87_prv2_expavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 81063, 'data_set_name': '可以使用:fnd28_annualgrowthq_value_08579q', 'description': '不可使用,仅供参考:value of quarterly field: Market Capitalization Growth (year ago) Profitability'}
|
|
{'id': 79373, 'data_set_name': '可以使用:equity_total_owners', 'description': '不可使用,仅供参考:Total equity attributable to owners of the parent company.'}
|
|
{'id': 325734, 'data_set_name': '可以使用:pv87_websimpleavg20_group_ess_revenues', 'description': '不可使用,仅供参考:20-day Simple average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 324188, 'data_set_name': '可以使用:pv87_prv2_simpleavg60_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:60-day Simple average of Event Sentiment Score for group Products Services'}
|
|
{'id': 83890, 'data_set_name': '可以使用:fnd3_qacctadj_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Cost of Revenue'}
|
|
{'id': 10050, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of annual ebitda'}
|
|
{'id': 9310, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on value of Q operating profit'}
|
|
{'id': 324027, 'data_set_name': '可以使用:pv87_prv2_expavg20_group_nip_products_services', 'description': '不可使用,仅供参考:20-day Exponential average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Products Services'}
|
|
{'id': 326212, 'data_set_name': '可以使用:pv87_weightedavg60_group_v2_0_1_ess_revenues', 'description': '不可使用,仅供参考:60-day Weighted average of ESS - Event Sentiment Score for group Revenues'}
|
|
{'id': 326120, 'data_set_name': '可以使用:pv87_webv2_weightedavg60_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Products Services'}
|
|
{'id': 6457, 'data_set_name': '可以使用:coverage_sources_cash_flow_per_share', 'description': '不可使用,仅供参考:List or indicator of which data sources have covered the cash flow per share forecast.'}
|
|
{'id': 81050, 'data_set_name': '可以使用:fnd28_annualgrowth_value_08625a', 'description': '不可使用,仅供参考:value of annual field: Total Assets - 5 Yr Annual Growth'}
|
|
{'id': 6948, 'data_set_name': '可以使用:anl49_pricegrowthpersistence', 'description': '不可使用,仅供参考:It is the measurement of the consistency of relative price growth. Using each year of the past 10 (or fewer) as a base, a count is made of the number of subsequent years in which relative price of the stock was higher than the base period. The sum of these counts is the basis for the Index. Growth Persistence Indexes range from 100 (highest) to 5 (lowest).'}
|
|
{'id': 81270, 'data_set_name': '可以使用:fnd28_growthratesa_value_08601a', 'description': '不可使用,仅供参考:value of annual field: Earnings per Share Growth'}
|
|
{'id': 78411, 'data_set_name': '可以使用:fnd14_latestfy_incmst_revenue_ttm', 'description': '不可使用,仅供参考:TTM total revenue from the income statement for the 4 quarters ending with this reported quarter. This includes the previous 3 quarters summed with this quarter. Depending on the Q or A indicator QUARTER_ENDS_A_FISCAL_YEAR (see description above), this quarter also ends a fiscal year, then this field is fiscal year earnings for the fiscal year ending with this quarter'}
|
|
{'id': 85405, 'data_set_name': '可以使用:fnd72_a1_liab_growth', 'description': '不可使用,仅供参考:Percentage change in total liabilities from last year to the current year'}
|
|
{'id': 324592, 'data_set_name': '可以使用:pv87_return_on_equity_consensus_median', 'description': '不可使用,仅供参考:Return on Equity Consensus Median (%)'}
|
|
{'id': 80673, 'data_set_name': '可以使用:other_net_equity_total', 'description': '不可使用,仅供参考:Total of other net equity items for the annual period.'}
|
|
{'id': 318153, 'data_set_name': '可以使用:top_2000_equity_grouping_5_clusters', 'description': '不可使用,仅供参考:Grouping of top 2000 equities using 5 clusters.'}
|
|
{'id': 10148, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on delta of annual net income'}
|
|
{'id': 83440, 'data_set_name': '可以使用:fnd3_Qacctadjequity', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Stockholders Equity'}
|
|
{'id': 10053, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on value of annual ebitda'}
|
|
{'id': 6873, 'data_set_name': '可以使用:anl49_backfill_salesorrevenuespershareindicator', 'description': '不可使用,仅供参考:Sales or revenues per share indicator'}
|
|
{'id': 318169, 'data_set_name': '可以使用:top_500_equity_grouping_10_clusters', 'description': '不可使用,仅供参考:Grouping of top 500 equities using 10 clusters.'}
|
|
{'id': 321695, 'data_set_name': '可以使用:pv87_ebitda_estimate_1_yr_quarterly_growth_scale', 'description': '不可使用,仅供参考:Scale of EBITDA Estimate - 1 Yr Quarterly Growth %'}
|
|
{'id': 6197, 'data_set_name': '可以使用:anl44_netprofit_gaap_best_fperiod_override', 'description': '不可使用,仅供参考:netprofit gaap best fperiod override'}
|
|
{'id': 6421, 'data_set_name': '可以使用:anl44_second_en_operatingprofit_value', 'description': '不可使用,仅供参考:Operating profit value'}
|
|
{'id': 81757, 'data_set_name': '可以使用:fnd28_ratesq_value_08111q', 'description': '不可使用,仅供参考:Value of quarterly field: Cash & Equivalents % Total Current Assets Company Specific Accounting Practices'}
|
|
{'id': 324604, 'data_set_name': '可以使用:pv87_revenue_consensus_mean', 'description': '不可使用,仅供参考:Revenue Consensus Mean'}
|
|
{'id': 10180, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on value of Q operating profit'}
|
|
{'id': 86098, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_tangible_equity', 'description': "不可使用,仅供参考:Measure of a company's capital, which is used to evaluate a financial institution's ability to deal with potential losses"}
|
|
{'id': 6870, 'data_set_name': '可以使用:anl49_backfill_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
|
|
{'id': 1672, 'data_set_name': '可以使用:anl14_high_revenue_fp2', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 2 quarters'}
|
|
{'id': 10167, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of Q operating profit'}
|
|
{'id': 6419, 'data_set_name': '可以使用:anl44_second_en_operatingprofit_lastactccy', 'description': '不可使用,仅供参考:operatingprofit lastactccy'}
|
|
{'id': 81051, 'data_set_name': '可以使用:fnd28_annualgrowth_value_08626a', 'description': '不可使用,仅供参考:value of annual field: Employees Growth'}
|
|
{'id': 320574, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 5657, 'data_set_name': '可以使用:net_profit_reported_value', 'description': '不可使用,仅供参考:Net profit- announced financial value'}
|
|
{'id': 2218, 'data_set_name': '可以使用:anl14_numofests_revenue_fp4', 'description': '不可使用,仅供参考:Num of Estimations of Revenue - upcoming 4 quarters'}
|
|
{'id': 320552, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_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': 9274, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of annual net income'}
|
|
{'id': 322030, 'data_set_name': '可以使用:pv87_grossdiv3ygrowthrate', 'description': '不可使用,仅供参考:Last of dividend growth rate in 3 years, where rate = 100 * ((annual dividend per share/annual DPS 3 years ago)^(1/3)-1)'}
|
|
{'id': 321754, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_high', 'description': '不可使用,仅供参考:Effective Tax Rate Consensus High (%)'}
|
|
{'id': 321299, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_revenue_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Revenue Consensus Mean'}
|
|
{'id': 9397, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of annual pre-tax profit'}
|
|
{'id': 83480, 'data_set_name': '可以使用:fnd3_a_costofrevenue', 'description': '不可使用,仅供参考:Annual cost of revenue'}
|
|
{'id': 1518, 'data_set_name': '可以使用:workplace_diversity_subsector_percentile', 'description': '不可使用,仅供参考:Percentile ranking within subsector peer group for workplace diversity and labor rights.'}
|
|
{'id': 5820, 'data_set_name': '可以使用:anl44_2_netprofit_source', 'description': '不可使用,仅供参考:netprofit source'}
|
|
{'id': 325941, 'data_set_name': '可以使用:pv87_webv2_simpleavg20_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for group Products Services'}
|
|
{'id': 5710, 'data_set_name': '可以使用:shareholders_equity_max_guidance', 'description': "不可使用,仅供参考:The maximum guidance value for Shareholder's Equity on an annual basis."}
|
|
{'id': 10326, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of annual sales'}
|
|
{'id': 321086, 'data_set_name': '可以使用:pv87_cash_flow_share_estimate_1_yr_annual_growth_scale', 'description': '不可使用,仅供参考:Scale of Cash Flow / Share Estimate - 1 Yr Annual Growth %'}
|
|
{'id': 80877, 'data_set_name': '可以使用:value_debt_equity_securities', 'description': '不可使用,仅供参考:Value of debt and equity securities held.'}
|
|
{'id': 85980, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_ebitda_growth', 'description': '不可使用,仅供参考:Percentage change in earnings before interest, taxes, depreciation, and amortization from last year to the current year'}
|
|
{'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': 10284, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of Q sales'}
|
|
{'id': 6766, 'data_set_name': '可以使用:anl49_backfill_1stfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues as reported.'}
|
|
{'id': 78009, 'data_set_name': '可以使用:board_nationality_diversity_ratio', 'description': '不可使用,仅供参考:Proportion of directors from different countries on the board.'}
|
|
{'id': 9304, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of Q operating profit'}
|
|
{'id': 9347, 'data_set_name': '可以使用:anl82_opry_profitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on value of annual operating profit'}
|
|
{'id': 9357, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of Q pre-tax profit'}
|
|
{'id': 85765, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_bvps_growth', 'description': '不可使用,仅供参考:Percentage increase or decrease of book value per share by comparing current period with same period prior year'}
|
|
{'id': 321641, 'data_set_name': '可以使用:pv87_dps_estimate_2_yr_annual_growth', 'description': '不可使用,仅供参考:DPS Estimate - 2 Yr Annual Growth %'}
|
|
{'id': 6775, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthrateearningspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Earnings per Share.'}
|
|
{'id': 9229, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of Q net income'}
|
|
{'id': 86412, 'data_set_name': '可以使用:fnd72_q2_tot_com_dvd_yr_growth', 'description': '不可使用,仅供参考:Percentage change in total common dividends from last year to the current year'}
|
|
{'id': 86286, 'data_set_name': '可以使用:fnd72_q1_cogs_yr_growth', 'description': '不可使用,仅供参考:Percentage growth in cost of goods sold from last year to the current year'}
|
|
{'id': 2086, 'data_set_name': '可以使用:anl14_median_revenue_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - Upcoming Year'}
|
|
{'id': 9275, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on delta of annual net income'}
|
|
{'id': 324276, 'data_set_name': '可以使用:pv87_prv2_weightedavg60_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Products Services'}
|
|
{'id': 79931, 'data_set_name': '可以使用:fnd23_headline', 'description': '不可使用,仅供参考:story headline index'}
|
|
{'id': 85870, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_net_inc_growth', 'description': '不可使用,仅供参考:A percentage increase or decrease of net income by comparing current period with same period prior year'}
|
|
{'id': 5829, 'data_set_name': '可以使用:anl44_2_pretaxprofit_lastactvalue', 'description': '不可使用,仅供参考:pretaxprofit lastactvalue'}
|
|
{'id': 83264, 'data_set_name': '可以使用:fnd3_Aacctadj_costofrevenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Cost of Revenue'}
|
|
{'id': 10185, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of Q operating profit'}
|
|
{'id': 9288, 'data_set_name': '可以使用:anl82_nety_profitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on value of annual net income'}
|
|
{'id': 320907, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_median', 'description': '不可使用,仅供参考:Median of Effective Tax Rate Estimate (%)'}
|
|
{'id': 86735, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_accounts_receivable_growth', 'description': '不可使用,仅供参考:Percentage growth in inventory from last year to the current year'}
|
|
{'id': 81764, 'data_set_name': '可以使用:fnd28_ratesq_value_08346q', 'description': '不可使用,仅供参考:Value of quarterly field: Tax Rate'}
|
|
{'id': 320550, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 5662, 'data_set_name': '可以使用:operating_profit_before_interest_tax', 'description': '不可使用,仅供参考:Earnings Before Interest and Taxes (EBIT) - Actual Value'}
|
|
{'id': 323983, 'data_set_name': '可以使用:pv87_primary_eps_estimate_sequential_quarterly_growth_scale', 'description': '不可使用,仅供参考:Scale of Primary EPS Estimate - Sequential Quarterly Growth %'}
|
|
{'id': 1485, 'data_set_name': '可以使用:sustainable_product_business_model_score', 'description': '不可使用,仅供参考:Score measuring company efforts to create sustainable products and reduce environmental/social impact.'}
|
|
{'id': 85770, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_cash_flow_per_shr_growth', 'description': '不可使用,仅供参考:The percentage change in Cash Flow per Basic Share from last year to the current year'}
|
|
{'id': 86298, 'data_set_name': '可以使用:fnd72_q1_ebit_yr_growth', 'description': '不可使用,仅供参考:Percentage change in earnings before interest and taxes from last year to the current year'}
|
|
{'id': 86343, 'data_set_name': '可以使用:fnd72_q1_inc_bef_xo_item_yr_growth', 'description': '不可使用,仅供参考:Percentage change in income before extraordinary items from last year to the current year'}
|
|
{'id': 9403, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of annual pre-tax profit'}
|
|
{'id': 6967, 'data_set_name': '可以使用:anl49_timelinessrank', 'description': "不可使用,仅供参考:The rank for a stock's probable relative market performance in the year ahead. Ranges from 1 (highest) to 5 (lowest). Stocks ranked 1 or 2 are likely to outpace the year-ahead market. Those ranked 4 or 5 are not expected to outperform most stocks over the next 12 months. Stocks ranked 3 (average) will probably advance or decline with the market in the year ahead."}
|
|
{'id': 321088, 'data_set_name': '可以使用:pv87_cash_flow_share_estimate_2_yr_annual_growth_scale', 'description': '不可使用,仅供参考:Scale of Cash Flow / Share Estimate - 2 Yr Annual Growth %'}
|
|
{'id': 82638, 'data_set_name': '可以使用:fnd28_wcratesq_value_08226q', 'description': '不可使用,仅供参考:value of quarterly field: Long Term Debt % Common Equity'}
|
|
{'id': 85940, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_accounts_receivable_growth', 'description': '不可使用,仅供参考:Percentage growth in inventory from last year to the current year'}
|
|
{'id': 10046, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on value of annual ebitda'}
|
|
{'id': 321762, 'data_set_name': '可以使用:pv87_effective_tax_rate_of_estimates', 'description': '不可使用,仅供参考:Effective Tax Rate - # of Estimates'}
|
|
{'id': 9297, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of Q operating profit'}
|
|
{'id': 80580, 'data_set_name': '可以使用:liabilities_equity_total', 'description': '不可使用,仅供参考:Sum of total liabilities and equity for the reporting period.'}
|
|
{'id': 324133, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_css_products_services', 'description': '不可使用,仅供参考:20-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Products Services'}
|
|
{'id': 80702, 'data_set_name': '可以使用:quasi_equity_liabilities', 'description': '不可使用,仅供参考:Quasi-equity liabilities reported for the annual period.'}
|
|
{'id': 320364, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 6786, 'data_set_name': '可以使用:anl49_backfill_3rdfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues indicator'}
|
|
{'id': 321320, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_eps_lt_growth_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 9313, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q operating profit'}
|
|
{'id': 80708, 'data_set_name': '可以使用:redeemable_equity_debt_value', 'description': "不可使用,仅供参考:Value of equity or debt securities that are redeemable at the holder's option."}
|
|
{'id': 320575, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 323982, 'data_set_name': '可以使用:pv87_primary_eps_estimate_sequential_quarterly_growth', 'description': '不可使用,仅供参考:Primary EPS Estimate - Sequential Quarterly Growth %'}
|
|
{'id': 320411, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Profit'}
|
|
{'id': 81755, 'data_set_name': '可以使用:fnd28_ratesq90_value_08421q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Sales'}
|
|
{'id': 10179, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on value of Q operating profit'}
|
|
{'id': 10231, 'data_set_name': '可以使用:mdl211_preq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of Q pre-tax profit'}
|
|
{'id': 78533, 'data_set_name': '可以使用:fnd17_3_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 325394, 'data_set_name': '可以使用:pv87_v2_weightedavg20_group_nip_equity_actions', 'description': '不可使用,仅供参考:20-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Equity Actions'}
|
|
{'id': 83309, 'data_set_name': '可以使用:fnd3_Aequitybeforenci', 'description': "不可使用,仅供参考:Annual Stockholders' Equity Before Non-Controlling Interest"}
|
|
{'id': 10005, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on value of Q ebitda'}
|
|
{'id': 324609, 'data_set_name': '可以使用:pv87_revenue_difference_scale', 'description': '不可使用,仅供参考:Scale of Revenue Difference'}
|
|
{'id': 324611, 'data_set_name': '可以使用:pv87_revenue_estimate_1_yr_annual_growth_scale', 'description': '不可使用,仅供参考:Scale of Revenue Estimate - 1 Yr Annual Growth %'}
|
|
{'id': 2088, 'data_set_name': '可以使用:anl14_median_revenue_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - Upcoming 3 Years'}
|
|
{'id': 9287, 'data_set_name': '可以使用:anl82_nety_profitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on value of annual net income'}
|
|
{'id': 86063, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_oper_inc_growth', 'description': '不可使用,仅供参考:A percentage increase or decrease of operating income by comparing current period with same period prior year'}
|
|
{'id': 10228, 'data_set_name': '可以使用:mdl211_preq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of Q pre-tax profit'}
|
|
{'id': 322616, 'data_set_name': '可以使用:pv87_matrix_nonperiodic_eps_lt_growth_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 326061, 'data_set_name': '可以使用:pv87_webv2_weightedavg20_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for group Products Services'}
|
|
{'id': 325062, 'data_set_name': '可以使用:pv87_v2_0_0_bboproj3ydivgrowthrate', 'description': '不可使用,仅供参考:Last of projected 3y dividend growth rate'}
|
|
{'id': 320414, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Net Profit'}
|
|
{'id': 80841, 'data_set_name': '可以使用:total_equity_book_value', 'description': '不可使用,仅供参考:Book value of total equity as reported on the balance sheet.'}
|
|
{'id': 86991, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'}
|
|
{'id': 321811, 'data_set_name': '可以使用:pv87_eps_lt_growth_of_estimates', 'description': '不可使用,仅供参考:EPS LT Growth - # of Estimates (%)'}
|
|
{'id': 320521, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 320469, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_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': 321316, 'data_set_name': '可以使用:pv87_daily_matrix_nonperiodic_eps_lt_growth_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of EPS LT Growth Consensus Mean (%)'}
|
|
{'id': 318160, 'data_set_name': '可以使用:top_300_equity_513_grouping_20_clusters', 'description': '不可使用,仅供参考:Grouping of top 300 equities (513 variant) using 20 clusters.'}
|
|
{'id': 325293, 'data_set_name': '可以使用:pv87_v2_simpleavg60_group_css_products_services', 'description': '不可使用,仅供参考:60-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Products Services'}
|
|
{'id': 324055, 'data_set_name': '可以使用:pv87_prv2_expavg60_group_event_sentiment_score_equity_actions', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for group Equity Actions'}
|
|
{'id': 324588, 'data_set_name': '可以使用:pv87_return_on_equity_consensus_low', 'description': '不可使用,仅供参考:Return on Equity Consensus Low (%)'}
|
|
{'id': 10298, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on value of Q sales'}
|
|
{'id': 6303, 'data_set_name': '可以使用:anl44_pretaxprofit_value', 'description': '不可使用,仅供参考:Pretaxprofit d0 value'}
|
|
{'id': 84063, 'data_set_name': '可以使用:quarterly_equity_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Stockholders Equity'}
|
|
{'id': 5355, 'data_set_name': '可以使用:anl4_netprofita_low', 'description': '不可使用,仅供参考:Adjusted net income - the lowest estimation'}
|
|
{'id': 320524, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Pretax Profit'}
|
|
{'id': 325423, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_css_equity_actions', 'description': '不可使用,仅供参考:60-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Equity Actions'}
|
|
{'id': 10205, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of annual operating profit'}
|
|
{'id': 10330, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on delta of annual sales'}
|
|
{'id': 81268, 'data_set_name': '可以使用:fnd28_growthratesa_value_08579a', 'description': '不可使用,仅供参考:value of annual field: Market Capitalization Growth (year ago) Profitability'}
|
|
{'id': 9137, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q EBITDA'}
|
|
{'id': 9400, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of annual pre-tax profit'}
|
|
{'id': 325382, 'data_set_name': '可以使用:pv87_v2_weightedavg20_group_event_sentiment_score_products_services', 'description': '不可使用,仅供参考:20-day Weighted average of Event Sentiment Score for group Products Services'}
|
|
{'id': 5813, 'data_set_name': '可以使用:anl44_2_netprofit_lastactvalue', 'description': '不可使用,仅供参考:netprofit lastactvalue'}
|
|
{'id': 321008, 'data_set_name': '可以使用:pv87_biodiversityimpactsindustrypercentile_momentum_mean', 'description': '不可使用,仅供参考:Trailing 12m score of Biodiversity Impacts topic'}
|
|
{'id': 319004, 'data_set_name': '可以使用:pv48_dynamic_shares_cur_growth', 'description': '不可使用,仅供参考:Current growth shares for dynamic index.'}
|
|
{'id': 324239, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_group_nip_equity_actions', 'description': '不可使用,仅供参考:20-day Weighted average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Equity Actions'}
|
|
{'id': 6923, 'data_set_name': '可以使用:anl49_industrytimelinessrank', 'description': '不可使用,仅供参考:A ranking of the industry groups based on the average Timeliness Rank of the stocks composing the respective industries.'}
|
|
{'id': 9160, 'data_set_name': '可以使用:anl82_ebty_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of annual EBITDA'}
|
|
{'id': 318983, 'data_set_name': '可以使用:pv48_constituent_growthshares', 'description': '不可使用,仅供参考:No field description'}
|
|
{'id': 9418, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of Q sales'}
|
|
{'id': 79371, 'data_set_name': '可以使用:equity_to_equity_transfers_2', 'description': '不可使用,仅供参考:Transfers between equity accounts during the period.'}
|
|
{'id': 83136, 'data_set_name': '可以使用:annual_gross_profit_total_fast_d1', 'description': '不可使用,仅供参考:Gross profit for the year.'}
|
|
{'id': 6791, 'data_set_name': '可以使用:anl49_backfill_alldividendstonetprofit', 'description': '不可使用,仅供参考:The sum of all cash dividends (common and preferred) declared for the calendar or fiscal year expressed as a percentage of the net income for the year'}
|
|
{'id': 321296, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_equity_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 320394, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 85464, 'data_set_name': '可以使用:fnd72_a2_tot_com_dvd_yr_growth', 'description': '不可使用,仅供参考:Percentage change in total common dividends from last year to the current year'}
|
|
{'id': 5584, 'data_set_name': '可以使用:max_pretax_profit_guidance', 'description': '不可使用,仅供参考:The maximum guidance value for Pretax income on an annual basis.'}
|
|
{'id': 85417, 'data_set_name': '可以使用:fnd72_a1_net_non_oper_loss_yr_growth', 'description': '不可使用,仅供参考:Percentage change in net non-operating loss from last year to the current year'}
|
|
{'id': 6297, 'data_set_name': '可以使用:anl44_pretaxprofit_latest_ann_dt_qtrly', 'description': '不可使用,仅供参考:pretaxprofit latest ann dt qtrly'}
|
|
{'id': 321564, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_revenue_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Revenue Consensus Mean'}
|
|
{'id': 321584, 'data_set_name': '可以使用:pv87_debt_equity_mean', 'description': '不可使用,仅供参考:Total debt/total equity'}
|
|
{'id': 80545, 'data_set_name': '可以使用:gross_profit_current', 'description': '不可使用,仅供参考:Gross profit for the current reporting period.'}
|
|
{'id': 86289, 'data_set_name': '可以使用:fnd72_q1_cont_inc_growth', 'description': '不可使用,仅供参考:A percentage increase or decrease of income before extraordinary items by comparing current period with the same period prior year'}
|
|
{'id': 320472, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Operating Profit'}
|
|
{'id': 6609, 'data_set_name': '可以使用:benchmark_conversion_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert benchmark returns.'}
|
|
{'id': 81040, 'data_set_name': '可以使用:fnd28_annualgrowth_value_08601a', 'description': '不可使用,仅供参考:value of annual field: Earnings per Share Growth'}
|
|
{'id': 320350, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 6998, 'data_set_name': '可以使用:anl49_vector_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
|
|
{'id': 6424, 'data_set_name': '可以使用:anl44_second_en_pretaxprofit_lastactvalue', 'description': '不可使用,仅供参考:pretaxprofit lastactvalue'}
|
|
{'id': 87609, 'data_set_name': '可以使用:fnd90_us_qes_gamef_earnigs_timeliness', 'description': '不可使用,仅供参考:EARNIGS_TIMELINESS'}
|
|
{'id': 9238, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:Profitability measure type 8 based on delta of Q net income'}
|
|
{'id': 79053, 'data_set_name': '可以使用:fn_line_of_credit_facility_max_borrowing_capacity_a', 'description': '不可使用,仅供参考:Maximum borrowing capacity under the credit facility without consideration of any current restrictions on the amount that could be borrowed or the amounts currently outstanding under the facility.'}
|
|
{'id': 78916, 'data_set_name': '可以使用:usd_to_reporting_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert USD to the reporting currency.'}
|
|
{'id': 85575, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_total_avail_line_of_credit', 'description': '不可使用,仅供参考:Total remaining amount of the lines of credit'}
|
|
{'id': 5360, 'data_set_name': '可以使用:anl4_netprofita_value', 'description': '不可使用,仅供参考:Adjusted net income- announced financial value'}
|
|
{'id': 325333, 'data_set_name': '可以使用:pv87_v2_simpleavg60_group_nip_products_services', 'description': '不可使用,仅供参考:60-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Products Services'}
|
|
{'id': 320378, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Net Profit'}
|
|
{'id': 2356, 'data_set_name': '可以使用:anl14_stddev_revenue_fp3', 'description': '不可使用,仅供参考:Standard Deviation of Estimations of Revenue - upcoming 3 quarters'}
|
|
{'id': 83298, 'data_set_name': '可以使用:fnd3_Aacctadj_revenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Revenue'}
|
|
{'id': 86181, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_rate_of_comp_increase_pension', 'description': '不可使用,仅供参考:The expected rate of employee compensation growth expressed as a percentage'}
|
|
{'id': 317785, 'data_set_name': '可以使用:pv20_q_2_ardr_total_shareholders_equity', 'description': '不可使用,仅供参考:ARD Ref Total Shareholders Equity'}
|
|
{'id': 6269, 'data_set_name': '可以使用:anl44_orig_en_operatingprofit_value', 'description': '不可使用,仅供参考:orig en operatingprofit value'}
|
|
{'id': 325363, 'data_set_name': '可以使用:pv87_v2_weightedavg20_group_css_revenues', 'description': '不可使用,仅供参考:20-day Weighted average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Revenues'}
|
|
{'id': 10145, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of annual net income'}
|
|
{'id': 324145, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for group Revenues'}
|
|
{'id': 9268, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of annual net income'}
|
|
{'id': 86748, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_bvps_growth', 'description': '不可使用,仅供参考:Percentage increase or decrease of book value per share by comparing current period with same period prior year'}
|
|
{'id': 324092, 'data_set_name': '可以使用:pv87_prv2_simpleavg1_group_css_products_services', 'description': '不可使用,仅供参考:1-day Simple average of CSS score that represents the news sentiment of a given story by combining various sentiment analysis techniques for group Products Services'}
|
|
{'id': 81285, 'data_set_name': '可以使用:fnd28_growthratesa_value_08636a', 'description': '不可使用,仅供参考:value of annual field: Net Income Growth'}
|
|
{'id': 325107, 'data_set_name': '可以使用:pv87_v2_expavg20_group_event_sentiment_score_revenues', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for group Revenues'}
|
|
========================= 数据字段结束 =======================================
|
|
|
|
以上数据字段和操作符, 按照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
|
|
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!! |