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.
590 lines
87 KiB
590 lines
87 KiB
供应商集中度风险溢价
|
|
在供应商集中度较高的企业中,过度依赖少数供应商易引发供应链中断风险,但市场往往低估此风险,导致高集中度股票被系统性高估。因此,多空策略中,做多低供应商集中度股票(风险低,被低估),做空高供应商集中度股票(风险高,被高估),可获得稳定超额收益。
|
|
核心指标为前五大供应商采购额占比,需进行行业中性化处理;使用滚动12个月平均处理缺失值;引入存货周转率和毛利率作为辅助验证变量。
|
|
*=========================================================================================*
|
|
输出格式:
|
|
输出必须是且仅是纯文本。
|
|
每一行是一个完整、独立、语法正确的WebSim表达式。
|
|
严禁任何形式的解释、编号、标点包裹(如引号)、Markdown格式或额外文本。
|
|
===================== !!! 重点(输出方式) !!! =====================
|
|
现在,请严格遵守以上所有规则,开始生成可立即在WebSim中运行的复合因子表达式。
|
|
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
|
|
**输出格式**(一行一个表达式, 每个表达式中间需要添加一个空行, 只要表达式本身, 不需要赋值, 不要解释, 不需要序号, 也不要输出多余的东西):
|
|
表达式
|
|
表达式
|
|
表达式
|
|
...
|
|
表达式
|
|
=================================================================
|
|
重申:请确保所有表达式都使用WorldQuant WebSim平台函数,不要使用pandas、numpy或其他Python库函数。输出必须是一行有效的WQ表达式。
|
|
以下是我的账号有权限使用的操作符, 请严格按照操作符, 以及我提供的数据集, 进行生成,组合 30 个 alpha:
|
|
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
|
|
=================================================================
|
|
**智能参数匹配**:
|
|
- 动量类:短周期[10,20,30]捕捉近期趋势
|
|
- 反转类:中周期[40,50,60]识别过度反应
|
|
- 波动类:长周期[120,250]确保统计稳定性
|
|
- 流动性类:多周期对比分析异常变化
|
|
**噪声处理技术**:
|
|
- 移动平均线:平滑噪声,突出趋势
|
|
- 标准偏差:测量波动程度
|
|
- 归一化:将不同时间窗口的因子值调整到同一尺度
|
|
**嵌套结构逻辑**:
|
|
- 单层:直接有效的原始信号
|
|
- 双层:信号提炼与降噪处理
|
|
- 三层:多维度特征融合与增强
|
|
**操作符汇总
|
|
**算术运算符 (Arithmetic):
|
|
abs(x) - 绝对值
|
|
add(x, y, filter=false) - 加法 (x + y)
|
|
densify(x) - 分组字段稠密化
|
|
divide(x, y) - 除法 (x / y)
|
|
inverse(x) - 倒数 (1/x)
|
|
log(x) - 自然对数
|
|
max(x, y, ..) - 最大值
|
|
min(x, y, ..) - 最小值
|
|
multiply(x, y, filter=false) - 乘法 (x * y)
|
|
power(x, y) - 幂运算 (x^y)
|
|
reverse(x) - 取反 (-x)
|
|
sign(x) - 符号函数
|
|
signed_power(x, y) - 保留符号的幂运算
|
|
sqrt(x) - 平方根
|
|
subtract(x, y, filter=false) - 减法 (x - y)
|
|
to_nan(x, value=0, reverse=false) - 值与NaN转换
|
|
**逻辑运算符 (Logical):
|
|
and(input1, input2) - 逻辑与
|
|
if_else(input1, input2, input3) - 条件判断
|
|
input1 < input2 - 小于比较
|
|
input1 <= input2 - 小于等于
|
|
input1 == input2 - 等于比较
|
|
input1 > input2 - 大于比较
|
|
input1 >= input2 - 大于等于
|
|
input1 != input2 - 不等于
|
|
is_nan(input) - 是否为NaN
|
|
not(x) - 逻辑非
|
|
or(input1, input2) - 逻辑或
|
|
**时间序列运算符 (Time Series):
|
|
days_from_last_change(x) - 上次变化天数
|
|
hump(x, hump=0.01) - 限制变化幅度
|
|
jump_decay(x, d, sensitivity=0.5, force=0.1) - 跳跃衰减
|
|
kth_element(x, d, k) - 第K个值
|
|
last_diff_value(x, d) - 最后一个不同值
|
|
ts_arg_max(x, d) - 最大值相对索引
|
|
ts_arg_min(x, d) - 最小值相对索引
|
|
ts_av_diff(x, d) - 与均值的差
|
|
ts_backfill(x, lookback=d, k=1, ignore="NAN") - 回填
|
|
ts_corr(x, y, d) - 时间序列相关性
|
|
ts_count_nans(x, d) - NaN计数
|
|
ts_covariance(y, x, d) - 协方差
|
|
ts_decay_linear(x, d, dense=false) - 线性衰减
|
|
ts_delay(x, d) - 延迟值
|
|
ts_delta(x, d) - 差值 (x - 延迟值)
|
|
ts_max(x, d) - 时间序列最大值
|
|
ts_mean(x, d) - 时间序列均值
|
|
ts_min(x, d) - 时间序列最小值
|
|
ts_product(x, d) - 时间序列乘积
|
|
ts_quantile(x, d, driver="gaussian") - 分位数
|
|
ts_rank(x, d, constant=0) - 时间序列排名
|
|
ts_regression(y, x, d, lag=0, rettype=0) - 回归分析
|
|
ts_scale(x, d, constant=0) - 时间序列缩放
|
|
ts_std_dev(x, d) - 时间序列标准差
|
|
ts_step(1) - 天数计数器
|
|
ts_sum(x, d) - 时间序列求和
|
|
ts_target_tvr_decay(x, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率衰减
|
|
ts_target_tvr_delta_limit(x, y, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率差值限制
|
|
ts_zscore(x, d) - 时间序列Z分数
|
|
**横截面运算符 (Cross Sectional):
|
|
normalize(x, useStd=false, limit=0.0) - 标准化
|
|
quantile(x, driver=gaussian, sigma=1.0) - 分位数转换
|
|
rank(x, rate=2) - 排名
|
|
scale(x, scale=1, longscale=1, shortscale=1) - 缩放
|
|
scale_down(x, constant=0) - 按比例缩放
|
|
vector_neut(x, y) - 向量中性化
|
|
winsorize(x, std=4) - 缩尾处理
|
|
zscore(x) - Z分数
|
|
**向量运算符 (Vector):
|
|
vec_avg(x) - 向量均值
|
|
vec_max(x) - 向量最大值
|
|
vec_min(x) - 向量最小值
|
|
vec_sum(x) - 向量求和
|
|
**变换运算符 (Transformational):
|
|
bucket(rank(x), range="0,1,0.1" or buckets="2,5,6,7,10") - 分桶
|
|
generate_stats(alpha) - 生成统计量
|
|
trade_when(x, y, z) - 条件交易
|
|
**分组运算符 (Group):
|
|
combo_a(alpha, nlength=250, mode='algo1') - 组合Alpha
|
|
group_backfill(x, group, d, std=4.0) - 分组回填
|
|
group_cartesian_product(g1, g2) - 笛卡尔积分组
|
|
group_max(x, group) - 分组最大值
|
|
group_mean(x, weight, group) - 分组均值
|
|
group_min(x, group) - 分组最小值
|
|
group_neutralize(x, group) - 分组中性化
|
|
group_rank(x, group) - 分组排名
|
|
group_scale(x, group) - 分组缩放
|
|
group_zscore(x, group) - 分组Z分数
|
|
**特殊运算符 (Special):
|
|
in - 包含判断
|
|
self_corr(input) - 自相关性
|
|
universe_size - 宇宙大小
|
|
**归约运算符 (Reduce):
|
|
reduce_avg(input, threshold=0) - 平均值归约
|
|
reduce_choose(input, nth, ignoreNan=true) - 选择归约
|
|
reduce_count(input, threshold) - 计数归约
|
|
reduce_ir(input) - IR归约
|
|
reduce_kurtosis(input) - 峰度归约
|
|
reduce_max(input) - 最大值归约
|
|
reduce_min(input) - 最小值归约
|
|
reduce_norm(input) - 范数归约
|
|
reduce_percentage(input, percentage=0.5) - 百分比归约
|
|
reduce_powersum(input, constant=2, precise=false) - 幂和归约
|
|
reduce_range(input) - 范围归约
|
|
reduce_skewness(input) - 偏度归约
|
|
reduce_stddev(input, threshold=0) - 标准差归约
|
|
reduce_sum(input) - 求和归约
|
|
|
|
以下是我的账号有权限使用的操作符, 请严格按照操作符, 进行生成,组合因子
|
|
|
|
========================= 操作符开始 =======================================
|
|
注意: Operator: 后面的是操作符(是可以使用的),
|
|
Description: 此字段后面的是操作符对应的描述或使用说明(禁止使用, 仅供参考), Description字段后面的内容是使用说明, 不是操作符
|
|
特别注意!!!! 必须按照操作符字段Operator的使用说明生成 alpha========================= 数据字段开始 =======================================
|
|
注意: data_set_name: 后面的是数据字段(可以使用), description: 此字段后面的是数据字段对应的描述或使用说明(不能使用)
|
|
|
|
{'id': 5831, 'data_set_name': '可以使用:anl44_2_pretaxprofit_rep_coveredby', 'description': '不可使用,仅供参考:pretaxprofit rep coveredby'}
|
|
{'id': 9426, 'data_set_name': '可以使用:anl82_salq_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of Q sales'}
|
|
{'id': 6192, 'data_set_name': '可以使用:anl44_netprofit_gaap_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:netprofit gaap best cur fiscal semi year period'}
|
|
{'id': 83323, 'data_set_name': '可以使用:fnd3_Q_capexgross', 'description': '不可使用,仅供参考:Quarterly Capital Expenditure Payments (Gross)'}
|
|
{'id': 9291, 'data_set_name': '可以使用:anl82_nety_profitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on value of annual net income'}
|
|
{'id': 320533, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10147, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on delta of annual net income'}
|
|
{'id': 6859, 'data_set_name': '可以使用:anl49_backfill_operatingmargin', 'description': '不可使用,仅供参考:Operating profit before deducting interest expense expressed as a percentage of gross income.'}
|
|
{'id': 5657, 'data_set_name': '可以使用:net_profit_reported_value', 'description': '不可使用,仅供参考:Net profit- announced financial value'}
|
|
{'id': 10215, 'data_set_name': '可以使用:mdl211_opry_profitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on value of annual operating profit'}
|
|
{'id': 78752, 'data_set_name': '可以使用:fnd17_qinventory', 'description': '不可使用,仅供参考:Inventory - most recent quarter'}
|
|
{'id': 320423, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Profit'}
|
|
{'id': 320569, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 320181, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320388, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 320459, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Operating Profit'}
|
|
{'id': 10139, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of annual net income'}
|
|
{'id': 9129, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of Q EBITDA'}
|
|
{'id': 10230, 'data_set_name': '可以使用:mdl211_preq_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of Q pre-tax profit'}
|
|
{'id': 9376, 'data_set_name': '可以使用:anl82_preq_profitability_profitability8', 'description': '不可使用,仅供参考:Profitability measure type 8 based on value of Q pre-tax profit'}
|
|
{'id': 10342, 'data_set_name': '可以使用:mdl211_saly_profitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on value of annual sales'}
|
|
{'id': 10006, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on value of Q ebitda'}
|
|
{'id': 9228, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of Q net income'}
|
|
{'id': 10222, 'data_set_name': '可以使用:mdl211_opry_profitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on value of annual operating profit'}
|
|
{'id': 9354, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of Q pre-tax profit'}
|
|
{'id': 9395, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of annual pre-tax profit'}
|
|
{'id': 9128, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of Q EBITDA'}
|
|
{'id': 10285, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of Q sales'}
|
|
{'id': 9307, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on delta of Q operating profit'}
|
|
{'id': 6224, 'data_set_name': '可以使用:anl44_operatingprofit_latest_ann_dt_qtrly', 'description': '不可使用,仅供参考:operatingprofit latest ann dt qtrly'}
|
|
{'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': 10221, 'data_set_name': '可以使用:mdl211_opry_profitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on value of annual operating profit'}
|
|
{'id': 10149, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on delta of annual net income'}
|
|
{'id': 10291, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on delta of Q sales'}
|
|
{'id': 320400, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 79261, 'data_set_name': '可以使用:accounts_receivable_gross', 'description': '不可使用,仅供参考:Gross amount of accounts receivable outstanding.'}
|
|
{'id': 320516, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 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': 10036, 'data_set_name': '可以使用:mdl211_ebty_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of annual ebitda'}
|
|
{'id': 9299, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of Q operating profit'}
|
|
{'id': 10031, 'data_set_name': '可以使用:mdl211_ebty_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of annual ebitda'}
|
|
{'id': 9455, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on delta of annual sales'}
|
|
{'id': 320508, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 317795, 'data_set_name': '可以使用:pv20_q_ardr_inventory', 'description': '不可使用,仅供参考:ARD Ref Inventories'}
|
|
{'id': 83791, 'data_set_name': '可以使用:fnd3_q_inventory_fast_d1', 'description': '不可使用,仅供参考:Quarterly Inventory'}
|
|
{'id': 10171, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of Q operating profit'}
|
|
{'id': 6207, 'data_set_name': '可以使用:anl44_netprofit_rep_best_fiscal_period_dt', 'description': '不可使用,仅供参考:netprofit rep best fiscal period dt'}
|
|
{'id': 9469, 'data_set_name': '可以使用:anl82_saly_profitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on value of annual sales'}
|
|
{'id': 83914, 'data_set_name': '可以使用:fnd3_qacctadj_grossprofit', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Gross Profit'}
|
|
{'id': 9465, 'data_set_name': '可以使用:anl82_saly_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of annual sales'}
|
|
{'id': 6414, 'data_set_name': '可以使用:anl44_second_en_netprofit_rep_lastactccy', 'description': '不可使用,仅供参考:netprofit rep lastactccy'}
|
|
{'id': 9463, 'data_set_name': '可以使用:anl82_saly_profitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on value of annual sales'}
|
|
{'id': 10117, 'data_set_name': '可以使用:mdl211_netq_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of Q net income'}
|
|
{'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': 83879, 'data_set_name': '可以使用:fnd3_qacctadj_capexgross_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Capital Expenditure Payments (Gross)'}
|
|
{'id': 10202, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of annual operating profit'}
|
|
{'id': 320184, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
|
|
{'id': 6274, 'data_set_name': '可以使用:anl44_orig_en_pretaxprofit_rep_value', 'description': '不可使用,仅供参考:orig en pretaxprofit rep value'}
|
|
{'id': 5833, 'data_set_name': '可以使用:anl44_2_pretaxprofit_rep_lastactvalue', 'description': '不可使用,仅供参考:pretaxprofit rep lastactvalue'}
|
|
{'id': 79143, 'data_set_name': '可以使用:fnd2_a_inventoryfinishedgoods', 'description': '不可使用,仅供参考:Amount before valuation and LIFO reserves of completed merchandise or goods expected to be sold within 1 year or operating cycle, if longer.'}
|
|
{'id': 320334, 'data_set_name': '可以使用:pv87_2_netprofit_af_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': 83348, 'data_set_name': '可以使用:fnd3_Q_inventoryincdec', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Inventory'}
|
|
{'id': 320351, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Profit'}
|
|
{'id': 320559, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Pretax Profit'}
|
|
{'id': 6422, 'data_set_name': '可以使用:anl44_second_en_pretaxprofit_coveredby', 'description': '不可使用,仅供参考:pretaxprofit coveredby'}
|
|
{'id': 6212, 'data_set_name': '可以使用:anl44_netprofit_rep_prevalue', 'description': '不可使用,仅供参考:Netprofit rep D0 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': 10158, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of annual net income'}
|
|
{'id': 10268, 'data_set_name': '可以使用:mdl211_prey_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of annual pre-tax profit'}
|
|
{'id': 9332, 'data_set_name': '可以使用:anl82_opry_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on delta of annual operating profit'}
|
|
{'id': 6412, 'data_set_name': '可以使用:anl44_second_en_netprofit_broker', 'description': '不可使用,仅供参考:netprofit broker'}
|
|
{'id': 320379, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Net Profit'}
|
|
{'id': 9346, 'data_set_name': '可以使用:anl82_opry_profitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on value of annual operating profit'}
|
|
{'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': 320370, 'data_set_name': '可以使用:pv87_2_netprofit_qf_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': 320142, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 85331, 'data_set_name': '可以使用:fnd72_a1_cap_expend_to_gross_fa', 'description': '不可使用,仅供参考:Measures the percentage of trailing 12-month capital expenditures to gross fixed assets'}
|
|
{'id': 9270, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on delta of annual net income'}
|
|
{'id': 10303, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on value of Q sales'}
|
|
{'id': 9285, 'data_set_name': '可以使用:anl82_nety_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of annual net income'}
|
|
{'id': 10338, 'data_set_name': '可以使用:mdl211_saly_profitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on value of annual sales'}
|
|
{'id': 9462, 'data_set_name': '可以使用:anl82_saly_profitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on value of annual sales'}
|
|
{'id': 10011, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on value of Q ebitda'}
|
|
{'id': 322015, 'data_set_name': '可以使用:pv87_gross_margin_actual_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Actual (%)'}
|
|
{'id': 83135, 'data_set_name': '可以使用:annual_gross_profit_total', 'description': '不可使用,仅供参考:Gross profit for the year.'}
|
|
{'id': 10243, 'data_set_name': '可以使用:mdl211_preq_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of Q pre-tax profit'}
|
|
{'id': 9360, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of Q pre-tax profit'}
|
|
{'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': 320154, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 5823, 'data_set_name': '可以使用:anl44_2_operatingprofit_lastactccy', 'description': '不可使用,仅供参考:operatingprofit lastactccy'}
|
|
{'id': 320936, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Gross Margin Estimate (%)'}
|
|
{'id': 320540, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 319295, 'data_set_name': '可以使用:pv64_dif_last_dps_gross', 'description': '不可使用,仅供参考:The most recently announced gross dividend: the net dividend plus any tax credit where applicable.'}
|
|
{'id': 320345, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320494, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 79023, 'data_set_name': '可以使用:fn_finite_lived_intangible_assets_gross_a', 'description': '不可使用,仅供参考:Amount before amortization of assets, excluding financial assets and goodwill, lacking physical substance with a finite life.'}
|
|
{'id': 10111, 'data_set_name': '可以使用:mdl211_netq_profitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on value of Q net income'}
|
|
{'id': 6920, 'data_set_name': '可以使用:anl49_grossmarginindicator', 'description': '不可使用,仅供参考:Gross margin indicator'}
|
|
{'id': 9365, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on delta of Q pre-tax profit'}
|
|
{'id': 320583, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10322, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on delta of annual sales'}
|
|
{'id': 320485, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Operating Profit'}
|
|
{'id': 83342, 'data_set_name': '可以使用:fnd3_Q_grossprofit', 'description': '不可使用,仅供参考:Quarterly Gross Profit'}
|
|
{'id': 320161, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
|
|
{'id': 6860, 'data_set_name': '可以使用:anl49_backfill_operatingmarginindicator', 'description': '不可使用,仅供参考:Operating margin indicator'}
|
|
{'id': 9283, 'data_set_name': '可以使用:anl82_nety_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of annual net income'}
|
|
{'id': 87509, 'data_set_name': '可以使用:fnd90_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility'}
|
|
{'id': 320179, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 324460, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Gross Margin Estimate (%)'}
|
|
{'id': 320444, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_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': 88066, 'data_set_name': '可以使用:oth401_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility'}
|
|
{'id': 320411, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Profit'}
|
|
{'id': 9300, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on delta of Q operating profit'}
|
|
{'id': 9366, 'data_set_name': '可以使用:anl82_preq_profitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on value of Q pre-tax profit'}
|
|
{'id': 10324, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of annual sales'}
|
|
{'id': 6919, 'data_set_name': '可以使用:anl49_grossequipmentpershareindicator', 'description': '不可使用,仅供参考:Gross equiipment per share indicator'}
|
|
{'id': 10160, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on value of annual net income'}
|
|
{'id': 10109, 'data_set_name': '可以使用:mdl211_netq_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on delta of Q net income'}
|
|
{'id': 320457, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 83878, 'data_set_name': '可以使用:fnd3_qacctadj_capexgross', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Capital Expenditure Payments (Gross)'}
|
|
{'id': 9309, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on value of Q operating profit'}
|
|
{'id': 9418, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of Q sales'}
|
|
{'id': 320424, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 9124, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on delta of Q EBITDA'}
|
|
{'id': 5659, 'data_set_name': '可以使用:operating_profit_before_depr_amort', 'description': '不可使用,仅供参考:EBITDA value - Annual'}
|
|
{'id': 320438, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Operating Profit'}
|
|
{'id': 5623, 'data_set_name': '可以使用:min_gross_income_guidance_2', 'description': '不可使用,仅供参考:The minimum guidance for Gross Income on an annual basis.'}
|
|
{'id': 6421, 'data_set_name': '可以使用:anl44_second_en_operatingprofit_value', 'description': '不可使用,仅供参考:Operating profit value'}
|
|
{'id': 5523, 'data_set_name': '可以使用:est_grossincome', 'description': '不可使用,仅供参考:Gross income - Mean of estimations'}
|
|
{'id': 6420, 'data_set_name': '可以使用:anl44_second_en_operatingprofit_prevalue', 'description': '不可使用,仅供参考:operatingprofit prevalue'}
|
|
{'id': 9470, 'data_set_name': '可以使用:anl82_saly_profitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on value of annual sales'}
|
|
{'id': 320357, 'data_set_name': '可以使用:pv87_2_netprofit_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': 5829, 'data_set_name': '可以使用:anl44_2_pretaxprofit_lastactvalue', 'description': '不可使用,仅供参考:pretaxprofit lastactvalue'}
|
|
{'id': 9329, 'data_set_name': '可以使用:anl82_opry_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of annual operating profit'}
|
|
{'id': 320452, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Operating Profit'}
|
|
{'id': 9394, 'data_set_name': '可以使用:anl82_prey_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of annual pre-tax profit'}
|
|
{'id': 6399, 'data_set_name': '可以使用:anl44_second_en_grossmargin_lastactccy', 'description': '不可使用,仅供参考:grossmargin lastactccy'}
|
|
{'id': 10301, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on value of Q sales'}
|
|
{'id': 87574, 'data_set_name': '可以使用:fnd90_us_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility [ Descending] - [Quality.Stability in profitability]'}
|
|
{'id': 83781, 'data_set_name': '可以使用:fnd3_q_grossprofit_fast_d1', 'description': '不可使用,仅供参考:Quarterly Gross Profit'}
|
|
{'id': 320390, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Net Profit'}
|
|
{'id': 320417, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 86528, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_gross_fix_asset', 'description': '不可使用,仅供参考:Gross Fixed Assets'}
|
|
{'id': 320567, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10283, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of Q sales'}
|
|
{'id': 10343, 'data_set_name': '可以使用:mdl211_saly_profitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on value of annual sales'}
|
|
{'id': 320481, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 6218, 'data_set_name': '可以使用:anl44_operatingprofit_best_cur_fiscal_year_period', 'description': '不可使用,仅供参考:operatingprofit best cur fiscal year period'}
|
|
{'id': 5346, 'data_set_name': '可以使用:anl4_netprofit_flag', 'description': '不可使用,仅供参考:Net profit - forecast type (revision/new/...)'}
|
|
{'id': 9248, 'data_set_name': '可以使用:anl82_netq_profitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on value of Q net income'}
|
|
{'id': 320150, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
|
|
{'id': 9999, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on delta of Q ebitda'}
|
|
{'id': 6270, 'data_set_name': '可以使用:anl44_orig_en_pretaxprofit_coveredby', 'description': '不可使用,仅供参考:orig en pretaxprofit coveredby'}
|
|
{'id': 5730, 'data_set_name': '可以使用:anl40_netturnoverrate', 'description': '不可使用,仅供参考:TotalChanges / (OldCount + NewCount). No record before 20160729.'}
|
|
{'id': 6290, 'data_set_name': '可以使用:anl44_pretaxprofit_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:pretaxprofit best cur fiscal semi year period'}
|
|
{'id': 9284, 'data_set_name': '可以使用:anl82_nety_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of annual net income'}
|
|
{'id': 10142, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of annual net income'}
|
|
{'id': 9454, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on delta of annual sales'}
|
|
{'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': 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': 6199, 'data_set_name': '可以使用:anl44_netprofit_gaap_most_recent_period_end_dt', 'description': '不可使用,仅供参考:netprofit gaap most recent period end dt'}
|
|
{'id': 9343, 'data_set_name': '可以使用:anl82_opry_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of annual operating profit'}
|
|
{'id': 10239, 'data_set_name': '可以使用:mdl211_preq_profitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on value of Q pre-tax profit'}
|
|
{'id': 10052, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on value of annual ebitda'}
|
|
{'id': 6294, 'data_set_name': '可以使用:anl44_pretaxprofit_best_fiscal_period_dt', 'description': '不可使用,仅供参考:pretaxprofit best fiscal period dt'}
|
|
{'id': 320182, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 83213, 'data_set_name': '可以使用:fnd3_A_inventoryincdec', 'description': '不可使用,仅供参考:Annual Increase or Decrease in Inventory'}
|
|
{'id': 83142, 'data_set_name': '可以使用:annual_inventory_change_amount_fast_d1', 'description': '不可使用,仅供参考:Change in inventory during the year.'}
|
|
{'id': 320362, 'data_set_name': '可以使用:pv87_2_netprofit_qf_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': 320163, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
|
|
{'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': 10044, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on value of annual ebitda'}
|
|
{'id': 9305, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of Q operating profit'}
|
|
{'id': 6852, 'data_set_name': '可以使用:anl49_backfill_netprofitmargin', 'description': '不可使用,仅供参考:Net income before extraordinary gains or losses expressed as a percentage of sales or revenues.'}
|
|
{'id': 10170, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on delta of Q operating profit'}
|
|
{'id': 6190, 'data_set_name': '可以使用:anl44_netprofit_gaap_best_crncy_iso', 'description': '不可使用,仅供参考:netprofit gaap best crncy iso'}
|
|
{'id': 320933, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_low', 'description': '不可使用,仅供参考:Low of Gross Margin Estimate (%)'}
|
|
{'id': 9432, 'data_set_name': '可以使用:anl82_salq_profitability_profitability8', 'description': '不可使用,仅供参考:Profitability measure type 8 based on value of Q sales'}
|
|
{'id': 6195, 'data_set_name': '可以使用:anl44_netprofit_gaap_best_eeps_nxt_yr', 'description': '不可使用,仅供参考:netprofit gaap best eeps nxt yr'}
|
|
{'id': 6303, 'data_set_name': '可以使用:anl44_pretaxprofit_value', 'description': '不可使用,仅供参考:Pretaxprofit d0 value'}
|
|
{'id': 9410, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of Q sales'}
|
|
{'id': 9362, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of Q pre-tax profit'}
|
|
{'id': 320160, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320145, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 5817, 'data_set_name': '可以使用:anl44_2_netprofit_rep_lastactvalue', 'description': '不可使用,仅供参考:netprofit rep lastactvalue'}
|
|
{'id': 320156, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 10167, 'data_set_name': '可以使用:mdl211_oprq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of Q operating profit'}
|
|
{'id': 9333, 'data_set_name': '可以使用:anl82_opry_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on delta of annual operating profit'}
|
|
{'id': 317780, 'data_set_name': '可以使用:pv20_q_2_ardr_inventory', 'description': '不可使用,仅供参考:ARD Ref Inventories'}
|
|
{'id': 320492, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 9161, 'data_set_name': '可以使用:anl82_ebty_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of annual EBITDA'}
|
|
{'id': 10208, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on delta of annual operating profit'}
|
|
{'id': 86745, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_asset_turnover', 'description': '不可使用,仅供参考:Amount of sales or revenues generated per dollar of assets'}
|
|
{'id': 9453, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of annual sales'}
|
|
{'id': 322024, 'data_set_name': '可以使用:pv87_gross_margin_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Median (%)'}
|
|
{'id': 320382, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_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': 9127, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on delta of Q EBITDA'}
|
|
{'id': 320538, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_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': 320389, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Net Profit'}
|
|
{'id': 9427, 'data_set_name': '可以使用:anl82_salq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q sales'}
|
|
{'id': 10266, 'data_set_name': '可以使用:mdl211_prey_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on delta of annual pre-tax profit'}
|
|
{'id': 5743, 'data_set_name': '可以使用:anl40_turnoverrate', 'description': '不可使用,仅供参考:MoveOut / (OldCount + NewCount). No record before 20160729.'}
|
|
{'id': 10009, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of Q ebitda'}
|
|
{'id': 320565, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_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': 6289, 'data_set_name': '可以使用:anl44_pretaxprofit_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:pretaxprofit best cur fiscal qtr period'}
|
|
{'id': 10233, 'data_set_name': '可以使用:mdl211_preq_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on delta of Q pre-tax profit'}
|
|
{'id': 317057, 'data_set_name': '可以使用:pv20_ardr_property_plant_equip_gross', 'description': '不可使用,仅供参考:ARD Ref Property Plant & Equipment - Gross'}
|
|
{'id': 320499, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10048, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on value of annual ebitda'}
|
|
{'id': 322022, 'data_set_name': '可以使用:pv87_gross_margin_consensus_mean_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Mean (%)'}
|
|
{'id': 5656, 'data_set_name': '可以使用:net_profit_adjusted_value', 'description': '不可使用,仅供参考:Adjusted net income- announced financial value'}
|
|
{'id': 6273, 'data_set_name': '可以使用:anl44_orig_en_pretaxprofit_rep_prevalue', 'description': '不可使用,仅供参考:orig en pretaxprofit rep prevalue'}
|
|
{'id': 324454, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_high', 'description': '不可使用,仅供参考:High of Gross Margin Estimate (%)'}
|
|
{'id': 9269, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of annual net income'}
|
|
{'id': 9335, 'data_set_name': '可以使用:anl82_opry_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on delta of annual operating profit'}
|
|
{'id': 9298, 'data_set_name': '可以使用:anl82_oprq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on delta of Q operating profit'}
|
|
{'id': 5797, 'data_set_name': '可以使用:anl44_2_grossmargin_lastactvalue', 'description': '不可使用,仅供参考:grossmargin lastactvalue'}
|
|
{'id': 320413, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Net Profit'}
|
|
{'id': 320539, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_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': 85379, 'data_set_name': '可以使用:fnd72_a1_geo_grow_gross_fa_to_tot_asset', 'description': '不可使用,仅供参考:Compound 5-year growth rate in gross fixed assets as a percentage of total assets'}
|
|
{'id': 320146, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 10099, 'data_set_name': '可以使用:mdl211_netq_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of Q net income'}
|
|
{'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': 10244, 'data_set_name': '可以使用:mdl211_preq_profitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on value of Q pre-tax profit'}
|
|
{'id': 325058, 'data_set_name': '可以使用:pv87_v2_0_0_annualgrossdivyld', 'description': "不可使用,仅供参考:Last of 12 months' gross dividend yield, where yield = sum(dividends in recent 12m)/price"}
|
|
{'id': 85880, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_oper_margin', 'description': "不可使用,仅供参考:Ratio used to measure a company's pricing strategy and operating efficiency, in percentage"}
|
|
{'id': 9428, 'data_set_name': '可以使用:anl82_salq_profitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on value of Q sales'}
|
|
{'id': 320165, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 9358, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on delta of Q pre-tax profit'}
|
|
{'id': 320185, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
|
|
{'id': 320510, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Pretax Profit'}
|
|
{'id': 322023, 'data_set_name': '可以使用:pv87_gross_margin_consensus_median', 'description': '不可使用,仅供参考:Gross Margin Consensus Median (%)'}
|
|
{'id': 320577, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_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': 9141, 'data_set_name': '可以使用:anl82_ebtq_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value of Q EBITDA'}
|
|
{'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': 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': 80506, 'data_set_name': '可以使用:fnd23_tot_inventory', 'description': '不可使用,仅供参考:total inventory.'}
|
|
{'id': 6749, 'data_set_name': '可以使用:anl49_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': 9415, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on delta of Q sales'}
|
|
{'id': 78578, 'data_set_name': '可以使用:fnd17_ainventory', 'description': '不可使用,仅供参考:Inventory - most recent fiscal year'}
|
|
{'id': 322027, 'data_set_name': '可以使用:pv87_gross_margin_of_estimates_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin - # of Estimates'}
|
|
{'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': 10040, 'data_set_name': '可以使用:mdl211_ebty_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on delta of annual ebitda'}
|
|
{'id': 5631, 'data_set_name': '可以使用:min_pretax_profit_guidance_2', 'description': '不可使用,仅供参考:The minimum guidance value for Pretax income on an annual basis.'}
|
|
{'id': 10140, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:profitability measure type 10 based on delta of annual net income'}
|
|
{'id': 10273, 'data_set_name': '可以使用:mdl211_prey_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:profitability measure type 6 based on delta of annual pre-tax profit'}
|
|
{'id': 6850, 'data_set_name': '可以使用:anl49_backfill_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': 86854, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_pretax_margin', 'description': "不可使用,仅供参考:A company's earnings before tax as a percentage of total sales or revenues"}
|
|
{'id': 6402, 'data_set_name': '可以使用:anl44_second_en_grossmargin_value', 'description': '不可使用,仅供参考:grossmargin value'}
|
|
{'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': 9357, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of Q pre-tax profit'}
|
|
{'id': 320554, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 87577, 'data_set_name': '可以使用:fnd90_us_game_inventory_chg', 'description': '不可使用,仅供参考:Change in Inventory [ Descending] - [Quality.Working capital]'}
|
|
{'id': 9165, 'data_set_name': '可以使用:anl82_ebty_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:Profitability Measure Type 3 Based on Delta of Annual EBITDA'}
|
|
{'id': 10326, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of annual sales'}
|
|
{'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': 320521, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 320407, 'data_set_name': '可以使用:pv87_2_netprofit_rep_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': 6269, 'data_set_name': '可以使用:anl44_orig_en_operatingprofit_value', 'description': '不可使用,仅供参考:orig en operatingprofit value'}
|
|
{'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': 5819, 'data_set_name': '可以使用:anl44_2_netprofit_rep_value', 'description': '不可使用,仅供参考:netprofit rep value'}
|
|
{'id': 80546, 'data_set_name': '可以使用:gross_profit_total', 'description': '不可使用,仅供参考:Total gross profit for the period.'}
|
|
{'id': 5828, 'data_set_name': '可以使用:anl44_2_pretaxprofit_lastactccy', 'description': '不可使用,仅供参考:pretaxprofit lastactccy'}
|
|
{'id': 84071, 'data_set_name': '可以使用:quarterly_gross_capex_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Capital Expenditure Payments (Gross)'}
|
|
{'id': 9340, 'data_set_name': '可以使用:anl82_opry_profitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on value of annual operating profit'}
|
|
{'id': 5354, 'data_set_name': '可以使用:anl4_netprofita_high', 'description': '不可使用,仅供参考:Adjusted Net Income - the highest estimation'}
|
|
{'id': 9450, 'data_set_name': '可以使用:anl82_saly_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:Profitability measure type 1 based on delta of annual sales'}
|
|
{'id': 10214, 'data_set_name': '可以使用:mdl211_opry_profitability_profitability12', 'description': '不可使用,仅供参考:profitability measure type 12 based on value of annual operating profit'}
|
|
{'id': 86772, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_ebit_margin', 'description': "不可使用,仅供参考:Ratio which measures the company's profitability"}
|
|
{'id': 10242, 'data_set_name': '可以使用:mdl211_preq_profitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on value of Q pre-tax profit'}
|
|
{'id': 5359, 'data_set_name': '可以使用:anl4_netprofita_std', 'description': '不可使用,仅供参考:Adjusted net income - std of estimations'}
|
|
{'id': 5350, 'data_set_name': '可以使用:anl4_netprofit_median', 'description': '不可使用,仅供参考:Net profit - Median of estimations'}
|
|
{'id': 320374, 'data_set_name': '可以使用:pv87_2_netprofit_qf_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': 10190, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on value of Q operating profit'}
|
|
{'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': 83520, 'data_set_name': '可以使用:fnd3_a_inventory', 'description': '不可使用,仅供参考:Annual Inventory'}
|
|
{'id': 9166, 'data_set_name': '可以使用:anl82_ebty_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on delta of annual EBITDA'}
|
|
{'id': 5349, 'data_set_name': '可以使用:anl4_netprofit_mean', 'description': '不可使用,仅供参考:Net profit - mean of estimations'}
|
|
{'id': 320474, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Operating Profit'}
|
|
{'id': 320520, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 10041, 'data_set_name': '可以使用:mdl211_ebty_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:profitability measure type 8 based on delta of annual ebitda'}
|
|
{'id': 320367, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Net Profit'}
|
|
{'id': 9466, 'data_set_name': '可以使用:anl82_saly_profitability_profitability2', 'description': '不可使用,仅供参考:Profitability measure type 2 based on value of annual sales'}
|
|
{'id': 320439, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Operating Profit'}
|
|
{'id': 6535, 'data_set_name': '可以使用:pretaxprofitrep_currency_code', 'description': '不可使用,仅供参考:Currency in which the reported pretax profit forecast is denominated.'}
|
|
{'id': 320364, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Profit'}
|
|
{'id': 10288, 'data_set_name': '可以使用:mdl211_salq_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on delta of Q sales'}
|
|
{'id': 10002, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on delta of Q ebitda'}
|
|
{'id': 324457, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_median', 'description': '不可使用,仅供参考:Median of Gross Margin Estimate (%)'}
|
|
{'id': 322014, 'data_set_name': '可以使用:pv87_gross_margin_actual', 'description': '不可使用,仅供参考:Gross Margin Actual (%)'}
|
|
{'id': 9243, 'data_set_name': '可以使用:anl82_netq_profitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on value of Q net income'}
|
|
{'id': 87513, 'data_set_name': '可以使用:fnd90_game_inventory_days', 'description': '不可使用,仅供参考:Inventory Days'}
|
|
{'id': 320366, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Net Profit'}
|
|
{'id': 320480, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_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': 9314, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability4', 'description': '不可使用,仅供参考:Profitability measure type 4 based on value of Q operating profit'}
|
|
{'id': 9239, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on delta of Q net income'}
|
|
{'id': 320427, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Net Profit'}
|
|
{'id': 5818, 'data_set_name': '可以使用:anl44_2_netprofit_rep_prevalue', 'description': '不可使用,仅供参考:netprofit rep prevalue'}
|
|
{'id': 9238, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability8', 'description': '不可使用,仅供参考:Profitability measure type 8 based on delta of Q net income'}
|
|
{'id': 6202, 'data_set_name': '可以使用:anl44_netprofit_rep_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:netprofit rep best cur fiscal qtr period'}
|
|
{'id': 10181, 'data_set_name': '可以使用:mdl211_oprq_profitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on value of Q operating profit'}
|
|
{'id': 6419, 'data_set_name': '可以使用:anl44_second_en_operatingprofit_lastactccy', 'description': '不可使用,仅供参考:operatingprofit lastactccy'}
|
|
{'id': 10332, 'data_set_name': '可以使用:mdl211_saly_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:profitability measure type 9 based on delta of annual sales'}
|
|
{'id': 322018, 'data_set_name': '可以使用:pv87_gross_margin_consensus_high_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus High (%)'}
|
|
{'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': 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': 320416, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Profit'}
|
|
{'id': 86073, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_pretax_margin', 'description': "不可使用,仅供参考:A company's earnings before tax as a percentage of total sales or revenues"}
|
|
{'id': 5824, 'data_set_name': '可以使用:anl44_2_operatingprofit_lastactvalue', 'description': '不可使用,仅供参考:operatingprofit lastactvalue'}
|
|
{'id': 5826, 'data_set_name': '可以使用:anl44_2_operatingprofit_value', 'description': '不可使用,仅供参考:operatingprofit value'}
|
|
{'id': 6792, 'data_set_name': '可以使用:anl49_backfill_alldividendstonetprofitindicator', 'description': '不可使用,仅供参考:All dividends to net profit indicator'}
|
|
{'id': 6252, 'data_set_name': '可以使用:anl44_orig_en_grossmargin_coveredby', 'description': '不可使用,仅供参考:orig en grossmargin coveredby'}
|
|
{'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': 10003, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on value of Q ebitda'}
|
|
{'id': 9431, 'data_set_name': '可以使用:anl82_salq_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value of Q sales'}
|
|
{'id': 7474, 'data_set_name': '可以使用:anl69_eqy_last_dps_gross', 'description': '不可使用,仅供参考:Dividend Per Share Last (Gross)'}
|
|
{'id': 6226, 'data_set_name': '可以使用:anl44_operatingprofit_prevalue', 'description': '不可使用,仅供参考:Operatingprofit D0 prevalue'}
|
|
{'id': 320563, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_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': 320143, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 10206, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability5', 'description': '不可使用,仅供参考:profitability measure type 5 based on delta of annual operating profit'}
|
|
{'id': 9471, 'data_set_name': '可以使用:anl82_saly_profitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on value 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': 83347, 'data_set_name': '可以使用:fnd3_Q_inventory', 'description': '不可使用,仅供参考:Quarterly Inventory'}
|
|
{'id': 83276, 'data_set_name': '可以使用:fnd3_Aacctadj_grossprofit', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Gross Profit'}
|
|
{'id': 85824, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_gross_fix_asset_turn', 'description': '不可使用,仅供参考:Financial ratio of net sales to gross fixed assets'}
|
|
{'id': 85152, 'data_set_name': '可以使用:inventory', 'description': '不可使用,仅供参考:Inventories - Total'}
|
|
{'id': 320507, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Pretax Profit'}
|
|
{'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': 320464, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Operating Profit'}
|
|
{'id': 320395, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 9995, 'data_set_name': '可以使用:mdl211_ebtq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of Q ebitda'}
|
|
{'id': 10237, 'data_set_name': '可以使用:mdl211_preq_profitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on value of Q pre-tax profit'}
|
|
{'id': 320451, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Operating Profit'}
|
|
{'id': 78690, 'data_set_name': '可以使用:fnd17_margin5yr', 'description': '不可使用,仅供参考:Net Profit Margin - 5 year average'}
|
|
{'id': 320435, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Operating Profit'}
|
|
{'id': 9341, 'data_set_name': '可以使用:anl82_opry_profitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on value of annual operating profit'}
|
|
{'id': 320183, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
|
|
{'id': 5813, 'data_set_name': '可以使用:anl44_2_netprofit_lastactvalue', 'description': '不可使用,仅供参考:netprofit lastactvalue'}
|
|
{'id': 9271, 'data_set_name': '可以使用:anl82_nety_deltaprofitability_profitability12', 'description': '不可使用,仅供参考:Profitability measure type 12 based on delta of annual net income'}
|
|
{'id': 6209, 'data_set_name': '可以使用:anl44_netprofit_rep_coveredby', 'description': '不可使用,仅供参考:Netprofit rep d0 coveredby'}
|
|
{'id': 322025, 'data_set_name': '可以使用:pv87_gross_margin_mean', 'description': '不可使用,仅供参考:Gross profit margin'}
|
|
{'id': 10295, 'data_set_name': '可以使用:mdl211_salq_profitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on value of Q sales'}
|
|
{'id': 323915, 'data_set_name': '可以使用:pv87_op_margin_mean', 'description': '不可使用,仅供参考:Operating profit margin (EBIT margin)'}
|
|
{'id': 87578, 'data_set_name': '可以使用:fnd90_us_game_inventory_days', 'description': '不可使用,仅供参考:Inventory Days [ Descending] - [Quality.Working capital]'}
|
|
{'id': 320535, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Pretax Profit'}
|
|
{'id': 6833, 'data_set_name': '可以使用:anl49_backfill_grossequipmentpershareindicator', 'description': '不可使用,仅供参考:Gross equiipment per share indicator'}
|
|
{'id': 320551, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_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': 320347, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320441, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320465, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 10049, 'data_set_name': '可以使用:mdl211_ebty_profitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on value of annual ebitda'}
|
|
{'id': 87512, 'data_set_name': '可以使用:fnd90_game_inventory_chg', 'description': '不可使用,仅供参考:Change in Inventory'}
|
|
{'id': 324459, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Estimate (%)'}
|
|
{'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': 83661, 'data_set_name': '可以使用:fnd3_aacctadj_inventory_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Increase or Decrease in Inventory'}
|
|
{'id': 10144, 'data_set_name': '可以使用:mdl211_nety_deltaprofitability_profitability3', 'description': '不可使用,仅供参考:profitability measure type 3 based on delta of annual net income'}
|
|
{'id': 80544, 'data_set_name': '可以使用:gross_profit', 'description': '不可使用,仅供参考:Revenue minus cost of goods sold for the period.'}
|
|
{'id': 10155, 'data_set_name': '可以使用:mdl211_nety_profitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on value of annual net income'}
|
|
{'id': 6840, 'data_set_name': '可以使用:anl49_backfill_inventoryturnoverindicator', 'description': '不可使用,仅供参考:inventory turnover indicator'}
|
|
{'id': 5348, 'data_set_name': '可以使用:anl4_netprofit_low', 'description': '不可使用,仅供参考:Net Profit - The Lowest Estimation'}
|
|
{'id': 83468, 'data_set_name': '可以使用:fnd3_a_capexgross', 'description': '不可使用,仅供参考:Annual Capital Expenditure Payments (Gross)'}
|
|
{'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': 85485, 'data_set_name': '可以使用:fnd72_a2_trail_12m_oper_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Operating Income divided by Trailing 12M Net Sales and multiply the number by 100'}
|
|
{'id': 9347, 'data_set_name': '可以使用:anl82_opry_profitability_profitability5', 'description': '不可使用,仅供参考:Profitability measure type 5 based on value of annual operating profit'}
|
|
{'id': 322017, 'data_set_name': '可以使用:pv87_gross_margin_consensus_high', 'description': '不可使用,仅供参考:Gross Margin Consensus High (%)'}
|
|
{'id': 9131, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on delta of Q EBITDA'}
|
|
{'id': 10012, 'data_set_name': '可以使用:mdl211_ebtq_profitability_profitability7', 'description': '不可使用,仅供参考:profitability measure type 7 based on value of Q ebitda'}
|
|
{'id': 320564, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320144, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 320354, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Net Profit'}
|
|
{'id': 10199, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability1', 'description': '不可使用,仅供参考:profitability measure type 1 based on delta of annual operating profit'}
|
|
{'id': 320568, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Pretax Profit'}
|
|
{'id': 320934, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_mean', 'description': '不可使用,仅供参考:Mean of Gross Margin Estimate (%)'}
|
|
{'id': 10201, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:profitability measure type 11 based on delta of annual operating profit'}
|
|
{'id': 6214, 'data_set_name': '可以使用:anl44_netprofit_value', 'description': '不可使用,仅供参考:Netprofit d0 value'}
|
|
{'id': 10103, 'data_set_name': '可以使用:mdl211_netq_deltaprofitability_profitability2', 'description': '不可使用,仅供参考:profitability measure type 2 based on delta of Q net income'}
|
|
{'id': 83793, 'data_set_name': '可以使用:fnd3_q_inventoryincdec_fast_d1', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Inventory'}
|
|
{'id': 6534, 'data_set_name': '可以使用:pretaxprofit_currency_code', 'description': '不可使用,仅供参考:Currency code in which the pre-tax profit forecast is denominated.'}
|
|
{'id': 9356, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on delta of Q pre-tax profit'}
|
|
{'id': 86037, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_inventory_growth_to_sales_growth', 'description': '不可使用,仅供参考:Year-over-year growth in inventory as a multiple of year-over-year growth in sales'}
|
|
{'id': 10205, 'data_set_name': '可以使用:mdl211_opry_deltaprofitability_profitability4', 'description': '不可使用,仅供参考:profitability measure type 4 based on delta of annual operating profit'}
|
|
{'id': 9313, 'data_set_name': '可以使用:anl82_oprq_profitability_profitability3', 'description': '不可使用,仅供参考:Profitability measure type 3 based on value of Q operating profit'}
|
|
{'id': 316998, 'data_set_name': '可以使用:pv20_a2_ardr_inventory', 'description': '不可使用,仅供参考:ARD Ref Inventories'}
|
|
{'id': 9421, 'data_set_name': '可以使用:anl82_salq_deltaprofitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on delta of Q sales'}
|
|
{'id': 322021, 'data_set_name': '可以使用:pv87_gross_margin_consensus_mean', 'description': '不可使用,仅供参考:Gross Margin Consensus Mean (%)'}
|
|
{'id': 323914, 'data_set_name': '可以使用:pv87_op_margin_chg_mean', 'description': '不可使用,仅供参考:YoY change in operating profit margin'}
|
|
{'id': 6205, 'data_set_name': '可以使用:anl44_netprofit_rep_best_eeps_cur_yr', 'description': '不可使用,仅供参考:netprofit rep best eeps cur yr'}
|
|
{'id': 324458, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Gross Margin Estimate (%)'}
|
|
{'id': 6413, 'data_set_name': '可以使用:anl44_second_en_netprofit_rep_coveredby', 'description': '不可使用,仅供参考:netprofit rep coveredby'}
|
|
{'id': 6834, 'data_set_name': '可以使用:anl49_backfill_grossmarginindicator', 'description': '不可使用,仅供参考:Gross margin indicator'}
|
|
{'id': 84070, 'data_set_name': '可以使用:quarterly_gross_capex_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Capital Expenditure Payments (Gross)'}
|
|
{'id': 320543, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Pretax Profit'}
|
|
{'id': 9230, 'data_set_name': '可以使用:anl82_netq_deltaprofitability_profitability11', 'description': '不可使用,仅供参考:Profitability measure type 11 based on delta of Q net income'}
|
|
{'id': 9121, 'data_set_name': '可以使用:anl82_ebtq_deltaprofitability_profitability10', 'description': '不可使用,仅供参考:Profitability measure type 10 based on delta of Q EBITDA'}
|
|
{'id': 85153, 'data_set_name': '可以使用:inventory_turnover', 'description': '不可使用,仅供参考:Inventory Turnover'}
|
|
{'id': 320158, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
|
|
{'id': 9363, 'data_set_name': '可以使用:anl82_preq_deltaprofitability_profitability7', 'description': '不可使用,仅供参考:Profitability measure type 7 based on delta of Q pre-tax profit'}
|
|
{'id': 320147, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
|
|
{'id': 9183, 'data_set_name': '可以使用:anl82_ebty_profitability_profitability9', 'description': '不可使用,仅供参考:Profitability measure type 9 based on value of annual EBITDA'}
|
|
{'id': 9336, 'data_set_name': '可以使用:anl82_opry_deltaprofitability_profitability6', 'description': '不可使用,仅供参考:Profitability measure type 6 based on delta of annual operating profit'}
|
|
========================= 数据字段结束 =======================================
|
|
|
|
以上数据字段和操作符, 按照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
|
|
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!! |