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.
724 lines
94 KiB
724 lines
94 KiB
资本支出效率因子
|
|
资本支出效率高的公司投资回报更优,但市场可能高估其价值,导致效率低的股票被低估。因此,多空策略中,做多资本支出效率高的股票(效率高,被低估),做空效率低的股票(效率低,被高估),可获得超额收益。
|
|
核心指标为资本支出回报率,需进行行业中性化处理;使用滚动6个月平均处理缺失值;引入资产周转率和ROA作为辅助验证变量。
|
|
*=========================================================================================*
|
|
输出格式:
|
|
输出必须是且仅是纯文本。
|
|
每一行是一个完整、独立、语法正确的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': 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': 10268, 'data_set_name': '可以使用:mdl211_prey_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of annual pre-tax profit'}
|
|
{'id': 10178, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on delta of Q operating profit'}
|
|
{'id': 9133, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on value of Q EBITDA'}
|
|
{'id': 320479, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 6218, 'data_set_name': '可以使用:anl44_operatingprofit_best_cur_fiscal_year_period', 'description': '不可使用,仅供参考:operatingprofit best cur fiscal year period'}
|
|
{'id': 10004, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on value of Q ebitda'}
|
|
{'id': 320472, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Operating Profit'}
|
|
{'id': 85750, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_accounts_payable_turnover', 'description': '不可使用,仅供参考:Company purchases over average accounts payable'}
|
|
{'id': 320336, 'data_set_name': '可以使用:pv87_2_netprofit_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': 80838, 'data_set_name': '可以使用:total_current_assets_4', 'description': '不可使用,仅供参考:Total current assets reported for the annual period.'}
|
|
{'id': 9123, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability Measure Type 12 Based on Delta of Q EBITDA'}
|
|
{'id': 9181, 'data_set_name': '可以使用:anl82_ebty_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value of annual EBITDA'}
|
|
{'id': 86273, 'data_set_name': '可以使用:fnd72_q1_bs_tot_invest_asset', 'description': '不可使用,仅供参考:Total assets that a company invests in the securities or loans to other parties'}
|
|
{'id': 87715, 'data_set_name': '可以使用:oth395_asset_63_31', 'description': '不可使用,仅供参考:Financial Asset Accruals / Sales'}
|
|
{'id': 320468, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 10231, 'data_set_name': '可以使用:mdl211_preq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of Q pre-tax profit'}
|
|
{'id': 6202, 'data_set_name': '可以使用:anl44_netprofit_rep_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:netprofit rep best cur fiscal qtr period'}
|
|
{'id': 87721, 'data_set_name': '可以使用:oth395_asset_64_23', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Current Assets 2'}
|
|
{'id': 324137, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_event_sentiment_score_assets', 'description': '不可使用,仅供参考:20-day Simple average of Event Sentiment Score for group Assets'}
|
|
{'id': 9175, 'data_set_name': '可以使用:anl82_ebty_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of annual EBITDA'}
|
|
{'id': 317841, 'data_set_name': '可以使用:pv20_returns4', 'description': '不可使用,仅供参考:Returns over a 4-day period.'}
|
|
{'id': 87634, 'data_set_name': '可以使用:oth395_asset_42_31', 'description': '不可使用,仅供参考:Current Asset Accruals / Sales'}
|
|
{'id': 321184, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_capital_expenditure_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 84126, 'data_set_name': '可以使用:quarterly_total_assets_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Total assets'}
|
|
{'id': 320433, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_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': 6738, 'data_set_name': '可以使用:anl49_35estd35yrlowavgannualtotalreturn', 'description': '不可使用,仅供参考:The average annual gain expected over the next three to five years from a combination of price appreciation - based upon the Projected 3-5 Year Low Price Target - and dividends.'}
|
|
{'id': 9271, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of annual net income'}
|
|
{'id': 87361, 'data_set_name': '可以使用:fnd89_jonesmajor32_d1_asset_double_history', 'description': '不可使用,仅供参考:0/1 dummy variable whether company asset had doubled in its history. Its to show company asset volatility'}
|
|
{'id': 5815, 'data_set_name': '可以使用:anl44_2_netprofit_rep_coveredby', 'description': '不可使用,仅供参考:netprofit rep coveredby'}
|
|
{'id': 10299, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of Q sales'}
|
|
{'id': 9416, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of Q sales'}
|
|
{'id': 319033, 'data_set_name': '可以使用:pv48_ru2000_constituent_return', 'description': '不可使用,仅供参考:ru2000 constituent return related to the US 2000 constituent index.'}
|
|
{'id': 87660, 'data_set_name': '可以使用:oth395_asset_53_22', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Time Series Average Current Assets 1'}
|
|
{'id': 317834, 'data_set_name': '可以使用:pv20_returns2_t', 'description': '不可使用,仅供参考:Total returns over a 2-day period.'}
|
|
{'id': 87852, 'data_set_name': '可以使用:oth395_fixed1513_d1_asset_double_history', 'description': '不可使用,仅供参考:Whether asset doubled over history'}
|
|
{'id': 320405, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_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': 319313, 'data_set_name': '可以使用:pv64_dif_stal_fund_asset_alloc_cash_other', 'description': '不可使用,仅供参考:Percentage of investments excluding government, municipal, corporate, equity, mortgage, and preferred securities the fund is invested in.'}
|
|
{'id': 85659, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_st_capital_lease_obligations', 'description': '不可使用,仅供参考:Amount payable within 1 year by a lessee under capital leases'}
|
|
{'id': 79316, 'data_set_name': '可以使用:capital_invested_accumulated_cost', 'description': '不可使用,仅供参考:Capital invested at accumulated cost for the interim period.'}
|
|
{'id': 317811, 'data_set_name': '可以使用:pv20_returns100', 'description': '不可使用,仅供参考:Returns over a 100-day period.'}
|
|
{'id': 5813, 'data_set_name': '可以使用:anl44_2_netprofit_lastactvalue', 'description': '不可使用,仅供参考:netprofit lastactvalue'}
|
|
{'id': 87681, 'data_set_name': '可以使用:oth395_asset_56_22', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Time Series Average Current Assets 1'}
|
|
{'id': 5358, 'data_set_name': '可以使用:anl4_netprofita_number', 'description': '不可使用,仅供参考:Adjusted net income - number of estimations'}
|
|
{'id': 83602, 'data_set_name': '可以使用:fnd3_aacctadj_assets', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Total assets'}
|
|
{'id': 9372, 'data_set_name': '可以使用:anl82_preq_profitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on value of Q pre-tax profit'}
|
|
{'id': 320462, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Operating Profit'}
|
|
{'id': 9402, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of annual pre-tax profit'}
|
|
{'id': 6706, 'data_set_name': '可以使用:total_return_excluding_fx', 'description': '不可使用,仅供参考:Total return excluding foreign exchange effects.'}
|
|
{'id': 6198, 'data_set_name': '可以使用:anl44_netprofit_gaap_latest_ann_dt_qtrly', 'description': '不可使用,仅供参考:netprofit gaap latest ann dt qtrly'}
|
|
{'id': 87283, 'data_set_name': '可以使用:fnd89_fixed1313_d1_asset_double_history', 'description': '不可使用,仅供参考:0/1 dummy variable whether company asset had doubled in its history. Its to show company asset volatility'}
|
|
{'id': 10172, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of Q operating profit'}
|
|
{'id': 6936, 'data_set_name': '可以使用:anl49_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': 10159, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on value of annual net income'}
|
|
{'id': 87655, 'data_set_name': '可以使用:oth395_asset_52_31', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Sales'}
|
|
{'id': 5352, 'data_set_name': '可以使用:anl4_netprofit_std', 'description': '不可使用,仅供参考:Net profit - standard deviation of estimations'}
|
|
{'id': 321445, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_capital_expenditure_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 6191, 'data_set_name': '可以使用:anl44_netprofit_gaap_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:netprofit gaap best cur fiscal qtr period'}
|
|
{'id': 82189, 'data_set_name': '可以使用:fnd28_wcbshtassetq_value_02501q', 'description': '不可使用,仅供参考:value of quarterly field: Property, Plant & Equipment - Net'}
|
|
{'id': 317828, 'data_set_name': '可以使用:pv20_returns25', 'description': '不可使用,仅供参考:Returns over a 25-day period.'}
|
|
{'id': 87142, 'data_set_name': '可以使用:fnd89_asset_63_22', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Current Assets 1'}
|
|
{'id': 86762, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_com_eqy_to_tot_asset', 'description': '不可使用,仅供参考:One of many financial ratios used to determine the financial health and long-term profitability of a corporation'}
|
|
{'id': 10170, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of Q operating profit'}
|
|
{'id': 87274, 'data_set_name': '可以使用:fnd89_csjonesindustryother11_d1_asset_double_history', 'description': '不可使用,仅供参考:0/1 dummy variable whether company asset had doubled in its history. Its to show company asset volatility'}
|
|
{'id': 87099, 'data_set_name': '可以使用:fnd89_asset_55_21', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Current Assets'}
|
|
{'id': 320529, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_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': 320435, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Operating Profit'}
|
|
{'id': 9368, 'data_set_name': '可以使用:anl82_preq_profitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on value of Q pre-tax profit'}
|
|
{'id': 321295, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_equity_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 10046, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on value of annual ebitda'}
|
|
{'id': 86453, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_a2_bs_fv_assets_rec_level_1', 'description': '不可使用,仅供参考:Total value at period end of Level 1 assets measured at fair value on a recurring basis'}
|
|
{'id': 9134, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on value of Q EBITDA'}
|
|
{'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': 86867, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_return_on_inv_capital', 'description': '不可使用,仅供参考:Indicates how effectively a company uses the sources of capital invested in its operations'}
|
|
{'id': 320467, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 9357, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of Q pre-tax profit'}
|
|
{'id': 324475, 'data_set_name': '可以使用:pv87_qtr_matrix_net_asset_value_share_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 324319, 'data_set_name': '可以使用:pv87_qtr_matrix_capital_expenditure_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 83999, 'data_set_name': '可以使用:long_term_tax_asset_value_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Deferred Tax Assets, Noncurrent'}
|
|
{'id': 320498, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10338, 'data_set_name': '可以使用:mdl211_saly_profitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on value of annual sales'}
|
|
{'id': 86658, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_lt_capital_lease_obligations', 'description': '不可使用,仅供参考:Noncurrent amount payable by a lessee under capital leases'}
|
|
{'id': 85751, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
|
|
{'id': 9176, 'data_set_name': '可以使用:anl82_ebty_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of annual EBITDA'}
|
|
{'id': 9375, 'data_set_name': '可以使用:anl82_preq_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability Measure Type 7 Based on Value of Q Pre-Tax Profit'}
|
|
{'id': 9414, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on delta of Q sales'}
|
|
{'id': 6778, 'data_set_name': '可以使用:anl49_backfill_35estd35yrhighavgannualtotalreturn', 'description': '不可使用,仅供参考:The average annual gain expected over the next three to five years from a combination of price appreciation - based upon the Projected 3-5 Year High Price Target - and dividends.'}
|
|
{'id': 10200, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on delta of annual operating profit'}
|
|
{'id': 320474, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Operating Profit'}
|
|
{'id': 5832, 'data_set_name': '可以使用:anl44_2_pretaxprofit_rep_lastactccy', 'description': '不可使用,仅供参考:pretaxprofit rep lastactccy'}
|
|
{'id': 321344, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_capital_expenditure_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 319395, 'data_set_name': '可以使用:pv64_out_stal_fund_asset_alloc_mtge', 'description': "不可使用,仅供参考:Percentage of mortgage securities the fund is invested in. The fund's holdings are extracted from the public filings supplied by the fund's management."}
|
|
{'id': 5816, 'data_set_name': '可以使用:anl44_2_netprofit_rep_lastactccy', 'description': '不可使用,仅供参考:netprofit rep lastactccy'}
|
|
{'id': 10168, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on delta of Q operating profit'}
|
|
{'id': 10034, 'data_set_name': '可以使用:mdl211_ebty_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of annual ebitda'}
|
|
{'id': 9122, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on delta of Q EBITDA'}
|
|
{'id': 321183, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_capital_expenditure_consensus_mean_numup', 'description': '不可使用,仅供参考:Number of up revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 6546, 'data_set_name': '可以使用:aggregate_trade_return', 'description': '不可使用,仅供参考:Sum of realized and unrealized returns for the trade idea.'}
|
|
{'id': 320349, 'data_set_name': '可以使用:pv87_2_netprofit_af_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': 325458, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_nip_assets', '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 Assets'}
|
|
{'id': 88102, 'data_set_name': '可以使用:oth401_qes_gamef_grossprofit_asset', 'description': '不可使用,仅供参考:Gross Profit Over Asset'}
|
|
{'id': 319392, 'data_set_name': '可以使用:pv64_out_stal_fund_asset_alloc_corp', 'description': "不可使用,仅供参考:Percentage of corporate securities the fund is invested in. The fund's holdings are extracted from the public filings supplied by the fund's management."}
|
|
{'id': 9369, 'data_set_name': '可以使用:anl82_preq_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of Q pre-tax profit'}
|
|
{'id': 85588, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_st_capital_lease_obligations', 'description': '不可使用,仅供参考:Amount payable within 1 year by a lessee under capital leases'}
|
|
{'id': 320392, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Profit'}
|
|
{'id': 9136, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of Q EBITDA'}
|
|
{'id': 9142, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability8', 'description': '不可使用,仅供参考:Profitability measure type 8 based on value of Q EBITDA'}
|
|
{'id': 324575, 'data_set_name': '可以使用:pv87_return_on_assets_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Return on Assets Consensus Low (%)'}
|
|
{'id': 6484, 'data_set_name': '可以使用:forecast_currency_netprofit', 'description': '不可使用,仅供参考:Currency in which the net profit forecast is denominated.'}
|
|
{'id': 83324, 'data_set_name': '可以使用:fnd3_Q_capitalassetsales', 'description': '不可使用,仅供参考:Quarterly Proceeds from Sale of Productive Assets'}
|
|
{'id': 9998, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on delta of Q ebitda'}
|
|
{'id': 320440, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Operating Profit'}
|
|
{'id': 87088, 'data_set_name': '可以使用:fnd89_asset_53_31', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Sales'}
|
|
{'id': 87816, 'data_set_name': '可以使用:oth395_csjonesallmajor13_d1_asset_double_history', 'description': '不可使用,仅供参考:Whether asset doubled over history'}
|
|
{'id': 9245, 'data_set_name': '可以使用:anl82_netq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q net income'}
|
|
{'id': 10182, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on value of Q operating profit'}
|
|
{'id': 10047, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on value of annual ebitda'}
|
|
{'id': 5817, 'data_set_name': '可以使用:anl44_2_netprofit_rep_lastactvalue', 'description': '不可使用,仅供参考:netprofit rep lastactvalue'}
|
|
{'id': 324520, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_assets_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Return on Assets Consensus Mean (%)'}
|
|
{'id': 6426, 'data_set_name': '可以使用:anl44_second_en_pretaxprofit_rep_coveredby', 'description': '不可使用,仅供参考:pretaxprofit rep coveredby'}
|
|
{'id': 86865, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_return_on_asset', 'description': '不可使用,仅供参考:Indicator of how profitable a company is relative to its total assets, in percentage'}
|
|
{'id': 9465, 'data_set_name': '可以使用:anl82_saly_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of annual sales'}
|
|
{'id': 10169, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of Q operating profit'}
|
|
{'id': 325833, 'data_set_name': '可以使用:pv87_webv2_expavg60_group_nip_assets', '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 Assets'}
|
|
{'id': 86535, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_other_asset_def_chng_other', 'description': '不可使用,仅供参考:Other Assets/Def Chg'}
|
|
{'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': 6988, 'data_set_name': '可以使用:anl49_vector_35estd35yrhighavgannualtotalreturn', 'description': '不可使用,仅供参考:The average annual gain expected over the next three to five years from a combination of price appreciation - based upon the Projected 3-5 Year High Price Target - and dividends.'}
|
|
{'id': 10332, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on delta of annual sales'}
|
|
{'id': 325162, 'data_set_name': '可以使用:pv87_v2_expavg60_group_event_sentiment_score_assets', 'description': '不可使用,仅供参考:60-day Exponential average of Event Sentiment Score for group Assets'}
|
|
{'id': 10049, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of annual ebitda'}
|
|
{'id': 10210, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on delta of annual operating profit'}
|
|
{'id': 82184, 'data_set_name': '可以使用:fnd28_wcbshtassetq_value_02149q', 'description': '不可使用,仅供参考:value of quarterly field: Other Current Assets'}
|
|
{'id': 9344, 'data_set_name': '可以使用:anl82_opry_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of annual operating profit'}
|
|
{'id': 9456, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of annual sales'}
|
|
{'id': 319041, 'data_set_name': '可以使用:pv48_ru3000_constituent_mtd_return', 'description': '不可使用,仅供参考:ru3000 constituent mtd return related to the US 3000 constituent index.'}
|
|
{'id': 325093, 'data_set_name': '可以使用:pv87_v2_expavg20_group_event_sentiment_score_assets', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for group Assets'}
|
|
{'id': 9328, 'data_set_name': '可以使用:anl82_opry_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of annual operating profit'}
|
|
{'id': 9314, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on value of Q operating profit'}
|
|
{'id': 9431, 'data_set_name': '可以使用:anl82_salq_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value of Q sales'}
|
|
{'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': 320445, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_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': 9315, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on value of Q operating profit'}
|
|
{'id': 317809, 'data_set_name': '可以使用:pv20_returns1', 'description': '不可使用,仅供参考:Returns over a 1-day period.'}
|
|
{'id': 324470, 'data_set_name': '可以使用:pv87_qtr_matrix_net_asset_value_share_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 320507, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Pretax Profit'}
|
|
{'id': 9367, 'data_set_name': '可以使用:anl82_preq_profitability_profitability10', 'description': '不可使用,仅供参考:Profitability Measure Type 10 Based on Value of Q Pre-Tax Profit'}
|
|
{'id': 5351, 'data_set_name': '可以使用:anl4_netprofit_number', 'description': '不可使用,仅供参考:Net profit - number of estimations'}
|
|
{'id': 9247, 'data_set_name': '可以使用:anl82_netq_profitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on value of Q net income'}
|
|
{'id': 9319, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on value of Q operating profit'}
|
|
{'id': 320344, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Profit'}
|
|
{'id': 86906, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_working_capital', 'description': "不可使用,仅供参考:Measures the company's efficiency and its short-term financial health"}
|
|
{'id': 10300, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of Q sales'}
|
|
{'id': 5827, 'data_set_name': '可以使用:anl44_2_pretaxprofit_coveredby', 'description': '不可使用,仅供参考:pretaxprofit coveredby'}
|
|
{'id': 87557, 'data_set_name': '可以使用:fnd90_us_game_asset_turnover_chg', 'description': '不可使用,仅供参考:Change in Asset Turnover [ Ascending] - [Quality.Capital utilization]'}
|
|
{'id': 321061, 'data_set_name': '可以使用:pv87_capital_expenditure_actual', 'description': '不可使用,仅供参考:Capital Expenditure Actual'}
|
|
{'id': 6197, 'data_set_name': '可以使用:anl44_netprofit_gaap_best_fperiod_override', 'description': '不可使用,仅供参考:netprofit gaap best fperiod override'}
|
|
{'id': 1421, 'data_set_name': '可以使用:resource_efficiency_subsector_percentile', 'description': '不可使用,仅供参考:Percentile ranking within subsector peer group for resource efficiency.'}
|
|
{'id': 82152, 'data_set_name': '可以使用:fnd28_wcbshtasseta_value_02001a', 'description': '不可使用,仅供参考:value of annual field: Cash & Short Term Investments'}
|
|
{'id': 324579, 'data_set_name': '可以使用:pv87_return_on_assets_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Return on Assets Consensus Median (%)'}
|
|
{'id': 87711, 'data_set_name': '可以使用:oth395_asset_63_13', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Total Assets 2'}
|
|
{'id': 319314, 'data_set_name': '可以使用:pv64_dif_stal_fund_asset_alloc_corp', 'description': "不可使用,仅供参考:Percentage of corporate securities the fund is invested in. The fund's holdings are extracted from the public filings supplied by the fund's management."}
|
|
{'id': 87152, 'data_set_name': '可以使用:fnd89_asset_d1_asset_change', 'description': '不可使用,仅供参考:Change in asset'}
|
|
{'id': 10158, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of annual net income'}
|
|
{'id': 79305, 'data_set_name': '可以使用:assets_managed_investment', 'description': '不可使用,仅供参考:Total assets under management for investment purposes.'}
|
|
{'id': 324584, 'data_set_name': '可以使用:pv87_return_on_equity_actual', 'description': '不可使用,仅供参考:Return on Equity Actual (%)'}
|
|
{'id': 78942, 'data_set_name': '可以使用:fn_assets_fair_val_q', 'description': '不可使用,仅供参考:Asset Fair Value, Recurring, Total'}
|
|
{'id': 10162, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on value of annual net income'}
|
|
{'id': 80704, 'data_set_name': '可以使用:quick_assets_total', 'description': '不可使用,仅供参考:Total value of quick assets, typically cash and equivalents.'}
|
|
{'id': 84105, 'data_set_name': '可以使用:quarterly_operating_profit_amount_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Operating Income'}
|
|
{'id': 85154, 'data_set_name': '可以使用:invested_capital', 'description': '不可使用,仅供参考:Invested Capital - Total - Quarterly'}
|
|
{'id': 320489, 'data_set_name': '可以使用:pv87_2_pretaxprofit_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': 82159, 'data_set_name': '可以使用:fnd28_wcbshtasseta_value_02100a', 'description': '不可使用,仅供参考:value of annual field: Progress Payments & Other'}
|
|
{'id': 316994, 'data_set_name': '可以使用:pv20_a2_ardr_additional_paid_in_capital', 'description': '不可使用,仅供参考:ARD Ref Additional Paid In Capital'}
|
|
{'id': 79021, 'data_set_name': '可以使用:fn_finite_lived_intangible_assets_acq_a', 'description': '不可使用,仅供参考:Amount of assets, excluding financial assets and goodwill, lacking physical substance with a finite life acquired.'}
|
|
{'id': 87621, 'data_set_name': '可以使用:oth395_asset_41_11', 'description': '不可使用,仅供参考:Current Asset Accruals / Total Assets'}
|
|
{'id': 320990, 'data_set_name': '可以使用:pv87_asset_gr_mean', 'description': '不可使用,仅供参考:Asset growth anomaly (Cooper, Gulen, Schill [2008])'}
|
|
{'id': 84104, 'data_set_name': '可以使用:quarterly_operating_profit_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Operating Income'}
|
|
{'id': 321283, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_assets_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Return on Assets Consensus Mean (%)'}
|
|
{'id': 6677, 'data_set_name': '可以使用:reference_index_return', 'description': '不可使用,仅供参考:The return of the benchmark index over the selected period.'}
|
|
{'id': 320333, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_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': 5833, 'data_set_name': '可以使用:anl44_2_pretaxprofit_rep_lastactvalue', 'description': '不可使用,仅供参考:pretaxprofit rep lastactvalue'}
|
|
{'id': 10105, 'data_set_name': '可以使用:mdl211_netq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of Q net income'}
|
|
{'id': 87150, 'data_set_name': '可以使用:fnd89_asset_64_23', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Current Assets 2'}
|
|
{'id': 86487, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_a_bs_cur_asset_report', 'description': '不可使用,仅供参考:Current Assets Reported'}
|
|
{'id': 325418, 'data_set_name': '可以使用:pv87_v2_weightedavg60_group_css_assets', '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 Assets'}
|
|
{'id': 5828, 'data_set_name': '可以使用:anl44_2_pretaxprofit_lastactccy', 'description': '不可使用,仅供参考:pretaxprofit lastactccy'}
|
|
{'id': 87695, 'data_set_name': '可以使用:oth395_asset_58_22', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Time Series Average Current Assets 1'}
|
|
{'id': 5458, 'data_set_name': '可以使用:capital_expenditure_reported_value', 'description': '不可使用,仅供参考:Capital Expenditures - Total (Cash Flow/Investing) (Millions)'}
|
|
{'id': 78948, 'data_set_name': '可以使用:fn_business_combination_assets_aquired_goodwill_q', 'description': '不可使用,仅供参考:Business Combination, Portion of Purchase Price Allocated to Goodwill'}
|
|
{'id': 83893, 'data_set_name': '可以使用:fnd3_qacctadj_currentassets_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Current Asset'}
|
|
{'id': 324148, 'data_set_name': '可以使用:pv87_prv2_simpleavg20_group_nip_assets', '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 Assets'}
|
|
{'id': 5814, 'data_set_name': '可以使用:anl44_2_netprofit_prevalue', 'description': '不可使用,仅供参考:netprofit prevalue'}
|
|
{'id': 9991, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of Q ebitda'}
|
|
{'id': 83742, 'data_set_name': '可以使用:fnd3_q_capitalassetsales', 'description': '不可使用,仅供参考:Quarterly Proceeds from Sale of Productive Assets'}
|
|
{'id': 320534, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Pretax Profit'}
|
|
{'id': 87155, 'data_set_name': '可以使用:fnd89_best11_d1_asset_half_history', 'description': '不可使用,仅供参考:0/1 dummy variable whether company asset had halved in its history. Its to show company asset volatility.'}
|
|
{'id': 319277, 'data_set_name': '可以使用:pv64_dif_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': 9395, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of annual pre-tax profit'}
|
|
{'id': 320356, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Profit'}
|
|
{'id': 85530, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_capital_reserve', 'description': '不可使用,仅供参考:Includes accumulative comprehensive income reserve, merger reserve, as well as all other reserves and equities not included in retained earnings'}
|
|
{'id': 83194, 'data_set_name': '可以使用:fnd3_A_currentassets', 'description': '不可使用,仅供参考:Annual Current Assets'}
|
|
{'id': 87084, 'data_set_name': '可以使用:fnd89_asset_53_13', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Time Series Average Total Assets 2'}
|
|
{'id': 320404, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Profit'}
|
|
{'id': 80680, 'data_set_name': '可以使用:preferred_investment_capital', 'description': '不可使用,仅供参考:Preferred investment capital outstanding.'}
|
|
{'id': 319060, 'data_set_name': '可以使用:pv48_usa_russell_rgs_mtd_return', 'description': '不可使用,仅供参考:No field description'}
|
|
{'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': 317822, 'data_set_name': '可以使用:pv20_returns1_t', 'description': '不可使用,仅供参考:Total returns over a 1-day period.'}
|
|
{'id': 10286, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of Q sales'}
|
|
{'id': 87699, 'data_set_name': '可以使用:oth395_asset_61_12', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Total Assets 1'}
|
|
{'id': 85576, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_total_capital_leases', 'description': '不可使用,仅供参考:Total of short- and long-term amounts payable by a lessee under capital leases'}
|
|
{'id': 320523, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10035, 'data_set_name': '可以使用:mdl211_ebty_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of annual ebitda'}
|
|
{'id': 9995, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of Q ebitda'}
|
|
{'id': 87722, 'data_set_name': '可以使用:oth395_asset_64_31', 'description': '不可使用,仅供参考:Financial Asset Accruals / Sales'}
|
|
{'id': 9285, 'data_set_name': '可以使用:anl82_nety_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of annual net income'}
|
|
{'id': 80657, 'data_set_name': '可以使用:other_assets_prepaid_balance', 'description': '不可使用,仅供参考:[Quarterly] Accounts Payable'}
|
|
{'id': 320582, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Pretax Profit'}
|
|
{'id': 6930, 'data_set_name': '可以使用:anl49_loanstototalassetsindicator', 'description': '不可使用,仅供参考:Loans to total assets indicator'}
|
|
{'id': 5835, 'data_set_name': '可以使用:anl44_2_pretaxprofit_rep_value', 'description': '不可使用,仅供参考:pretaxprofit rep value'}
|
|
{'id': 10104, 'data_set_name': '可以使用:mdl211_netq_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of Q net income'}
|
|
{'id': 320519, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Pretax Profit'}
|
|
{'id': 86371, 'data_set_name': '可以使用:fnd72_q2_other_cur_asset_to_tot_asset', 'description': '不可使用,仅供参考:Ratio to measure the percentage of other current assets over total assets'}
|
|
{'id': 87837, 'data_set_name': '可以使用:oth395_csjonesindustryother11_d1_asset_double_history', 'description': '不可使用,仅供参考:Whether asset doubled over history'}
|
|
{'id': 78340, 'data_set_name': '可以使用:fnd14_company_is_asset_backed_security', 'description': '不可使用,仅供参考:An Asset-Backed Security is a type of financial instrument'}
|
|
{'id': 87121, 'data_set_name': '可以使用:fnd89_asset_58_22', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Time Series Average Current Assets 1'}
|
|
{'id': 320381, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_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': 325757, 'data_set_name': '可以使用:pv87_webv2_expavg20_group_event_sentiment_score_assets', 'description': '不可使用,仅供参考:20-day Exponential average of Event Sentiment Score for group Assets'}
|
|
{'id': 80741, 'data_set_name': '可以使用:share_capital_subscribed', 'description': '不可使用,仅供参考:Share capital subscribed reported for the annual period.'}
|
|
{'id': 9290, 'data_set_name': '可以使用:anl82_nety_profitability_profitability8', 'description': '不可使用,仅供参考:Profitability measure type 8 based on value of annual net income'}
|
|
{'id': 319397, 'data_set_name': '可以使用:pv64_out_stal_fund_asset_alloc_pfd', 'description': "不可使用,仅供参考:Percentage of preferred securities the fund is invested in. The fund's holdings are extracted from the public filings supplied by the fund's management."}
|
|
{'id': 6421, 'data_set_name': '可以使用:anl44_second_en_operatingprofit_value', 'description': '不可使用,仅供参考:Operating profit value'}
|
|
{'id': 9427, 'data_set_name': '可以使用:anl82_salq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q sales'}
|
|
{'id': 6289, 'data_set_name': '可以使用:anl44_pretaxprofit_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:pretaxprofit best cur fiscal qtr period'}
|
|
{'id': 85452, 'data_set_name': '可以使用:fnd72_a2_sales_to_other_asset', 'description': "不可使用,仅供参考:Other assets turnover ratio measures the efficiency of a company's use of its other assets in generating revenue or income to the company, in actual"}
|
|
{'id': 83330, 'data_set_name': '可以使用:fnd3_Q_currentassets', 'description': '不可使用,仅供参考:Quarterly Current Assets'}
|
|
{'id': 324576, 'data_set_name': '可以使用:pv87_return_on_assets_consensus_mean', 'description': '不可使用,仅供参考:Return on Assets Consensus Mean (%)'}
|
|
{'id': 6222, 'data_set_name': '可以使用:anl44_operatingprofit_best_fperiod_override', 'description': '不可使用,仅供参考:operatingprofit best fperiod override'}
|
|
{'id': 85965, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_cash_to_tot_asset', 'description': '不可使用,仅供参考:Ratio to measure the percentage of cash and near cash over total assets'}
|
|
{'id': 9282, 'data_set_name': '可以使用:anl82_nety_profitability_profitability11', 'description': '不可使用,仅供参考:Profitability Measure Type 11 Based on Value of Annual Net Income'}
|
|
{'id': 5346, 'data_set_name': '可以使用:anl4_netprofit_flag', 'description': '不可使用,仅供参考:Net profit - forecast type (revision/new/...)'}
|
|
{'id': 6210, 'data_set_name': '可以使用:anl44_netprofit_rep_latest_ann_dt_qtrly', 'description': '不可使用,仅供参考:netprofit rep latest ann dt qtrly'}
|
|
{'id': 84286, 'data_set_name': '可以使用:assets', 'description': '不可使用,仅供参考:Assets - Total'}
|
|
{'id': 87702, 'data_set_name': '可以使用:oth395_asset_62_11', 'description': '不可使用,仅供参考:Financial Asset Accruals / Total Assets'}
|
|
{'id': 9241, 'data_set_name': '可以使用:anl82_netq_profitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on value of Q net income'}
|
|
{'id': 82162, 'data_set_name': '可以使用:fnd28_wcbshtasseta_value_02149a', 'description': '不可使用,仅供参考:value of annual field: Other Current Assets'}
|
|
{'id': 82183, 'data_set_name': '可以使用:fnd28_wcbshtassetq_value_02140q', 'description': '不可使用,仅供参考:value of quarterly field: Prepaid Expenses'}
|
|
{'id': 87656, 'data_set_name': '可以使用:oth395_asset_53_11', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Total Assets'}
|
|
{'id': 6533, 'data_set_name': '可以使用:operatingprofit_currency_code', 'description': '不可使用,仅供参考:Currency in which the operating profit forecast is reported.'}
|
|
{'id': 324532, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_equity_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Return on Equity Consensus Mean (%)'}
|
|
{'id': 6534, 'data_set_name': '可以使用:pretaxprofit_currency_code', 'description': '不可使用,仅供参考:Currency code in which the pre-tax profit forecast is denominated.'}
|
|
{'id': 86497, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_a_bs_other_asset_def_chng_other', 'description': '不可使用,仅供参考:Other Assets/Def Chg'}
|
|
{'id': 9413, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of Q sales'}
|
|
{'id': 320426, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Net Profit'}
|
|
{'id': 85779, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_com_eqy_to_tot_asset', 'description': '不可使用,仅供参考:One of many financial ratios used to determine the financial health and long-term profitability of a corporation'}
|
|
{'id': 5829, 'data_set_name': '可以使用:anl44_2_pretaxprofit_lastactvalue', 'description': '不可使用,仅供参考:pretaxprofit lastactvalue'}
|
|
{'id': 317829, 'data_set_name': '可以使用:pv20_returns250', 'description': '不可使用,仅供参考:Returns over a 250-day period.'}
|
|
{'id': 9229, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of Q net income'}
|
|
{'id': 10167, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of Q operating profit'}
|
|
{'id': 86155, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_expected_return_plan_assets', 'description': '不可使用,仅供参考:The estimated expected long-term rate of return on pension plan assets expressed as a percent'}
|
|
{'id': 9277, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of annual net income'}
|
|
{'id': 317761, 'data_set_name': '可以使用:pv20_q_1_ard_deferred_inc_tax_asset_lt', 'description': '不可使用,仅供参考:ARD Deferred Income Tax Asset (Long-Term)'}
|
|
{'id': 320970, 'data_set_name': '可以使用:pv87_ann_matrix_return_on_assets_estimate_median', 'description': '不可使用,仅供参考:Median of Return on Assets Estimate (%)'}
|
|
{'id': 86271, 'data_set_name': '可以使用:fnd72_q1_assets_cur_liab', 'description': '不可使用,仅供参考:Assets less Current Liabilities'}
|
|
{'id': 324530, 'data_set_name': '可以使用:pv87_qtr_matrix_return_on_equity_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Equity Consensus Mean (%)'}
|
|
{'id': 10228, 'data_set_name': '可以使用:mdl211_preq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of Q pre-tax profit'}
|
|
{'id': 87579, 'data_set_name': '可以使用:fnd90_us_game_labor_efficiency_chg', 'description': '不可使用,仅供参考:Change in Labor Efficiency [ Ascending] - [Quality.Efficiency]'}
|
|
{'id': 87829, 'data_set_name': '可以使用:oth395_csjonesindustrymajor13_d1_asset_double_history', 'description': '不可使用,仅供参考:Whether asset doubled over history'}
|
|
{'id': 320411, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Profit'}
|
|
{'id': 87648, 'data_set_name': '可以使用:oth395_asset_51_31', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Sales'}
|
|
{'id': 319279, 'data_set_name': '可以使用:pv64_dif_fund_asset_alloc_mtge', 'description': "不可使用,仅供参考:Percentage of mortgage securities the fund is invested in. The fund's holdings are extracted from the public filings supplied by the fund's management."}
|
|
{'id': 6856, 'data_set_name': '可以使用:anl49_backfill_networthtototalassetsindicator', 'description': '不可使用,仅供参考:Networth to total assets indicator'}
|
|
{'id': 320576, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_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': 324084, 'data_set_name': '可以使用:pv87_prv2_simpleavg1_group_css_assets', '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 Assets'}
|
|
{'id': 81187, 'data_set_name': '可以使用:fnd28_bsassetq_value_02654q', 'description': '不可使用,仅供参考:value of quarterly field: Total Intangible Other Assets - Gross'}
|
|
{'id': 324268, 'data_set_name': '可以使用:pv87_prv2_weightedavg60_group_event_sentiment_score_assets', 'description': '不可使用,仅供参考:60-day Weighted average of Event Sentiment Score for group Assets'}
|
|
{'id': 79025, 'data_set_name': '可以使用:fn_finite_lived_intangible_assets_net_a', 'description': '不可使用,仅供参考:Finite Lived Intangible Assets, Net'}
|
|
{'id': 10145, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of annual net income'}
|
|
{'id': 5821, 'data_set_name': '可以使用:anl44_2_netprofit_value', 'description': '不可使用,仅供参考:netprofit value'}
|
|
{'id': 85762, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_asset_turnover', 'description': '不可使用,仅供参考:Amount of sales or revenues generated per dollar of assets'}
|
|
{'id': 9453, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of annual sales'}
|
|
{'id': 320397, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_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': 82163, 'data_set_name': '可以使用:fnd28_wcbshtasseta_value_02201a', 'description': '不可使用,仅供参考:Value of annual field: Current Assets Total'}
|
|
{'id': 9403, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of annual pre-tax profit'}
|
|
{'id': 79395, 'data_set_name': '可以使用:fixed_production_assets', 'description': '不可使用,仅供参考:Value of fixed assets used in production.'}
|
|
{'id': 317810, 'data_set_name': '可以使用:pv20_returns10', 'description': '不可使用,仅供参考:Returns over a 10-day period.'}
|
|
{'id': 82156, 'data_set_name': '可以使用:fnd28_wcbshtasseta_value_02097a', 'description': '不可使用,仅供参考:value of annual field: Raw Materials'}
|
|
{'id': 87332, 'data_set_name': '可以使用:fnd89_jones_d1_asset_change', 'description': '不可使用,仅供参考:Change in asset'}
|
|
{'id': 78937, 'data_set_name': '可以使用:fn_assets_fair_val_l1_q', 'description': '不可使用,仅供参考:Asset Fair Value, Recurring, Level 1'}
|
|
{'id': 320339, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Profit'}
|
|
{'id': 324580, 'data_set_name': '可以使用:pv87_return_on_assets_of_estimates', 'description': '不可使用,仅供参考:Return on Assets - # of Estimates (%)'}
|
|
{'id': 320340, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 320484, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Operating Profit'}
|
|
{'id': 87498, 'data_set_name': '可以使用:fnd90_game_deferred_tax_asset_chg', 'description': '不可使用,仅供参考:Change in Deferred Tax Assets'}
|
|
{'id': 9237, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of Q net income'}
|
|
{'id': 88075, 'data_set_name': '可以使用:oth401_game_non_production_asset', 'description': '不可使用,仅供参考:Non-Production Assets'}
|
|
{'id': 10322, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on delta of annual sales'}
|
|
{'id': 6686, 'data_set_name': '可以使用:relative_return_today_value', 'description': '不可使用,仅供参考:Change in relative return for the current day.'}
|
|
{'id': 9289, 'data_set_name': '可以使用:anl82_nety_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value of annual net income'}
|
|
{'id': 324588, 'data_set_name': '可以使用:pv87_return_on_equity_consensus_low', 'description': '不可使用,仅供参考:Return on Equity Consensus Low (%)'}
|
|
{'id': 320359, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_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': 324654, 'data_set_name': '可以使用:pv87_sale_asset_fy1_mean', 'description': '不可使用,仅供参考:Asset turnover, FY1'}
|
|
{'id': 86510, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_a_bs_tot_asset', 'description': '不可使用,仅供参考:Total Assets'}
|
|
{'id': 321553, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_return_on_equity_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Return on Equity Consensus Mean (%)'}
|
|
{'id': 320557, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 5730, 'data_set_name': '可以使用:anl40_netturnoverrate', 'description': '不可使用,仅供参考:TotalChanges / (OldCount + NewCount). No record before 20160729.'}
|
|
{'id': 9141, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value of Q EBITDA'}
|
|
{'id': 9242, 'data_set_name': '可以使用:anl82_netq_profitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on value of Q net income'}
|
|
{'id': 87141, 'data_set_name': '可以使用:fnd89_asset_63_21', 'description': '不可使用,仅供参考:Financial Asset Accruals / Current Assets'}
|
|
{'id': 321289, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_equity_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Return on Equity Consensus Mean (%)'}
|
|
{'id': 6420, 'data_set_name': '可以使用:anl44_second_en_operatingprofit_prevalue', 'description': '不可使用,仅供参考:operatingprofit prevalue'}
|
|
{'id': 324324, 'data_set_name': '可以使用:pv87_qtr_matrix_capital_expenditure_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Capital Expenditure Consensus Mean'}
|
|
{'id': 82166, 'data_set_name': '可以使用:fnd28_wcbshtasseta_value_02258a', 'description': '不可使用,仅供参考:value of annual field: Long Term Receivables'}
|
|
{'id': 6272, 'data_set_name': '可以使用:anl44_orig_en_pretaxprofit_rep_coveredby', 'description': '不可使用,仅供参考:orig en pretaxprofit rep coveredby'}
|
|
{'id': 9337, 'data_set_name': '可以使用:anl82_opry_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of annual operating profit'}
|
|
{'id': 322660, 'data_set_name': '可以使用:pv87_net_asset_value_share_consensus_high', 'description': '不可使用,仅供参考:Net Asset Value / Share Consensus High'}
|
|
{'id': 87764, 'data_set_name': '可以使用:oth395_csjones_d1_asset_change', 'description': '不可使用,仅供参考:Ratio of the latest asset over asset_ltm'}
|
|
{'id': 320338, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_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': 84077, 'data_set_name': '可以使用:quarterly_intangible_assets_excl_goodwill_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Intangible Assets Excluding Goodwill'}
|
|
{'id': 87118, 'data_set_name': '可以使用:fnd89_asset_58_12', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Time Series Average Total Assets 1'}
|
|
{'id': 86619, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_net_fix_asset', 'description': '不可使用,仅供参考:Net Fixed Assets'}
|
|
{'id': 321281, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_assets_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Return on Assets Consensus Mean (%)'}
|
|
{'id': 86387, 'data_set_name': '可以使用:fnd72_q2_return_on_work_cap', 'description': '不可使用,仅供参考:Net income before extraordinary items but after deducting minority interest, as a percentage of average working capital'}
|
|
{'id': 324597, 'data_set_name': '可以使用:pv87_return_on_equity_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Return on Equity - Standard Deviation (%)'}
|
|
{'id': 87147, 'data_set_name': '可以使用:fnd89_asset_64_13', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Total Assets 2'}
|
|
{'id': 6640, 'data_set_name': '可以使用:index_return_percentage', 'description': '不可使用,仅供参考:Return percentage of the index over the selected period.'}
|
|
{'id': 9235, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on delta of Q net income'}
|
|
{'id': 5818, 'data_set_name': '可以使用:anl44_2_netprofit_rep_prevalue', 'description': '不可使用,仅供参考:netprofit rep prevalue'}
|
|
{'id': 79000, 'data_set_name': '可以使用:fn_def_tax_assets_liab_net_q', 'description': '不可使用,仅供参考:Amount, after allocation of valuation allowances and deferred tax liability, of deferred tax asset attributable to deductible differences and carryforwards, without jurisdictional netting.'}
|
|
{'id': 86478, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_a2_st_capital_lease_obligations', 'description': '不可使用,仅供参考:Amount payable within 1 year by a lessee under capital leases'}
|
|
{'id': 10283, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of Q sales'}
|
|
{'id': 321290, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_return_on_equity_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Return on Equity Consensus Mean (%)'}
|
|
{'id': 9466, 'data_set_name': '可以使用:anl82_saly_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of annual sales'}
|
|
{'id': 85844, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_invent_to_tot_asset', 'description': '不可使用,仅供参考:Ratio to measure the percentage of inventories over total assets'}
|
|
{'id': 320541, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_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': 320372, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_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': 9993, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of Q ebitda'}
|
|
{'id': 10329, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on delta of annual sales'}
|
|
{'id': 10154, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on value of annual net income'}
|
|
{'id': 317858, 'data_set_name': '可以使用:pv20_returns75_t', 'description': '不可使用,仅供参考:Total returns over a 75-day period.'}
|
|
{'id': 87650, 'data_set_name': '可以使用:oth395_asset_52_12', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Time Series Average Total Assets 1'}
|
|
{'id': 319032, 'data_set_name': '可以使用:pv48_ru2000_constituent_mtd_return', 'description': '不可使用,仅供参考:ru2000 constituent mtd return related to the US 2000 constituent index.'}
|
|
{'id': 320544, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 5659, 'data_set_name': '可以使用:operating_profit_before_depr_amort', 'description': '不可使用,仅供参考:EBITDA value - Annual'}
|
|
{'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': 10118, 'data_set_name': '可以使用:mdl211_netq_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of Q net income'}
|
|
{'id': 10002, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on delta of Q ebitda'}
|
|
{'id': 9121, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of Q EBITDA'}
|
|
{'id': 86819, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_invent_to_tot_asset', 'description': '不可使用,仅供参考:Ratio to measure the percentage of inventories over total assets'}
|
|
{'id': 317857, 'data_set_name': '可以使用:pv20_returns750_t', 'description': '不可使用,仅供参考:Total returns over a 750-day period.'}
|
|
{'id': 86401, 'data_set_name': '可以使用:fnd72_q2_sales_to_tot_asset', 'description': '不可使用,仅供参考:Assets turnover ratio represents the amount of sales or revenues generated per dollar of assets'}
|
|
{'id': 10050, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of annual ebitda'}
|
|
{'id': 5718, 'data_set_name': '可以使用:total_assets_reported_value', 'description': '不可使用,仅供参考:Total Assets - actual value'}
|
|
{'id': 319061, 'data_set_name': '可以使用:pv48_usa_russell_rgs_return', 'description': '不可使用,仅供参考:No field description'}
|
|
{'id': 317838, 'data_set_name': '可以使用:pv20_returns300_t', 'description': '不可使用,仅供参考:Total returns over a 300-day period.'}
|
|
{'id': 320509, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10303, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on value of Q sales'}
|
|
{'id': 321252, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_asset_value_share_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 87117, 'data_set_name': '可以使用:fnd89_asset_58_11', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Total Assets'}
|
|
{'id': 87712, 'data_set_name': '可以使用:oth395_asset_63_21', 'description': '不可使用,仅供参考:Financial Asset Accruals / Current Assets'}
|
|
{'id': 85939, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
|
|
{'id': 320364, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 10297, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on value of Q sales'}
|
|
{'id': 10173, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of Q operating profit'}
|
|
{'id': 87074, 'data_set_name': '可以使用:fnd89_asset_51_31', 'description': '不可使用,仅供参考:Non-current Asset Accruals / Sales'}
|
|
{'id': 7026, 'data_set_name': '可以使用:anl49_workingcapitalindicator', 'description': '不可使用,仅供参考:Working capital indicator'}
|
|
{'id': 324213, 'data_set_name': '可以使用:pv87_prv2_weightedavg20_group_css_assets', '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 Assets'}
|
|
{'id': 10160, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on value of annual net income'}
|
|
{'id': 320977, 'data_set_name': '可以使用:pv87_ann_matrix_return_on_equity_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Return on Equity Estimate (%)'}
|
|
{'id': 87053, 'data_set_name': '可以使用:fnd89_asset_41_31', 'description': '不可使用,仅供参考:Current Asset Accruals / Sales'}
|
|
{'id': 324317, 'data_set_name': '可以使用:pv87_qtr_matrix_capital_expenditure_consensus_mean_numanalysts', 'description': '不可使用,仅供参考:Number of analysts of Capital Expenditure Consensus Mean'}
|
|
{'id': 87703, 'data_set_name': '可以使用:oth395_asset_62_12', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Total Assets 1'}
|
|
{'id': 9308, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on value of Q operating profit'}
|
|
{'id': 321558, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_return_on_equity_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Return on Equity Consensus Mean (%)'}
|
|
{'id': 81186, 'data_set_name': '可以使用:fnd28_bsassetq_value_02300q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets - As Reported'}
|
|
{'id': 85964, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_cash_st_investments_to_cur_asset', 'description': '不可使用,仅供参考:Cash and short-term investments as a percentage of current assets'}
|
|
{'id': 9169, 'data_set_name': '可以使用:anl82_ebty_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of annual EBITDA'}
|
|
{'id': 85546, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_net_fix_asset', 'description': '不可使用,仅供参考:Net Fixed Assets'}
|
|
{'id': 324107, 'data_set_name': '可以使用:pv87_prv2_simpleavg1_group_nip_assets', 'description': '不可使用,仅供参考:1-day Simple average of NIP score that represents the degree of impact a news flash has on the market over the following two-hour period for group Assets'}
|
|
{'id': 317815, 'data_set_name': '可以使用:pv20_returns120_t', 'description': '不可使用,仅供参考:Total returns over a 120-day period.'}
|
|
{'id': 10218, 'data_set_name': '可以使用:mdl211_opry_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of annual operating profit'}
|
|
{'id': 321253, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_asset_value_share_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Asset Value / Share Consensus Mean'}
|
|
{'id': 10229, 'data_set_name': '可以使用:mdl211_preq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of Q pre-tax profit'}
|
|
{'id': 85936, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_working_capital', 'description': "不可使用,仅供参考:Measures the company's efficiency and its short-term financial health"}
|
|
{'id': 86817, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_invent_to_current_assets', 'description': '不可使用,仅供参考:Measures the percentage of Inventories to Current Assets'}
|
|
{'id': 80837, 'data_set_name': '可以使用:total_assets_reported', 'description': '不可使用,仅供参考:Sum of all assets owned by the company at the reporting date.'}
|
|
{'id': 87135, 'data_set_name': '可以使用:fnd89_asset_62_22', 'description': '不可使用,仅供参考:Financial Asset Accruals / Time Series Average Current Assets 1'}
|
|
{'id': 82158, 'data_set_name': '可以使用:fnd28_wcbshtasseta_value_02099a', 'description': '不可使用,仅供参考:value of annual field: Finished Goods'}
|
|
{'id': 317817, 'data_set_name': '可以使用:pv20_returns150', 'description': '不可使用,仅供参考:Returns over a 150-day period.'}
|
|
{'id': 9405, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on delta of annual pre-tax profit'}
|
|
{'id': 9166, 'data_set_name': '可以使用:anl82_ebty_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of annual EBITDA'}
|
|
{'id': 5456, 'data_set_name': '可以使用:capital_expenditure_guidance_value', 'description': '不可使用,仅供参考:Capital Expenditures - Total value for the annual guidance'}
|
|
{'id': 86414, 'data_set_name': '可以使用:fnd72_q2_tot_invest_to_tot_asset', 'description': "不可使用,仅供参考:Ratio to measure the percentage of company's assets in investments"}
|
|
{'id': 86407, 'data_set_name': '可以使用:fnd72_q2_tot_asset_to_tot_asset', 'description': '不可使用,仅供参考:Ratio of total assets to total assets, expressed in percentage'}
|
|
{'id': 1418, 'data_set_name': '可以使用:resource_efficiency_score', 'description': '不可使用,仅供参考:Score measuring company efforts to reduce resource consumption and improve recycling.'}
|
|
{'id': 6299, 'data_set_name': '可以使用:anl44_pretaxprofit_prevalue', 'description': '不可使用,仅供参考:Pretaxprofit d0 prevalue'}
|
|
{'id': 10012, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on value of Q ebitda'}
|
|
{'id': 82186, 'data_set_name': '可以使用:fnd28_wcbshtassetq_value_02256q', 'description': '不可使用,仅供参考:value of quarterly field: Investments In Associated Companies'}
|
|
{'id': 324592, 'data_set_name': '可以使用:pv87_return_on_equity_consensus_median', 'description': '不可使用,仅供参考:Return on Equity Consensus Median (%)'}
|
|
{'id': 10181, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on value of Q operating profit'}
|
|
{'id': 321342, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_capital_expenditure_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Capital Expenditure Consensus Mean'}
|
|
========================= 数据字段结束 =======================================
|
|
|
|
以上数据字段和操作符, 按照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
|
|
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!! |