专利引用时效性溢价 在技术密集型行业中,专利引用的时效性(近期引用占总引用的比例)是衡量技术生命周期活力的关键信号。市场参与者普遍依赖专利累计引用总数进行估值,却系统性忽视引用的时间分布特征:近期引用占比高的公司,其技术仍处于活跃扩散与商业化阶段,未来创新产出与竞争优势被市场低估;而近期引用占比低但累计引用高的公司,技术可能已进入衰退期,当前估值隐含过度乐观预期。行为金融逻辑在于投资者注意力有限且存在代表性启发式偏差,难以有效整合动态引用时序信息。多头配置时效性比率高的标的,空头配置比率低的标的,可捕获市场对技术生命周期阶段定价不足产生的系统性alpha。 核心指标为“专利引用时效性比率”,计算公司有效专利中过去3年内被引用次数占历史总引用次数的比例。数据源需包含专利公开号、引用日期及引用方信息;指标需按申万一级行业进行横截面中性化,并采用24个月滚动窗口进行时序z-score标准化。缺失值处理:无专利数据的公司以行业当期中位数填充,并生成二元缺失指示变量;引入“专利年龄中位数”验证技术新旧结构,“行业月度引用增长率”控制行业周期扰动,二者作为辅助变量用于因子稳健性检验与经济逻辑交叉验证。 *=========================================================================================* 输出格式: 输出必须是且仅是纯文本。 每一行是一个完整、独立、语法正确的WebSim表达式。 严禁任何形式的解释、编号、标点包裹(如引号)、Markdown格式或额外文本。 ===================== !!! 重点(输出方式) !!! ===================== 现在,请严格遵守以上所有规则,开始生成可立即在WebSim中运行的复合因子表达式。 不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合 **输出格式**(一行一个表达式, 每个表达式中间需要添加一个空行, 只要表达式本身, 不需要赋值, 不要解释, 不需要序号, 也不要输出多余的东西): 表达式 表达式 表达式 ... 表达式 ================================================================= 重申:请确保所有表达式都使用WorldQuant WebSim平台函数,不要使用pandas、numpy或其他Python库函数。输出必须是一行有效的WQ表达式。 以下是我的账号有权限使用的操作符, 请严格按照操作符, 以及我提供的数据集, 进行生成,组合 50 个 alpha: 不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合 ================================================================= **操作符汇总 **算术运算符 (Arithmetic): abs(x) - 绝对值 add(x, y, filter=false) - 加法 (x + y) densify(x) - 分组字段稠密化 divide(x, y) - 除法 (x / y) inverse(x) - 倒数 (1/x) log(x) - 自然对数 max(x, y, ..) - 最大值 min(x, y, ..) - 最小值 multiply(x, y, filter=false) - 乘法 (x * y) power(x, y) - 幂运算 (x^y) reverse(x) - 取反 (-x) sign(x) - 符号函数 signed_power(x, y) - 保留符号的幂运算 sqrt(x) - 平方根 subtract(x, y, filter=false) - 减法 (x - y) to_nan(x, value=0, reverse=false) - 值与NaN转换 **逻辑运算符 (Logical): and(input1, input2) - 逻辑与 if_else(input1, input2, input3) - 条件判断 input1 < input2 - 小于比较 input1 <= input2 - 小于等于 input1 == input2 - 等于比较 input1 > input2 - 大于比较 input1 >= input2 - 大于等于 input1 != input2 - 不等于 is_nan(input) - 是否为NaN not(x) - 逻辑非 or(input1, input2) - 逻辑或 **时间序列运算符 (Time Series): days_from_last_change(x) - 上次变化天数 hump(x, hump=0.01) - 限制变化幅度 jump_decay(x, d, sensitivity=0.5, force=0.1) - 跳跃衰减 kth_element(x, d, k) - 第K个值 last_diff_value(x, d) - 最后一个不同值 ts_arg_max(x, d) - 最大值相对索引 ts_arg_min(x, d) - 最小值相对索引 ts_av_diff(x, d) - 与均值的差 ts_backfill(x, lookback=d, k=1, ignore="NAN") - 回填 ts_corr(x, y, d) - 时间序列相关性 ts_count_nans(x, d) - NaN计数 ts_covariance(y, x, d) - 协方差 ts_decay_linear(x, d, dense=false) - 线性衰减 ts_delay(x, d) - 延迟值 ts_delta(x, d) - 差值 (x - 延迟值) ts_max(x, d) - 时间序列最大值 ts_mean(x, d) - 时间序列均值 ts_min(x, d) - 时间序列最小值 ts_product(x, d) - 时间序列乘积 ts_quantile(x, d, driver="gaussian") - 分位数 ts_rank(x, d, constant=0) - 时间序列排名 ts_regression(y, x, d, lag=0, rettype=0) - 回归分析 ts_scale(x, d, constant=0) - 时间序列缩放 ts_std_dev(x, d) - 时间序列标准差 ts_step(1) - 天数计数器 ts_sum(x, d) - 时间序列求和 ts_target_tvr_decay(x, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率衰减 ts_target_tvr_delta_limit(x, y, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率差值限制 ts_zscore(x, d) - 时间序列Z分数 **横截面运算符 (Cross Sectional): normalize(x, useStd=false, limit=0.0) - 标准化 quantile(x, driver=gaussian, sigma=1.0) - 分位数转换 rank(x, rate=2) - 排名 scale(x, scale=1, longscale=1, shortscale=1) - 缩放 scale_down(x, constant=0) - 按比例缩放 vector_neut(x, y) - 向量中性化 winsorize(x, std=4) - 缩尾处理 zscore(x) - Z分数 **向量运算符 (Vector): vec_avg(x) - 向量均值 vec_max(x) - 向量最大值 vec_min(x) - 向量最小值 vec_sum(x) - 向量求和 **变换运算符 (Transformational): bucket(rank(x), range="0,1,0.1" or buckets="2,5,6,7,10") - 分桶 generate_stats(alpha) - 生成统计量 trade_when(x, y, z) - 条件交易 **分组运算符 (Group): combo_a(alpha, nlength=250, mode='algo1') - 组合Alpha group_backfill(x, group, d, std=4.0) - 分组回填 group_cartesian_product(g1, g2) - 笛卡尔积分组 group_max(x, group) - 分组最大值 group_mean(x, weight, group) - 分组均值 group_min(x, group) - 分组最小值 group_neutralize(x, group) - 分组中性化 group_rank(x, group) - 分组排名 group_scale(x, group) - 分组缩放 group_zscore(x, group) - 分组Z分数 **特殊运算符 (Special): in - 包含判断 self_corr(input) - 自相关性 universe_size - 宇宙大小 **归约运算符 (Reduce): reduce_avg(input, threshold=0) - 平均值归约 reduce_choose(input, nth, ignoreNan=true) - 选择归约 reduce_count(input, threshold) - 计数归约 reduce_ir(input) - IR归约 reduce_kurtosis(input) - 峰度归约 reduce_max(input) - 最大值归约 reduce_min(input) - 最小值归约 reduce_norm(input) - 范数归约 reduce_percentage(input, percentage=0.5) - 百分比归约 reduce_powersum(input, constant=2, precise=false) - 幂和归约 reduce_range(input) - 范围归约 reduce_skewness(input) - 偏度归约 reduce_stddev(input, threshold=0) - 标准差归约 reduce_sum(input) - 求和归约 以下是我的账号有权限使用的操作符, 请严格按照操作符, 进行生成,组合因子 ========================= 操作符开始 ======================================= 注意: Operator: 后面的是操作符(是可以使用的), Description: 此字段后面的是操作符对应的描述或使用说明(禁止使用, 仅供参考), Description字段后面的内容是使用说明, 不是操作符 特别注意!!!! 必须按照操作符字段Operator的使用说明生成 alphaOperator: abs(x) Description: Absolute value of x Operator: add(x, y, filter = false) Description: Add all inputs (at least 2 inputs required). If filter = true, filter all input NaN to 0 before adding Operator: densify(x) Description: Converts a grouping field of many buckets into lesser number of only available buckets so as to make working with grouping fields computationally efficient Operator: divide(x, y) Description: x / y Operator: inverse(x) Description: 1 / x Operator: log(x) Description: Natural logarithm. For example: Log(high/low) uses natural logarithm of high/low ratio as stock weights. Operator: max(x, y, ..) Description: Maximum value of all inputs. At least 2 inputs are required Operator: min(x, y ..) Description: Minimum value of all inputs. At least 2 inputs are required Operator: multiply(x ,y, ... , filter=false) Description: Multiply all inputs. At least 2 inputs are required. Filter sets the NaN values to 1 Operator: power(x, y) Description: x ^ y Operator: reverse(x) Description: - x Operator: sign(x) Description: if input > 0, return 1; if input < 0, return -1; if input = 0, return 0; if input = NaN, return NaN; Operator: signed_power(x, y) Description: x raised to the power of y such that final result preserves sign of x Operator: sqrt(x) Description: Square root of x Operator: subtract(x, y, filter=false) Description: x-y. If filter = true, filter all input NaN to 0 before subtracting Operator: and(input1, input2) Description: Logical AND operator, returns true if both operands are true and returns false otherwise Operator: if_else(input1, input2, input 3) Description: If input1 is true then return input2 else return input3. Operator: input1 < input2 Description: If input1 < input2 return true, else return false Operator: input1 <= input2 Description: Returns true if input1 <= input2, return false otherwise Operator: input1 == input2 Description: Returns true if both inputs are same and returns false otherwise Operator: input1 > input2 Description: Logic comparison operators to compares two inputs Operator: input1 >= input2 Description: Returns true if input1 >= input2, return false otherwise Operator: input1!= input2 Description: Returns true if both inputs are NOT the same and returns false otherwise Operator: is_nan(input) Description: If (input == NaN) return 1 else return 0 Operator: not(x) Description: Returns the logical negation of x. If x is true (1), it returns false (0), and if input is false (0), it returns true (1). Operator: or(input1, input2) Description: Logical OR operator returns true if either or both inputs are true and returns false otherwise Operator: days_from_last_change(x) Description: Amount of days since last change of x Operator: hump(x, hump = 0.01) Description: Limits amount and magnitude of changes in input (thus reducing turnover) Operator: kth_element(x, d, k) Description: Returns K-th value of input by looking through lookback days. This operator can be used to backfill missing data if k=1 Operator: last_diff_value(x, d) Description: Returns last x value not equal to current x value from last d days Operator: ts_arg_max(x, d) Description: Returns the relative index of the max value in the time series for the past d days. If the current day has the max value for the past d days, it returns 0. If previous day has the max value for the past d days, it returns 1 Operator: ts_arg_min(x, d) Description: Returns the relative index of the min value in the time series for the past d days; If the current day has the min value for the past d days, it returns 0; If previous day has the min value for the past d days, it returns 1. Operator: ts_av_diff(x, d) Description: Returns x - tsmean(x, d), but deals with NaNs carefully. That is NaNs are ignored during mean computation Operator: ts_backfill(x,lookback = d, k=1, ignore="NAN") Description: Backfill is the process of replacing the NAN or 0 values by a meaningful value (i.e., a first non-NaN value) Operator: ts_corr(x, y, d) Description: Returns correlation of x and y for the past d days Operator: ts_count_nans(x ,d) Description: Returns the number of NaN values in x for the past d days Operator: ts_covariance(y, x, d) Description: Returns covariance of y and x for the past d days Operator: ts_decay_linear(x, d, dense = false) Description: Returns the linear decay on x for the past d days. Dense parameter=false means operator works in sparse mode and we treat NaN as 0. In dense mode we do not. Operator: ts_delay(x, d) Description: Returns x value d days ago Operator: ts_delta(x, d) Description: Returns x - ts_delay(x, d) Operator: ts_mean(x, d) Description: Returns average value of x for the past d days. Operator: ts_product(x, d) Description: Returns product of x for the past d days Operator: ts_quantile(x,d, driver="gaussian" ) Description: It calculates ts_rank and apply to its value an inverse cumulative density function from driver distribution. Possible values of driver (optional ) are "gaussian", "uniform", "cauchy" distribution where "gaussian" is the default. Operator: ts_rank(x, d, constant = 0) Description: Rank the values of x for each instrument over the past d days, then return the rank of the current value + constant. If not specified, by default, constant = 0. Operator: ts_regression(y, x, d, lag = 0, rettype = 0) Description: Returns various parameters related to regression function Operator: ts_scale(x, d, constant = 0) Description: Returns (x - ts_min(x, d)) / (ts_max(x, d) - ts_min(x, d)) + constant. This operator is similar to scale down operator but acts in time series space Operator: ts_std_dev(x, d) Description: Returns standard deviation of x for the past d days Operator: ts_step(1) Description: Returns days' counter Operator: ts_sum(x, d) Description: Sum values of x for the past d days. Operator: ts_zscore(x, d) Description: Z-score is a numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean: (x - tsmean(x,d)) / tsstddev(x,d). This operator may help reduce outliers and drawdown. Operator: normalize(x, useStd = false, limit = 0.0) Description: Calculates the mean value of all valid alpha values for a certain date, then subtracts that mean from each element Operator: quantile(x, driver = gaussian, sigma = 1.0) Description: Rank the raw vector, shift the ranked Alpha vector, apply distribution (gaussian, cauchy, uniform). If driver is uniform, it simply subtract each Alpha value with the mean of all Alpha values in the Alpha vector Operator: rank(x, rate=2) Description: Ranks the input among all the instruments and returns an equally distributed number between 0.0 and 1.0. For precise sort, use the rate as 0 Operator: scale(x, scale=1, longscale=1, shortscale=1) Description: Scales input to booksize. We can also scale the long positions and short positions to separate scales by mentioning additional parameters to the operator Operator: winsorize(x, std=4) Description: Winsorizes x to make sure that all values in x are between the lower and upper limits, which are specified as multiple of std. Operator: zscore(x) Description: Z-score is a numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean Operator: vec_avg(x) Description: Taking mean of the vector field x Operator: vec_sum(x) Description: Sum of vector field x Operator: bucket(rank(x), range="0, 1, 0.1" or buckets = "2,5,6,7,10") Description: Convert float values into indexes for user-specified buckets. Bucket is useful for creating group values, which can be passed to GROUP as input Operator: trade_when(x, y, z) Description: Used in order to change Alpha values only under a specified condition and to hold Alpha values in other cases. It also allows to close Alpha positions (assign NaN values) under a specified condition Operator: group_backfill(x, group, d, std = 4.0) Description: If a certain value for a certain date and instrument is NaN, from the set of same group instruments, calculate winsorized mean of all non-NaN values over last d days Operator: group_mean(x, weight, group) Description: All elements in group equals to the mean Operator: group_neutralize(x, group) Description: Neutralizes Alpha against groups. These groups can be subindustry, industry, sector, country or a constant Operator: group_rank(x, group) Description: Each elements in a group is assigned the corresponding rank in this group Operator: group_scale(x, group) Description: Normalizes the values in a group to be between 0 and 1. (x - groupmin) / (groupmax - groupmin) Operator: group_zscore(x, group) Description: Calculates group Z-score - numerical measurement that describes a value's relationship to the mean of a group of values. Z-score is measured in terms of standard deviations from the mean. zscore = (data - mean) / stddev of x for each instrument within its group. ========================= 操作符结束 ======================================= ========================= 数据字段开始 ======================================= 注意: data_set_name: 后面的是数据字段(可以使用), description: 此字段后面的是数据字段对应的描述或使用说明(不能使用) {'id': 60316, 'data_set_name': '可以使用:anl10_bpspast_det_estage_6399', 'description': '不可使用,仅供参考:Age of book value per share estimates in days'} {'id': 60352, 'data_set_name': '可以使用:anl10_cpspast_det_estage_6349', 'description': '不可使用,仅供参考:Age of cash per share estimates in days'} {'id': 60363, 'data_set_name': '可以使用:anl10_dpspast_det_estage_6223', 'description': '不可使用,仅供参考:Age of dividends per share estimates in days'} {'id': 60370, 'data_set_name': '可以使用:anl10_ebspast_det_estage_6210', 'description': '不可使用,仅供参考:Age of earnings before others estimates in days'} {'id': 60392, 'data_set_name': '可以使用:anl10_entpast_det_estage_6314', 'description': '不可使用,仅供参考:Age of earnings net taxes estimates in days'} {'id': 60432, 'data_set_name': '可以使用:anl10_fcfpast_det_estage_6380', 'description': '不可使用,仅供参考:Age of free cash flow estimates in days'} {'id': 60472, 'data_set_name': '可以使用:anl10_grmpast_det_estage_6320', 'description': '不可使用,仅供参考:Age of gross margin estimates in days'} {'id': 60483, 'data_set_name': '可以使用:anl10_roapast_det_estage_6330', 'description': '不可使用,仅供参考:Age of return on assets estimates in days'} {'id': 61192, 'data_set_name': '可以使用:anl14_median_bvps_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - upcoming quarter'} {'id': 61193, 'data_set_name': '可以使用:anl14_median_bvps_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - Upcoming 2 Quarters'} {'id': 61194, 'data_set_name': '可以使用:anl14_median_bvps_fp3', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - Upcoming 3 Quarters'} {'id': 61195, 'data_set_name': '可以使用:anl14_median_bvps_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - upcoming 4 quarters'} {'id': 61196, 'data_set_name': '可以使用:anl14_median_bvps_fp5', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - upcoming 5 quarters'} {'id': 61197, 'data_set_name': '可以使用:anl14_median_bvps_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - upcoming year'} {'id': 61198, 'data_set_name': '可以使用:anl14_median_bvps_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - upcoming 2 years'} {'id': 61199, 'data_set_name': '可以使用:anl14_median_bvps_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - Upcoming 3 Years'} {'id': 61200, 'data_set_name': '可以使用:anl14_median_bvps_fy4', 'description': '不可使用,仅供参考:Median of estimations of book value per share - upcoming 4 years'} {'id': 61201, 'data_set_name': '可以使用:anl14_median_bvps_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - upcoming 5 years'} {'id': 61202, 'data_set_name': '可以使用:anl14_median_capex_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - Upcoming Quarter'} {'id': 61203, 'data_set_name': '可以使用:anl14_median_capex_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - upcoming 2 quarters'} {'id': 61204, 'data_set_name': '可以使用:anl14_median_capex_fp3', 'description': '不可使用,仅供参考:Median of estimations of capital expenditures - upcoming 3 quarters'} {'id': 61205, 'data_set_name': '可以使用:anl14_median_capex_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - upcoming 4 quarters'} {'id': 61206, 'data_set_name': '可以使用:anl14_median_capex_fp5', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - upcoming 5 quarters'} {'id': 61207, 'data_set_name': '可以使用:anl14_median_capex_fy1', 'description': '不可使用,仅供参考:Median of estimations of Capital Expenditures - upcoming year'} {'id': 61208, 'data_set_name': '可以使用:anl14_median_capex_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - upcoming 2 years'} {'id': 61209, 'data_set_name': '可以使用:anl14_median_capex_fy3', 'description': '不可使用,仅供参考:Median of estimations of capital expenditures - upcoming 3 years'} {'id': 61210, 'data_set_name': '可以使用:anl14_median_capex_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - upcoming 4 years'} {'id': 61211, 'data_set_name': '可以使用:anl14_median_capex_fy5', 'description': '不可使用,仅供参考:Median of estimations of capital expenditures - upcoming 5 years'} {'id': 61212, 'data_set_name': '可以使用:anl14_median_cfps_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Cash Flow Per Share - upcoming quarter'} {'id': 61213, 'data_set_name': '可以使用:anl14_median_cfps_fp2', 'description': '不可使用,仅供参考:Median of estimations of cash flow per share - upcoming 2 quarters'} {'id': 61214, 'data_set_name': '可以使用:anl14_median_cfps_fp3', 'description': '不可使用,仅供参考:Median of estimations of cash flow per share - upcoming 3 quarters'} {'id': 61215, 'data_set_name': '可以使用:anl14_median_cfps_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Cash Flow Per Share - upcoming 4 quarters'} {'id': 61216, 'data_set_name': '可以使用:anl14_median_cfps_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Cash Flow Per Share - Upcoming Year'} {'id': 61217, 'data_set_name': '可以使用:anl14_median_cfps_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Cash Flow Per Share - upcoming 2 years'} {'id': 61218, 'data_set_name': '可以使用:anl14_median_cfps_fy3', 'description': '不可使用,仅供参考:Median of estimations of cash flow per share - upcoming 3 years'} {'id': 61219, 'data_set_name': '可以使用:anl14_median_cfps_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Cash Flow Per Share - upcoming 4 years'} {'id': 61220, 'data_set_name': '可以使用:anl14_median_div_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - upcoming quarter'} {'id': 61221, 'data_set_name': '可以使用:anl14_median_div_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - upcoming 2 quarters'} {'id': 61222, 'data_set_name': '可以使用:anl14_median_div_fp3', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - upcoming 3 quarters'} {'id': 61223, 'data_set_name': '可以使用:anl14_median_div_fp4', 'description': '不可使用,仅供参考:Median of estimations of dividend - upcoming 4 quarters'} {'id': 61224, 'data_set_name': '可以使用:anl14_median_div_fp5', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - upcoming 5 quarters'} {'id': 61225, 'data_set_name': '可以使用:anl14_median_div_fy1', 'description': '不可使用,仅供参考:Median of estimations of dividend - upcoming year'} {'id': 61226, 'data_set_name': '可以使用:anl14_median_div_fy2', 'description': '不可使用,仅供参考:Median of estimations of Dividend - upcoming 2 years'} {'id': 61227, 'data_set_name': '可以使用:anl14_median_div_fy3', 'description': '不可使用,仅供参考:Median of estimations of dividend - upcoming 3 years'} {'id': 61228, 'data_set_name': '可以使用:anl14_median_div_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - Upcoming 4 Years'} {'id': 61229, 'data_set_name': '可以使用:anl14_median_div_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - Upcoming 5 Years'} {'id': 61230, 'data_set_name': '可以使用:anl14_median_ebit_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest & Taxes - Upcoming Quarter'} {'id': 61231, 'data_set_name': '可以使用:anl14_median_ebit_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest & Taxes - Upcoming 2 Quarters'} {'id': 61232, 'data_set_name': '可以使用:anl14_median_ebit_fp3', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest & taxes - upcoming 3 quarters'} {'id': 61233, 'data_set_name': '可以使用:anl14_median_ebit_fp4', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest & taxes - upcoming 4 quarters'} {'id': 61234, 'data_set_name': '可以使用:anl14_median_ebit_fp5', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest & taxes - upcoming 5 quarters'} {'id': 61235, 'data_set_name': '可以使用:anl14_median_ebit_fy1', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest & taxes - upcoming year'} {'id': 61236, 'data_set_name': '可以使用:anl14_median_ebit_fy2', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest & taxes - upcoming 2 years'} {'id': 61237, 'data_set_name': '可以使用:anl14_median_ebit_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest & Taxes - upcoming 3 years'} {'id': 61238, 'data_set_name': '可以使用:anl14_median_ebit_fy4', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest & taxes - upcoming 4 years'} {'id': 61239, 'data_set_name': '可以使用:anl14_median_ebit_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest & Taxes - upcoming 5 years'} {'id': 61240, 'data_set_name': '可以使用:anl14_median_ebitda_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming quarter'} {'id': 61241, 'data_set_name': '可以使用:anl14_median_ebitda_fp2', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest, taxes, depreciation & amortization - upcoming 2 quarters'} {'id': 61242, 'data_set_name': '可以使用:anl14_median_ebitda_fp3', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 3 quarters'} {'id': 61243, 'data_set_name': '可以使用:anl14_median_ebitda_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 4 quarters'} {'id': 61244, 'data_set_name': '可以使用:anl14_median_ebitda_fp5', 'description': '不可使用,仅供参考:Median of estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 5 quarters'} {'id': 61245, 'data_set_name': '可以使用:anl14_median_ebitda_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - Upcoming Year'} {'id': 61246, 'data_set_name': '可以使用:anl14_median_ebitda_fy2', 'description': '不可使用,仅供参考:Median of estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 2 years'} {'id': 61247, 'data_set_name': '可以使用:anl14_median_ebitda_fy3', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest, taxes, depreciation & amortization - upcoming 3 years'} {'id': 61248, 'data_set_name': '可以使用:anl14_median_ebitda_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 4 years'} {'id': 61249, 'data_set_name': '可以使用:anl14_median_ebitda_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 5 years'} {'id': 61250, 'data_set_name': '可以使用:anl14_median_eps_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Per Share - upcoming quarter'} {'id': 61251, 'data_set_name': '可以使用:anl14_median_eps_fp2', 'description': '不可使用,仅供参考:Median of estimations of earnings per share - upcoming 2 quarters'} {'id': 61252, 'data_set_name': '可以使用:anl14_median_eps_fp3', 'description': '不可使用,仅供参考:Median of estimations of Earnings Per Share - upcoming 3 quarters'} {'id': 61253, 'data_set_name': '可以使用:anl14_median_eps_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Per Share - upcoming 4 quarters'} {'id': 61254, 'data_set_name': '可以使用:anl14_median_eps_fp5', 'description': '不可使用,仅供参考:Median of estimations of earnings per share - upcoming 5 quarters'} {'id': 61255, 'data_set_name': '可以使用:anl14_median_eps_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Per Share - upcoming year'} {'id': 61256, 'data_set_name': '可以使用:anl14_median_eps_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Per Share - upcoming 2 years'} {'id': 61257, 'data_set_name': '可以使用:anl14_median_eps_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Per Share - Upcoming 3 Years'} {'id': 61258, 'data_set_name': '可以使用:anl14_median_eps_fy4', 'description': '不可使用,仅供参考:Median of estimations of earnings per share - upcoming 4 years'} {'id': 61259, 'data_set_name': '可以使用:anl14_median_eps_fy5', 'description': '不可使用,仅供参考:Median of estimations of earnings per share - upcoming 5 years'} {'id': 61260, 'data_set_name': '可以使用:anl14_median_epsrep_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Reported Earnings Per Share - upcoming quarter'} {'id': 61261, 'data_set_name': '可以使用:anl14_median_epsrep_fp2', 'description': '不可使用,仅供参考:Median of estimations of reported earnings per share - upcoming 2 quarters'} {'id': 61262, 'data_set_name': '可以使用:anl14_median_epsrep_fp3', 'description': '不可使用,仅供参考:Median of estimations of Reported Earnings Per Share - upcoming 3 quarters'} {'id': 61263, 'data_set_name': '可以使用:anl14_median_epsrep_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Reported Earnings Per Share - upcoming 4 quarters'} {'id': 61264, 'data_set_name': '可以使用:anl14_median_epsrep_fp5', 'description': '不可使用,仅供参考:Median of estimations of reported earnings per share - upcoming 5 quarters'} {'id': 61265, 'data_set_name': '可以使用:anl14_median_epsrep_fy1', 'description': '不可使用,仅供参考:Median of estimations of reported earnings per share - upcoming year'} {'id': 61266, 'data_set_name': '可以使用:anl14_median_epsrep_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Reported Earnings Per Share - upcoming 2 years'} {'id': 61267, 'data_set_name': '可以使用:anl14_median_epsrep_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Reported Earnings Per Share - upcoming 3 years'} {'id': 61268, 'data_set_name': '可以使用:anl14_median_epsrep_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Reported Earnings Per Share - upcoming 4 years'} {'id': 61269, 'data_set_name': '可以使用:anl14_median_epsrep_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Reported Earnings Per Share - upcoming 5 years'} {'id': 61270, 'data_set_name': '可以使用:anl14_median_nav_fy1', 'description': '不可使用,仅供参考:Median of estimations of Net Asset Value - upcoming year'} {'id': 61271, 'data_set_name': '可以使用:anl14_median_nav_fy2', 'description': '不可使用,仅供参考:Median of estimations of net asset value - upcoming 2 years'} {'id': 61272, 'data_set_name': '可以使用:anl14_median_nav_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Net Asset Value - upcoming 3 years'} {'id': 61273, 'data_set_name': '可以使用:anl14_median_ndebt_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - upcoming quarter'} {'id': 61274, 'data_set_name': '可以使用:anl14_median_ndebt_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - Upcoming 2 Quarters'} {'id': 61275, 'data_set_name': '可以使用:anl14_median_ndebt_fp3', 'description': '不可使用,仅供参考:Median of estimations of net debt - upcoming 3 quarters'} {'id': 61276, 'data_set_name': '可以使用:anl14_median_ndebt_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - upcoming 4 quarters'} {'id': 61277, 'data_set_name': '可以使用:anl14_median_ndebt_fy1', 'description': '不可使用,仅供参考:Median of estimations of net debt - upcoming year'} {'id': 61278, 'data_set_name': '可以使用:anl14_median_ndebt_fy2', 'description': '不可使用,仅供参考:Median of estimations of Net Debt - upcoming 2 years'} {'id': 61279, 'data_set_name': '可以使用:anl14_median_ndebt_fy3', 'description': '不可使用,仅供参考:Median of estimations of net debt - upcoming 3 years'} {'id': 61280, 'data_set_name': '可以使用:anl14_median_ndebt_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - upcoming 4 years'} {'id': 61281, 'data_set_name': '可以使用:anl14_median_ndebt_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - upcoming 5 years'} {'id': 61282, 'data_set_name': '可以使用:anl14_median_ntp_fp1', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming quarter'} {'id': 61283, 'data_set_name': '可以使用:anl14_median_ntp_fp2', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming 2 quarters'} {'id': 61284, 'data_set_name': '可以使用:anl14_median_ntp_fp3', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming 3 quarters'} {'id': 61285, 'data_set_name': '可以使用:anl14_median_ntp_fp4', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming 4 quarters'} {'id': 61286, 'data_set_name': '可以使用:anl14_median_ntp_fp5', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming 5 quarters'} {'id': 61287, 'data_set_name': '可以使用:anl14_median_ntp_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Net Profit - upcoming year'} {'id': 61288, 'data_set_name': '可以使用:anl14_median_ntp_fy2', 'description': '不可使用,仅供参考:Median of estimations of Net Profit - upcoming 2 years'} {'id': 61289, 'data_set_name': '可以使用:anl14_median_ntp_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Net Profit - Upcoming 3 Years'} {'id': 61290, 'data_set_name': '可以使用:anl14_median_ntp_fy4', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming 4 years'} {'id': 61291, 'data_set_name': '可以使用:anl14_median_ntp_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Net Profit - upcoming 5 years'} {'id': 61292, 'data_set_name': '可以使用:anl14_median_ntprep_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Reported Net Profit - upcoming quarter'} {'id': 61293, 'data_set_name': '可以使用:anl14_median_ntprep_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Reported Net Profit - upcoming 2 quarters'} {'id': 61294, 'data_set_name': '可以使用:anl14_median_ntprep_fp3', 'description': '不可使用,仅供参考:Median of estimations of reported net profit - upcoming 3 quarters'} {'id': 61295, 'data_set_name': '可以使用:anl14_median_ntprep_fp4', 'description': '不可使用,仅供参考:Median of estimations of Reported Net Profit - upcoming 4 quarters'} {'id': 61296, 'data_set_name': '可以使用:anl14_median_ntprep_fp5', 'description': '不可使用,仅供参考:Median of estimations of reported net profit - upcoming 5 quarters'} {'id': 61297, 'data_set_name': '可以使用:anl14_median_ntprep_fy1', 'description': '不可使用,仅供参考:Median of estimations of reported net profit - upcoming year'} {'id': 61298, 'data_set_name': '可以使用:anl14_median_ntprep_fy2', 'description': '不可使用,仅供参考:Median of estimations of reported net profit - upcoming 2 years'} {'id': 61299, 'data_set_name': '可以使用:anl14_median_ntprep_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Reported Net Profit - upcoming 3 years'} {'id': 61300, 'data_set_name': '可以使用:anl14_median_ntprep_fy4', 'description': '不可使用,仅供参考:Median of estimations of reported net profit - upcoming 4 years'} {'id': 61301, 'data_set_name': '可以使用:anl14_median_ntprep_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Reported Net Profit - upcoming 5 years'} {'id': 61302, 'data_set_name': '可以使用:anl14_median_opp_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Operating Profit - upcoming quarter'} {'id': 61303, 'data_set_name': '可以使用:anl14_median_opp_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Operating Profit - upcoming year'} {'id': 61304, 'data_set_name': '可以使用:anl14_median_opp_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Operating Profit - upcoming 2 years'} {'id': 61305, 'data_set_name': '可以使用:anl14_median_opp_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Operating Profit - upcoming 3 years'} {'id': 61306, 'data_set_name': '可以使用:anl14_median_ptp_fp1', 'description': '不可使用,仅供参考:Median of estimations of pretax profit - upcoming quarter'} {'id': 61307, 'data_set_name': '可以使用:anl14_median_ptp_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Pretax Profit - upcoming 2 quarters'} {'id': 61308, 'data_set_name': '可以使用:anl14_median_ptp_fp3', 'description': '不可使用,仅供参考:Median of Estimations of Pretax Profit - upcoming 3 quarters'} {'id': 61309, 'data_set_name': '可以使用:anl14_median_ptp_fy1', 'description': '不可使用,仅供参考:Median of estimations of pretax profit - upcoming year'} {'id': 61310, 'data_set_name': '可以使用:anl14_median_ptp_fy2', 'description': '不可使用,仅供参考:Median of estimations of pretax profit - upcoming 2 years'} {'id': 61311, 'data_set_name': '可以使用:anl14_median_ptp_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Pretax Profit - upcoming 3 years'} {'id': 61312, 'data_set_name': '可以使用:anl14_median_ptp_fy4', 'description': '不可使用,仅供参考:Median of estimations of Pretax Profit - upcoming 4 years'} {'id': 61313, 'data_set_name': '可以使用:anl14_median_ptp_fy5', 'description': '不可使用,仅供参考:Median of estimations of pretax profit - upcoming 5 years'} {'id': 61314, 'data_set_name': '可以使用:anl14_median_ptprep_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Reported Pretax Profit - upcoming year'} {'id': 61315, 'data_set_name': '可以使用:anl14_median_ptprep_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Reported Pretax Profit - upcoming 2 years'} {'id': 61316, 'data_set_name': '可以使用:anl14_median_ptprep_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Reported Pretax Profit - Upcoming 3 Years'} {'id': 61317, 'data_set_name': '可以使用:anl14_median_ptprep_fy4', 'description': '不可使用,仅供参考:Median of estimations of Reported Pretax Profit - upcoming 4 years'} {'id': 61318, 'data_set_name': '可以使用:anl14_median_ptprep_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Reported Pretax Profit - upcoming 5 years'} {'id': 61319, 'data_set_name': '可以使用:anl14_median_revenue_fp1', 'description': '不可使用,仅供参考:Median of estimations of revenue - upcoming quarter'} {'id': 61320, 'data_set_name': '可以使用:anl14_median_revenue_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 2 quarters'} {'id': 61321, 'data_set_name': '可以使用:anl14_median_revenue_fp3', 'description': '不可使用,仅供参考:Median of estimations of Revenue - upcoming 3 quarters'} {'id': 61322, 'data_set_name': '可以使用:anl14_median_revenue_fp4', 'description': '不可使用,仅供参考:Median of estimations of revenue - upcoming 4 quarters'} {'id': 61323, 'data_set_name': '可以使用:anl14_median_revenue_fp5', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 5 quarters'} {'id': 61324, 'data_set_name': '可以使用:anl14_median_revenue_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - Upcoming Year'} {'id': 61325, 'data_set_name': '可以使用:anl14_median_revenue_fy2', 'description': '不可使用,仅供参考:Median of estimations of revenue - upcoming 2 years'} {'id': 61326, 'data_set_name': '可以使用:anl14_median_revenue_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - Upcoming 3 Years'} {'id': 61327, 'data_set_name': '可以使用:anl14_median_revenue_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 4 years'} {'id': 61328, 'data_set_name': '可以使用:anl14_median_revenue_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Revenue - upcoming 5 years'} {'id': 61329, 'data_set_name': '可以使用:anl14_median_roa_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Assets - upcoming year'} {'id': 61330, 'data_set_name': '可以使用:anl14_median_roa_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Assets - Upcoming 2 Years'} {'id': 61331, 'data_set_name': '可以使用:anl14_median_roa_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Assets - Upcoming 3 Years'} {'id': 61332, 'data_set_name': '可以使用:anl14_median_roa_fy4', 'description': '不可使用,仅供参考:Median of estimations of returns on assets - upcoming 4 years'} {'id': 61333, 'data_set_name': '可以使用:anl14_median_roe_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - upcoming quarter'} {'id': 61334, 'data_set_name': '可以使用:anl14_median_roe_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - Upcoming 2 Quarters'} {'id': 61335, 'data_set_name': '可以使用:anl14_median_roe_fp3', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - upcoming 3 quarters'} {'id': 61336, 'data_set_name': '可以使用:anl14_median_roe_fp4', 'description': '不可使用,仅供参考:Median of estimations of Returns on Equity - upcoming 4 quarters'} {'id': 61337, 'data_set_name': '可以使用:anl14_median_roe_fy1', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - Upcoming Year'} {'id': 61338, 'data_set_name': '可以使用:anl14_median_roe_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - Upcoming 2 Years'} {'id': 61339, 'data_set_name': '可以使用:anl14_median_roe_fy3', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - Upcoming 3 Years'} {'id': 61340, 'data_set_name': '可以使用:anl14_median_roe_fy4', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - upcoming 4 years'} {'id': 61341, 'data_set_name': '可以使用:anl14_median_roe_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - upcoming 5 years'} {'id': 61645, 'data_set_name': '可以使用:rtk_ptg_median', 'description': '不可使用,仅供参考:Median of price target'} {'id': 61967, 'data_set_name': '可以使用:debt_to_equity_ratio_quarterly_prior_year', 'description': '不可使用,仅供参考:Ratio of total debt to total equity for the same quarter one year ago.'} {'id': 61973, 'data_set_name': '可以使用:lowest_pe_ratio_quarterly', 'description': '不可使用,仅供参考:Lowest price-to-earnings ratio for the most recent quarter.'} {'id': 62021, 'data_set_name': '可以使用:quarterly_current_ratio', 'description': '不可使用,仅供参考:Current assets divided by current liabilities for the quarter.'} {'id': 62022, 'data_set_name': '可以使用:quarterly_current_ratio_2', 'description': '不可使用,仅供参考:Current assets divided by current liabilities for the most recent quarter.'} {'id': 62023, 'data_set_name': '可以使用:quarterly_current_ratio_3', 'description': '不可使用,仅供参考:Current assets divided by current liabilities for the quarter.'} {'id': 62024, 'data_set_name': '可以使用:quarterly_current_ratio_alt', 'description': '不可使用,仅供参考:Alternate calculation of current ratio for the most recent quarter.'} {'id': 62025, 'data_set_name': '可以使用:quarterly_current_ratio_prior', 'description': '不可使用,仅供参考:Current assets divided by current liabilities for the same quarter last year.'} {'id': 62026, 'data_set_name': '可以使用:quarterly_current_ratio_prior_year', 'description': '不可使用,仅供参考:Current assets divided by current liabilities for the same quarter last year.'} {'id': 62032, 'data_set_name': '可以使用:quarterly_dividend_payout_ratio', 'description': '不可使用,仅供参考:Percentage of earnings paid out as dividends for the quarter.'} {'id': 62045, 'data_set_name': '可以使用:quarterly_effective_tax_rate', 'description': '不可使用,仅供参考:Effective tax rate for the most recent quarter.'} {'id': 62046, 'data_set_name': '可以使用:quarterly_effective_tax_rate_dup', 'description': '不可使用,仅供参考:Effective tax rate for the most recent quarter (duplicate field).'} {'id': 62066, 'data_set_name': '可以使用:quarterly_interest_coverage', 'description': '不可使用,仅供参考:Ratio of EBIT to interest expense for the quarter.'} {'id': 62067, 'data_set_name': '可以使用:quarterly_interest_coverage_db', 'description': '不可使用,仅供参考:EBIT divided by interest expense for the quarter (alternate source).'} {'id': 62068, 'data_set_name': '可以使用:quarterly_interest_coverage_ratio', 'description': '不可使用,仅供参考:Earnings before interest and taxes divided by interest expense for the quarter.'} {'id': 62076, 'data_set_name': '可以使用:quarterly_inventory_turnover_ratio', 'description': '不可使用,仅供参考:Inventory turnover ratio for the most recent quarter.'} {'id': 62086, 'data_set_name': '可以使用:quarterly_long_term_debt_to_assets_ratio', 'description': '不可使用,仅供参考:Long-term debt divided by total assets for the most recent quarter.'} {'id': 62092, 'data_set_name': '可以使用:quarterly_long_term_debt_to_equity_ratio', 'description': '不可使用,仅供参考:Long-term debt divided by equity for the most recent quarter.'} {'id': 62093, 'data_set_name': '可以使用:quarterly_long_term_debt_to_equity_ratio_prior_year', 'description': '不可使用,仅供参考:Long-term debt divided by equity for the same quarter last year.'} {'id': 62122, 'data_set_name': '可以使用:quarterly_payout_ratio', 'description': '不可使用,仅供参考:Percentage of earnings paid as dividends for the quarter.'} {'id': 62123, 'data_set_name': '可以使用:quarterly_payout_ratio_2', 'description': '不可使用,仅供参考:Percentage of earnings paid as dividends for the quarter.'} {'id': 62124, 'data_set_name': '可以使用:quarterly_pe_ratio_high', 'description': '不可使用,仅供参考:Highest price-to-earnings ratio for the most recent quarter.'} {'id': 62125, 'data_set_name': '可以使用:quarterly_pe_ratio_high_2', 'description': '不可使用,仅供参考:Highest price-to-earnings ratio for the quarter.'} {'id': 62126, 'data_set_name': '可以使用:quarterly_pe_ratio_low', 'description': '不可使用,仅供参考:Lowest price-to-earnings ratio for the most recent quarter.'} {'id': 62127, 'data_set_name': '可以使用:quarterly_pe_ratio_maximum', 'description': '不可使用,仅供参考:Highest price-to-earnings ratio observed in the latest quarter.'} {'id': 62128, 'data_set_name': '可以使用:quarterly_pe_ratio_minimum', 'description': '不可使用,仅供参考:Lowest price-to-earnings ratio observed in the latest quarter.'} {'id': 62134, 'data_set_name': '可以使用:quarterly_price_to_sales_ratio', 'description': '不可使用,仅供参考:Price divided by sales per share for the quarter.'} {'id': 62135, 'data_set_name': '可以使用:quarterly_price_to_sales_ratio_2', 'description': '不可使用,仅供参考:Ratio of price to sales for the most recent quarter.'} {'id': 62136, 'data_set_name': '可以使用:quarterly_price_to_sales_ratio_3', 'description': '不可使用,仅供参考:Price divided by sales per share for the quarter.'} {'id': 62137, 'data_set_name': '可以使用:quarterly_quick_ratio', 'description': '不可使用,仅供参考:Ratio of liquid assets to current liabilities for the latest quarter.'} {'id': 62138, 'data_set_name': '可以使用:quarterly_quick_ratio_2', 'description': '不可使用,仅供参考:Quick ratio for the most recent quarter.'} {'id': 62139, 'data_set_name': '可以使用:quarterly_quick_ratio_3', 'description': '不可使用,仅供参考:Quick ratio for the most recent quarter.'} {'id': 62140, 'data_set_name': '可以使用:quarterly_quick_ratio_alt', 'description': '不可使用,仅供参考:Alternate calculation of quick ratio for the most recent quarter.'} {'id': 62141, 'data_set_name': '可以使用:quarterly_quick_ratio_prior', 'description': '不可使用,仅供参考:Quick ratio for the same quarter last year.'} {'id': 62142, 'data_set_name': '可以使用:quarterly_quick_ratio_prior_year', 'description': '不可使用,仅供参考:Quick ratio for the same quarter in the previous year.'} {'id': 62148, 'data_set_name': '可以使用:quarterly_reinvestment_rate', 'description': '不可使用,仅供参考:Percentage of earnings reinvested in the company for the quarter.'} {'id': 62149, 'data_set_name': '可以使用:quarterly_reinvestment_rate_2', 'description': '不可使用,仅供参考:Percentage of earnings reinvested in the company for the quarter.'} {'id': 62150, 'data_set_name': '可以使用:quarterly_reinvestment_rate_3', 'description': '不可使用,仅供参考:Percent of earnings reinvested for the quarter.'} {'id': 62156, 'data_set_name': '可以使用:quarterly_return_on_average_assets', 'description': '不可使用,仅供参考:Annualized net income divided by average assets for the quarter.'} {'id': 62157, 'data_set_name': '可以使用:quarterly_return_on_average_equity', 'description': '不可使用,仅供参考:Annualized net income divided by average equity for the quarter.'} {'id': 62172, 'data_set_name': '可以使用:quarterly_sga_to_revenue_ratio', 'description': '不可使用,仅供参考:Selling, general, and administrative expenses as a percentage of revenue for the quarter.'} {'id': 62173, 'data_set_name': '可以使用:quarterly_sga_to_sales_ratio', 'description': '不可使用,仅供参考:Selling, general, and administrative expenses as a percent of revenue for the quarter.'} {'id': 62174, 'data_set_name': '可以使用:quarterly_sga_to_sales_ratio_2', 'description': '不可使用,仅供参考:SG&A expenses as a percent of revenue for the quarter.'} {'id': 62182, 'data_set_name': '可以使用:quarterly_tax_rate_percent', 'description': '不可使用,仅供参考:Effective tax rate for the most recent quarter, as a percentage.'} {'id': 62195, 'data_set_name': '可以使用:quarterly_total_debt_to_assets_ratio', 'description': '不可使用,仅供参考:Total debt divided by total assets for the most recent quarter.'} {'id': 62201, 'data_set_name': '可以使用:quarterly_total_debt_to_equity_ratio', 'description': '不可使用,仅供参考:Total debt divided by equity for the most recent quarter.'} {'id': 62202, 'data_set_name': '可以使用:quarterly_total_debt_to_equity_ratio_prior_year', 'description': '不可使用,仅供参考:Total debt divided by equity for the same quarter last year.'} {'id': 62203, 'data_set_name': '可以使用:quarterly_total_debt_to_total_capital_ratio', 'description': '不可使用,仅供参考:Total debt divided by total capital for the most recent quarter.'} {'id': 62215, 'data_set_name': '可以使用:reporting_to_pricing_currency_exchange_rate', 'description': '不可使用,仅供参考:Exchange rate from reporting currency to pricing currency.'} {'id': 62216, 'data_set_name': '可以使用:reporting_to_pricing_currency_exrate', 'description': '不可使用,仅供参考:Exchange rate between reporting currency and pricing currency.'} {'id': 62226, 'data_set_name': '可以使用:ttm_return_on_average_equity', 'description': '不可使用,仅供参考:Net income divided by average equity for the trailing twelve months.'} {'id': 62229, 'data_set_name': '可以使用:usd_to_reporting_currency_exchange_rate', 'description': '不可使用,仅供参考:Exchange rate between US dollar and reporting currency.'} {'id': 62230, 'data_set_name': '可以使用:usd_to_reporting_currency_exrate', 'description': '不可使用,仅供参考:Exchange rate between USD and the reporting currency.'} {'id': 62377, 'data_set_name': '可以使用:anl45_bm_exchange_rate', 'description': '不可使用,仅供参考:Exchange Rate by which the Benchmark will be measured'} {'id': 62389, 'data_set_name': '可以使用:anl45_inv_exchange_rate', 'description': '不可使用,仅供参考:Exchange rate between stock and investment currencies / FX Rate on the period End date'} {'id': 62410, 'data_set_name': '可以使用:anl45_risk_free_rate', 'description': '不可使用,仅供参考:The unrealised return on an open idea'} {'id': 62419, 'data_set_name': '可以使用:anl45_treynor_ratio', 'description': '不可使用,仅供参考:A ratio that measures returns earned in excess of that which could have been earned on a riskless investment (such as the risk free rate).??'} {'id': 62439, 'data_set_name': '可以使用:anl69_best_ebit_median', 'description': '不可使用,仅供参考:EBIT Median'} {'id': 62448, 'data_set_name': '可以使用:anl69_best_eps_gaap_median', 'description': '不可使用,仅供参考:Earnings Per Share GAAP Median'} {'id': 62449, 'data_set_name': '可以使用:anl69_best_eps_median', 'description': '不可使用,仅供参考:Earnings per Share Median'} {'id': 62457, 'data_set_name': '可以使用:anl69_best_ndebt_median', 'description': '不可使用,仅供参考:NDEBT Median'} {'id': 62471, 'data_set_name': '可以使用:anl69_best_net_gaap_median', 'description': '不可使用,仅供参考:Net GAAP Median'} {'id': 62477, 'data_set_name': '可以使用:anl69_best_net_median', 'description': '不可使用,仅供参考:Net Inc Median'} {'id': 62480, 'data_set_name': '可以使用:anl69_best_pe_ratio', 'description': '不可使用,仅供参考:P/E Ratio'} {'id': 62481, 'data_set_name': '可以使用:anl69_best_px_bps_ratio', 'description': '不可使用,仅供参考:P/Bk'} {'id': 62482, 'data_set_name': '可以使用:anl69_best_px_cps_ratio', 'description': '不可使用,仅供参考:P/CF'} {'id': 62490, 'data_set_name': '可以使用:anl69_best_roa_median', 'description': '不可使用,仅供参考:Return on Assets Median'} {'id': 62500, 'data_set_name': '可以使用:anl69_cps_best_cps_median', 'description': '不可使用,仅供参考:Cash Flow per Share Median'} {'id': 62522, 'data_set_name': '可以使用:anl69_cpss_best_cps_median', 'description': '不可使用,仅供参考:Cash Flow per Share Median'} {'id': 62547, 'data_set_name': '可以使用:anl69_dps_best_dps_median', 'description': '不可使用,仅供参考:Dividend per Share Median'} {'id': 62568, 'data_set_name': '可以使用:anl69_dpss_best_dps_median', 'description': '不可使用,仅供参考:Dividend per Share Median'} {'id': 62696, 'data_set_name': '可以使用:anl69_roe_best_roe_median', 'description': '不可使用,仅供参考:Return on Equity Median'} {'id': 62718, 'data_set_name': '可以使用:anl69_roes_best_roe_median', 'description': '不可使用,仅供参考:Return on Equity Median'} {'id': 136375, 'data_set_name': '可以使用:board_nationality_diversity_ratio_2', 'description': '不可使用,仅供参考:Proportion of directors from different countries on the board (alternate).'} {'id': 136383, 'data_set_name': '可以使用:director_attrition_ratio_2', 'description': '不可使用,仅供参考:Proportion of directors who have left a role in the preceding period (alternate).'} {'id': 136384, 'data_set_name': '可以使用:director_attrition_ratio_3yr', 'description': '不可使用,仅供参考:Proportion of directors who have left a role in the preceding three years.'} {'id': 136386, 'data_set_name': '可以使用:equity_linked_compensation_ratio_2', 'description': '不可使用,仅供参考:Proportion of equity-linked compensation in total director remuneration (alternate).'} {'id': 136417, 'data_set_name': '可以使用:fnd1_genderratio', 'description': '不可使用,仅供参考:The proportion of male directors whether for the Executive Directors'} {'id': 136419, 'data_set_name': '可以使用:fnd1_stdevage', 'description': '不可使用,仅供参考:The standard deviation of the population of the ages of Directors for the Executive Directors'} {'id': 136434, 'data_set_name': '可以使用:ltip_to_total_remuneration_ratio_2', 'description': '不可使用,仅供参考:Ratio of long-term incentive plan value to total remuneration for the period (alternate).'} {'id': 136456, 'data_set_name': '可以使用:total_remuneration_period', 'description': '不可使用,仅供参考:Total remuneration awarded to the director for the period.'} {'id': 136569, 'data_set_name': '可以使用:fifty_day_average_price', 'description': '不可使用,仅供参考:The average closing price over the last 50 trading days.'} {'id': 136570, 'data_set_name': '可以使用:fnd17_1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136571, 'data_set_name': '可以使用:fnd17_1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136572, 'data_set_name': '可以使用:fnd17_1alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136573, 'data_set_name': '可以使用:fnd17_1alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136574, 'data_set_name': '可以使用:fnd17_2_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136575, 'data_set_name': '可以使用:fnd17_2_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136576, 'data_set_name': '可以使用:fnd17_2alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136577, 'data_set_name': '可以使用:fnd17_2alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136585, 'data_set_name': '可以使用:fnd17_3_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136586, 'data_set_name': '可以使用:fnd17_3_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136587, 'data_set_name': '可以使用:fnd17_3alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136588, 'data_set_name': '可以使用:fnd17_3alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136589, 'data_set_name': '可以使用:fnd17_4_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136590, 'data_set_name': '可以使用:fnd17_4_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136591, 'data_set_name': '可以使用:fnd17_4alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136592, 'data_set_name': '可以使用:fnd17_4alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136593, 'data_set_name': '可以使用:fnd17_5_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136594, 'data_set_name': '可以使用:fnd17_5_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136595, 'data_set_name': '可以使用:fnd17_5alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136596, 'data_set_name': '可以使用:fnd17_5alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136597, 'data_set_name': '可以使用:fnd17_6_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136598, 'data_set_name': '可以使用:fnd17_6_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136599, 'data_set_name': '可以使用:fnd17_6alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136600, 'data_set_name': '可以使用:fnd17_6alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136601, 'data_set_name': '可以使用:fnd17_7_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136602, 'data_set_name': '可以使用:fnd17_7_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136603, 'data_set_name': '可以使用:fnd17_7alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136604, 'data_set_name': '可以使用:fnd17_7alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136605, 'data_set_name': '可以使用:fnd17_8_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136606, 'data_set_name': '可以使用:fnd17_8_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136607, 'data_set_name': '可以使用:fnd17_8alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136608, 'data_set_name': '可以使用:fnd17_8alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136609, 'data_set_name': '可以使用:fnd17_9_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 136610, 'data_set_name': '可以使用:fnd17_9_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 136618, 'data_set_name': '可以使用:fnd17_acurratio', 'description': '不可使用,仅供参考:Current ratio - most recent fiscal year'} {'id': 136653, 'data_set_name': '可以使用:fnd17_alldelay1_acurratio', 'description': '不可使用,仅供参考:Current ratio - most recent fiscal year'} {'id': 136690, 'data_set_name': '可以使用:fnd17_alldelay1_apayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year'} {'id': 136691, 'data_set_name': '可以使用:fnd17_alldelay1_apayratio2', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year -1'} {'id': 136720, 'data_set_name': '可以使用:fnd17_alldelay1_ataxrate', 'description': '不可使用,仅供参考:Tax rate - most recent fiscal year'} {'id': 136721, 'data_set_name': '可以使用:fnd17_alldelay1_ataxrate2', 'description': '不可使用,仅供参考:Tax rate - most recent fiscal year -1'} {'id': 136830, 'data_set_name': '可以使用:fnd17_alldelay1_qcurratio', 'description': '不可使用,仅供参考:Current ratio - most recent quarter'} {'id': 136831, 'data_set_name': '可以使用:fnd17_alldelay1_qcurratio2', 'description': '不可使用,仅供参考:Current ratio - most recent quarter, 1 year ago'} {'id': 136843, 'data_set_name': '可以使用:fnd17_alldelay1_qpayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent quarter'} {'id': 136862, 'data_set_name': '可以使用:fnd17_alldelay1_qtaxrate', 'description': '不可使用,仅供参考:Tax rate - most recent quarter'} {'id': 136959, 'data_set_name': '可以使用:fnd17_alldelay1_ttmtaxrate', 'description': '不可使用,仅供参考:Tax rate - trailing 12 months'} {'id': 136987, 'data_set_name': '可以使用:fnd17_apayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year'} {'id': 136988, 'data_set_name': '可以使用:fnd17_apayratio2', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year -1'} {'id': 137017, 'data_set_name': '可以使用:fnd17_ataxrate', 'description': '不可使用,仅供参考:Tax rate - most recent fiscal year'} {'id': 137018, 'data_set_name': '可以使用:fnd17_ataxrate2', 'description': '不可使用,仅供参考:Tax rate - most recent fiscal year -1'} {'id': 137136, 'data_set_name': '可以使用:fnd17_qcurratio', 'description': '不可使用,仅供参考:Current ratio - most recent quarter'} {'id': 137137, 'data_set_name': '可以使用:fnd17_qcurratio2', 'description': '不可使用,仅供参考:Current ratio - most recent quarter, 1 year ago'} {'id': 137149, 'data_set_name': '可以使用:fnd17_qpayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent quarter'} {'id': 137168, 'data_set_name': '可以使用:fnd17_qtaxrate', 'description': '不可使用,仅供参考:Tax rate - most recent quarter'} {'id': 137223, 'data_set_name': '可以使用:fnd17_siratio1', 'description': '不可使用,仅供参考:Short Interest Ratio - most recent'} {'id': 137224, 'data_set_name': '可以使用:fnd17_siratio2', 'description': '不可使用,仅供参考:Short Interest Ratio - 1 month ago'} {'id': 137225, 'data_set_name': '可以使用:fnd17_siratio3', 'description': '不可使用,仅供参考:Short Interest ratio - 2 months ago'} {'id': 137226, 'data_set_name': '可以使用:fnd17_siratio4', 'description': '不可使用,仅供参考:Short Interest ratio - 3 months ago'} {'id': 137294, 'data_set_name': '可以使用:fnd17_ttmtaxrate', 'description': '不可使用,仅供参考:Tax rate - trailing 12 month'} {'id': 137307, 'data_set_name': '可以使用:interim_debt_to_capital_ratio', 'description': '不可使用,仅供参考:Ratio of total debt to total capital for the most recent interim period.'} {'id': 137351, 'data_set_name': '可以使用:quarterly_debt_to_assets_ratio', 'description': '不可使用,仅供参考:Ratio of total debt to total assets for the most recent quarter.'} {'id': 137352, 'data_set_name': '可以使用:quarterly_debt_to_equity_ratio_2', 'description': '不可使用,仅供参考:Ratio of total debt to total equity for the most recent quarter.'} {'id': 137376, 'data_set_name': '可以使用:rep_to_pricing_fx_rate_emi1', 'description': '不可使用,仅供参考:Exchange rate used to convert reporting currency to pricing currency for this module.'} {'id': 137388, 'data_set_name': '可以使用:reporting_to_pricing_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert reporting currency to pricing currency.'} {'id': 137389, 'data_set_name': '可以使用:reporting_to_pricing_fx_rate_2', 'description': '不可使用,仅供参考:Exchange rate from reporting currency to pricing currency.'} {'id': 137390, 'data_set_name': '可以使用:reporting_to_pricing_fx_rate_3', 'description': '不可使用,仅供参考:The exchange rate from reporting currency to pricing currency.'} {'id': 137391, 'data_set_name': '可以使用:return_on_average_assets_quarterly', 'description': '不可使用,仅供参考:Return on average assets for the most recent quarter, annualized.'} {'id': 137417, 'data_set_name': '可以使用:usd_to_reporting_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert USD to the reporting currency.'} {'id': 137418, 'data_set_name': '可以使用:usd_to_reporting_fx_rate_3', 'description': '不可使用,仅供参考:The exchange rate from US dollars to the reporting currency.'} {'id': 137419, 'data_set_name': '可以使用:usd_to_reporting_fx_rate_emi1', 'description': '不可使用,仅供参考:Exchange rate used to convert USD to reporting currency for this module.'} {'id': 137518, 'data_set_name': '可以使用:earnings_from_residual_operations', 'description': '不可使用,仅供参考:[Quarterly] Restructuring Charge'} {'id': 137709, 'data_set_name': '可以使用:fnd23_frontpage', 'description': '不可使用,仅供参考:Indicates whether a given development is coming from a front page story'} {'id': 138896, 'data_set_name': '可以使用:income_from_discontinued_operations', 'description': '不可使用,仅供参考:[Quarterly] Interest Cost - Domestic'} {'id': 139029, 'data_set_name': '可以使用:return_on_equity_ratio_3', 'description': "不可使用,仅供参考:Return on equity, calculated as net income divided by average shareholders' equity."} {'id': 139030, 'data_set_name': '可以使用:revenue_from_domestic_operations', 'description': '不可使用,仅供参考:[Quarterly] Expected Rate of Return - Domestic'} {'id': 139103, 'data_set_name': '可以使用:short_term_portion_total_mortgage', 'description': '不可使用,仅供参考:Short-term portion of total mortgage obligations.'} {'id': 139115, 'data_set_name': '可以使用:solicitation_liabilities', 'description': '不可使用,仅供参考:[Quarterly] Operating Leases - Interest Cost'} {'id': 139471, 'data_set_name': '可以使用:fnd28_growthratesa_value_08579a', 'description': '不可使用,仅供参考:value of annual field: Market Capitalization Growth (year ago) Profitability'} {'id': 139472, 'data_set_name': '可以使用:fnd28_growthratesa_value_08581a', 'description': '不可使用,仅供参考:value of annual field: Market Capitalization - 3 Year Growth'} {'id': 139473, 'data_set_name': '可以使用:fnd28_growthratesa_value_08601a', 'description': '不可使用,仅供参考:value of annual field: Earnings per Share Growth'} {'id': 139474, 'data_set_name': '可以使用:fnd28_growthratesa_value_08604a', 'description': '不可使用,仅供参考:value of annual field: Earnings Per Share - 3 Yr Annual Growth Five Year Averages'} {'id': 139475, 'data_set_name': '可以使用:fnd28_growthratesa_value_08605a', 'description': '不可使用,仅供参考:value of annual field: Earnings per Share Growth'} {'id': 139476, 'data_set_name': '可以使用:fnd28_growthratesa_value_08606a', 'description': '不可使用,仅供参考:value of annual field: Book Value per Share Growth (year ago)'} {'id': 139477, 'data_set_name': '可以使用:fnd28_growthratesa_value_08610a', 'description': '不可使用,仅供参考:value of annual field: Book Value Per Share - 5 Yr Annual Growth Profitability Annual Statistics'} {'id': 139478, 'data_set_name': '可以使用:fnd28_growthratesa_value_08611a', 'description': '不可使用,仅供参考:value of annual field: Dividends per Share Growth'} {'id': 139479, 'data_set_name': '可以使用:fnd28_growthratesa_value_08615a', 'description': '不可使用,仅供参考:value of annual field: Dividends Per Share - 5 Yr Annual Growth'} {'id': 139480, 'data_set_name': '可以使用:fnd28_growthratesa_value_08616a', 'description': '不可使用,仅供参考:value of annual field: Equity Growth (year ago)'} {'id': 139481, 'data_set_name': '可以使用:fnd28_growthratesa_value_08620a', 'description': '不可使用,仅供参考:value of annual field: Equity - 5 Yr Annual Growth'} {'id': 139482, 'data_set_name': '可以使用:fnd28_growthratesa_value_08621a', 'description': '不可使用,仅供参考:value of annual field: Total Assets Growth (year ago)'} {'id': 139483, 'data_set_name': '可以使用:fnd28_growthratesa_value_08625a', 'description': '不可使用,仅供参考:value of annual field: Total Assets - 5 Yr Annual Growth'} {'id': 139484, 'data_set_name': '可以使用:fnd28_growthratesa_value_08626a', 'description': '不可使用,仅供参考:value of annual field: Employees Growth'} {'id': 139485, 'data_set_name': '可以使用:fnd28_growthratesa_value_08630a', 'description': '不可使用,仅供参考:value of annual field: Employees - 5 Yr Annual Growth'} {'id': 139486, 'data_set_name': '可以使用:fnd28_growthratesa_value_08631a', 'description': '不可使用,仅供参考:value of annual field: Net Sales/Revenues Growth'} {'id': 139487, 'data_set_name': '可以使用:fnd28_growthratesa_value_08635a', 'description': '不可使用,仅供参考:value of annual field: Net Sales / Revenues - 5 Yr Annual Growth'} {'id': 139488, 'data_set_name': '可以使用:fnd28_growthratesa_value_08636a', 'description': '不可使用,仅供参考:value of annual field: Net Income Growth'} {'id': 139489, 'data_set_name': '可以使用:fnd28_growthratesa_value_08640a', 'description': '不可使用,仅供参考:value of annual field: Net Income Growth'} {'id': 139490, 'data_set_name': '可以使用:fnd28_growthratesa_value_08646a', 'description': '不可使用,仅供参考:value of annual field: Operating Income Growth'} {'id': 139491, 'data_set_name': '可以使用:fnd28_growthratesa_value_08650a', 'description': '不可使用,仅供参考:value of annual field: Operating Income - 5 Yr Annual Growth'} {'id': 139492, 'data_set_name': '可以使用:fnd28_growthratesa_value_08676a', 'description': '不可使用,仅供参考:value of annual field: Net Margin Growth'} {'id': 139493, 'data_set_name': '可以使用:fnd28_growthratesa_value_08680a', 'description': '不可使用,仅供参考:value of annual field: Net Margin Growth Profitability Annual Statistics'} {'id': 139494, 'data_set_name': '可以使用:fnd28_growthratesa_value_08816a', 'description': '不可使用,仅供参考:value of annual field: Earnings Per Share - Fiscal - 1 Yr Annual Growth'} {'id': 139495, 'data_set_name': '可以使用:fnd28_growthratesa_value_08821a', 'description': '不可使用,仅供参考:value of annual field: Book Value Per Share - Fiscal - 1 Yr Growth Rate Three Year Averages'} {'id': 139776, 'data_set_name': '可以使用:fnd28_ratesq_value_08106q', 'description': '不可使用,仅供参考:value of quarterly field: Current Ratio'} {'id': 139777, 'data_set_name': '可以使用:fnd28_ratesq_value_08111q', 'description': '不可使用,仅供参考:value of quarterly field: Cash & Equivalents % Total Current Assets Company Specific Accounting Practices'} {'id': 139778, 'data_set_name': '可以使用:fnd28_ratesq_value_08226q', 'description': '不可使用,仅供参考:value of quarterly field: Long Term Debt % Common Equity'} {'id': 139779, 'data_set_name': '可以使用:fnd28_ratesq_value_08231q', 'description': '不可使用,仅供参考:value of quarterly field: Total Debt % Common Equity'} {'id': 139780, 'data_set_name': '可以使用:fnd28_ratesq_value_08236q', 'description': '不可使用,仅供参考:value of quarterly field: Total Debt % Total Assets'} {'id': 139781, 'data_set_name': '可以使用:fnd28_ratesq_value_08241q', 'description': '不可使用,仅供参考:value of quarterly field: Common Equity % Total Assets'} {'id': 139782, 'data_set_name': '可以使用:fnd28_ratesq_value_08251q', 'description': '不可使用,仅供参考:value of quarterly field: Fixed Charge Coverage Ratio'} {'id': 139783, 'data_set_name': '可以使用:fnd28_ratesq_value_08261q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Cash/Fixed Charges'} {'id': 139784, 'data_set_name': '可以使用:fnd28_ratesq_value_08266q', 'description': '不可使用,仅供参考:value of quarterly field: Fixed Assets % Common Equity Company Specific Accounting Practices'} {'id': 139785, 'data_set_name': '可以使用:fnd28_ratesq_value_08287q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets / Common Equity Ratio'} {'id': 139786, 'data_set_name': '可以使用:fnd28_ratesq_value_08301q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Equity Total (%)'} {'id': 139787, 'data_set_name': '可以使用:fnd28_ratesq_value_08306q', 'description': '不可使用,仅供参考:value of quarterly field: Gross Profit Margin'} {'id': 139788, 'data_set_name': '可以使用:fnd28_ratesq_value_08311q', 'description': '不可使用,仅供参考:value of quarterly field: Cash Flow/Sales'} {'id': 139789, 'data_set_name': '可以使用:fnd28_ratesq_value_08316q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Profit Margin'} {'id': 139790, 'data_set_name': '可以使用:fnd28_ratesq_value_08321q', 'description': '不可使用,仅供参考:value of quarterly field: Pre-tax Margin'} {'id': 139791, 'data_set_name': '可以使用:fnd28_ratesq_value_08326q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Assets'} {'id': 139792, 'data_set_name': '可以使用:fnd28_ratesq_value_08346q', 'description': '不可使用,仅供参考:value of quarterly field: Tax Rate'} {'id': 139793, 'data_set_name': '可以使用:fnd28_ratesq_value_08366q', 'description': '不可使用,仅供参考:value of quarterly field: Net Margin'} {'id': 139794, 'data_set_name': '可以使用:fnd28_ratesq_value_08371q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Equity - per Share'} {'id': 139795, 'data_set_name': '可以使用:fnd28_ratesq_value_08381q', 'description': '不可使用,仅供参考:value of quarterly field: Cash Earnings Return on Equity'} {'id': 139796, 'data_set_name': '可以使用:fnd28_ratesq_value_08401q', 'description': '不可使用,仅供参考:value of quarterly field: Total Asset Turnover'} {'id': 139797, 'data_set_name': '可以使用:fnd28_ratesq_value_08416q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Total Assets'} {'id': 139798, 'data_set_name': '可以使用:fnd28_ratesq_value_08421q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Sales'} {'id': 139799, 'data_set_name': '可以使用:fnd28_ratesq_value_08579q', 'description': '不可使用,仅供参考:value of quarterly field: Market Capitalization Growth (year ago) Profitability'} {'id': 139800, 'data_set_name': '可以使用:fnd28_ratesq_value_08601q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Growth'} {'id': 139801, 'data_set_name': '可以使用:fnd28_ratesq_value_08606q', 'description': '不可使用,仅供参考:value of quarterly field: Book Value per Share Growth (year ago)'} {'id': 139802, 'data_set_name': '可以使用:fnd28_ratesq_value_08611q', 'description': '不可使用,仅供参考:value of quarterly field: Dividends per Share Growth'} {'id': 139803, 'data_set_name': '可以使用:fnd28_ratesq_value_08616q', 'description': '不可使用,仅供参考:value of quarterly field: Equity Growth (year ago)'} {'id': 139804, 'data_set_name': '可以使用:fnd28_ratesq_value_08621q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets Growth (year ago)'} {'id': 139805, 'data_set_name': '可以使用:fnd28_ratesq_value_08631q', 'description': '不可使用,仅供参考:value of quarterly field: Net Sales/Revenues Growth'} {'id': 139806, 'data_set_name': '可以使用:fnd28_ratesq_value_08636q', 'description': '不可使用,仅供参考:value of quarterly field: Net Income Growth'} {'id': 139807, 'data_set_name': '可以使用:fnd28_ratesq_value_08651q', 'description': '不可使用,仅供参考:value of quarterly field: Reinvestment Rate - per Share'} {'id': 139808, 'data_set_name': '可以使用:fnd28_ratesq_value_08676q', 'description': '不可使用,仅供参考:value of quarterly field: Net Margin Growth'} {'id': 139809, 'data_set_name': '可以使用:fnd28_ratesq_value_08801q', 'description': '不可使用,仅供参考:value of quarterly field: Total Investment Return year ago Growth Rates'} {'id': 140612, 'data_set_name': '可以使用:fnd72_pit_or_is_a_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'} {'id': 140626, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_disc_rate_pension_plan_liabs', 'description': '不可使用,仅供参考:The estimated interest rate that is used to compute the present value of benefit obligations'} {'id': 140656, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_rate_of_comp_increase_pension', 'description': '不可使用,仅供参考:The expected rate of employee compensation growth expressed as a percentage'} {'id': 140683, 'data_set_name': '可以使用:fnd72_pit_or_is_q_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'} {'id': 140878, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'} {'id': 140921, 'data_set_name': '可以使用:fnd86_average_score', 'description': '不可使用,仅供参考:Average score'} {'id': 140934, 'data_set_name': '可以使用:srp_average_score', 'description': '不可使用,仅供参考:Average score'} {'id': 373203, 'data_set_name': '可以使用:average_spread_slippage', 'description': '不可使用,仅供参考:Average slippage experienced due to spread during trade execution.'} {'id': 373206, 'data_set_name': '可以使用:global_group_order_slippage', 'description': '不可使用,仅供参考:Slippage experienced for grouped orders across global markets.'} {'id': 373207, 'data_set_name': '可以使用:group_order_slippage', 'description': '不可使用,仅供参考:Slippage experienced when executing grouped orders.'} {'id': 373210, 'data_set_name': '可以使用:slippage_commission_2022', 'description': '不可使用,仅供参考:Estimated slippage and commission costs for the year 2022.'} {'id': 373211, 'data_set_name': '可以使用:slippage_commission_2025', 'description': '不可使用,仅供参考:Estimated slippage and commission costs for the year 2025.'} {'id': 373214, 'data_set_name': '可以使用:transaction_cost_median', 'description': '不可使用,仅供参考:Median estimated transaction cost for a trade.'} {'id': 373249, 'data_set_name': '可以使用:pv13_com_page_rank', 'description': '不可使用,仅供参考:the PageRank of competitors'} {'id': 373262, 'data_set_name': '可以使用:pv13_ompetitor_graphrank_page_rank', 'description': '不可使用,仅供参考:the PageRank score of competitors'} {'id': 373268, 'data_set_name': '可以使用:pv13_ustomer_graphrank_page_rank', 'description': '不可使用,仅供参考:the PageRank score of customers'} {'id': 373271, 'data_set_name': '可以使用:pv13_ustomergraphrank_page_rank', 'description': '不可使用,仅供参考:the PageRank of customers'} {'id': 373323, 'data_set_name': '可以使用:pv173_rawratiosatlas_unit_name', 'description': '不可使用,仅供参考:Atlas unit name'} {'id': 373324, 'data_set_name': '可以使用:pv173_rawratiosbondreturn20deqwt', 'description': '不可使用,仅供参考:It is defined as the equally weighted single bond return over last 20 days with the filter of the bonds that mature between 3 years and 7 years.'} {'id': 373325, 'data_set_name': '可以使用:pv173_rawratioseqbddivrgbdrtn120d', 'description': '不可使用,仅供参考:It is defined as the difference of market equity return and estimated equity return based on 120-day linear regression of equity return on aggregated bond return and MSCI ACWIIndex return.'} {'id': 373326, 'data_set_name': '可以使用:pv173_rawratioseqbddivrgsprd5y120d', 'description': '不可使用,仅供参考:It is defined as the difference of market equity return and estimated equity return based on 120-day linear regression of equity return on 5-year mid z-spread percentage change and MSCI ACWIIndex return.'} {'id': 373327, 'data_set_name': '可以使用:pv173_rawratioseqbddivrgsprd5y120dsbst', 'description': '不可使用,仅供参考:It is defined as the difference of market equity return and estimated equity return based on 120-day linear regression of equity return on 5-year mid z-spread percentage change and MSCI ACWIIndex return'} {'id': 373328, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspread', 'description': '不可使用,仅供参考:It is defined as the region relative 5-year mid z-spreadIn the bond z-spread curve.'} {'id': 373329, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadchg60d', 'description': '不可使用,仅供参考:It is defined as the 60-day change of 5-year mid z-spreadIn the bond z-spread curve.'} {'id': 373330, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadchg60dsbst', 'description': '不可使用,仅供参考:It is defined as the 60-day change of 5-year mid z-spreadIn the bond z-spread curve'} {'id': 373331, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadchgstd20d', 'description': '不可使用,仅供参考:It is defined as the 20-day standard deviation of changeIn 5-year mid z-spreadIn the bond z-spread curve.'} {'id': 373332, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadchgstd20dsbst', 'description': '不可使用,仅供参考:It is defined as the 20-day standard deviation of changeIn 5-year mid z-spreadIn the bond z-spread curve'} {'id': 373333, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadindrel', 'description': '不可使用,仅供参考:It is defined as theIndustry relative 5-year mid z-spreadIn the bond z-spread curve.'} {'id': 373334, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadindrelsbst', 'description': '不可使用,仅供参考:It is defined as theIndustry relative 5-year mid z-spreadIn the bond z-spread curve'} {'id': 373335, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadsbst', 'description': '不可使用,仅供参考:It is defined as the region relative 5-year mid z-spreadIn the bond z-spread curve'} {'id': 373336, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadzscore60d', 'description': '不可使用,仅供参考:It is defined as the 60-day z-score of 5-year mid z-spreadIn the bond z-spread curve.'} {'id': 373337, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadzscore60dsbst', 'description': '不可使用,仅供参考:It is defined as the 60-day z-score of 5-year mid z-spreadIn the bond z-spread curve'} {'id': 373338, 'data_set_name': '可以使用:pv173_rawratiosreltermspreadtransfema120d', 'description': '不可使用,仅供参考:It is defined as the 120-day exponential average of transformed relative term spread.'} {'id': 373339, 'data_set_name': '可以使用:pv173_rawratiosreltermspreadtransfema120dsbst', 'description': '不可使用,仅供参考:It is defined as the 120-day exponential average of transformed relative term spread'} {'id': 373340, 'data_set_name': '可以使用:pv173_rawratiosshift60dchg60d', 'description': '不可使用,仅供参考:It is defined as the 60-day change of ShiftIn Bond Z-spread Curve.'} {'id': 373341, 'data_set_name': '可以使用:pv173_rawratiosshift60dlast', 'description': '不可使用,仅供参考:It is defined as the average factor loading of the first principal component for the z-spread between 6 months and 40 years'} {'id': 373342, 'data_set_name': '可以使用:pv173_rawratiosshift60dstd60d', 'description': '不可使用,仅供参考:It is defined as the 60-day standard deviation of ShiftIn Bond Z-spread Curve.'} {'id': 373343, 'data_set_name': '可以使用:pv173_rawratiosshift60dzscore60d', 'description': '不可使用,仅供参考:It is defined as the 60-day z-score of ShiftIn Bond Z-spread Curve.'} {'id': 373344, 'data_set_name': '可以使用:pv173_rawratiostilt5y1ydiff60dema60d', 'description': '不可使用,仅供参考:It is defined as the 60-day exponential average of the difference of factor loading of the second principal component for the 5-year z-spread and 1-year z-spread'} {'id': 373345, 'data_set_name': '可以使用:pv173_rawratiostilt60dchg60d', 'description': '不可使用,仅供参考:It is defined as the 60-day change of TiltIn Bond Z-spread Curve.'} {'id': 373346, 'data_set_name': '可以使用:pv173_rawratiostilt60dema60d', 'description': '不可使用,仅供参考:It is defined as the 60-day exponential average of average factor loading of the second principal component for the z-spread between 6 months and 40 years'} {'id': 373347, 'data_set_name': '可以使用:pv173_rawratiostilt6m1yavg60dlast', 'description': '不可使用,仅供参考:It is defined as the average factor loading of the second principal component for the 6-month and 1-year z-spread'} {'id': 373348, 'data_set_name': '可以使用:pv173_rawratiostwist120dlast', 'description': '不可使用,仅供参考:It is defined as the average factor loading of the third principal component for the z-spread between 6 months and 40 years'} {'id': 373349, 'data_set_name': '可以使用:pv173_rawratiostwist6m1yavg120dema120d', 'description': '不可使用,仅供参考:It is defined as the 120-day exponential average of average factor loading of the third principal component for the 6-month and 1-year z-spread'} {'id': 373671, 'data_set_name': '可以使用:pv96_eqy_split_ratio', 'description': '不可使用,仅供参考:This number describes the rate at which the company will be dividing their current shares outstanding'} ========================= 数据字段结束 ======================================= 以上数据字段和操作符, 按照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 注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!! !! 数据集使用要求尽量分散, 不要重复使用