You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AlphaGenerator/manual_prompt/2026/01/21/manual_prompt_2026012108575...

896 lines
140 KiB

客户集中度风险溢价
在客户集中度较高的公司中,由于对少数大客户依赖度过高,一旦主要客户订单减少或违约,公司收入和现金流将面临显著波动风险。然而,市场往往忽视这种集中度风险,导致高客户集中度股票被系统性高估。因此,多空策略中,做多低客户集中度股票(风险低,被低估),做空高客户集中度股票(风险高,被高估),可获得稳定超额收益。
核心指标为前五大客户销售额占比,需进行行业中性化处理以消除行业差异影响;使用滚动窗口平均(如6个月)处理缺失值;引入应收账款周转率和毛利率作为辅助验证变量,用于交叉验证集中度风险与财务稳健性的关联。
*=========================================================================================*
输出格式:
输出必须是且仅是纯文本。
每一行是一个完整、独立、语法正确的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': 5072, 'data_set_name': '可以使用:actual_sales_value_annual', 'description': '不可使用,仅供参考:Sales - Actual Value'}
{'id': 5073, 'data_set_name': '可以使用:actual_sales_value_quarterly', 'description': '不可使用,仅供参考:Sales - Value in financial services income statement (in millions)'}
{'id': 5530, 'data_set_name': '可以使用:est_sales', 'description': '不可使用,仅供参考:Sales - mean of estimations'}
{'id': 5554, 'data_set_name': '可以使用:highest_sales_estimate', 'description': '不可使用,仅供参考:Sales - The highest estimation for the annual period'}
{'id': 5556, 'data_set_name': '可以使用:lowest_sales_estimate', 'description': '不可使用,仅供参考:Sales - The lowest estimation for the annual period'}
{'id': 5601, 'data_set_name': '可以使用:median_sales_estimate', 'description': '不可使用,仅供参考:Sales - median of estimations'}
{'id': 5681, 'data_set_name': '可以使用:sales_estimate_average', 'description': '不可使用,仅供参考:Sales - mean of estimations with a delay of 1 quarter'}
{'id': 5682, 'data_set_name': '可以使用:sales_estimate_average_annual', 'description': '不可使用,仅供参考:Sales - mean of estimations'}
{'id': 5683, 'data_set_name': '可以使用:sales_estimate_average_quarterly', 'description': '不可使用,仅供参考:Sales - mean of estimations'}
{'id': 5684, 'data_set_name': '可以使用:sales_estimate_count', 'description': '不可使用,仅供参考:Sales - number of estimations'}
{'id': 5685, 'data_set_name': '可以使用:sales_estimate_count_2', 'description': '不可使用,仅供参考:Number of Sales estimates'}
{'id': 5686, 'data_set_name': '可以使用:sales_estimate_count_quarterly', 'description': '不可使用,仅供参考:Sales - number of estimations'}
{'id': 5687, 'data_set_name': '可以使用:sales_estimate_dispersion', 'description': '不可使用,仅供参考:Standard deviation of Sales estimations for the annual period.'}
{'id': 5688, 'data_set_name': '可以使用:sales_estimate_maximum', 'description': '不可使用,仅供参考:Sales - The highest estimation'}
{'id': 5689, 'data_set_name': '可以使用:sales_estimate_maximum_quarterly', 'description': '不可使用,仅供参考:Sales - The highest estimation'}
{'id': 5690, 'data_set_name': '可以使用:sales_estimate_median_quarterly', 'description': '不可使用,仅供参考:Sales - median of estimations'}
{'id': 5691, 'data_set_name': '可以使用:sales_estimate_median_value', 'description': '不可使用,仅供参考:Sales - Median value among forecasts'}
{'id': 5692, 'data_set_name': '可以使用:sales_estimate_minimum', 'description': '不可使用,仅供参考:Sales - The lowest estimation'}
{'id': 5693, 'data_set_name': '可以使用:sales_estimate_minimum_quarterly', 'description': '不可使用,仅供参考:Sales - The lowest estimation'}
{'id': 5694, 'data_set_name': '可以使用:sales_estimate_standard_deviation', 'description': '不可使用,仅供参考:Sales - standard deviation of estimations'}
{'id': 5695, 'data_set_name': '可以使用:sales_estimate_stddev_quarterly', 'description': '不可使用,仅供参考:Standard deviation of Sales estimations'}
{'id': 5696, 'data_set_name': '可以使用:sales_estimate_value', 'description': '不可使用,仅供参考:Sales - Estimated value'}
{'id': 5697, 'data_set_name': '可以使用:sales_guidance_value', 'description': '不可使用,仅供参考:Sales - Guidance value for the annual period'}
{'id': 5698, 'data_set_name': '可以使用:sales_guidance_value_quarterly', 'description': '不可使用,仅供参考:Sales - guidance value'}
{'id': 5699, 'data_set_name': '可以使用:sales_max_guidance_quarterly', 'description': '不可使用,仅供参考:The maximum guidance value for sales.'}
{'id': 5700, 'data_set_name': '可以使用:sales_max_guidance_value', 'description': '不可使用,仅供参考:Maximum guidance value for annual sales'}
{'id': 5701, 'data_set_name': '可以使用:sales_min_guidance_quarterly', 'description': '不可使用,仅供参考:Minimum guidance value for Sales'}
{'id': 5702, 'data_set_name': '可以使用:sales_min_guidance_value', 'description': '不可使用,仅供参考:Minimum sales guidance for the annual period.'}
{'id': 5703, 'data_set_name': '可以使用:sales_previous_estimate_value', 'description': '不可使用,仅供参考:The previous estimation of Sales'}
{'id': 5795, 'data_set_name': '可以使用:anl44_2_grossmargin_coveredby', 'description': '不可使用,仅供参考:grossmargin coveredby'}
{'id': 5796, 'data_set_name': '可以使用:anl44_2_grossmargin_lastactccy', 'description': '不可使用,仅供参考:grossmargin lastactccy'}
{'id': 5797, 'data_set_name': '可以使用:anl44_2_grossmargin_lastactvalue', 'description': '不可使用,仅供参考:grossmargin lastactvalue'}
{'id': 5798, 'data_set_name': '可以使用:anl44_2_grossmargin_prevalue', 'description': '不可使用,仅供参考:grossmargin prevalue'}
{'id': 5799, 'data_set_name': '可以使用:anl44_2_grossmargin_value', 'description': '不可使用,仅供参考:grossmargin value'}
{'id': 5847, 'data_set_name': '可以使用:anl44_2_sales_coveredby', 'description': '不可使用,仅供参考:sales coveredby'}
{'id': 5848, 'data_set_name': '可以使用:anl44_2_sales_lastactccy', 'description': '不可使用,仅供参考:sales lastactccy'}
{'id': 5849, 'data_set_name': '可以使用:anl44_2_sales_lastactvalue', 'description': '不可使用,仅供参考:sales lastactvalue'}
{'id': 5850, 'data_set_name': '可以使用:anl44_2_sales_prevalue', 'description': '不可使用,仅供参考:sales prevalue'}
{'id': 5851, 'data_set_name': '可以使用:anl44_2_sales_value', 'description': '不可使用,仅供参考:sales value'}
{'id': 5899, 'data_set_name': '可以使用:anl44_best_ebit_to_sales', 'description': '不可使用,仅供参考:best ebit to sales'}
{'id': 5953, 'data_set_name': '可以使用:anl44_best_ni_adj_to_sales', 'description': '不可使用,仅供参考:best ni adj to sales'}
{'id': 5964, 'data_set_name': '可以使用:anl44_best_opp_to_sales', 'description': '不可使用,仅供参考:best opp to sales'}
{'id': 5976, 'data_set_name': '可以使用:anl44_best_ptp_to_sales', 'description': '不可使用,仅供参考:best ptp to sales'}
{'id': 5999, 'data_set_name': '可以使用:anl44_best_sales', 'description': '不可使用,仅供参考:best sales'}
{'id': 6000, 'data_set_name': '可以使用:anl44_best_sales_4wk_chg', 'description': '不可使用,仅供参考:best sales 4wk chg'}
{'id': 6001, 'data_set_name': '可以使用:anl44_best_sales_4wk_dn', 'description': '不可使用,仅供参考:best sales 4wk dn'}
{'id': 6002, 'data_set_name': '可以使用:anl44_best_sales_4wk_up', 'description': '不可使用,仅供参考:best sales 4wk up'}
{'id': 6003, 'data_set_name': '可以使用:anl44_best_sales_chg_pct', 'description': '不可使用,仅供参考:best sales chg pct'}
{'id': 6004, 'data_set_name': '可以使用:anl44_best_sales_hi', 'description': '不可使用,仅供参考:best sales hi'}
{'id': 6005, 'data_set_name': '可以使用:anl44_best_sales_lo', 'description': '不可使用,仅供参考:best sales lo'}
{'id': 6006, 'data_set_name': '可以使用:anl44_best_sales_median', 'description': '不可使用,仅供参考:best sales median'}
{'id': 6007, 'data_set_name': '可以使用:anl44_best_sales_numest', 'description': '不可使用,仅供参考:best sales numest'}
{'id': 6008, 'data_set_name': '可以使用:anl44_best_sales_stddev', 'description': '不可使用,仅供参考:best sales stddev'}
{'id': 6160, 'data_set_name': '可以使用:anl44_grossmargin_coveredby', 'description': '不可使用,仅供参考:Grossmargin D0 coveredby'}
{'id': 6161, 'data_set_name': '可以使用:anl44_grossmargin_prevalue', 'description': '不可使用,仅供参考:Grossmargin d0 prevalue'}
{'id': 6162, 'data_set_name': '可以使用:anl44_grossmargin_value', 'description': '不可使用,仅供参考:Grossmargin d0 value'}
{'id': 6252, 'data_set_name': '可以使用:anl44_orig_en_grossmargin_coveredby', 'description': '不可使用,仅供参考:orig en grossmargin coveredby'}
{'id': 6253, 'data_set_name': '可以使用:anl44_orig_en_grossmargin_prevalue', 'description': '不可使用,仅供参考:orig en grossmargin prevalue'}
{'id': 6254, 'data_set_name': '可以使用:anl44_orig_en_grossmargin_value', 'description': '不可使用,仅供参考:orig en grossmargin value'}
{'id': 6282, 'data_set_name': '可以使用:anl44_orig_en_sales_coveredby', 'description': '不可使用,仅供参考:Orig EN sales V1 0 0 covered by'}
{'id': 6283, 'data_set_name': '可以使用:anl44_orig_en_sales_prevalue', 'description': '不可使用,仅供参考:orig en sales v1 0 0 prevalue'}
{'id': 6284, 'data_set_name': '可以使用:anl44_orig_en_sales_value', 'description': '不可使用,仅供参考:orig en sales v1 0 0 value'}
{'id': 6348, 'data_set_name': '可以使用:anl44_sales_best_crncy_iso', 'description': '不可使用,仅供参考:sales best crncy iso'}
{'id': 6349, 'data_set_name': '可以使用:anl44_sales_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:sales best cur fiscal qtr period'}
{'id': 6350, 'data_set_name': '可以使用:anl44_sales_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:sales best cur fiscal semi year period'}
{'id': 6351, 'data_set_name': '可以使用:anl44_sales_best_cur_fiscal_year_period', 'description': '不可使用,仅供参考:sales best cur fiscal year period'}
{'id': 6352, 'data_set_name': '可以使用:anl44_sales_best_eeps_cur_yr', 'description': '不可使用,仅供参考:sales best eeps cur yr'}
{'id': 6353, 'data_set_name': '可以使用:anl44_sales_best_eeps_nxt_yr', 'description': '不可使用,仅供参考:sales best eeps nxt yr'}
{'id': 6354, 'data_set_name': '可以使用:anl44_sales_best_fiscal_period_dt', 'description': '不可使用,仅供参考:sales best fiscal period dt'}
{'id': 6355, 'data_set_name': '可以使用:anl44_sales_best_fperiod_override', 'description': '不可使用,仅供参考:sales best fperiod override'}
{'id': 6356, 'data_set_name': '可以使用:anl44_sales_coveredby', 'description': '不可使用,仅供参考:Sales d0 coveredby'}
{'id': 6357, 'data_set_name': '可以使用:anl44_sales_latest_ann_dt_qtrly', 'description': '不可使用,仅供参考:sales latest ann dt qtrly'}
{'id': 6358, 'data_set_name': '可以使用:anl44_sales_most_recent_period_end_dt', 'description': '不可使用,仅供参考:sales most recent period end dt'}
{'id': 6359, 'data_set_name': '可以使用:anl44_sales_prevalue', 'description': '不可使用,仅供参考:Sales d0 prevalue'}
{'id': 6360, 'data_set_name': '可以使用:anl44_sales_value', 'description': '不可使用,仅供参考:Sales D0 value'}
{'id': 6398, 'data_set_name': '可以使用:anl44_second_en_grossmargin_coveredby', 'description': '不可使用,仅供参考:grossmargin coveredby'}
{'id': 6399, 'data_set_name': '可以使用:anl44_second_en_grossmargin_lastactccy', 'description': '不可使用,仅供参考:grossmargin lastactccy'}
{'id': 6400, 'data_set_name': '可以使用:anl44_second_en_grossmargin_lastactvalue', 'description': '不可使用,仅供参考:grossmargin lastactvalue'}
{'id': 6401, 'data_set_name': '可以使用:anl44_second_en_grossmargin_prevalue', 'description': '不可使用,仅供参考:grossmargin prevalue'}
{'id': 6402, 'data_set_name': '可以使用:anl44_second_en_grossmargin_value', 'description': '不可使用,仅供参考:grossmargin value'}
{'id': 6441, 'data_set_name': '可以使用:anl44_second_en_sales_broker', 'description': '不可使用,仅供参考:sales broker'}
{'id': 6442, 'data_set_name': '可以使用:anl44_second_en_sales_coveredby', 'description': '不可使用,仅供参考:sales coveredby'}
{'id': 6443, 'data_set_name': '可以使用:anl44_second_en_sales_lastactccy', 'description': '不可使用,仅供参考:sales lastactccy'}
{'id': 6444, 'data_set_name': '可以使用:anl44_second_en_sales_lastactvalue', 'description': '不可使用,仅供参考:sales lastactvalue'}
{'id': 6445, 'data_set_name': '可以使用:anl44_second_en_sales_prevalue', 'description': '不可使用,仅供参考:sales prevalue'}
{'id': 6446, 'data_set_name': '可以使用:anl44_second_en_sales_source', 'description': '不可使用,仅供参考:sales source'}
{'id': 6447, 'data_set_name': '可以使用:anl44_second_en_sales_value', 'description': '不可使用,仅供参考:sales value'}
{'id': 6459, 'data_set_name': '可以使用:coverage_sources_sales_orig', 'description': '不可使用,仅供参考:List or indicator of which data sources have covered the sales forecast in the original version module.'}
{'id': 6487, 'data_set_name': '可以使用:forecast_currency_sales', 'description': '不可使用,仅供参考:Currency in which the sales forecast is denominated.'}
{'id': 6488, 'data_set_name': '可以使用:forecast_currency_sales_orig', 'description': '不可使用,仅供参考:Currency in which the sales forecast is denominated in the original version module.'}
{'id': 6494, 'data_set_name': '可以使用:forecasted_value_sales_orig', 'description': '不可使用,仅供参考:Forecasted value for sales for the specified period in the original version module.'}
{'id': 6495, 'data_set_name': '可以使用:grossmargin_currency_code', 'description': '不可使用,仅供参考:Currency code in which the gross margin forecast is denominated.'}
{'id': 6504, 'data_set_name': '可以使用:latest_annual_currency_update_sales', 'description': "不可使用,仅供参考:Date or timestamp when the annual sales value's currency was last updated."}
{'id': 6509, 'data_set_name': '可以使用:latest_annual_period_end_update_sales', 'description': '不可使用,仅供参考:Date or timestamp when the period end for the annual sales value was last updated.'}
{'id': 6510, 'data_set_name': '可以使用:latest_annual_period_end_update_sales_2', 'description': '不可使用,仅供参考:Date or timestamp when the annual period end for sales was last updated.'}
{'id': 6511, 'data_set_name': '可以使用:latest_annual_period_end_update_sales_orig', 'description': '不可使用,仅供参考:Date or timestamp when the annual period end for sales was last updated in the original version module.'}
{'id': 6514, 'data_set_name': '可以使用:latest_annual_value_update_sales', 'description': '不可使用,仅供参考:Date or timestamp when the annual sales value was last updated.'}
{'id': 6519, 'data_set_name': '可以使用:latest_quarterly_annual_update_sales', 'description': '不可使用,仅供参考:Date or timestamp when the quarterly sales value for the annual period was last updated.'}
{'id': 6521, 'data_set_name': '可以使用:latest_quarterly_currency_update_sales', 'description': '不可使用,仅供参考:Date or timestamp when the currency for the quarterly sales value was last updated.'}
{'id': 6525, 'data_set_name': '可以使用:latest_quarterly_period_end_update_sales', 'description': '不可使用,仅供参考:Date or timestamp when the period end for the quarterly sales value was last updated.'}
{'id': 6526, 'data_set_name': '可以使用:latest_quarterly_period_end_update_sales_orig', 'description': '不可使用,仅供参考:Date or timestamp when the period end for the quarterly sales value was last updated in the original version module.'}
{'id': 6528, 'data_set_name': '可以使用:latest_quarterly_value_update_sales', 'description': '不可使用,仅供参考:Date or timestamp when the quarterly sales value was last updated.'}
{'id': 6539, 'data_set_name': '可以使用:previous_forecast_value_sales_orig', 'description': '不可使用,仅供参考:Previous forecasted value for sales before the current estimate in the original version module.'}
{'id': 6540, 'data_set_name': '可以使用:sales_forecast_currency_code', 'description': '不可使用,仅供参考:Currency in which the sales forecast is reported.'}
{'id': 6724, 'data_set_name': '可以使用:anl49_1stfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues as reported.'}
{'id': 6725, 'data_set_name': '可以使用:anl49_1stfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues indicator'}
{'id': 6728, 'data_set_name': '可以使用:anl49_2ndfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues as reported.'}
{'id': 6729, 'data_set_name': '可以使用:anl49_2ndfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues indicator'}
{'id': 6734, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratesalespershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Sales per Share.'}
{'id': 6743, 'data_set_name': '可以使用:anl49_3rdfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues as reported.'}
{'id': 6744, 'data_set_name': '可以使用:anl49_3rdfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues indicator'}
{'id': 6747, 'data_set_name': '可以使用:anl49_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
{'id': 6748, 'data_set_name': '可以使用:anl49_4thfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Fourth fiscal quarter sales or revenues indicator'}
{'id': 6756, 'data_set_name': '可以使用:anl49_annualfiscalsalesorrevenues', 'description': '不可使用,仅供参考:The total fiscal year sales or revenues as reported.'}
{'id': 6757, 'data_set_name': '可以使用:anl49_annualfiscalsalesorrevenuesindicator', 'description': '不可使用,仅供参考:Annual fiscal sales or revenues indicator'}
{'id': 6766, 'data_set_name': '可以使用:anl49_backfill_1stfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues as reported.'}
{'id': 6767, 'data_set_name': '可以使用:anl49_backfill_1stfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues indicator'}
{'id': 6770, 'data_set_name': '可以使用:anl49_backfill_2ndfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues as reported.'}
{'id': 6771, 'data_set_name': '可以使用:anl49_backfill_2ndfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues indicator'}
{'id': 6776, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratesalespershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Sales per Share.'}
{'id': 6785, 'data_set_name': '可以使用:anl49_backfill_3rdfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues as reported.'}
{'id': 6786, 'data_set_name': '可以使用:anl49_backfill_3rdfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues indicator'}
{'id': 6789, 'data_set_name': '可以使用:anl49_backfill_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
{'id': 6790, 'data_set_name': '可以使用:anl49_backfill_4thfiscalquartersalesorrevenuesindicator', 'description': '不可使用,仅供参考:Fourth fiscal quarter sales or revenues indicator'}
{'id': 6795, 'data_set_name': '可以使用:anl49_backfill_annualfiscalsalesorrevenues', 'description': '不可使用,仅供参考:The total fiscal year sales or revenues as reported.'}
{'id': 6796, 'data_set_name': '可以使用:anl49_backfill_annualfiscalsalesorrevenuesindicator', 'description': '不可使用,仅供参考:Annual fiscal sales or revenues indicator'}
{'id': 6834, 'data_set_name': '可以使用:anl49_backfill_grossmarginindicator', 'description': '不可使用,仅供参考:Gross margin indicator'}
{'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': 6853, 'data_set_name': '可以使用:anl49_backfill_netprofitmarginindicator', 'description': '不可使用,仅供参考:Net profit margin indicator'}
{'id': 6859, 'data_set_name': '可以使用:anl49_backfill_operatingmargin', 'description': '不可使用,仅供参考:Operating profit before deducting interest expense expressed as a percentage of gross income.'}
{'id': 6860, 'data_set_name': '可以使用:anl49_backfill_operatingmarginindicator', 'description': '不可使用,仅供参考:Operating margin indicator'}
{'id': 6870, 'data_set_name': '可以使用:anl49_backfill_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
{'id': 6871, 'data_set_name': '可以使用:anl49_backfill_salesorrevenuesindicator', 'description': '不可使用,仅供参考:Sales or revenues indicator'}
{'id': 6872, 'data_set_name': '可以使用:anl49_backfill_salesorrevenuespershare', 'description': '不可使用,仅供参考:Net sales or revenues divided by the number of common shares outstanding at the fiscal year end.'}
{'id': 6873, 'data_set_name': '可以使用:anl49_backfill_salesorrevenuespershareindicator', 'description': '不可使用,仅供参考:Sales or revenues per share indicator'}
{'id': 6920, 'data_set_name': '可以使用:anl49_grossmarginindicator', 'description': '不可使用,仅供参考:Gross margin indicator'}
{'id': 6938, 'data_set_name': '可以使用:anl49_netprofitmargin', 'description': '不可使用,仅供参考:Net income before extraordinary gains or losses expressed as a percentage of sales or revenues.'}
{'id': 6939, 'data_set_name': '可以使用:anl49_netprofitmarginindicator', 'description': '不可使用,仅供参考:Net profit margin indicator'}
{'id': 6945, 'data_set_name': '可以使用:anl49_operatingmargin', 'description': '不可使用,仅供参考:Operating profit before deducting interest expense expressed as a percentage of gross income.'}
{'id': 6946, 'data_set_name': '可以使用:anl49_operatingmarginindicator', 'description': '不可使用,仅供参考:Operating margin indicator'}
{'id': 6959, 'data_set_name': '可以使用:anl49_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
{'id': 6960, 'data_set_name': '可以使用:anl49_salesorrevenuesindicator', 'description': '不可使用,仅供参考:Sales or revenues indicator'}
{'id': 6961, 'data_set_name': '可以使用:anl49_salesorrevenuespershare', 'description': '不可使用,仅供参考:Net sales or revenues divided by the number of common shares outstanding at the fiscal year end.'}
{'id': 6962, 'data_set_name': '可以使用:anl49_salesorrevenuespershareindicator', 'description': '不可使用,仅供参考:Sales or revenues per share indicator'}
{'id': 6978, 'data_set_name': '可以使用:anl49_vector_1stfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:First fiscal quarter sales or revenues as reported.'}
{'id': 6981, 'data_set_name': '可以使用:anl49_vector_2ndfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Second fiscal quarter sales or revenues as reported.'}
{'id': 6986, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthratesalespershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Sales per Share.'}
{'id': 6995, 'data_set_name': '可以使用:anl49_vector_3rdfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Third fiscal quarter sales or revenues as reported.'}
{'id': 6998, 'data_set_name': '可以使用:anl49_vector_4thfiscalquartersalesorrevenues', 'description': '不可使用,仅供参考:Fiscal quarter sales or revenues as reported.'}
{'id': 7001, 'data_set_name': '可以使用:anl49_vector_annualfiscalsalesorrevenues', 'description': '不可使用,仅供参考:The total fiscal year sales or revenues as reported.'}
{'id': 7018, 'data_set_name': '可以使用:anl49_vector_netprofitmargin', 'description': '不可使用,仅供参考:Net income before extraordinary gains or losses expressed as a percentage of sales or revenues.'}
{'id': 7020, 'data_set_name': '可以使用:anl49_vector_operatingmargin', 'description': '不可使用,仅供参考:Operating profit before deducting interest expense expressed as a percentage of gross income.'}
{'id': 7022, 'data_set_name': '可以使用:anl49_vector_salesorrevenues', 'description': '不可使用,仅供参考:Total sales revenue less returns, allowances; and sales discounts; also known as net sales.'}
{'id': 7023, 'data_set_name': '可以使用:anl49_vector_salesorrevenuespershare', 'description': '不可使用,仅供参考:Net sales or revenues divided by the number of common shares outstanding at the fiscal year end.'}
{'id': 7132, 'data_set_name': '可以使用:anl69_best_ebit_to_sales', 'description': '不可使用,仅供参考:EBIT Margin'}
{'id': 7204, 'data_set_name': '可以使用:anl69_best_ni_adj_to_sales', 'description': '不可使用,仅供参考:Profit Margin'}
{'id': 7214, 'data_set_name': '可以使用:anl69_best_opp_to_sales', 'description': '不可使用,仅供参考:Operating Margin'}
{'id': 7223, 'data_set_name': '可以使用:anl69_best_ptp_to_sales', 'description': '不可使用,仅供参考:Pre-Tax Margin'}
{'id': 7245, 'data_set_name': '可以使用:anl69_best_sales', 'description': '不可使用,仅供参考:Sales'}
{'id': 7246, 'data_set_name': '可以使用:anl69_best_sales_4wk_chg', 'description': '不可使用,仅供参考:Sales 4 wk Chg'}
{'id': 7247, 'data_set_name': '可以使用:anl69_best_sales_4wk_dn', 'description': '不可使用,仅供参考:Sales 4 wk Down'}
{'id': 7248, 'data_set_name': '可以使用:anl69_best_sales_4wk_up', 'description': '不可使用,仅供参考:Sales 4 wk Up'}
{'id': 7249, 'data_set_name': '可以使用:anl69_best_sales_chg_pct', 'description': '不可使用,仅供参考:Sales % Chg'}
{'id': 7250, 'data_set_name': '可以使用:anl69_best_sales_hi', 'description': '不可使用,仅供参考:Sales High'}
{'id': 7251, 'data_set_name': '可以使用:anl69_best_sales_lo', 'description': '不可使用,仅供参考:Sales Low'}
{'id': 7252, 'data_set_name': '可以使用:anl69_best_sales_median', 'description': '不可使用,仅供参考:Sales Median'}
{'id': 7253, 'data_set_name': '可以使用:anl69_best_sales_numest', 'description': '不可使用,仅供参考:Sales # Ests'}
{'id': 7254, 'data_set_name': '可以使用:anl69_best_sales_stddev', 'description': '不可使用,仅供参考:Sales Std Dev'}
{'id': 7296, 'data_set_name': '可以使用:anl69_cest_sales', 'description': '不可使用,仅供参考:Sales'}
{'id': 7638, 'data_set_name': '可以使用:anl69_sales_best_crncy_iso', 'description': '不可使用,仅供参考:Currency (ISO)'}
{'id': 7639, 'data_set_name': '可以使用:anl69_sales_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:Current Fiscal Quarter Period D'}
{'id': 7640, 'data_set_name': '可以使用:anl69_sales_best_cur_fiscal_year_period', 'description': '不可使用,仅供参考:Current Fiscal Year Period Date'}
{'id': 7641, 'data_set_name': '可以使用:anl69_sales_best_eeps_cur_yr', 'description': '不可使用,仅供参考:Est Earnings per share Curr Year'}
{'id': 7642, 'data_set_name': '可以使用:anl69_sales_best_eeps_nxt_yr', 'description': '不可使用,仅供参考:Est Earnings per share Next Year'}
{'id': 7643, 'data_set_name': '可以使用:anl69_sales_best_fiscal_period_dt', 'description': '不可使用,仅供参考:Fiscal Period Date'}
{'id': 7644, 'data_set_name': '可以使用:anl69_sales_best_fperiod_override', 'description': '不可使用,仅供参考:Fiscal Period Override'}
{'id': 7645, 'data_set_name': '可以使用:anl69_sales_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'}
{'id': 7646, 'data_set_name': '可以使用:anl69_sales_expected_report_period', 'description': '不可使用,仅供参考:Expected Earnings Report Period'}
{'id': 7647, 'data_set_name': '可以使用:anl69_sales_expected_report_time', 'description': '不可使用,仅供参考:Expected Earnings Report Time'}
{'id': 7648, 'data_set_name': '可以使用:anl69_sales_latest_ann_dt_qtrly', 'description': '不可使用,仅供参考:Latest Announcement Date Quarterly'}
{'id': 7649, 'data_set_name': '可以使用:anl69_sales_market_status', 'description': '不可使用,仅供参考:Market Status'}
{'id': 7650, 'data_set_name': '可以使用:anl69_sales_most_recent_period_end_dt', 'description': '不可使用,仅供参考:Most Recent Period End Date'}
{'id': 78690, 'data_set_name': '可以使用:fnd17_margin5yr', 'description': '不可使用,仅供参考:Net Profit Margin - 5 year average'}
{'id': 78929, 'data_set_name': '可以使用:fn_allowance_for_doubtful_accounts_receivable_a', 'description': '不可使用,仅供参考:For an unclassified balance sheet, a valuation allowance for receivables due a company that are expected to be uncollectible.'}
{'id': 78930, 'data_set_name': '可以使用:fn_allowance_for_doubtful_accounts_receivable_q', 'description': '不可使用,仅供参考:For an unclassified balance sheet, a valuation allowance for receivables due a company that are expected to be uncollectible.'}
{'id': 78949, 'data_set_name': '可以使用:fn_business_combination_purchase_price_a', 'description': '不可使用,仅供参考:Business Combination, Purchase Price'}
{'id': 78950, 'data_set_name': '可以使用:fn_business_combination_purchase_price_q', 'description': '不可使用,仅供参考:Business Combination, Purchase Price'}
{'id': 78995, 'data_set_name': '可以使用:fn_debt_issuance_costs_a', 'description': '不可使用,仅供参考:Amount of debt issuance costs (for example, but not limited to, legal, accounting, broker, and regulatory fees).'}
{'id': 78996, 'data_set_name': '可以使用:fn_debt_issuance_costs_q', 'description': '不可使用,仅供参考:Amount of debt issuance costs (for example, but not limited to, legal, accounting, broker, and regulatory fees).'}
{'id': 79041, 'data_set_name': '可以使用:fn_interest_payable_a', 'description': '不可使用,仅供参考:Carrying value as of the balance sheet date of [accrued] interest payable on all forms of debt, including trade payables, that has been incurred and is unpaid. For classified balance sheets, used to reflect the current portion of the liabilities (due within 1 year or within the normal operating cycle if longer); for unclassified balance sheets, used to reflect the total liabilities (regardless of due date).'}
{'id': 79042, 'data_set_name': '可以使用:fn_interest_payable_q', 'description': '不可使用,仅供参考:Carrying value as of the balance sheet date of accrued interest payable on all forms of debt, including trade payables, that has been incurred and is unpaid. For classified balance sheets, used to reflect the current portion of the liabilities (due within 1 year or within the normal operating cycle if longer); for unclassified balance sheets, used to reflect the total liabilities (regardless of due date).'}
{'id': 79078, 'data_set_name': '可以使用:fn_payments_for_repurchase_of_common_stock_a', 'description': '不可使用,仅供参考:Value reported on Cash Flow Statement. May include shares repurchased as part of a buyback plan, as well as shares purchased for employee compensation, etc.'}
{'id': 79079, 'data_set_name': '可以使用:fn_payments_for_repurchase_of_common_stock_q', 'description': '不可使用,仅供参考:Value reported on Cash Flow Statement. May include shares repurchased as part of a buyback plan, as well as shares purchased for employee compensation, etc.'}
{'id': 79102, 'data_set_name': '可以使用:fn_repurchased_shares_a', 'description': '不可使用,仅供参考:Number of shares that have been repurchased during the period.'}
{'id': 79103, 'data_set_name': '可以使用:fn_repurchased_shares_q', 'description': '不可使用,仅供参考:Number of shares that have been repurchased during the period.'}
{'id': 79104, 'data_set_name': '可以使用:fn_repurchased_shares_value_a', 'description': '不可使用,仅供参考:Shares repurchased and either retired or put into treasury stock, likely as part of a share buyback plan.'}
{'id': 79105, 'data_set_name': '可以使用:fn_repurchased_shares_value_q', 'description': '不可使用,仅供参考:Shares repurchased and either retired or put into treasury stock, likely as part of a share buyback plan.'}
{'id': 79106, 'data_set_name': '可以使用:fn_taxes_payable_a', 'description': '不可使用,仅供参考:Carrying value as of the balance sheet date of obligations incurred and payable for statutory income, sales, use, payroll, excise, real, property, and other taxes. For classified balance sheets, used to reflect the current portion of the liabilities (due within 1 year or within the normal operating cycle if longer); for unclassified balance sheets, used to reflect the total liabilities (regardless of due date).'}
{'id': 79107, 'data_set_name': '可以使用:fn_taxes_payable_q', 'description': '不可使用,仅供参考:Carrying value as of the balance sheet date of obligations incurred and payable for statutory income, sales, use, payroll, excise, real, property and other taxes. For classified balance sheets, used to reflect the current portion of the liabilities (due within 1 year or within the normal operating cycle if longer); for unclassified balance sheets, used to reflect the total liabilities (regardless of due date).'}
{'id': 79251, 'data_set_name': '可以使用:accounts_payable_current', 'description': '不可使用,仅供参考:Accounts payable due within one year.'}
{'id': 79252, 'data_set_name': '可以使用:accounts_payable_current_2', 'description': '不可使用,仅供参考:[Quarterly] Construction in Progress - Gross'}
{'id': 79253, 'data_set_name': '可以使用:accounts_payable_deferred', 'description': '不可使用,仅供参考:[Quarterly] Pension Obligation - Domestic'}
{'id': 79254, 'data_set_name': '可以使用:accounts_payable_noncurrent', 'description': '不可使用,仅供参考:Accounts payable that are not due within the next year.'}
{'id': 79255, 'data_set_name': '可以使用:accounts_payable_nontrade', 'description': '不可使用,仅供参考:Accounts payable not related to trade transactions.'}
{'id': 79256, 'data_set_name': '可以使用:accounts_payable_notes', 'description': '不可使用,仅供参考:Notes payable included in accounts payable.'}
{'id': 79257, 'data_set_name': '可以使用:accounts_payable_trade_creditors', 'description': '不可使用,仅供参考:Accounts payable to trade creditors.'}
{'id': 79258, 'data_set_name': '可以使用:accounts_payable_year_end', 'description': '不可使用,仅供参考:Accounts payable balance at fiscal year end.'}
{'id': 79259, 'data_set_name': '可以使用:accounts_receivable_current', 'description': '不可使用,仅供参考:Current accounts receivable at period end.'}
{'id': 79260, 'data_set_name': '可以使用:accounts_receivable_current_assets', 'description': '不可使用,仅供参考:Accounts receivable included in current assets for the annual period.'}
{'id': 79261, 'data_set_name': '可以使用:accounts_receivable_gross', 'description': '不可使用,仅供参考:Gross amount of accounts receivable outstanding.'}
{'id': 79262, 'data_set_name': '可以使用:accounts_receivable_gross_2', 'description': '不可使用,仅供参考:[Quarterly] Accounts Receivable - Trade, Gross'}
{'id': 79263, 'data_set_name': '可以使用:accounts_receivable_long_term', 'description': '不可使用,仅供参考:Restricted Cash – Long-Termrepresents cash or cash equivalents that are prepared for specific\r\npurposes, subject to long-term restrictions, and not readily available for operational uses.'}
{'id': 79264, 'data_set_name': '可以使用:accounts_receivable_total_5', 'description': '不可使用,仅供参考:Total accounts receivable as of the reporting date.'}
{'id': 79265, 'data_set_name': '可以使用:accounts_receivable_total_6', 'description': '不可使用,仅供参考:Total value of accounts receivable outstanding at period end.'}
{'id': 79268, 'data_set_name': '可以使用:accounts_total_receivables_current', 'description': '不可使用,仅供参考:Total current receivables as reported in accounts.'}
{'id': 79269, 'data_set_name': '可以使用:accrued_acquisition_costs', 'description': '不可使用,仅供参考:Total value of accrued acquisition costs at the end of the period.'}
{'id': 79276, 'data_set_name': '可以使用:accrued_interest_payable', 'description': '不可使用,仅供参考:Interest expense that has been accrued but not yet paid.'}
{'id': 79277, 'data_set_name': '可以使用:accrued_interest_payable_2', 'description': '不可使用,仅供参考:Interest expense accrued but not yet paid.'}
{'id': 79290, 'data_set_name': '可以使用:acquisition_purchase_price', 'description': '不可使用,仅供参考:Total price paid for acquisitions during the period.'}
{'id': 79316, 'data_set_name': '可以使用:capital_invested_accumulated_cost', 'description': '不可使用,仅供参考:Capital invested at accumulated cost for the interim period.'}
{'id': 79332, 'data_set_name': '可以使用:current_tax_payable', 'description': '不可使用,仅供参考:Current tax payable as of the reporting date.'}
{'id': 79333, 'data_set_name': '可以使用:current_tax_receivable', 'description': '不可使用,仅供参考:Amount of tax receivables expected to be collected within one year.'}
{'id': 79334, 'data_set_name': '可以使用:customer_securities_investment', 'description': '不可使用,仅供参考:Customer securities held for investment purposes.'}
{'id': 79368, 'data_set_name': '可以使用:equity_investments_at_cost', 'description': '不可使用,仅供参考:Value of equity investments recorded at cost on the balance sheet.'}
{'id': 79385, 'data_set_name': '可以使用:finance_costs_debt_premium', 'description': '不可使用,仅供参考:Finance costs related to debt premium amortization.'}
{'id': 79386, 'data_set_name': '可以使用:finance_costs_deferred_portion', 'description': '不可使用,仅供参考:Deferred portion of finance costs.'}
{'id': 79399, 'data_set_name': '可以使用:fnd23_acc_payable', 'description': '不可使用,仅供参考:accounts payable'}
{'id': 80611, 'data_set_name': '可以使用:long_term_loans_payable', 'description': '不可使用,仅供参考:Outstanding long-term loans payable at period end.'}
{'id': 80620, 'data_set_name': '可以使用:long_term_tax_payable', 'description': '不可使用,仅供参考:Total value of long-term tax liabilities outstanding.'}
{'id': 80621, 'data_set_name': '可以使用:long_term_tax_payable_2', 'description': '不可使用,仅供参考:Long-term tax liabilities due beyond one year.'}
{'id': 80645, 'data_set_name': '可以使用:notes_payable_total_3', 'description': '不可使用,仅供参考:Total amount of notes payable outstanding at the reporting date.'}
{'id': 80662, 'data_set_name': '可以使用:other_current_receivables', 'description': '不可使用,仅供参考:Other receivables classified as current assets.'}
{'id': 80705, 'data_set_name': '可以使用:receivables_premium_total', 'description': '不可使用,仅供参考:Total value of premium receivables.'}
{'id': 80720, 'data_set_name': '可以使用:sales_income_net', 'description': '不可使用,仅供参考:Net sales or revenue recognized during the period.'}
{'id': 80721, 'data_set_name': '可以使用:sales_revenue_total', 'description': '不可使用,仅供参考:Total revenue from sales for the period.'}
{'id': 80722, 'data_set_name': '可以使用:sales_revenue_total_2', 'description': '不可使用,仅供参考:Total sales or revenue generated during the period.'}
{'id': 80723, 'data_set_name': '可以使用:sales_revenue_total_3', 'description': '不可使用,仅供参考:Total sales revenue recognized during the period.'}
{'id': 80766, 'data_set_name': '可以使用:short_term_bonds_payable_2', 'description': '不可使用,仅供参考:Short-term bonds payable at the end of the period.'}
{'id': 80779, 'data_set_name': '可以使用:short_term_gross_premiums_payable', 'description': '不可使用,仅供参考:Short-term gross premiums payable at period end.'}
{'id': 80780, 'data_set_name': '可以使用:short_term_group_payables', 'description': '不可使用,仅供参考:Short-term payables to group companies.'}
{'id': 80793, 'data_set_name': '可以使用:short_term_loans_payable', 'description': '不可使用,仅供参考:Short-term loans payable outstanding at period end.'}
{'id': 80805, 'data_set_name': '可以使用:short_term_notes_payable', 'description': '不可使用,仅供参考:Short-term notes payable outstanding at period end.'}
{'id': 80806, 'data_set_name': '可以使用:short_term_notes_payable_matured', 'description': '不可使用,仅供参考:Short-term notes payable that matured during the period.'}
{'id': 80809, 'data_set_name': '可以使用:short_term_payables_other', 'description': '不可使用,仅供参考:[Quarterly] Total Plan Obligations'}
{'id': 80825, 'data_set_name': '可以使用:stock_dividends_payable', 'description': '不可使用,仅供参考:Dividends payable in the form of stock.'}
{'id': 80826, 'data_set_name': '可以使用:stock_dividends_payable_recorded', 'description': '不可使用,仅供参考:Stock dividends declared but not yet paid.'}
{'id': 80855, 'data_set_name': '可以使用:trade_payables_short_term', 'description': '不可使用,仅供参考:Short-term trade payables owed by the company.'}
{'id': 83103, 'data_set_name': '可以使用:annual_accounts_receivable_total', 'description': '不可使用,仅供参考:Total accounts receivable as of the year.'}
{'id': 83104, 'data_set_name': '可以使用:annual_accounts_receivable_total_fast_d1', 'description': '不可使用,仅供参考:Total accounts receivable as of the year.'}
{'id': 83115, 'data_set_name': '可以使用:annual_cost_of_sales_total', 'description': '不可使用,仅供参考:Total cost incurred to generate revenue for the year.'}
{'id': 83116, 'data_set_name': '可以使用:annual_cost_of_sales_total_fast_d1', 'description': '不可使用,仅供参考:Total cost incurred to generate revenue for the year.'}
{'id': 83153, 'data_set_name': '可以使用:annual_operating_cost_excl_specials', 'description': '不可使用,仅供参考:Operating expenses excluding special items for the year.'}
{'id': 83154, 'data_set_name': '可以使用:annual_operating_cost_excl_specials_fast_d1', 'description': '不可使用,仅供参考:Operating expenses excluding special items for the year.'}
{'id': 83155, 'data_set_name': '可以使用:annual_receivables_change_amount', 'description': '不可使用,仅供参考:Change in accounts receivable during the year.'}
{'id': 83156, 'data_set_name': '可以使用:annual_receivables_change_amount_fast_d1', 'description': '不可使用,仅供参考:Change in accounts receivable during the year.'}
{'id': 83159, 'data_set_name': '可以使用:annual_sales_total', 'description': '不可使用,仅供参考:Total revenue recognized during the year.'}
{'id': 83160, 'data_set_name': '可以使用:annual_sales_total_fast_d1', 'description': '不可使用,仅供参考:Total revenue recognized during the year.'}
{'id': 83161, 'data_set_name': '可以使用:annual_sga_cost_total', 'description': '不可使用,仅供参考:Total selling, general, and administrative expenses for the year.'}
{'id': 83162, 'data_set_name': '可以使用:annual_sga_cost_total_fast_d1', 'description': '不可使用,仅供参考:Total selling, general, and administrative expenses for the year.'}
{'id': 83179, 'data_set_name': '可以使用:fnd3_A_accpayable', 'description': '不可使用,仅供参考:Annual Accounts payable'}
{'id': 83180, 'data_set_name': '可以使用:fnd3_A_accreceivable', 'description': '不可使用,仅供参考:Annual Accounts receivable'}
{'id': 83188, 'data_set_name': '可以使用:fnd3_A_capitalassetsales', 'description': '不可使用,仅供参考:Annual Proceeds from Sale of Productive Assets'}
{'id': 83193, 'data_set_name': '可以使用:fnd3_A_costofrevenue', 'description': '不可使用,仅供参考:Annual cost of revenue'}
{'id': 83226, 'data_set_name': '可以使用:fnd3_A_payables', 'description': '不可使用,仅供参考:Annual Increase or Decrease in Accounts Payable'}
{'id': 83229, 'data_set_name': '可以使用:fnd3_A_receivables', 'description': '不可使用,仅供参考:Annual Increase or Decrease in Receivables'}
{'id': 83249, 'data_set_name': '可以使用:fnd3_Aacctadj_accpayable', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Accounts payable'}
{'id': 83250, 'data_set_name': '可以使用:fnd3_Aacctadj_accreceivable', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Accounts receivable'}
{'id': 83259, 'data_set_name': '可以使用:fnd3_Aacctadj_capitalassetsales', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 83264, 'data_set_name': '可以使用:fnd3_Aacctadj_costofrevenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Cost of Revenue'}
{'id': 83292, 'data_set_name': '可以使用:fnd3_Aacctadj_payables', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 83296, 'data_set_name': '可以使用:fnd3_Aacctadj_receivables', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 83315, 'data_set_name': '可以使用:fnd3_Q_accpayable', 'description': '不可使用,仅供参考:Quarterly Accounts payable'}
{'id': 83316, 'data_set_name': '可以使用:fnd3_Q_accreceivable', 'description': '不可使用,仅供参考:Quarterly Accounts receivable'}
{'id': 83324, 'data_set_name': '可以使用:fnd3_Q_capitalassetsales', 'description': '不可使用,仅供参考:Quarterly Proceeds from Sale of Productive Assets'}
{'id': 83329, 'data_set_name': '可以使用:fnd3_Q_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
{'id': 83360, 'data_set_name': '可以使用:fnd3_Q_payables', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Accounts Payable'}
{'id': 83363, 'data_set_name': '可以使用:fnd3_Q_receivables', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Receivables'}
{'id': 83383, 'data_set_name': '可以使用:fnd3_Qacctadj_accpayable', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Accounts payable'}
{'id': 83384, 'data_set_name': '可以使用:fnd3_Qacctadj_accreceivable', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Accounts receivable'}
{'id': 83393, 'data_set_name': '可以使用:fnd3_Qacctadj_capitalassetsales', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 83398, 'data_set_name': '可以使用:fnd3_Qacctadj_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Cost of Revenue'}
{'id': 83425, 'data_set_name': '可以使用:fnd3_Qacctadj_payables', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 83429, 'data_set_name': '可以使用:fnd3_Qacctadj_receivables', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 83452, 'data_set_name': '可以使用:fnd3_a_accpayable', 'description': '不可使用,仅供参考:Annual Accounts payable'}
{'id': 83453, 'data_set_name': '可以使用:fnd3_a_accpayable_fast_d1', 'description': '不可使用,仅供参考:Annual Accounts payable'}
{'id': 83454, 'data_set_name': '可以使用:fnd3_a_accreceivable', 'description': '不可使用,仅供参考:Annual Accounts receivable'}
{'id': 83455, 'data_set_name': '可以使用:fnd3_a_accreceivable_fast_d1', 'description': '不可使用,仅供参考:Annual Accounts receivable'}
{'id': 83470, 'data_set_name': '可以使用:fnd3_a_capitalassetsales', 'description': '不可使用,仅供参考:Annual Proceeds from Sale of Productive Assets'}
{'id': 83471, 'data_set_name': '可以使用:fnd3_a_capitalassetsales_fast_d1', 'description': '不可使用,仅供参考:Annual Proceeds from Sale of Productive Assets'}
{'id': 83480, 'data_set_name': '可以使用:fnd3_a_costofrevenue', 'description': '不可使用,仅供参考:Annual cost of revenue'}
{'id': 83481, 'data_set_name': '可以使用:fnd3_a_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Annual cost of revenue'}
{'id': 83548, 'data_set_name': '可以使用:fnd3_a_payables', 'description': '不可使用,仅供参考:Annual Increase or Decrease in Accounts Payable'}
{'id': 83549, 'data_set_name': '可以使用:fnd3_a_payables_fast_d1', 'description': '不可使用,仅供参考:Annual Increase or Decrease in Accounts Payable'}
{'id': 83554, 'data_set_name': '可以使用:fnd3_a_receivables', 'description': '不可使用,仅供参考:Annual Increase or Decrease in Receivables'}
{'id': 83555, 'data_set_name': '可以使用:fnd3_a_receivables_fast_d1', 'description': '不可使用,仅供参考:Annual Increase or Decrease in Receivables'}
{'id': 83594, 'data_set_name': '可以使用:fnd3_aacctadj_accpayable', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Accounts payable'}
{'id': 83595, 'data_set_name': '可以使用:fnd3_aacctadj_accpayable_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Accounts payable'}
{'id': 83596, 'data_set_name': '可以使用:fnd3_aacctadj_accreceivable', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Accounts receivable'}
{'id': 83597, 'data_set_name': '可以使用:fnd3_aacctadj_accreceivable_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Accounts receivable'}
{'id': 83614, 'data_set_name': '可以使用:fnd3_aacctadj_capitalassetsales', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 83615, 'data_set_name': '可以使用:fnd3_aacctadj_capitalassetsales_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 83624, 'data_set_name': '可以使用:fnd3_aacctadj_costofrevenue', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Cost of Revenue'}
{'id': 83625, 'data_set_name': '可以使用:fnd3_aacctadj_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Cost of Revenue'}
{'id': 83680, 'data_set_name': '可以使用:fnd3_aacctadj_payables', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 83681, 'data_set_name': '可以使用:fnd3_aacctadj_payables_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 83688, 'data_set_name': '可以使用:fnd3_aacctadj_receivables', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 83689, 'data_set_name': '可以使用:fnd3_aacctadj_receivables_fast_d1', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 83724, 'data_set_name': '可以使用:fnd3_q_accpayable', 'description': '不可使用,仅供参考:Quarterly Accounts payable'}
{'id': 83725, 'data_set_name': '可以使用:fnd3_q_accpayable_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accounts payable'}
{'id': 83726, 'data_set_name': '可以使用:fnd3_q_accreceivable', 'description': '不可使用,仅供参考:Quarterly Accounts receivable'}
{'id': 83727, 'data_set_name': '可以使用:fnd3_q_accreceivable_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accounts receivable'}
{'id': 83742, 'data_set_name': '可以使用:fnd3_q_capitalassetsales', 'description': '不可使用,仅供参考:Quarterly Proceeds from Sale of Productive Assets'}
{'id': 83743, 'data_set_name': '可以使用:fnd3_q_capitalassetsales_fast_d1', 'description': '不可使用,仅供参考:Quarterly Proceeds from Sale of Productive Assets'}
{'id': 83752, 'data_set_name': '可以使用:fnd3_q_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
{'id': 83753, 'data_set_name': '可以使用:fnd3_q_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Quarterly Cost of Revenue'}
{'id': 83816, 'data_set_name': '可以使用:fnd3_q_payables', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Accounts Payable'}
{'id': 83817, 'data_set_name': '可以使用:fnd3_q_payables_fast_d1', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Accounts Payable'}
{'id': 83822, 'data_set_name': '可以使用:fnd3_q_receivables', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Receivables'}
{'id': 83823, 'data_set_name': '可以使用:fnd3_q_receivables_fast_d1', 'description': '不可使用,仅供参考:Quarterly Increase or Decrease in Receivables'}
{'id': 83860, 'data_set_name': '可以使用:fnd3_qacctadj_accpayable', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Accounts payable'}
{'id': 83861, 'data_set_name': '可以使用:fnd3_qacctadj_accpayable_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Accounts payable'}
{'id': 83862, 'data_set_name': '可以使用:fnd3_qacctadj_accreceivable', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Accounts receivable'}
{'id': 83863, 'data_set_name': '可以使用:fnd3_qacctadj_accreceivable_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Accounts receivable'}
{'id': 83880, 'data_set_name': '可以使用:fnd3_qacctadj_capitalassetsales', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 83881, 'data_set_name': '可以使用:fnd3_qacctadj_capitalassetsales_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 83890, 'data_set_name': '可以使用:fnd3_qacctadj_costofrevenue', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Cost of Revenue'}
{'id': 83891, 'data_set_name': '可以使用:fnd3_qacctadj_costofrevenue_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Cost of Revenue'}
{'id': 83944, 'data_set_name': '可以使用:fnd3_qacctadj_payables', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 83945, 'data_set_name': '可以使用:fnd3_qacctadj_payables_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 83952, 'data_set_name': '可以使用:fnd3_qacctadj_receivables', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 83953, 'data_set_name': '可以使用:fnd3_qacctadj_receivables_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 84014, 'data_set_name': '可以使用:quarterly_accounts_receivable_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Accounts receivable'}
{'id': 84015, 'data_set_name': '可以使用:quarterly_accounts_receivable_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Accounts receivable'}
{'id': 84030, 'data_set_name': '可以使用:quarterly_capital_asset_sales_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 84031, 'data_set_name': '可以使用:quarterly_capital_asset_sales_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Proceeds from Sale of Productive Assets'}
{'id': 84040, 'data_set_name': '可以使用:quarterly_cost_of_sales_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Cost of Revenue'}
{'id': 84041, 'data_set_name': '可以使用:quarterly_cost_of_sales_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Cost of Revenue'}
{'id': 84078, 'data_set_name': '可以使用:quarterly_interest_cost_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Interest Expense'}
{'id': 84079, 'data_set_name': '可以使用:quarterly_interest_cost_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Interest Expense'}
{'id': 84102, 'data_set_name': '可以使用:quarterly_operating_cost_excl_specials', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Operating Expense Extraordinary Items'}
{'id': 84103, 'data_set_name': '可以使用:quarterly_operating_cost_excl_specials_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Operating Expense Extraordinary Items'}
{'id': 84106, 'data_set_name': '可以使用:quarterly_payables_change_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 84107, 'data_set_name': '可以使用:quarterly_payables_change_amount_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Accounts Payable'}
{'id': 84114, 'data_set_name': '可以使用:quarterly_receivables_change_amount', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 84115, 'data_set_name': '可以使用:quarterly_receivables_change_amount_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Increase or Decrease in Receivables'}
{'id': 84118, 'data_set_name': '可以使用:quarterly_sales_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Revenue'}
{'id': 84119, 'data_set_name': '可以使用:quarterly_sales_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Revenue'}
{'id': 84120, 'data_set_name': '可以使用:quarterly_sga_cost_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Selling, General & Administrative Expense'}
{'id': 84121, 'data_set_name': '可以使用:quarterly_sga_cost_total_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Selling, General & Administrative Expense'}
{'id': 84211, 'data_set_name': '可以使用:fnd31_irttmsalesev', 'description': "不可使用,仅供参考:Industry-relative TTM Sales to Enterprise Value. It is defined as a stock's trailing 12-month sales-to-enterprise (SEV) value less the average of the SEVs of all stocks in the same industry deflated by the standard deviation of the SEVs of all stocks in the same relative universe."}
{'id': 85078, 'data_set_name': '可以使用:fnd6_sales', 'description': '不可使用,仅供参考:Net Sales'}
{'id': 85162, 'data_set_name': '可以使用:receivable', 'description': '不可使用,仅供参考:Receivables - Total'}
{'id': 85167, 'data_set_name': '可以使用:sales', 'description': '不可使用,仅供参考:Sales/Turnover (Net)'}
{'id': 85168, 'data_set_name': '可以使用:sales_growth', 'description': '不可使用,仅供参考:Growth in Sales (Quarterly)'}
{'id': 85169, 'data_set_name': '可以使用:sales_ps', 'description': '不可使用,仅供参考:Sales per Share (Quarterly)'}
{'id': 85332, 'data_set_name': '可以使用:fnd72_a1_cap_expend_to_sales', 'description': '不可使用,仅供参考:Measures the percentage of capital expenditures to sales'}
{'id': 85339, 'data_set_name': '可以使用:fnd72_a1_cfo_to_sales', 'description': '不可使用,仅供参考:Measures the percentage of Cash from Operations to Sales'}
{'id': 85341, 'data_set_name': '可以使用:fnd72_a1_cogs_to_net_sales', 'description': '不可使用,仅供参考:Percentage of revenue used to pay costs of goods sold'}
{'id': 85347, 'data_set_name': '可以使用:fnd72_a1_depr_exp_to_net_sales', 'description': '不可使用,仅供参考:Depreciation expense as a percentage of revenue'}
{'id': 85352, 'data_set_name': '可以使用:fnd72_a1_ebit_to_net_sales', 'description': '不可使用,仅供参考:Earnings before interest and taxes as a percentage of net sales'}
{'id': 85354, 'data_set_name': '可以使用:fnd72_a1_ebitda_margin', 'description': '不可使用,仅供参考:Percentage margin of trailing 12-month Earnings Before Interest Taxes Depreciation and Amortization divided by the trailing 12-month Sales'}
{'id': 85365, 'data_set_name': '可以使用:fnd72_a1_geo_grow_cogs_to_net_sales', 'description': '不可使用,仅供参考:Compound 5-year growth rate in cost of goods sold as a percentage of revenue'}
{'id': 85380, 'data_set_name': '可以使用:fnd72_a1_geo_grow_gross_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in gross margin'}
{'id': 85386, 'data_set_name': '可以使用:fnd72_a1_geo_grow_prof_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in profit margin'}
{'id': 85389, 'data_set_name': '可以使用:fnd72_a1_geo_grow_sales_per_sh', 'description': '不可使用,仅供参考:Compound 5-year growth rate in sales per share'}
{'id': 85399, 'data_set_name': '可以使用:fnd72_a1_inc_bef_xo_items_to_net_sales', 'description': '不可使用,仅供参考:Income before extraordinary items as a percentage of net sales'}
{'id': 85400, 'data_set_name': '可以使用:fnd72_a1_inc_tax_exp_to_net_sales', 'description': '不可使用,仅供参考:Income tax expense as a percentage of revenue'}
{'id': 85402, 'data_set_name': '可以使用:fnd72_a1_int_exp_to_net_sales', 'description': '不可使用,仅供参考:Interest expense as a percentage of revenue'}
{'id': 85410, 'data_set_name': '可以使用:fnd72_a1_minority_int_to_net_sales', 'description': '不可使用,仅供参考:Minority interest as a percentage of net sales'}
{'id': 85418, 'data_set_name': '可以使用:fnd72_a1_net_sales_to_net_sales', 'description': '不可使用,仅供参考:Net sales as a percentage of net sales'}
{'id': 85423, 'data_set_name': '可以使用:fnd72_a2_oper_inc_to_net_sales', 'description': '不可使用,仅供参考:Operating income as a percentage of net sales'}
{'id': 85431, 'data_set_name': '可以使用:fnd72_a2_rd_expend_to_net_sales', 'description': '不可使用,仅供参考:No longer supported'}
{'id': 85433, 'data_set_name': '可以使用:fnd72_a2_rd_to_sales', 'description': '不可使用,仅供参考:No longer supported'}
{'id': 85434, 'data_set_name': '可以使用:fnd72_a2_reinvest_earn_to_net_sales', 'description': '不可使用,仅供参考:Reinvested earnings as a percentage of revenue'}
{'id': 85444, 'data_set_name': '可以使用:fnd72_a2_sales_per_empl', 'description': '不可使用,仅供参考:Measure of net sales per 1,000 employees'}
{'id': 85445, 'data_set_name': '可以使用:fnd72_a2_sales_to_acct_rcv', 'description': "不可使用,仅供参考:Accounts receivable turnover ratio indicates the liquidity of the company's receivables, , in actual"}
{'id': 85446, 'data_set_name': '可以使用:fnd72_a2_sales_to_accum_depr', 'description': '不可使用,仅供参考:Accumulated depreciation turnover ratio represents the amount of sales or revenue generated per dollar of Accumulated Depreciation, in actual'}
{'id': 85447, 'data_set_name': '可以使用:fnd72_a2_sales_to_cash', 'description': '不可使用,仅供参考:Cash and near cash turnover ratio measures how effective a company is utilizing its cash, in actual'}
{'id': 85448, 'data_set_name': '可以使用:fnd72_a2_sales_to_cur_asset', 'description': '不可使用,仅供参考:Current Assets turnover ratio measures how well a company is making use of its current assets in generating sales'}
{'id': 85449, 'data_set_name': '可以使用:fnd72_a2_sales_to_invent', 'description': '不可使用,仅供参考:Sales to inventory ratio provides critical clues about whether the firm is keeping storage costs under control and achieving the target revenues'}
{'id': 85450, 'data_set_name': '可以使用:fnd72_a2_sales_to_lt_invest', 'description': '不可使用,仅供参考:Long-Term investments turnover ratio represents the amount of sales or revenues generated per dollar of long-term investments, in actual'}
{'id': 85451, 'data_set_name': '可以使用:fnd72_a2_sales_to_mkt_sec', 'description': '不可使用,仅供参考:Marketable turnover ratio measures how effective a company is utilizing its marketable securities, in actual'}
{'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': 85453, 'data_set_name': '可以使用:fnd72_a2_sales_to_other_cur_asset', 'description': "不可使用,仅供参考:Other Current Assets turnover ratio, in actual, measures a company's ability to utilize its other current assets to generate sales"}
{'id': 85454, 'data_set_name': '可以使用:fnd72_a2_sales_to_tot_asset', 'description': '不可使用,仅供参考:Assets turnover ratio represents the amount of sales or revenues generated per dollar of assets'}
{'id': 85455, 'data_set_name': '可以使用:fnd72_a2_sell_and_admin_exp_to_net_sales', 'description': '不可使用,仅供参考:Operating expenses as a percentage of revenue'}
{'id': 85463, 'data_set_name': '可以使用:fnd72_a2_tot_com_dvd_to_net_sales', 'description': '不可使用,仅供参考:Total common dividend as a percentage of revenue'}
{'id': 85480, 'data_set_name': '可以使用:fnd72_a2_trail_12m_gross_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Sales minus Trailing 12M Cost of Goods Sold and divided by Trailing 12M Net Sales'}
{'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': 85488, 'data_set_name': '可以使用:fnd72_a2_trail_12m_prof_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Income divided by Trailing 12M Net Sales and multiply the number by 100'}
{'id': 85491, 'data_set_name': '可以使用:fnd72_a2_xo_gl_net_of_tax_to_net_sales', 'description': '不可使用,仅供参考:Extraordinary gains or losses net of taxes as a percentage of net sales'}
{'id': 85524, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_acct_payable', 'description': '不可使用,仅供参考:Accounts Payable'}
{'id': 85587, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_notes_receivable', 'description': "不可使用,仅供参考:Promissory notes written from a bank related to a company's ordinary business transaction"}
{'id': 85594, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_acct_payable', 'description': '不可使用,仅供参考:Accounts Payable'}
{'id': 85657, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_notes_receivable', 'description': "不可使用,仅供参考:Promissory notes written from a bank related to a company's ordinary business transaction"}
{'id': 85750, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_accounts_payable_turnover', 'description': '不可使用,仅供参考:Company purchases over average accounts payable'}
{'id': 85751, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
{'id': 85752, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_accounts_receivable_growth', 'description': '不可使用,仅供参考:Percentage growth in inventory from last year to the current year'}
{'id': 85756, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_actual_sales_per_empl', 'description': '不可使用,仅供参考:Measure to indicate how much revenue allocates to an employee for the period'}
{'id': 85789, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_ebit_margin', 'description': "不可使用,仅供参考:Ratio which measures the company's profitability"}
{'id': 85812, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_ev_to_t12m_sales', 'description': '不可使用,仅供参考:Periodic enterprise value as a multiple of sales'}
{'id': 85822, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_geo_grow_net_sales', 'description': '不可使用,仅供参考:Compound 5-year growth rate in sales'}
{'id': 85825, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_gross_margin', 'description': '不可使用,仅供参考:Gross margin represents the percent of total sales revenue that the company retains after incurring the direct costs associated with producing the goods and services sold by the company'}
{'id': 85832, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_high_px_to_sales_ratio', 'description': "不可使用,仅供参考:The high price-to-sales ratio is the ratio of a stock's high price divided by the sales per share"}
{'id': 85843, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_invent_to_sales', 'description': '不可使用,仅供参考:Ratio of inventory to sales, a way to estimate the number of times the company can turn over its inventory in 1 year'}
{'id': 85848, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_inventory_growth_to_sales_growth', 'description': '不可使用,仅供参考:Year-over-year growth in inventory as a multiple of year-over-year growth in sales'}
{'id': 85854, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_low_px_to_sales_ratio', 'description': "不可使用,仅供参考:The low price-to-sales ratio is the ratio of a stock's low price divided by the sales per share"}
{'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': 85883, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_pretax_inc_to_net_sales', 'description': '不可使用,仅供参考:Pre-tax income as a percentage of net sales'}
{'id': 85884, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_pretax_margin', 'description': "不可使用,仅供参考:A company's earnings before tax as a percentage of total sales or revenues"}
{'id': 85885, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_prof_margin', 'description': "不可使用,仅供参考:Measuring the company's profitability, this ratio is the comparison of how much of the revenue incurred during the period was retained in income"}
{'id': 85890, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_px_to_sales_ratio', 'description': "不可使用,仅供参考:The price-to-sales ratio is the ratio of a stock's last price divided by sales per share"}
{'id': 85899, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_sales_5yr_avg_gr', 'description': '不可使用,仅供参考:Five-year average of sales growth'}
{'id': 85900, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_sales_growth', 'description': '不可使用,仅供参考:A percentage increase or decrease of sales revenue by comparing current period with same period prior year'}
{'id': 85901, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_sales_per_share_growth', 'description': '不可使用,仅供参考:Percentage growth of sales per basic share'}
{'id': 85932, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_trail_12m_net_sales', 'description': '不可使用,仅供参考:Calculated by adding Sales/Revenue/Turnover for the last 4 quarters, 2 semi-annuals, or annual'}
{'id': 85934, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_trail_12m_sales_per_sh', 'description': '不可使用,仅供参考:Calculated by adding Sales per Share for the last 4 quarters, 2 semi-annuals, or annual'}
{'id': 85938, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_accounts_payable_turnover', 'description': '不可使用,仅供参考:Company purchases over average accounts payable'}
{'id': 85939, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
{'id': 85940, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_accounts_receivable_growth', 'description': '不可使用,仅供参考:Percentage growth in inventory from last year to the current year'}
{'id': 85944, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_actual_sales_per_empl', 'description': '不可使用,仅供参考:Measure to indicate how much revenue allocates to an employee for the period'}
{'id': 85977, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_ebit_margin', 'description': "不可使用,仅供参考:Ratio which measures the company's profitability"}
{'id': 86000, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_ev_to_t12m_sales', 'description': '不可使用,仅供参考:Periodic enterprise value as a multiple of sales'}
{'id': 86011, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_geo_grow_net_sales', 'description': '不可使用,仅供参考:Compound 5-year growth rate in sales'}
{'id': 86014, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_gross_margin', 'description': '不可使用,仅供参考:Gross margin represents the percent of total sales revenue that the company retains after incurring the direct costs associated with producing the goods and services sold by a company'}
{'id': 86021, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_high_px_to_sales_ratio', 'description': "不可使用,仅供参考:The high price to sales ratio is the ratio of a stock's high price divided by the sales per share"}
{'id': 86032, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_invent_to_sales', 'description': '不可使用,仅供参考:Ratio of inventory to sales, a way to estimate the number of times the company can turn over its inventory in 1 year'}
{'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': 86043, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_low_px_to_sales_ratio', 'description': "不可使用,仅供参考:The low price to sales ratio is the ratio of a stock's low price divided by the sales per share"}
{'id': 86069, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_oper_margin', 'description': "不可使用,仅供参考:Ratio used to measure a company's pricing strategy and operating efficiency, in percentage"}
{'id': 86072, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_pretax_inc_to_net_sales', 'description': '不可使用,仅供参考:Pre-tax income as a percentage of net sales'}
{'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': 86074, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_prof_margin', 'description': "不可使用,仅供参考:Measuring the company's profitability, this ratio is the comparison of how much of the revenue incurred during the period was retained in income"}
{'id': 86080, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_px_to_sales_ratio', 'description': "不可使用,仅供参考:The price-to-sales ratio is the ratio of a stock's last price divided by sales per share"}
{'id': 86089, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_sales_5yr_avg_gr', 'description': '不可使用,仅供参考:Five-year average of sales growth'}
{'id': 86090, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_sales_growth', 'description': '不可使用,仅供参考:A percentage increase or decrease in sales revenue by comparing the current period with the same period prior year'}
{'id': 86091, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_sales_per_share_growth', 'description': '不可使用,仅供参考:Percentage growth of sales per basic share'}
{'id': 86122, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_trail_12m_net_sales', 'description': '不可使用,仅供参考:Calculated by adding Sales/Revenue/Turnover for the last four quarters, two semi-annuals, or annual'}
{'id': 86124, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_trail_12m_sales_per_sh', 'description': '不可使用,仅供参考:Calculated by adding Sales per Share for the last 4 quarters, 2 semi-annuals, or annual'}
{'id': 86165, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_interest_cost_pension', 'description': '不可使用,仅供参考:The component of net pension expense that pertains to the interest cost on the projected benefit obligation of the pension'}
{'id': 86183, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_service_cost', 'description': '不可使用,仅供参考:The actuarial present value of pension benefits attributed by the pension benefit formula to employee service during a specific period'}
{'id': 86201, 'data_set_name': '可以使用:fnd72_pit_or_is_a_sales_rev_turn', 'description': '不可使用,仅供参考:Sales/Revenue/Turnover'}
{'id': 86245, 'data_set_name': '可以使用:fnd72_pit_or_is_q_is_service_cost', 'description': '不可使用,仅供参考:The actuarial present value of pension benefits attributed by the pension benefit formula to employee service during a specific period'}
{'id': 86263, 'data_set_name': '可以使用:fnd72_pit_or_is_q_sales_rev_turn', 'description': '不可使用,仅供参考:Sales/Revenue/Turnover'}
{'id': 86276, 'data_set_name': '可以使用:fnd72_q1_cap_expend_to_sales', 'description': '不可使用,仅供参考:Measures the percentage of capital expenditures to sales'}
{'id': 86283, 'data_set_name': '可以使用:fnd72_q1_cfo_to_sales', 'description': '不可使用,仅供参考:Measures the percentage of Cash from Operations to Sales'}
{'id': 86285, 'data_set_name': '可以使用:fnd72_q1_cogs_to_net_sales', 'description': '不可使用,仅供参考:Percentage of revenue used to pay costs of goods sold'}
{'id': 86292, 'data_set_name': '可以使用:fnd72_q1_depr_exp_to_net_sales', 'description': '不可使用,仅供参考:Depreciation expense as a percentage of revenue'}
{'id': 86297, 'data_set_name': '可以使用:fnd72_q1_ebit_to_net_sales', 'description': '不可使用,仅供参考:Earnings before interest and taxes as a percentage of net sales'}
{'id': 86299, 'data_set_name': '可以使用:fnd72_q1_ebitda_margin', 'description': '不可使用,仅供参考:Percentage margin of trailing 12-month earnings before interest, taxes, depreciation, and amortization divided by the trailing 12-month sales'}
{'id': 86310, 'data_set_name': '可以使用:fnd72_q1_geo_grow_cogs_to_net_sales', 'description': '不可使用,仅供参考:Compound 5-year growth rate in cost of goods sold as a percentage of revenue'}
{'id': 86325, 'data_set_name': '可以使用:fnd72_q1_geo_grow_gross_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in gross margin'}
{'id': 86331, 'data_set_name': '可以使用:fnd72_q1_geo_grow_prof_margin', 'description': '不可使用,仅供参考:Compound 5-year growth rate in profit margin'}
{'id': 86334, 'data_set_name': '可以使用:fnd72_q1_geo_grow_sales_per_sh', 'description': '不可使用,仅供参考:Compound 5-year growth rate in sales per share'}
{'id': 86344, 'data_set_name': '可以使用:fnd72_q1_inc_bef_xo_items_to_net_sales', 'description': '不可使用,仅供参考:Income before extraordinary items as a percentage of net sales'}
{'id': 86345, 'data_set_name': '可以使用:fnd72_q1_inc_tax_exp_to_net_sales', 'description': '不可使用,仅供参考:Income tax expense as a percentage of revenue'}
{'id': 86347, 'data_set_name': '可以使用:fnd72_q1_int_exp_to_net_sales', 'description': '不可使用,仅供参考:Interest expense as a percentage of revenue'}
{'id': 86355, 'data_set_name': '可以使用:fnd72_q1_minority_int_to_net_sales', 'description': '不可使用,仅供参考:Minority interest as a percentage of net sales'}
{'id': 86362, 'data_set_name': '可以使用:fnd72_q1_net_sales_to_net_sales', 'description': '不可使用,仅供参考:Net sales as a percentage of net sales'}
{'id': 86367, 'data_set_name': '可以使用:fnd72_q2_oper_inc_to_net_sales', 'description': '不可使用,仅供参考:Operating income as a percentage of net sales'}
{'id': 86377, 'data_set_name': '可以使用:fnd72_q2_rd_expend_to_net_sales', 'description': '不可使用,仅供参考:No longer supported'}
{'id': 86379, 'data_set_name': '可以使用:fnd72_q2_rd_to_sales', 'description': '不可使用,仅供参考:No longer supported'}
{'id': 86380, 'data_set_name': '可以使用:fnd72_q2_reinvest_earn_to_net_sales', 'description': '不可使用,仅供参考:Reinvested earnings as a percentage of revenue'}
{'id': 86391, 'data_set_name': '可以使用:fnd72_q2_sales_per_empl', 'description': '不可使用,仅供参考:Measure of net sales per 1,000 employees'}
{'id': 86392, 'data_set_name': '可以使用:fnd72_q2_sales_to_acct_rcv', 'description': "不可使用,仅供参考:Accounts receivable turnover ratio indicates the liquidity of the company's receivables"}
{'id': 86393, 'data_set_name': '可以使用:fnd72_q2_sales_to_accum_depr', 'description': '不可使用,仅供参考:Accumulated depreciation turnover ratio represents the amount of sales or revenue generated per dollar of accumulated depreciation'}
{'id': 86394, 'data_set_name': '可以使用:fnd72_q2_sales_to_cash', 'description': '不可使用,仅供参考:Cash and near cash turnover ratio measures how effective a company is utilizing its cash'}
{'id': 86395, 'data_set_name': '可以使用:fnd72_q2_sales_to_cur_asset', 'description': '不可使用,仅供参考:Current Assets turnover ratio measures how well a company is making use of its current assets in generating sales'}
{'id': 86396, 'data_set_name': '可以使用:fnd72_q2_sales_to_invent', 'description': '不可使用,仅供参考:Sales to inventory ratio provides critical clues about whether the firm is keeping storage costs under control and achieving the target revenues'}
{'id': 86397, 'data_set_name': '可以使用:fnd72_q2_sales_to_lt_invest', 'description': '不可使用,仅供参考:Long-Term investments turnover ratio represents the amount of sales or revenues generated per dollar of long-term investments, in actual'}
{'id': 86398, 'data_set_name': '可以使用:fnd72_q2_sales_to_mkt_sec', 'description': '不可使用,仅供参考:Marketable turnover ratio measures how effective a company is utilizing its marketable securities, in actual'}
{'id': 86399, 'data_set_name': '可以使用:fnd72_q2_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': 86400, 'data_set_name': '可以使用:fnd72_q2_sales_to_other_cur_asset', 'description': "不可使用,仅供参考:Other Current Assets turnover ratio, in actual, measures a company's ability to utilize its other current assets to generate sales"}
{'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': 86402, 'data_set_name': '可以使用:fnd72_q2_sell_and_admin_exp_to_net_sales', 'description': '不可使用,仅供参考:Operating expenses as a percentage of revenue'}
{'id': 86410, 'data_set_name': '可以使用:fnd72_q2_tot_cash_pfd_dvd_to_net_sales', 'description': '不可使用,仅供参考:Total cash preferred dividends as a percentage of net sales'}
{'id': 86411, 'data_set_name': '可以使用:fnd72_q2_tot_com_dvd_to_net_sales', 'description': '不可使用,仅供参考:Total common dividend as a percentage of revenue'}
{'id': 86429, 'data_set_name': '可以使用:fnd72_q2_trail_12m_gross_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Sales minus Trailing 12M Cost of Goods Sold and divided by Trailing 12M Net Sales'}
{'id': 86434, 'data_set_name': '可以使用:fnd72_q2_trail_12m_oper_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Operating Income divided by Trailing 12M Net Sales and multiply the number by 100'}
{'id': 86438, 'data_set_name': '可以使用:fnd72_q2_trail_12m_prof_margin', 'description': '不可使用,仅供参考:Calculated from Trailing 12M Net Income divided by Trailing 12M Net Sales and multiply the number by 100'}
{'id': 86442, 'data_set_name': '可以使用:fnd72_q2_xo_gl_net_of_tax_to_net_sales', 'description': '不可使用,仅供参考:Extraordinary gains or losses net of taxes as a percentage of net sales'}
{'id': 86481, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_a_bs_acct_payable', 'description': '不可使用,仅供参考:Accounts Payable'}
{'id': 86517, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_a_notes_receivable', 'description': "不可使用,仅供参考:Promissory notes written from a bank related to a company's ordinary business transaction"}
{'id': 86521, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_acct_payable', 'description': '不可使用,仅供参考:Accounts Payable'}
{'id': 86553, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_notes_receivable', 'description': "不可使用,仅供参考:Promissory notes written from a bank related to a company's ordinary business transaction"}
{'id': 86597, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_acct_payable', 'description': '不可使用,仅供参考:Accounts Payable'}
{'id': 86660, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_notes_receivable', 'description': "不可使用,仅供参考:Promissory notes written from a bank related to a company's ordinary business transaction"}
{'id': 86733, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_accounts_payable_turnover', 'description': '不可使用,仅供参考:Company purchases over average accounts payable'}
{'id': 86734, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_accounts_payable_turnover_days', 'description': '不可使用,仅供参考:Number of days in the fiscal period as a multiple of Accounts Payable Turnover'}
{'id': 86735, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_accounts_receivable_growth', 'description': '不可使用,仅供参考:Percentage growth in inventory from last year to the current year'}
{'id': 86739, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_actual_sales_per_empl', 'description': '不可使用,仅供参考:Measure to indicate how much revenue allocates to an employee for the period'}
{'id': 86772, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_ebit_margin', 'description': "不可使用,仅供参考:Ratio which measures the company's profitability"}
{'id': 86793, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_ev_to_t12m_sales', 'description': '不可使用,仅供参考:Periodic enterprise value as a multiple of sales'}
{'id': 86803, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_geo_grow_net_sales', 'description': '不可使用,仅供参考:Compound 5-year growth rate in sales'}
{'id': 86806, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_gross_margin', 'description': '不可使用,仅供参考:Gross margin represents the percent of total sales revenue that the company retains after incurring the direct costs associated with producing the goods and services sold by a company'}
{'id': 86818, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_invent_to_sales', 'description': '不可使用,仅供参考:Ratio of inventory to sales, a way to estimate the number of times the company can turn over its inventory in 1 year'}
{'id': 86823, 'data_set_name': '可以使用:fnd72_s_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': 86850, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_oper_margin', 'description': "不可使用,仅供参考:Ratio used to measure a company's pricing strategy and operating efficiency, in percentage"}
{'id': 86853, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_pretax_inc_to_net_sales', 'description': '不可使用,仅供参考:Pre-tax income as a percentage of net sales'}
{'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': 86855, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_prof_margin', 'description': "不可使用,仅供参考:Measuring the company's profitability, this ratio is the comparison of how much of the revenue incurred during the period was retained in income"}
{'id': 86860, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_px_to_sales_ratio', 'description': "不可使用,仅供参考:The price-to-sales ratio is the ratio of a stock's last price divided by sales per share"}
{'id': 86869, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_sales_5yr_avg_gr', 'description': '不可使用,仅供参考:Five-year average of sales growth'}
{'id': 86870, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_sales_growth', 'description': '不可使用,仅供参考:A percentage increase or decrease of sales revenue by comparing the current period with the same period in the prior year'}
{'id': 86871, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_sales_per_share_growth', 'description': '不可使用,仅供参考:Percentage growth of sales per basic share'}
{'id': 86902, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_trail_12m_net_sales', 'description': '不可使用,仅供参考:Calculated by adding sales/revenue/turnover for the last 4 quarters, 2 semiannuals, or annual'}
{'id': 86904, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_trail_12m_sales_per_sh', 'description': '不可使用,仅供参考:Calculated by adding sales per share for the last four quarters, two semi-annuals, or annual'}
{'id': 86920, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_interest_cost_pension', 'description': '不可使用,仅供参考:The component of net pension expense that pertains to the interest cost on the projected benefit obligation of the pension'}
{'id': 86927, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_service_cost', 'description': '不可使用,仅供参考:The actuarial present value of pension benefits attributed by the pension benefit formula to employee service during a specific period'}
{'id': 86984, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a_sales_rev_turn', 'description': '不可使用,仅供参考:Sales/Revenue/Turnover'}
{'id': 87038, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_sales_rev_turn', 'description': '不可使用,仅供参考:Sales/Revenue/Turnover'}
{'id': 87042, 'data_set_name': '可以使用:fnd72_sales_to_gross_fix_asset', 'description': '不可使用,仅供参考:Gross fixed assets turnover ratio represents the amount of sales or revenues generated per dollar of Gross Fixed Assets, in actual'}
{'id': 87043, 'data_set_name': '可以使用:fnd72_sales_to_net_fix_asset', 'description': '不可使用,仅供参考:Measures the sales to net fixed assets'}
{'id': 87509, 'data_set_name': '可以使用:fnd90_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility'}
{'id': 87530, 'data_set_name': '可以使用:fnd90_game_receivable_chg', 'description': '不可使用,仅供参考:Change in Receivables'}
{'id': 87531, 'data_set_name': '可以使用:fnd90_game_receivable_days', 'description': '不可使用,仅供参考:Receivable Days'}
{'id': 87534, 'data_set_name': '可以使用:fnd90_game_sg_a_cost_ratio', 'description': '不可使用,仅供参考:SG&A Cost Ratio'}
{'id': 87574, 'data_set_name': '可以使用:fnd90_us_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility [ Descending] - [Quality.Stability in profitability]'}
{'id': 87595, 'data_set_name': '可以使用:fnd90_us_game_receivable_chg', 'description': '不可使用,仅供参考:Change in Receivables [ Descending] - [Quality.Working capital]'}
{'id': 87596, 'data_set_name': '可以使用:fnd90_us_game_receivable_days', 'description': '不可使用,仅供参考:Receivable Days [ Descending] - [Quality.Working capital]'}
{'id': 87599, 'data_set_name': '可以使用:fnd90_us_game_sg_a_cost_ratio', 'description': '不可使用,仅供参考:SG&A Cost Ratio [ Descending] - [Quality.Efficiency]'}
{'id': 88066, 'data_set_name': '可以使用:oth401_game_gross_margin_vol', 'description': '不可使用,仅供参考:Gross Margin Volatility'}
{'id': 88087, 'data_set_name': '可以使用:oth401_game_receivable_chg', 'description': '不可使用,仅供参考:Change in Receivables'}
{'id': 88088, 'data_set_name': '可以使用:oth401_game_receivable_days', 'description': '不可使用,仅供参考:Receivable Days'}
{'id': 88091, 'data_set_name': '可以使用:oth401_game_sg_a_cost_ratio', 'description': '不可使用,仅供参考:SG&A Cost Ratio'}
{'id': 316690, 'data_set_name': '可以使用:transaction_cost_estimate', 'description': '不可使用,仅供参考:Estimated cost incurred when executing a trade.'}
{'id': 316691, 'data_set_name': '可以使用:transaction_cost_maximum', 'description': '不可使用,仅供参考:Maximum estimated transaction cost for a trade.'}
{'id': 316692, 'data_set_name': '可以使用:transaction_cost_median', 'description': '不可使用,仅供参考:Median estimated transaction cost for a trade.'}
{'id': 316693, 'data_set_name': '可以使用:transaction_cost_percentile_10', 'description': '不可使用,仅供参考:Estimated transaction cost at the 10th percentile for a trade.'}
{'id': 316694, 'data_set_name': '可以使用:transaction_cost_percentile_25', 'description': '不可使用,仅供参考:Estimated transaction cost at the 25th percentile for a trade.'}
{'id': 316963, 'data_set_name': '可以使用:pv20_1_ard_accounts_payable_trade', 'description': '不可使用,仅供参考:ARD Accounts Payable - Trade'}
{'id': 317006, 'data_set_name': '可以使用:pv20_a_ard_accts_receivable_trade', 'description': '不可使用,仅供参考:ARD Accounts Receivable - Trade'}
{'id': 317038, 'data_set_name': '可以使用:pv20_ard_accounts_payable_trade', 'description': '不可使用,仅供参考:ARD Accounts Payable - Trade'}
{'id': 317757, 'data_set_name': '可以使用:pv20_q_1_ard_accts_receivable_trade', 'description': '不可使用,仅供参考:ARD Accounts Receivable - Trade'}
{'id': 317762, 'data_set_name': '可以使用:pv20_q_1_ard_income_tax_accrued_payable', 'description': '不可使用,仅供参考:ARD Income Taxes Accrued/Payable'}
{'id': 320141, 'data_set_name': '可以使用:pv87_2_grossmargin_af_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': 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': 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': 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': 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': 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': 320147, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
{'id': 320148, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
{'id': 320149, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
{'id': 320150, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
{'id': 320151, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
{'id': 320152, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
{'id': 320153, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 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': 320155, 'data_set_name': '可以使用:pv87_2_grossmargin_af_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': 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': 320157, 'data_set_name': '可以使用:pv87_2_grossmargin_af_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': 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': 320159, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
{'id': 320160, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
{'id': 320161, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
{'id': 320162, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
{'id': 320163, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
{'id': 320164, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
{'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': 320166, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_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': 320167, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_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': 320168, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_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': 320169, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320170, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_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': 320171, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
{'id': 320172, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
{'id': 320173, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
{'id': 320174, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
{'id': 320175, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
{'id': 320176, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
{'id': 320177, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320178, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_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': 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': 320180, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 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': 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': 320183, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Gross Margin'}
{'id': 320184, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Gross Margin'}
{'id': 320185, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Gross Margin'}
{'id': 320186, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Gross Margin'}
{'id': 320187, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Gross Margin'}
{'id': 320188, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Gross Margin'}
{'id': 320691, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320692, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320693, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320694, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320695, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320696, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320697, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Sales'}
{'id': 320698, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Sales'}
{'id': 320699, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Sales'}
{'id': 320700, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Sales'}
{'id': 320701, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Sales'}
{'id': 320702, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Sales'}
{'id': 320703, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320704, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320705, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320706, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320707, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320708, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320709, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Sales'}
{'id': 320710, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Sales'}
{'id': 320711, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Sales'}
{'id': 320712, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Sales'}
{'id': 320713, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Sales'}
{'id': 320714, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Sales'}
{'id': 320715, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320716, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320717, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320718, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320719, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320720, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320721, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Sales'}
{'id': 320722, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Sales'}
{'id': 320723, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Sales'}
{'id': 320724, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Sales'}
{'id': 320725, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Sales'}
{'id': 320726, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Sales'}
{'id': 320727, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320728, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320729, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320730, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320731, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320732, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320733, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Sales'}
{'id': 320734, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Sales'}
{'id': 320735, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Sales'}
{'id': 320736, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Sales'}
{'id': 320737, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Sales'}
{'id': 320738, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Sales'}
{'id': 320739, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320740, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320741, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320742, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320743, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320744, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320745, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Sales'}
{'id': 320746, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Sales'}
{'id': 320747, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Sales'}
{'id': 320748, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Sales'}
{'id': 320749, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Sales'}
{'id': 320750, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Sales'}
{'id': 320751, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320752, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320753, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320754, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320755, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320756, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320757, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Sales'}
{'id': 320758, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Sales'}
{'id': 320759, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Sales'}
{'id': 320760, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Sales'}
{'id': 320761, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Sales'}
{'id': 320762, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Sales'}
{'id': 320932, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_high', 'description': '不可使用,仅供参考:High of Gross Margin Estimate (%)'}
{'id': 320933, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_low', 'description': '不可使用,仅供参考:Low of Gross Margin Estimate (%)'}
{'id': 320934, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_mean', 'description': '不可使用,仅供参考:Mean of Gross Margin Estimate (%)'}
{'id': 320935, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_median', 'description': '不可使用,仅供参考:Median of Gross Margin Estimate (%)'}
{'id': 320936, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Gross Margin Estimate (%)'}
{'id': 320937, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Estimate (%)'}
{'id': 320938, 'data_set_name': '可以使用:pv87_ann_matrix_gross_margin_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Gross Margin Estimate (%)'}
{'id': 321160, 'data_set_name': '可以使用:pv87_customerprivacy_momentum_mean', 'description': '不可使用,仅供参考:Trailing 12m score of Customer Privacy topic'}
{'id': 321161, 'data_set_name': '可以使用:pv87_customerprivacyindustrypercentile_momentum_mean', 'description': '不可使用,仅供参考:Trailing 12m score of Customer Privacy topic'}
{'id': 321162, 'data_set_name': '可以使用:pv87_customerwelfare_insight_mean', 'description': '不可使用,仅供参考:Long-term score of Customer Welfare topic'}
{'id': 321163, 'data_set_name': '可以使用:pv87_customerwelfare_momentum_mean', 'description': '不可使用,仅供参考:Trailing 12m score of Customer Welfare topic'}
{'id': 321164, 'data_set_name': '可以使用:pv87_customerwelfare_pulse_mean', 'description': '不可使用,仅供参考:Short-term score of Customer Welfare topic'}
{'id': 321165, 'data_set_name': '可以使用:pv87_customerwelfareindustrypercentile_insight_mean', 'description': '不可使用,仅供参考:Long-term score of Customer Welfare topic'}
{'id': 321166, 'data_set_name': '可以使用:pv87_customerwelfareindustrypercentile_momentum_mean', 'description': '不可使用,仅供参考:Trailing 12m score of Customer Welfare topic'}
{'id': 321572, 'data_set_name': '可以使用:pv87_datasecurityandcustomerprivacy_insight_mean', 'description': '不可使用,仅供参考:Long-term score of Data Security And Customer Privacy topic'}
{'id': 321573, 'data_set_name': '可以使用:pv87_datasecurityandcustomerprivacy_momentum_mean', 'description': '不可使用,仅供参考:Trailing 12m score of Data Security And Customer Privacy topic'}
{'id': 321574, 'data_set_name': '可以使用:pv87_datasecurityandcustomerprivacy_pulse_mean', 'description': '不可使用,仅供参考:Short-term score of Data Security And Customer Privacy topic'}
{'id': 321575, 'data_set_name': '可以使用:pv87_datasecurityandcustomerprivacyindustrypercentile_insight_mean', 'description': '不可使用,仅供参考:Long-term score of Data Security And Customer Privacy topic'}
{'id': 321576, 'data_set_name': '可以使用:pv87_datasecurityandcustomerprivacyindustrypercentile_momentum_mean', 'description': '不可使用,仅供参考:Trailing 12m score of Data Security And Customer Privacy topic'}
{'id': 322014, 'data_set_name': '可以使用:pv87_gross_margin_actual', 'description': '不可使用,仅供参考:Gross Margin Actual (%)'}
{'id': 322015, 'data_set_name': '可以使用:pv87_gross_margin_actual_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Actual (%)'}
{'id': 322016, 'data_set_name': '可以使用:pv87_gross_margin_chg_mean', 'description': '不可使用,仅供参考:YoY change in gross profit margin'}
{'id': 322017, 'data_set_name': '可以使用:pv87_gross_margin_consensus_high', 'description': '不可使用,仅供参考:Gross Margin Consensus High (%)'}
{'id': 322018, 'data_set_name': '可以使用:pv87_gross_margin_consensus_high_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus High (%)'}
{'id': 322019, 'data_set_name': '可以使用:pv87_gross_margin_consensus_low', 'description': '不可使用,仅供参考:Gross Margin Consensus Low (%)'}
{'id': 322020, 'data_set_name': '可以使用:pv87_gross_margin_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Low (%)'}
{'id': 322021, 'data_set_name': '可以使用:pv87_gross_margin_consensus_mean', 'description': '不可使用,仅供参考:Gross Margin Consensus Mean (%)'}
{'id': 322022, 'data_set_name': '可以使用:pv87_gross_margin_consensus_mean_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Mean (%)'}
{'id': 322023, 'data_set_name': '可以使用:pv87_gross_margin_consensus_median', 'description': '不可使用,仅供参考:Gross Margin Consensus Median (%)'}
{'id': 322024, 'data_set_name': '可以使用:pv87_gross_margin_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Consensus Median (%)'}
{'id': 322025, 'data_set_name': '可以使用:pv87_gross_margin_mean', 'description': '不可使用,仅供参考:Gross profit margin'}
{'id': 322026, 'data_set_name': '可以使用:pv87_gross_margin_of_estimates', 'description': '不可使用,仅供参考:Gross Margin - # of Estimates'}
{'id': 322027, 'data_set_name': '可以使用:pv87_gross_margin_of_estimates_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin - # of Estimates'}
{'id': 322028, 'data_set_name': '可以使用:pv87_gross_margin_standard_deviation', 'description': '不可使用,仅供参考:Gross Margin - Standard Deviation (%)'}
{'id': 322029, 'data_set_name': '可以使用:pv87_gross_margin_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin - Standard Deviation (%)'}
{'id': 322591, 'data_set_name': '可以使用:pv87_margin_stab_mean', 'description': '不可使用,仅供参考:Gross margin stability, 5Y'}
{'id': 322724, 'data_set_name': '可以使用:pv87_net_margin_mean', 'description': '不可使用,仅供参考:Net income margin'}
{'id': 323914, 'data_set_name': '可以使用:pv87_op_margin_chg_mean', 'description': '不可使用,仅供参考:YoY change in operating profit margin'}
{'id': 323915, 'data_set_name': '可以使用:pv87_op_margin_mean', 'description': '不可使用,仅供参考:Operating profit margin (EBIT margin)'}
{'id': 323927, 'data_set_name': '可以使用:pv87_payable_to_mean', 'description': '不可使用,仅供参考:Accounts payable turnover'}
{'id': 324454, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_high', 'description': '不可使用,仅供参考:High of Gross Margin Estimate (%)'}
{'id': 324455, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_low', 'description': '不可使用,仅供参考:Low of Gross Margin Estimate (%)'}
{'id': 324456, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_mean', 'description': '不可使用,仅供参考:Mean of Gross Margin Estimate (%)'}
{'id': 324457, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_median', 'description': '不可使用,仅供参考:Median of Gross Margin Estimate (%)'}
{'id': 324458, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Gross Margin Estimate (%)'}
{'id': 324459, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_scale', 'description': '不可使用,仅供参考:Scale of Gross Margin Estimate (%)'}
{'id': 324460, 'data_set_name': '可以使用:pv87_qtr_matrix_gross_margin_estimate_std', 'description': '不可使用,仅供参考:Standard deviation of Gross Margin Estimate (%)'}
{'id': 324624, 'data_set_name': '可以使用:pv87_revere_customer_transform_link_relation', 'description': '不可使用,仅供参考:Related instruments based on link'}
{'id': 324625, 'data_set_name': '可以使用:pv87_revere_customer_transform_link_score_float', 'description': '不可使用,仅供参考:Link score of related instruments'}
{'id': 324626, 'data_set_name': '可以使用:pv87_revere_customer_transform_similarity_relation', 'description': '不可使用,仅供参考:Related instruments based on similarity'}
{'id': 324627, 'data_set_name': '可以使用:pv87_revere_customer_transform_similarity_score_float', 'description': '不可使用,仅供参考:Similarity score of related instruments'}
========================= 数据字段结束 =======================================
以上数据字段和操作符, 按照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
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!!