汇率波动敏感性因子 汇率波动敏感性高的公司受汇兑影响显著,但市场可能低估其风险,导致敏感性高的股票被高估。因此,多空策略中,做多汇率敏感性低的股票(风险低,被低估),做空敏感性高的股票(风险高,被高估),可获取超额收益。 核心指标为汇率变动对营收的影响系数,需进行行业中性化处理;使用滚动6个月平均处理缺失值;引入出口占比和汇兑损益作为辅助验证变量。 *=========================================================================================* 输出格式: 输出必须是且仅是纯文本。 每一行是一个完整、独立、语法正确的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': 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': 372, 'data_set_name': '可以使用:anl10_ebtrevise_ratio_to_consensus_fq1_1026', 'description': '不可使用,仅供参考:Consensus estimate value for earnings before tax Q1'} {'id': 81274, 'data_set_name': '可以使用:fnd28_growthratesa_value_08610a', 'description': '不可使用,仅供参考:value of annual field: Book Value Per Share - 5 Yr Annual Growth Profitability Annual Statistics'} {'id': 319285, 'data_set_name': '可以使用:pv64_dif_fund_expense_ratio', 'description': '不可使用,仅供参考:The amount investors pay for expenses incurred in operating a mutual fund (after any waivers).'} {'id': 319798, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81272, 'data_set_name': '可以使用:fnd28_growthratesa_value_08605a', 'description': '不可使用,仅供参考:value of annual field: Earnings per Share Growth'} {'id': 81769, 'data_set_name': '可以使用:fnd28_ratesq_value_08416q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Total Assets'} {'id': 319638, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 321096, 'data_set_name': '可以使用:pv87_cash_from_operations_consensus_high_scale', 'description': '不可使用,仅供参考:Scale of Cash From Operations Consensus High'} {'id': 319929, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320625, 'data_set_name': '可以使用:pv87_2_roa_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 815, 'data_set_name': '可以使用:anl10_prerevise_ratio_to_consensus_fy1_1373', 'description': '不可使用,仅供参考:Consensus estimate value for pre-tax or preliminary FY1'} {'id': 78140, 'data_set_name': '可以使用:ltip_to_total_remuneration_ratio', 'description': '不可使用,仅供参考:Ratio of long-term incentive plan value to total remuneration for the period.'} {'id': 9784, 'data_set_name': '可以使用:other_executive_singular_plural_pronoun_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other executives in the presentation section.'} {'id': 83497, 'data_set_name': '可以使用:fnd3_a_eff_excratecash_fast_d1', 'description': '不可使用,仅供参考:Annual Effect Of Exchange Rate On Cash And Cash Equivalents'} {'id': 368, 'data_set_name': '可以使用:anl10_ebtrevise_ratio_to_close_fq1_1031', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings before tax Q1'} {'id': 81033, 'data_set_name': '可以使用:fnd28_annualforeign_value_08735a', 'description': '不可使用,仅供参考:value of annual field: Foreign Sales % Total Sales'} {'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': 10355, 'data_set_name': '可以使用:mws87_actinvoratiocfoqa', 'description': '不可使用,仅供参考:Number of words of CFO/number of words of executives in Q&A'} {'id': 320492, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320655, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319613, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78546, 'data_set_name': '可以使用:fnd17_7_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 319575, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 5546, 'data_set_name': '可以使用:funds_from_operations_max_guidance', 'description': '不可使用,仅供参考:The maximum guidance value for Funds from operation - annual'} {'id': 320046, 'data_set_name': '可以使用:pv87_2_epsr_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81771, 'data_set_name': '可以使用:fnd28_ratesq_value_08579q', 'description': '不可使用,仅供参考:value of quarterly field: Market Capitalization Growth (year ago) Profitability'} {'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': 320297, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78545, 'data_set_name': '可以使用:fnd17_7_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 320000, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319849, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320420, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319859, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 82645, 'data_set_name': '可以使用:fnd28_wcratesq_value_08287q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets / Common Equity Ratio'} {'id': 320205, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320213, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319765, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319834, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319894, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA *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': 87015, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_is_net_non_oper_loss', 'description': '不可使用,仅供参考:Net Non-Operating Losses'} {'id': 79012, 'data_set_name': '可以使用:fn_eff_income_tax_rate_continuing_operations_q', 'description': '不可使用,仅供参考:Percentage of current income tax expense (benefit) and deferred income tax expense (benefit) pertaining to continuing operations.'} {'id': 319403, 'data_set_name': '可以使用:pv64_out_stal_fund_income_ratio', 'description': '不可使用,仅供参考:The amount of income generated from investments of the fund. US funds display the ratio when the information is supplied in the financials as a percentage of average net assets.'} {'id': 319909, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 82642, 'data_set_name': '可以使用:fnd28_wcratesq_value_08251q', 'description': '不可使用,仅供参考:value of quarterly field: Fixed Charge Coverage Ratio'} {'id': 320206, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319637, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6676, 'data_set_name': '可以使用:reference_index_fx_gain', 'description': '不可使用,仅供参考:Return generated from foreign exchange movements in the benchmark.'} {'id': 319647, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319975, 'data_set_name': '可以使用:pv87_2_ebitdaps_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 85984, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_eff_tax_rate', 'description': "不可使用,仅供参考:A measure of total tax paid as a percentage of the company's accounting income"} {'id': 320325, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320634, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320667, 'data_set_name': '可以使用:pv87_2_roe_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 888, 'data_set_name': '可以使用:anl10_prrrevise_ratio_to_consensus_fy2_2571', 'description': '不可使用,仅供参考:Consensus estimate value for price return ratio FY2'} {'id': 324412, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_low', 'description': '不可使用,仅供参考:Low of Effective Tax Rate Estimate (%)'} {'id': 316925, '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': 319287, 'data_set_name': '可以使用:pv64_dif_fund_income_ratio', 'description': '不可使用,仅供参考:The amount of income generated from investments of the fund. US funds display the ratio when the information is supplied in the financials as a percentage of average net assets.'} {'id': 320238, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320631, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 88059, 'data_set_name': '可以使用:oth401_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate'} {'id': 667, 'data_set_name': '可以使用:anl10_nerrevise_ratio_to_close_fy1_2024', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for net earnings rate FY1'} {'id': 81761, 'data_set_name': '可以使用:fnd28_ratesq_value_08316q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Profit Margin'} {'id': 320468, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81757, 'data_set_name': '可以使用:fnd28_ratesq_value_08111q', 'description': '不可使用,仅供参考:Value of quarterly field: Cash & Equivalents % Total Current Assets Company Specific Accounting Practices'} {'id': 319837, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319694, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320513, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320907, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_median', 'description': '不可使用,仅供参考:Median of Effective Tax Rate Estimate (%)'} {'id': 320214, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 10491, 'data_set_name': '可以使用:mws87_numvswordsratioceoqa', 'description': '不可使用,仅供参考:Number of numerical words divided by number of all words spoken by CEO in Q&A (NA if CEO not attended or no speech in Q&A).'} {'id': 81770, 'data_set_name': '可以使用:fnd28_ratesq_value_08421q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Sales'} {'id': 319871, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBIT *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': 320278, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6842, 'data_set_name': '可以使用:anl49_backfill_loanlossprovisionindicator', 'description': '不可使用,仅供参考:Loadn loss provision indicator'} {'id': 319709, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319325, 'data_set_name': '可以使用:pv64_dif_stal_fund_income_ratio', 'description': '不可使用,仅供参考:The amount of income generated from investments of the fund.'} {'id': 10490, 'data_set_name': '可以使用:mws87_numvswordsratioceopres', 'description': '不可使用,仅供参考:Number of numerical/number of all words of CEO in presentation (NA if CEO not attended or no speech in presentation).'} {'id': 78537, 'data_set_name': '可以使用:fnd17_5_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 86313, 'data_set_name': '可以使用:fnd72_q1_geo_grow_cur_ratio', 'description': '不可使用,仅供参考:Compound 5-year growth rate in current ratio'} {'id': 320444, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320217, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78549, 'data_set_name': '可以使用:fnd17_8_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 87007, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_is_foreign_crncy_trans_adj', 'description': '不可使用,仅供参考:Foreign Currency Translation Adjustment'} {'id': 320405, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319797, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320002, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319954, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319931, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 9676, 'data_set_name': '可以使用:anl83_qawordratio', 'description': '不可使用,仅供参考:number of words of questions/ number of words of answers (NA if no Q&A)'} {'id': 81030, 'data_set_name': '可以使用:fnd28_annualforeign_value_08726a', 'description': '不可使用,仅供参考:value of annual field: Foreign Income Growth'} {'id': 320022, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 814, 'data_set_name': '可以使用:anl10_prerevise_ratio_to_consensus_fq2_1395', 'description': '不可使用,仅供参考:Consensus estimate value for pre-tax or preliminary Q2'} {'id': 320082, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320287, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *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': 320421, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 87589, 'data_set_name': '可以使用:fnd90_us_game_pension_discount_rate', 'description': '不可使用,仅供参考:Pension Discount Rate [ Descending] - [Quality.Aggressive Accounting]'} {'id': 5978, 'data_set_name': '可以使用:anl44_best_px_cps_ratio', 'description': '不可使用,仅供参考:best px cps ratio'} {'id': 320393, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 80718, 'data_set_name': '可以使用:revenue_from_domestic_operations', 'description': '不可使用,仅供参考:[Quarterly] Expected Rate of Return - Domestic'} {'id': 85774, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_cash_ratio', 'description': "不可使用,仅供参考:Ratio which indicates a company's liquidity"} {'id': 320505, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319953, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320070, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319598, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'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': 320241, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319743, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320225, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320085, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 80863, 'data_set_name': '可以使用:unrealized_other_gain_balancesheet', 'description': '不可使用,仅供参考:[Quarterly] Right-of-Use Assets - Operating Lease, Gross - Supplemental'} {'id': 86427, 'data_set_name': '可以使用:fnd72_q2_trail_12m_foreign_exch', 'description': '不可使用,仅供参考:Calculated by adding 4 quarters, 2 semi-annuals, or annual of Foreign Exchange Gain or Loss'} {'id': 320443, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320905, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_low', 'description': '不可使用,仅供参考:Low of Effective Tax Rate Estimate (%)'} {'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': 86159, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_foreign_exch_loss', 'description': '不可使用,仅供参考:Foreign Exchange Losses'} {'id': 742, 'data_set_name': '可以使用:anl10_netrevise_ratio_to_consensus_fq2_2516', 'description': '不可使用,仅供参考:Consensus estimate value for net income Q2'} {'id': 86082, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_quick_ratio', 'description': "不可使用,仅供参考:Ratio to indicate the company's ability to pay back its short-term liabilities with its liquid assets"} {'id': 5560, 'data_set_name': '可以使用:max_adjusted_funds_from_operations_guidance', 'description': '不可使用,仅供参考:Max guidance value for Funds from operation'} {'id': 320057, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 441, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_consensus_fq1', 'description': '不可使用,仅供参考:Consensus estimate value for earnings per share Q1'} {'id': 319670, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320096, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6621, 'data_set_name': '可以使用:currency_gain_value', 'description': '不可使用,仅供参考:The return generated from currency movements.'} {'id': 320010, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320445, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6774, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratedividendspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Dividends Declared per Share.'} {'id': 319906, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78974, 'data_set_name': '可以使用:fn_comp_options_forfeitures_and_expirations_q', 'description': '不可使用,仅供参考:For presentations that combine terminations, the number of shares under options that were cancelled during the reporting period as a result of occurrence of a terminating event specified in contractual agreements pertaining to the stock option plan or that expired.'} {'id': 81020, 'data_set_name': '可以使用:fnd28_annualforeign_value_08701a', 'description': '不可使用,仅供参考:value of annual field: Foreign Income Margin'} {'id': 320277, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'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': 325062, 'data_set_name': '可以使用:pv87_v2_0_0_bboproj3ydivgrowthrate', 'description': '不可使用,仅供参考:Last of projected 3y dividend growth rate'} {'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': 78551, 'data_set_name': '可以使用:fnd17_9_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 320273, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319588, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319811, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Dividends Per Share *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': 320321, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 442, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_consensus_fq2', 'description': '不可使用,仅供参考:Consensus estimate value for earnings per share Q2'} {'id': 320346, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319823, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 370, 'data_set_name': '可以使用:anl10_ebtrevise_ratio_to_close_fy1_1021', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings before tax FY1'} {'id': 319800, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320480, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 321093, 'data_set_name': '可以使用:pv87_cash_from_operations_actual', 'description': '不可使用,仅供参考:Cash From Operations Actual'} {'id': 320909, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Estimate (%)'} {'id': 320526, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 79358, 'data_set_name': '可以使用:earnings_from_residual_operations', 'description': '不可使用,仅供参考:[Quarterly] Restructuring Charge'} {'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': 1035, 'data_set_name': '可以使用:anl10_salrevise_ratio_to_close_fy1_1713', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for sales FY1'} {'id': 371, 'data_set_name': '可以使用:anl10_ebtrevise_ratio_to_close_fy2_1016', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings before tax FY2'} {'id': 86910, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_act_ret_loss_pension_plan_ast', 'description': '不可使用,仅供参考:The actual gain or loss on pension plan assets'} {'id': 81269, 'data_set_name': '可以使用:fnd28_growthratesa_value_08581a', 'description': '不可使用,仅供参考:value of annual field: Market Capitalization - 3 Year Growth'} {'id': 320228, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 87008, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_is_foreign_exch_loss', 'description': '不可使用,仅供参考:Foreign Exchange Losses'} {'id': 319600, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320038, 'data_set_name': '可以使用:pv87_2_epsr_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319586, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 241, 'data_set_name': '可以使用:anl10_ebirevise_ratio_to_close_fq2_2584', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings before interest Q2'} {'id': 319401, 'data_set_name': '可以使用:pv64_out_stal_fund_expense_ratio', 'description': '不可使用,仅供参考:The amount investors pay for expenses incurred in operating a mutual fund (after any waivers).'} {'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': 320299, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 85490, 'data_set_name': '可以使用:fnd72_a2_trail_12m_xo_loss_bef_tax', 'description': '不可使用,仅供参考:Calculated by adding Extraordinary Loss before Tax Effects for the last 4 quarters, 2 semi-annuals, or annual'} {'id': 319602, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 321762, 'data_set_name': '可以使用:pv87_effective_tax_rate_of_estimates', 'description': '不可使用,仅供参考:Effective Tax Rate - # of Estimates'} {'id': 320139, 'data_set_name': '可以使用:pv87_2_ffops_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Funds from Operations per Share (FFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319986, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 322593, 'data_set_name': '可以使用:pv87_marketimpactscore_mean', 'description': '不可使用,仅供参考:Mean of Market impact score - The estimated risk-adjusted 1 minute forward return for a given article as measured by stock return minus the stock beta multiplied market return, -5 being most negative impact and +5 most positive'} {'id': 6917, 'data_set_name': '可以使用:anl49_estdrelativeperatio', 'description': '不可使用,仅供参考:Estimated Current P/E Ratio divided by the comparable figure for the Composite Index.'} {'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': 319731, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320302, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319976, 'data_set_name': '可以使用:pv87_2_ebitdaps_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319645, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Capital Expenditure *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': 81290, 'data_set_name': '可以使用:fnd28_growthratesa_value_08680a', 'description': '不可使用,仅供参考:Value of annual field: Net Margin Growth Profitability Annual Statistics'} {'id': 319587, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319919, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319578, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320324, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6108, 'data_set_name': '可以使用:anl44_eps_ratio_best_fperiod_override', 'description': '不可使用,仅供参考:eps ratio best fperiod override'} {'id': 86018, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_high_px_to_book_ratio', 'description': "不可使用,仅供参考:Equal to the ratio of a stock's high price divided by the book value per share"} {'id': 82643, 'data_set_name': '可以使用:fnd28_wcratesq_value_08261q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Cash/Fixed Charges'} {'id': 320660, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 10559, 'data_set_name': '可以使用:mws87_sinvsplurratiocfopres', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of CFO in Presentation (NA if CFO not attended or no speech in Presentation)'} {'id': 81275, 'data_set_name': '可以使用:fnd28_growthratesa_value_08611a', 'description': '不可使用,仅供参考:value of annual field: Dividends per Share Growth'} {'id': 320239, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320813, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Tangible Book Value Per Share *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': 83578, 'data_set_name': '可以使用:fnd3_aaccadj_effecexcrate', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'} {'id': 86386, 'data_set_name': '可以使用:fnd72_q2_retention_ratio', 'description': '不可使用,仅供参考:Proportion of earnings kept back in the business as retained earnings'} {'id': 320105, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320192, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 10560, 'data_set_name': '可以使用:mws87_sinvsplurratiocfoqa', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of CFO in Q&A (NA if CFO not attended or no speech in Q&A)'} {'id': 79378, 'data_set_name': '可以使用:extraordinary_items_discontinued_operations', 'description': '不可使用,仅供参考:Extraordinary items related to discontinued operations.'} {'id': 78035, 'data_set_name': '可以使用:equity_linked_compensation_ratio_2', 'description': '不可使用,仅供参考:Proportion of equity-linked compensation in total director remuneration (alternate).'} {'id': 320624, 'data_set_name': '可以使用:pv87_2_roa_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 84298, 'data_set_name': '可以使用:current_ratio', 'description': '不可使用,仅供参考:Current Ratio'} {'id': 320409, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320045, 'data_set_name': '可以使用:pv87_2_epsr_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 321754, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_high', 'description': '不可使用,仅供参考:Effective Tax Rate Consensus High (%)'} {'id': 320470, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78993, 'data_set_name': '可以使用:fn_debt_instrument_interest_rate_stated_percentage_a', 'description': '不可使用,仅供参考:Stated percentage of interest rate on debt'} {'id': 320204, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 85828, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_high_pe_ratio', 'description': '不可使用,仅供参考:The relationship between the price of a stock and its earnings per share'} {'id': 320061, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320643, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319626, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320011, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 316924, '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': 10353, 'data_set_name': '可以使用:mws87_actinvoratioceoqa', 'description': '不可使用,仅供参考:Number of words spoken by CEO divided by number of words spoken by executives in Q&A.'} {'id': 320561, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320396, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78916, 'data_set_name': '可以使用:usd_to_reporting_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert USD to the reporting currency.'} {'id': 319917, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 9759, 'data_set_name': '可以使用:other_ceo_numeric_word_ratio_qa', 'description': '不可使用,仅供参考:Ratio of numerical words to total words spoken by other CEOs in the Q&A section.'} {'id': 86190, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_unrealized_gain_loss_comp_inc', 'description': '不可使用,仅供参考:Disclosed as a component in the calculation of Comprehensive Income'} {'id': 324414, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_median', 'description': '不可使用,仅供参考:Median of Effective Tax Rate Estimate (%)'} {'id': 320311, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'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': 81285, 'data_set_name': '可以使用:fnd28_growthratesa_value_08636a', 'description': '不可使用,仅供参考:value of annual field: Net Income Growth'} {'id': 320033, 'data_set_name': '可以使用:pv87_2_epsr_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320410, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 10354, 'data_set_name': '可以使用:mws87_actinvoratiocfopres', 'description': '不可使用,仅供参考:Number of words of CFO/number of words of executives in presentation'} {'id': 83353, 'data_set_name': '可以使用:fnd3_Q_niccontinuingoperations', 'description': '不可使用,仅供参考:Quarterly Net Income, Continuing Operations'} {'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': 320264, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319833, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6668, 'data_set_name': '可以使用:realized_gain_today', 'description': '不可使用,仅供参考:The increase in realized return since the last market close.'} {'id': 437, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_close_fq1', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings per share Q1'} {'id': 320333, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 322576, 'data_set_name': '可以使用:pv87_lifecycleimpactsofproductsandservicesindustrypercentile_insight_mean', 'description': '不可使用,仅供参考:Long-term score of Lifecycle Impacts Of Products And Services topic'} {'id': 320645, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Return On Equity *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': 319614, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320432, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319787, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 881, 'data_set_name': '可以使用:anl10_prrrevise_ratio_to_close_fq1_2562', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for price return ratio Q1'} {'id': 320518, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 79013, 'data_set_name': '可以使用:fn_effect_of_exchange_rate_on_cash_and_equiv_a', 'description': '不可使用,仅供参考:Amount of increase (decrease) from the effect of exchange rate changes on cash and cash equivalent balances held in foreign currencies.'} {'id': 9758, 'data_set_name': '可以使用:other_ceo_numeric_word_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of numerical words to total words spoken by other CEOs in the presentation section.'} {'id': 321103, 'data_set_name': '可以使用:pv87_cash_from_operations_of_estimates', 'description': '不可使用,仅供参考:Cash From Operations - # of Estimates'} {'id': 79073, 'data_set_name': '可以使用:fn_oth_income_loss_derivatives_qualifying_as_hedges_of_tax_q', 'description': "不可使用,仅供参考:Amount after tax and reclassification adjustments, of increase (decrease) in accumulated gain (loss) from derivative instruments designated and qualifying as the effective portion of cash flow hedges and an entity's share of an equity investee's increase (decrease) in deferred hedging gain (loss)."} {'id': 321106, 'data_set_name': '可以使用:pv87_cash_from_operations_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Cash From Operations - Standard Deviation'} {'id': 321757, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_low_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Consensus Low (%)'} {'id': 88091, 'data_set_name': '可以使用:oth401_game_sg_a_cost_ratio', 'description': '不可使用,仅供参考:SG&A Cost Ratio'} {'id': 86966, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a_is_net_non_oper_loss', 'description': '不可使用,仅供参考:Net Non-Operating Losses'} {'id': 320599, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78597, 'data_set_name': '可以使用:fnd17_apayratio2', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year -1'} {'id': 320334, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320059, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78559, 'data_set_name': '可以使用:fnd17_acurratio', 'description': '不可使用,仅供参考:Current ratio - most recent fiscal year'} {'id': 82639, 'data_set_name': '可以使用:fnd28_wcratesq_value_08231q', 'description': '不可使用,仅供参考:value of quarterly field: Total Debt % Common Equity'} {'id': 319905, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81772, 'data_set_name': '可以使用:fnd28_ratesq_value_08601q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Growth'} {'id': 78534, 'data_set_name': '可以使用:fnd17_3_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 320614, 'data_set_name': '可以使用:pv87_2_roa_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320441, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 82641, 'data_set_name': '可以使用:fnd28_wcratesq_value_08241q', 'description': '不可使用,仅供参考:value of quarterly field: Common Equity % Total Assets'} {'id': 319779, 'data_set_name': '可以使用:pv87_2_csh_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Common Shares *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 86075, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_px_to_book_ratio', 'description': '不可使用,仅供参考:Ratio of the stock price to the book value per share'} {'id': 320564, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 86862, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_quick_ratio', 'description': "不可使用,仅供参考:Ratio to indicate the company's ability to pay back its short-term liabilities with its liquid assets"} {'id': 320229, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319610, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 86914, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_disc_rate_pension_plan_liabs', 'description': '不可使用,仅供参考:The estimated interest rate that is used to compute the present value of benefit obligations'} {'id': 320026, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78538, 'data_set_name': '可以使用:fnd17_5_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 6732, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratedividendspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Dividends Declared per Share.'} {'id': 81021, 'data_set_name': '可以使用:fnd28_annualforeign_value_08705a', 'description': '不可使用,仅供参考:value of annual field: Foreign Income Margin'} {'id': 78544, 'data_set_name': '可以使用:fnd17_6_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 78757, 'data_set_name': '可以使用:fnd17_qpayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent quarter'} {'id': 320129, 'data_set_name': '可以使用:pv87_2_ffops_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Funds from Operations per Share (FFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320202, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319756, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 665, 'data_set_name': '可以使用:anl10_nerrevise_ratio_to_close_fq1_2022', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for net earnings rate Q1'} {'id': 86070, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_pe_ratio', 'description': "不可使用,仅供参考:Ratio of the price of a stock and the company's earnings per share"} {'id': 320504, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320369, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 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': 320313, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319790, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320254, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 5604, 'data_set_name': '可以使用:min_adjusted_funds_from_operations_guidance_2', 'description': '不可使用,仅供参考:Adjusted funds from operation - minimum guidance for the annual period'} {'id': 319757, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 80773, 'data_set_name': '可以使用:short_term_corporate_obligations', 'description': '不可使用,仅供参考:Short-term corporate obligations outstanding at period end.'} {'id': 319622, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6731, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratecashflowpershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'} {'id': 9633, 'data_set_name': '可以使用:anl83_numvswordsratioceoqa', 'description': '不可使用,仅供参考:number of numerical/number of all words of CEO in Q&A (NA if CEO not attended or no speech in Q&A)'} {'id': 319895, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 83802, 'data_set_name': '可以使用:fnd3_q_niccontinuingoperations', 'description': '不可使用,仅供参考:Quarterly Net Income, Continuing Operations'} {'id': 81779, 'data_set_name': '可以使用:fnd28_ratesq_value_08651q', 'description': '不可使用,仅供参考:value of quarterly field: Reinvestment Rate - per Share'} {'id': 320801, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81029, 'data_set_name': '可以使用:fnd28_annualforeign_value_08725a', 'description': '不可使用,仅供参考:value of annual field: Foreign Sales Growth'} {'id': 78010, 'data_set_name': '可以使用:board_nationality_diversity_ratio_2', 'description': '不可使用,仅供参考:Proportion of directors from different countries on the board (alternate).'} {'id': 6982, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthratebookvaluepershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'} {'id': 319814, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320194, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319569, 'data_set_name': '可以使用:pv87_2_affops_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Adjusted Funds from Operations per Share (AFFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320193, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320658, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6985, 'data_set_name': '可以使用:anl49_vector_35estd35yrgrowthrateearningspershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Earnings per Share.'} {'id': 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': 83532, 'data_set_name': '可以使用:fnd3_a_niccontinuingoperations', 'description': '不可使用,仅供参考:Annual Net Income, Continuing Operations'} {'id': 319646, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320323, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320357, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319742, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81773, 'data_set_name': '可以使用:fnd28_ratesq_value_08606q', 'description': '不可使用,仅供参考:value of quarterly field: Book Value per Share Growth (year ago)'} {'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': 320573, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 244, 'data_set_name': '可以使用:anl10_ebirevise_ratio_to_consensus_fq1_2597', 'description': '不可使用,仅供参考:Consensus estimate value for earnings before interest Q1'} {'id': 319601, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81292, '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': 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': 320190, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 1039, 'data_set_name': '可以使用:anl10_salrevise_ratio_to_consensus_fy1_1703', 'description': '不可使用,仅供参考:Consensus estimate value for sales FY1'} {'id': 5559, 'data_set_name': '可以使用:max_adjusted_funds_from_operations_adj_guidance', 'description': '不可使用,仅供参考:Adjusted funds from operation - Maximum guidance value'} {'id': 320635, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 86028, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_interest_coverage_ratio', 'description': '不可使用,仅供参考:Commonly known as Interest Coverage Ratio'} {'id': 320370, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 85781, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_cur_ratio', 'description': "不可使用,仅供参考:Ratio to indicate the company's ability to pay back its short-term liabilities with its short-term assets"} {'id': 320785, 'data_set_name': '可以使用:pv87_2_tbvps_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320633, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6827, 'data_set_name': '可以使用:anl49_backfill_estdcurrentperatio', 'description': "不可使用,仅供参考:Estimated earnings per share for the 12 months ending 6 months ahead, divided into the stock's price."} {'id': 82646, 'data_set_name': '可以使用:fnd28_wcratesq_value_08801q', 'description': '不可使用,仅供参考:Value of quarterly field: Total Investment Return year ago Growth Rates'} {'id': 81759, 'data_set_name': '可以使用:fnd28_ratesq_value_08306q', 'description': '不可使用,仅供参考:value of quarterly field: Gross Profit Margin'} {'id': 86978, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a_is_xo_loss_bef_tax_eff', 'description': '不可使用,仅供参考:Extraordinary Loss before Tax Effects'} {'id': 9496, 'data_set_name': '可以使用:anl83_actinvoratiocfopres', 'description': '不可使用,仅供参考:number of words of CFO/ number of words of executives in Presentation'} {'id': 6104, 'data_set_name': '可以使用:anl44_eps_ratio_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:eps ratio best cur fiscal semi year period'} {'id': 320050, 'data_set_name': '可以使用:pv87_2_epsr_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share - As Reported *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': 320350, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 246, 'data_set_name': '可以使用:anl10_ebirevise_ratio_to_consensus_fy1_2585', 'description': '不可使用,仅供参考:Consensus estimate value for earnings before interest FY1'} {'id': 6773, 'data_set_name': '可以使用:anl49_backfill_35estd35yrgrowthratecashflowpershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'} {'id': 81277, 'data_set_name': '可以使用:fnd28_growthratesa_value_08616a', 'description': '不可使用,仅供参考:value of annual field: Equity Growth (year ago)'} {'id': 320360, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 87502, 'data_set_name': '可以使用:fnd90_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate'} {'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': 6679, 'data_set_name': '可以使用:relative_gain_percent_today', 'description': '不可使用,仅供参考:The relative return percentage for the idea for today.'} {'id': 78542, 'data_set_name': '可以使用:fnd17_6_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'} {'id': 439, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_close_fy1', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings per share FY1'} {'id': 85975, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_dvd_payout_ratio', 'description': '不可使用,仅供参考:Fraction of net income a firm pays to its shareholders in dividends, in percentage'} {'id': 319801, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Dividends Per Share *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': 319754, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 79072, 'data_set_name': '可以使用:fn_oth_income_loss_derivatives_qualifying_as_hedges_of_tax_a', 'description': "不可使用,仅供参考:Amount after tax and reclassification adjustments, of increase (decrease) in accumulated gain (loss) from derivative instruments designated and qualifying as the effective portion of cash flow hedges and an entity's share of an equity investee's increase (decrease) in deferred hedging gain (loss)."} {'id': 320383, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 85839, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_interest_coverage_ratio', 'description': '不可使用,仅供参考:Commonly known as Interest Coverage Ratio'} {'id': 320632, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320672, 'data_set_name': '可以使用:pv87_2_roe_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 444, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_consensus_fy2', 'description': '不可使用,仅供参考:Consensus estimate value for earnings per share FY2'} {'id': 6835, 'data_set_name': '可以使用:anl49_backfill_incometaxrate', 'description': "不可使用,仅供参考:The company's effective tax rate. The total of all income taxes paid expressed as a percentage of gross revenues."} {'id': 320358, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 86258, 'data_set_name': '可以使用:fnd72_pit_or_is_q_net_non_oper_loss', 'description': '不可使用,仅供参考:Net non-operating loss or gain as a percentage of net shares'} {'id': 320083, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319623, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319943, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 741, 'data_set_name': '可以使用:anl10_netrevise_ratio_to_consensus_fq1_2525', 'description': '不可使用,仅供参考:Consensus estimate value for net income Q1'} {'id': 320322, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 88081, 'data_set_name': '可以使用:oth401_game_pension_discount_rate', 'description': '不可使用,仅供参考:Pension Discount Rate'} {'id': 886, 'data_set_name': '可以使用:anl10_prrrevise_ratio_to_consensus_fq2_2551', 'description': '不可使用,仅供参考:Consensus estimate value for price return ratio Q2'} {'id': 320266, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320646, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319685, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 86133, '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': 320395, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 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': 320106, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 9495, 'data_set_name': '可以使用:anl83_actinvoratioceoqa', 'description': '不可使用,仅供参考:number of words of CEO/ number of words of executives in Q&A'} {'id': 6928, 'data_set_name': '可以使用:anl49_loanlossprovisionindicator', 'description': '不可使用,仅供参考:Loadn loss provision indicator'} {'id': 79011, 'data_set_name': '可以使用:fn_eff_income_tax_rate_continuing_operations_a', 'description': '不可使用,仅供参考:Percentage of current income tax expense (benefit) and deferred income tax expense (benefit) pertaining to continuing operations.'} {'id': 87524, 'data_set_name': '可以使用:fnd90_game_pension_discount_rate', 'description': '不可使用,仅供参考:Pension Discount Rate'} {'id': 81276, 'data_set_name': '可以使用:fnd28_growthratesa_value_08615a', 'description': '不可使用,仅供参考:value of annual field: Dividends Per Share - 5 Yr Annual Growth'} {'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': 6921, 'data_set_name': '可以使用:anl49_incometaxrate', 'description': "不可使用,仅供参考:The company's effective tax rate. The total of all income taxes paid expressed as a percentage of gross revenues."} {'id': 320563, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81291, 'data_set_name': '可以使用:fnd28_growthratesa_value_08816a', 'description': '不可使用,仅供参考:value of annual field: Earnings Per Share - Fiscal - 1 Yr Annual Growth'} {'id': 6760, 'data_set_name': '可以使用:anl49_averageannualperatio', 'description': '不可使用,仅供参考:The average price of the stock for the year divided by earnings per share (excluding non recurring items, as determined by Value Line) reported by the company for the year. In the case of fiscal companies, all data are for the fiscal year.'} {'id': 320012, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Earnings Per Share *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': 6106, 'data_set_name': '可以使用:anl44_eps_ratio_best_eeps_cur_yr', 'description': '不可使用,仅供参考:eps ratio best eeps cur yr'} {'id': 320494, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320777, 'data_set_name': '可以使用:pv87_2_tbvps_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 321761, 'data_set_name': '可以使用:pv87_effective_tax_rate_consensus_median_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate Consensus Median (%)'} {'id': 6632, 'data_set_name': '可以使用:foreign_exchange_gain', 'description': '不可使用,仅供参考:The return generated from foreign exchange rate changes.'} {'id': 81035, 'data_set_name': '可以使用:fnd28_annualforeign_value_08740a', 'description': '不可使用,仅供参考:value of annual field: Foreign Assets % Total Assets'} {'id': 320009, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320119, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320097, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 322030, 'data_set_name': '可以使用:pv87_grossdiv3ygrowthrate', 'description': '不可使用,仅供参考:Last of dividend growth rate in 3 years, where rate = 100 * ((annual dividend per share/annual DPS 3 years ago)^(1/3)-1)'} {'id': 319571, 'data_set_name': '可以使用:pv87_2_affops_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Adjusted Funds from Operations per Share (AFFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78596, 'data_set_name': '可以使用:fnd17_apayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year'} {'id': 320035, 'data_set_name': '可以使用:pv87_2_epsr_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 82640, 'data_set_name': '可以使用:fnd28_wcratesq_value_08236q', 'description': '不可使用,仅供参考:value of quarterly field: Total Debt % Total Assets'} {'id': 320562, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319934, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319860, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320021, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319826, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 83200, 'data_set_name': '可以使用:fnd3_A_eff_excratecash', 'description': '不可使用,仅供参考:Annual Effect Of Exchange Rate On Cash And Cash Equivalents'} {'id': 81776, 'data_set_name': '可以使用:fnd28_ratesq_value_08621q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets Growth (year ago)'} {'id': 320407, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320073, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319590, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320797, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319966, 'data_set_name': '可以使用:pv87_2_ebitdaps_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320908, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_number', 'description': '不可使用,仅供参考:Number of analysts of Effective Tax Rate Estimate (%)'} {'id': 320683, 'data_set_name': '可以使用:pv87_2_roe_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320069, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 324413, 'data_set_name': '可以使用:pv87_qtr_matrix_effective_tax_rate_estimate_mean', 'description': '不可使用,仅供参考:Mean of Effective Tax Rate Estimate (%)'} {'id': 86991, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_eff_int_rate', 'description': '不可使用,仅供参考:Percentage of total interest incurred over the average of total debt during the period'} {'id': 10561, 'data_set_name': '可以使用:mws87_sinvsplurratioexepres', 'description': '不可使用,仅供参考:(Number of (I, my, me, mine) - number of (We, our, us, ours))/(Number of (I, my, me, mine) + number of (We, our, us, ours)) of executives in Presentation'} {'id': 668, 'data_set_name': '可以使用:anl10_nerrevise_ratio_to_close_fy2_2018', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for net earnings rate FY2'} {'id': 78524, 'data_set_name': '可以使用:fnd17_2_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'} {'id': 319766, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 316931, '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': 85368, 'data_set_name': '可以使用:fnd72_a1_geo_grow_cur_ratio', 'description': '不可使用,仅供参考:Compound 5-year growth rate in current ratio'} {'id': 78386, 'data_set_name': '可以使用:fnd14_is_accelerated_filer', 'description': '不可使用,仅供参考:Indicates how the registrant identified their accelerated filer status. (1 = Yes; 2 = Did not disclose; 0 = No)'} {'id': 319788, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 9773, 'data_set_name': '可以使用:other_cfo_singular_plural_pronoun_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other CFOs in the presentation section.'} {'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': 79376, 'data_set_name': '可以使用:extraordinary_gains', 'description': '不可使用,仅供参考:[Quarterly] Actuarial Gains and Losses - Domestic'} {'id': 319746, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81037, 'data_set_name': '可以使用:fnd28_annualforeign_value_08745a', 'description': '不可使用,仅供参考:value of annual field: Foreign Income % Total Income Other Fields'} {'id': 666, 'data_set_name': '可以使用:anl10_nerrevise_ratio_to_close_fq2_2013', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for net earnings rate Q2'} {'id': 320590, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319659, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320371, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 64, 'data_set_name': '可以使用:anl10_cpsrevise_ratio_to_consensus_fy2', 'description': '不可使用,仅供参考:Consensus estimate value for cash per share FY2'} {'id': 320549, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320528, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319672, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320540, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 86138, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_act_ret_loss_pension_plan_ast', 'description': '不可使用,仅供参考:The actual gain or loss on pension plan assets'} {'id': 320489, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6704, 'data_set_name': '可以使用:theoretical_zero_risk_rate', 'description': '不可使用,仅供参考:The theoretical rate of return of a risk-free investment.'} {'id': 63, 'data_set_name': '可以使用:anl10_cpsrevise_ratio_to_consensus_fy1', 'description': '不可使用,仅供参考:Consensus estimate value for cash per share FY1'} {'id': 671, 'data_set_name': '可以使用:anl10_nerrevise_ratio_to_consensus_fy1_2020', 'description': '不可使用,仅供参考:Consensus estimate value for net earnings rate FY1'} {'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': 320072, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 321101, 'data_set_name': '可以使用:pv87_cash_from_operations_consensus_median', 'description': '不可使用,仅供参考:Cash From Operations Consensus Median'} {'id': 320216, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319684, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *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': 319658, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320422, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 1036, 'data_set_name': '可以使用:anl10_salrevise_ratio_to_close_fy2_1692', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for sales FY2'} {'id': 320253, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319985, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320763, 'data_set_name': '可以使用:pv87_2_tbvps_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 81766, 'data_set_name': '可以使用:fnd28_ratesq_value_08371q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Equity - per Share'} {'id': 320262, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 173, 'data_set_name': '可以使用:anl10_dpsrevise_ratio_to_consensus_fq2_1570', 'description': '不可使用,仅供参考:Consensus estimate value for dividends per share Q2'} {'id': 319990, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6681, 'data_set_name': '可以使用:relative_index_gain', 'description': '不可使用,仅供参考:The return if all investments had been made in the benchmark index.'} {'id': 5728, 'data_set_name': '可以使用:anl40_employmentrate', 'description': '不可使用,仅供参考:AddIn / (OldCount + NewCount). No record before 20160729.'} {'id': 81017, 'data_set_name': '可以使用:fnd28_annualforeign_value_07101a', 'description': '不可使用,仅供参考:value of annual field: International Sales'} {'id': 78100, 'data_set_name': '可以使用:fnd1_filtered_genderratio', 'description': '不可使用,仅供参考:The proportion of male directors whether for the Executive Directors'} {'id': 86814, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_interest_coverage_ratio', 'description': '不可使用,仅供参考:Commonly known as Interest Coverage Ratio'} {'id': 319930, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320469, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320503, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320263, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319945, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 6599, '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': 320314, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *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': 320265, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319835, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319758, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 319896, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 10557, 'data_set_name': '可以使用:mws87_sinvsplurratioceopres', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of CEO in Presentation (NA if CEO not attended or no speech in Presentation)'} {'id': 319946, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 7215, 'data_set_name': '可以使用:anl69_best_pe_ratio', 'description': '不可使用,仅供参考:P/E Ratio'} {'id': 9780, 'data_set_name': '可以使用:other_executive_numeric_word_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of numerical words to total words spoken by other executives in the presentation section.'} {'id': 319721, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 78026, 'data_set_name': '可以使用:director_attrition_ratio_2', 'description': '不可使用,仅供参考:Proportion of directors who have left a role in the preceding period (alternate).'} {'id': 5621, 'data_set_name': '可以使用:min_funds_from_operations_guidance', 'description': '不可使用,仅供参考:Funds from operation - minimum guidance value for annual period'} {'id': 320679, 'data_set_name': '可以使用:pv87_2_roe_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 321765, 'data_set_name': '可以使用:pv87_effective_tax_rate_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Effective Tax Rate - Standard Deviation (%)'} {'id': 319942, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 85969, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_cur_ratio', 'description': "不可使用,仅供参考:Ratio to indicate the company's ability to pay back its short-term liabilities with its short-term assets"} {'id': 320799, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 83845, 'data_set_name': '可以使用:fnd3_qaccadj_eff_exc_ratecas_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Effect Of Exchange Rate On Cash And Cash Equivalents'} {'id': 319708, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 320382, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 738, 'data_set_name': '可以使用:anl10_netrevise_ratio_to_close_fq2_2544', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for net income Q2'} {'id': 6730, 'data_set_name': '可以使用:anl49_35estd35yrgrowthratebookvaluepershare', 'description': '不可使用,仅供参考:The annual compounded growth rate using the average of the three latest base years to the projected 3-5-year Book Value per Share.'} {'id': 320860, 'data_set_name': '可以使用:pv87_ann_matrix_cash_from_operations_estimate_median', 'description': '不可使用,仅供参考:Median of Cash From Operations Estimate'} {'id': 79014, 'data_set_name': '可以使用:fn_effect_of_exchange_rate_on_cash_and_equiv_q', 'description': '不可使用,仅供参考:Amount of increase (decrease) from the effect of exchange rate changes on cash and cash equivalent balances held in foreign currencies.'} {'id': 322594, 'data_set_name': '可以使用:pv87_marketimpactscore_sum', 'description': '不可使用,仅供参考:Sum of Market impact score - The estimated risk-adjusted 1 minute forward return for a given article as measured by stock return minus the stock beta multiplied market return, -5 being most negative impact and +5 most positive'} {'id': 319696, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'} {'id': 1038, 'data_set_name': '可以使用:anl10_salrevise_ratio_to_consensus_fq2_1691', 'description': '不可使用,仅供参考:Consensus estimate value for sales Q2'} {'id': 320906, 'data_set_name': '可以使用:pv87_ann_matrix_effective_tax_rate_estimate_mean', 'description': '不可使用,仅供参考:Mean of Effective Tax Rate Estimate (%)'} ========================= 数据字段结束 ======================================= 以上数据字段和操作符, 按照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 注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!!