研究因子名称 盈利质量溢价因子 假设 高质量的盈利通常表现为持续性、可预测性和较低的应计成分,这类公司往往具备更强的经营现金流支撑和更低的财务操纵风险。根据行为金融学中的“代表性启发”偏差,市场投资者容易过度关注账面利润而忽视盈利构成的质量,导致高质量盈利公司被系统性低估,从而在中长期产生超额收益。 实施方案 基于财报数据,构建一个综合盈利质量指标:首先计算应计利润占总利润的比例(应计比率),再结合经营性现金流与净利润的比值、盈利波动率以及资产周转稳定性等维度进行标准化加权,最终形成横截面上的排序因子。该因子值越高,代表公司盈利质量越好,预期未来收益越高。 *=========================================================================================* 输出格式: 输出必须是且仅是纯文本。 每一行是一个完整、独立、语法正确的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': 140416, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_accrued_income_taxes', 'description': "不可使用,仅供参考:This field includes all taxes payable as disclosed under the company's current liabilities"} {'id': 136988, 'data_set_name': '可以使用:fnd17_apayratio2', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year -1'} {'id': 60986, 'data_set_name': '可以使用:anl14_low_ntp_fp5', 'description': '不可使用,仅供参考:The lowest estimation of Net Profit - upcoming 5 quarters'} {'id': 137321, 'data_set_name': '可以使用:net_income_quarterly_4', 'description': '不可使用,仅供参考:Net income for the most recent quarter after all expenses and taxes.'} {'id': 138914, 'data_set_name': '可以使用:investment_contracts_total', 'description': '不可使用,仅供参考:Total value of investment contracts held.'} {'id': 139158, 'data_set_name': '可以使用:value_investment_assets_total', 'description': '不可使用,仅供参考:Total value of investment assets held.'} {'id': 136438, 'data_set_name': '可以使用:matched_share_award_value', 'description': '不可使用,仅供参考:Value of shares awarded plus matched percentage for a given plan.'} {'id': 60865, 'data_set_name': '可以使用:anl14_high_ptprep_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Reported Pretax Profit - upcoming 2 years'} {'id': 62001, 'data_set_name': '可以使用:quarterly_cash_flow_per_share_nonannualized', 'description': '不可使用,仅供参考:Cash flow per share for the quarter, not annualized.'} {'id': 137318, 'data_set_name': '可以使用:net_income_available_to_common_incl_extraordinary_annual', 'description': '不可使用,仅供参考:Net income available to common shareholders including extraordinary items for the most recent fiscal year.'} {'id': 62186, 'data_set_name': '可以使用:quarterly_total_assets_change_percent', 'description': '不可使用,仅供参考:Percent change in total assets compared to the same quarter last year.'} {'id': 62110, 'data_set_name': '可以使用:quarterly_net_loans_change_yoy', 'description': '不可使用,仅供参考:Year-over-year percent change in net loans for the quarter.'} {'id': 137433, 'data_set_name': '可以使用:accounts_receivable_current_assets', 'description': '不可使用,仅供参考:Accounts receivable included in current assets for the annual period.'} {'id': 60758, 'data_set_name': '可以使用:anl14_high_capex_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Capital Expenditures - upcoming 2 years'} {'id': 373589, 'data_set_name': '可以使用:pv37_low_global3h', 'description': '不可使用,仅供参考:Global Lowest Price 3H'} {'id': 62151, 'data_set_name': '可以使用:quarterly_research_and_development_expense_2', 'description': '不可使用,仅供参考:Research and development expense for the most recent quarter.'} {'id': 60781, 'data_set_name': '可以使用:anl14_high_ebit_fp2', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest & Taxes - upcoming 2 quarters'} {'id': 139282, 'data_set_name': '可以使用:fnd28_bsassetq_value_02149q', 'description': '不可使用,仅供参考:value of quarterly field: Other Current Assets'} {'id': 62173, 'data_set_name': '可以使用:quarterly_sga_to_sales_ratio', 'description': '不可使用,仅供参考:Selling, general, and administrative expenses as a percent of revenue for the quarter.'} {'id': 139149, 'data_set_name': '可以使用:valuation_intangible_assets_net', 'description': '不可使用,仅供参考:Net valuation allowance for intangible assets.'} {'id': 140448, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_other_st_liab', 'description': '不可使用,仅供参考:Other ST Liabilities'} {'id': 62005, 'data_set_name': '可以使用:quarterly_cash_per_share_3', 'description': '不可使用,仅供参考:Cash plus short-term investments divided by shares outstanding for the quarter.'} {'id': 62366, 'data_set_name': '可以使用:operatingprofit_currency_code', 'description': '不可使用,仅供参考:Currency in which the operating profit forecast is reported.'} {'id': 140827, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_sh_cap_and_apic', 'description': '不可使用,仅供参考:Share Capital & APIC'} {'id': 60747, 'data_set_name': '可以使用:anl14_high_bvps_fy1', 'description': '不可使用,仅供参考:The highest estimation of Book Value Per Share - upcoming year'} {'id': 62212, 'data_set_name': '可以使用:quarterly_working_capital_per_share_to_price_2', 'description': '不可使用,仅供参考:Ratio of working capital per share to current price for the quarter.'} {'id': 139128, 'data_set_name': '可以使用:total_current_assets_4', 'description': '不可使用,仅供参考:Total current assets reported for the annual period.'} {'id': 60716, 'data_set_name': '可以使用:social_score_total_correlation', 'description': '不可使用,仅供参考:Social score weighted by metrics most strongly correlated (positive and negative) to financial returns.'} {'id': 140483, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_accrued_income_taxes', 'description': "不可使用,仅供参考:This field includes all taxes payable as disclosed under the company's current liabilities"} {'id': 373528, 'data_set_name': '可以使用:top2000_factor1_group20_score', 'description': '不可使用,仅供参考:First factor score for top 2000 securities, grouped into 20 clusters.'} {'id': 60917, 'data_set_name': '可以使用:anl14_low_cfps_fy2', 'description': '不可使用,仅供参考:The Lowest Estimation of Cash Flow Per Share - upcoming 2 years'} {'id': 60760, 'data_set_name': '可以使用:anl14_high_capex_fy4', 'description': '不可使用,仅供参考:The highest estimation of capital expenditures - upcoming 4 years'} {'id': 61873, 'data_set_name': '可以使用:anl15_s_cal_fy0_total', 'description': '不可使用,仅供参考:The total of earnings estimation for the current calendarized fiscal year aggregated within GICS sector grouping.'} {'id': 62738, 'data_set_name': '可以使用:anl69_sales_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 140821, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_other_st_liab', 'description': '不可使用,仅供参考:Other ST Liabilities'} {'id': 60822, 'data_set_name': '可以使用:anl14_high_nav_fy3', 'description': '不可使用,仅供参考:The Highest Estimation of Net Asset Value - upcoming 3 years'} {'id': 140705, 'data_set_name': '可以使用:fnd72_pit_or_is_q_is_invest_income', 'description': '不可使用,仅供参考:Investment Income'} {'id': 139037, 'data_set_name': '可以使用:share_based_awards', 'description': '不可使用,仅供参考:Value of share-based awards granted to employees or management.'} {'id': 140125, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_numrevy2', 'description': '不可使用,仅供参考:Net # of Revisions for Fiscal Year 2. It is defined as the weighted average of the number of FY2 analyst earnings forecasts raised less the number lowered within a month, divided by the total number of analyst forecasts.'} {'id': 139038, 'data_set_name': '可以使用:share_based_deferred_tax', 'description': '不可使用,仅供参考:Deferred tax liabilities related to share-based compensation.'} {'id': 140129, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_pcwt', 'description': '不可使用,仅供参考:Time-Weighted Cash Yield. It is defined as the time-weighted average of cash flows per share estimates in fiscal year 1 and fiscal year 2 divided by close price.'} {'id': 138948, 'data_set_name': '可以使用:long_term_secured_debt', 'description': '不可使用,仅供参考:Long-term secured debt outstanding at period end.'} {'id': 62555, 'data_set_name': '可以使用:anl69_dps_expected_report_time', 'description': '不可使用,仅供参考:Expected Earnings Report Time'} {'id': 139078, 'data_set_name': '可以使用:short_term_investment_cashflow', 'description': '不可使用,仅供参考:Cash flow from short-term investment activities.'} {'id': 136705, 'data_set_name': '可以使用:fnd17_alldelay1_arevps', 'description': '不可使用,仅供参考:Revenue/share - most recent fiscal year'} {'id': 137370, 'data_set_name': '可以使用:quarterly_total_debt_4', 'description': '不可使用,仅供参考:Total debt reported for the most recent quarter.'} {'id': 139042, 'data_set_name': '可以使用:share_capital_ordinary_quarterly', 'description': '不可使用,仅供参考:Total value of ordinary share capital issued by the company for the quarter.'} {'id': 60604, 'data_set_name': '可以使用:anl11_emp_totalcorregsubsecrnk', 'description': '不可使用,仅供参考:SubSector Rank on EMP Hybrid Score with 1 being the highest rank'} {'id': 137372, 'data_set_name': '可以使用:quarterly_total_liabilities_5', 'description': '不可使用,仅供参考:Total liabilities reported for the most recent quarter.'} {'id': 60809, 'data_set_name': '可以使用:anl14_high_eps_fy5', 'description': '不可使用,仅供参考:The highest estimation of earnings per share - upcoming 5 years'} {'id': 136549, 'data_set_name': '可以使用:book_value_per_share_quarterly', 'description': '不可使用,仅供参考:Book value per share for the most recent quarter.'} {'id': 60655, 'data_set_name': '可以使用:anl11_g_totalcorregsubsecrnk', 'description': '不可使用,仅供参考:SubSector Rank on G Hybrid Score with 1 being the highest rank'} {'id': 139064, 'data_set_name': '可以使用:short_term_contract_expenses', 'description': '不可使用,仅供参考:Expenses related to short-term contracts.'} {'id': 60808, 'data_set_name': '可以使用:anl14_high_eps_fy4', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Per Share - upcoming 4 years'} {'id': 61006, 'data_set_name': '可以使用:anl14_low_ptp_fp1', 'description': '不可使用,仅供参考:The Lowest Estimation of Pretax Profit - upcoming quarter'} {'id': 60927, 'data_set_name': '可以使用:anl14_low_div_fy3', 'description': '不可使用,仅供参考:The lowest estimation of Dividend - upcoming 3 years'} {'id': 138935, 'data_set_name': '可以使用:long_term_debt_value', 'description': '不可使用,仅供参考:Total amount of long-term debt obligations for the period.'} {'id': 62055, 'data_set_name': '可以使用:quarterly_free_cash_flow_per_share_2', 'description': '不可使用,仅供参考:Free cash flow per share for the most recent quarter.'} {'id': 373540, 'data_set_name': '可以使用:top2000_factor3_group50_score', 'description': '不可使用,仅供参考:Third factor score for top 2000 securities, grouped into 50 clusters.'} {'id': 62060, 'data_set_name': '可以使用:quarterly_free_cash_flow_per_share_non_annualized_2', 'description': '不可使用,仅供参考:Free cash flow per share for the most recent quarter, not annualized.'} {'id': 60925, 'data_set_name': '可以使用:anl14_low_div_fy1', 'description': '不可使用,仅供参考:The lowest estimation of dividend - upcoming year'} {'id': 138968, 'data_set_name': '可以使用:operating_income_2', 'description': '不可使用,仅供参考:Income generated from regular business operations.'} {'id': 60806, 'data_set_name': '可以使用:anl14_high_eps_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Per Share - upcoming 2 years'} {'id': 373426, 'data_set_name': '可以使用:resampled_pca_factor_1', 'description': '不可使用,仅供参考:First principal component factor derived from robust resampling of returns for top 2000 securities.'} {'id': 140813, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_mkt_sec_other_st_invest', 'description': '不可使用,仅供参考:Marketable Securities & Other ST Investments'} {'id': 373572, 'data_set_name': '可以使用:pv37_high_global2', 'description': '不可使用,仅供参考:Global Highest Price 2'} {'id': 140547, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_cash_from_fnc_act', 'description': '不可使用,仅供参考:Cash from Financing Activities'} {'id': 62576, 'data_set_name': '可以使用:anl69_dpss_expected_report_time', 'description': '不可使用,仅供参考:Expected Earnings Report Time'} {'id': 138945, 'data_set_name': '可以使用:long_term_other_current_liabilities', 'description': '不可使用,仅供参考:Other current liabilities classified as long-term.'} {'id': 140558, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_form_of_statement', 'description': '不可使用,仅供参考:No longer supported'} {'id': 373427, 'data_set_name': '可以使用:resampled_pca_factor_10', 'description': '不可使用,仅供参考:Tenth principal component factor derived from robust resampling of returns for top 2000 securities.'} {'id': 138887, 'data_set_name': '可以使用:future_tax_liabilities_fair_value', 'description': '不可使用,仅供参考:Fair value of future tax liabilities.'} {'id': 137449, 'data_set_name': '可以使用:accrued_short_term_interest', 'description': '不可使用,仅供参考:Interest accrued on short-term obligations.'} {'id': 62205, 'data_set_name': '可以使用:quarterly_total_liabilities_2', 'description': '不可使用,仅供参考:Total liabilities for the most recent quarter.'} {'id': 62079, 'data_set_name': '可以使用:quarterly_long_term_debt_2', 'description': '不可使用,仅供参考:Long-term debt for the most recent quarter.'} {'id': 140722, 'data_set_name': '可以使用:fnd72_pit_or_is_q_net_income', 'description': '不可使用,仅供参考:Net Income'} {'id': 140718, 'data_set_name': '可以使用:fnd72_pit_or_is_q_is_tot_cash_com_dvd', 'description': '不可使用,仅供参考:Dividends paid to common shareholders from the profits of the company'} {'id': 62611, 'data_set_name': '可以使用:anl69_eps_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 62086, 'data_set_name': '可以使用:quarterly_long_term_debt_to_assets_ratio', 'description': '不可使用,仅供参考:Long-term debt divided by total assets for the most recent quarter.'} {'id': 140134, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_tw_ebitdaev', 'description': '不可使用,仅供参考:Time Weighted EBITDA/EV. It is defined as the time-weighted EBITDA/Enterprise Value for FY1 and FY2.'} {'id': 140568, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_other_fnc_act', 'description': '不可使用,仅供参考:Other Financing Activities'} {'id': 137394, 'data_set_name': '可以使用:revenue_per_share_quarterly_non_annualized', 'description': '不可使用,仅供参考:Revenue per share for the most recent quarter, not annualized.'} {'id': 60870, 'data_set_name': '可以使用:anl14_high_revenue_fp2', 'description': '不可使用,仅供参考:The highest estimation of revenue - upcoming 2 quarters'} {'id': 62419, 'data_set_name': '可以使用:anl45_treynor_ratio', 'description': '不可使用,仅供参考:A ratio that measures returns earned in excess of that which could have been earned on a riskless investment (such as the risk free rate).??'} {'id': 373522, 'data_set_name': '可以使用:top1500_pca_factor2_grouping20', 'description': '不可使用,仅供参考:Second principal component grouping for top 1500 securities with 20 clusters.'} {'id': 137137, 'data_set_name': '可以使用:fnd17_qcurratio2', 'description': '不可使用,仅供参考:Current ratio - most recent quarter, 1 year ago'} {'id': 373327, 'data_set_name': '可以使用:pv173_rawratioseqbddivrgsprd5y120dsbst', 'description': '不可使用,仅供参考:It is defined as the difference of market equity return and estimated equity return based on 120-day linear regression of equity return on 5-year mid z-spread percentage change and MSCI ACWIIndex return'} {'id': 61995, 'data_set_name': '可以使用:quarterly_cash_flow_per_share_2', 'description': '不可使用,仅供参考:Cash flow per share for the most recent quarter.'} {'id': 139069, 'data_set_name': '可以使用:short_term_debt_bonds_face_value', 'description': '不可使用,仅供参考:Face value of short-term debt bonds outstanding.'} {'id': 140531, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_total_avail_line_of_credit', 'description': '不可使用,仅供参考:Total remaining amount of the lines of credit'} {'id': 138888, 'data_set_name': '可以使用:future_tax_liabilities_fund', 'description': '不可使用,仅供参考:Future tax liabilities fund for the interim period.'} {'id': 61016, 'data_set_name': '可以使用:anl14_low_ptprep_fy3', 'description': '不可使用,仅供参考:The lowest estimation of reported pretax profit - upcoming 3 years'} {'id': 140194, 'data_set_name': '可以使用:fnd44_perc_accruals', 'description': '不可使用,仅供参考:Net Accruals / Percentage Accruals'} {'id': 61870, 'data_set_name': '可以使用:anl15_s_18_m_total', 'description': '不可使用,仅供参考:The total of 18-month forward earnings estimation aggregated within GICS sector grouping.'} {'id': 137478, 'data_set_name': '可以使用:benefit_expense_total', 'description': '不可使用,仅供参考:Total benefit expense for the period.'} {'id': 62648, 'data_set_name': '可以使用:anl69_net_best_crncy_iso', 'description': '不可使用,仅供参考:Currency (ISO)'} {'id': 139294, 'data_set_name': '可以使用:fnd28_bsassetq_value_18280q', 'description': '不可使用,仅供参考:value of quarterly field: Goodwill/Cost in Excess of Assets Purchased'} {'id': 60857, 'data_set_name': '可以使用:anl14_high_ptp_fp2', 'description': '不可使用,仅供参考:The highest estimation of pretax profit - upcoming 2 quarters'} {'id': 62090, 'data_set_name': '可以使用:quarterly_long_term_debt_to_equity_prior', 'description': '不可使用,仅供参考:Long-term debt divided by shareholder equity for the same quarter last year.'} {'id': 137484, 'data_set_name': '可以使用:cash_proceeds_received', 'description': '不可使用,仅供参考:Cash proceeds received during the period.'} {'id': 60941, 'data_set_name': '可以使用:anl14_low_ebitda_fp2', 'description': '不可使用,仅供参考:The Lowest Estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 2 quarters'} {'id': 140715, 'data_set_name': '可以使用:fnd72_pit_or_is_q_is_sga_other_op_depr_op_maint', 'description': '不可使用,仅供参考:Includes selling & administrative expenses and other operating expenses after cost of goods sold'} {'id': 61999, 'data_set_name': '可以使用:quarterly_cash_flow_per_share_non_annualized', 'description': '不可使用,仅供参考:Cash flow per share for the quarter, not annualized.'} {'id': 136447, 'data_set_name': '可以使用:share_award_quantity', 'description': '不可使用,仅供参考:Number of shares awarded in a given incentive plan.'} {'id': 62462, 'data_set_name': '可以使用:anl69_best_net_4wk_up', 'description': '不可使用,仅供参考:Net Inc 4 Wk Up'} {'id': 60789, 'data_set_name': '可以使用:anl14_high_ebit_fy5', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest & Taxes - upcoming 5 years'} {'id': 60783, 'data_set_name': '可以使用:anl14_high_ebit_fp4', 'description': '不可使用,仅供参考:The highest estimation of earnings before interest & taxes - upcoming 4 quarters'} {'id': 137149, 'data_set_name': '可以使用:fnd17_qpayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent quarter'} {'id': 140167, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_pcdwf', 'description': '不可使用,仅供参考:Leading 12 Month Cash Yield. It is defined as the average quarterly forward-looking cash flows per share divided by close price.'} {'id': 136550, 'data_set_name': '可以使用:cash_and_equivalents_annual_2', 'description': '不可使用,仅供参考:Cash and short-term investments for the most recent fiscal year.'} {'id': 140442, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_options_outstanding', 'description': '不可使用,仅供参考:Options Outstanding End of Period'} {'id': 62181, 'data_set_name': '可以使用:quarterly_tangible_book_value_per_share_3', 'description': '不可使用,仅供参考:Tangible book value divided by shares outstanding for the quarter.'} {'id': 136785, 'data_set_name': '可以使用:fnd17_alldelay1_netdebt_a', 'description': '不可使用,仅供参考:Net Debt, LFY'} {'id': 137348, 'data_set_name': '可以使用:quarterly_cash_per_share_value', 'description': '不可使用,仅供参考:Cash and short-term investments per share for the most recent quarter.'} {'id': 137519, 'data_set_name': '可以使用:earnings_from_subsidiaries', 'description': '不可使用,仅供参考:Earnings derived from subsidiary companies.'} {'id': 139046, 'data_set_name': '可以使用:share_dividend_equity', 'description': '不可使用,仅供参考:Share dividend equity reported for the annual period.'} {'id': 62721, 'data_set_name': '可以使用:anl69_roes_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 373523, 'data_set_name': '可以使用:top1500_pca_factor2_grouping5', 'description': '不可使用,仅供参考:Second principal component grouping for top 1500 securities with 5 clusters.'} {'id': 62460, 'data_set_name': '可以使用:anl69_best_net_4wk_chg', 'description': '不可使用,仅供参考:Net Inc 4 Wk Chg'} {'id': 139052, 'data_set_name': '可以使用:shareholders_other_equity_2', 'description': '不可使用,仅供参考:Other equity attributable to shareholders.'} {'id': 60997, 'data_set_name': '可以使用:anl14_low_ntprep_fy1', 'description': '不可使用,仅供参考:The Lowest Estimation of Reported Net Profit - Upcoming Year'} {'id': 140126, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_pbdwf', 'description': '不可使用,仅供参考:Leading 12-Month Book Yield. It is defined as the average quarterly forward-looking book value per share divided by close price.'} {'id': 62376, 'data_set_name': '可以使用:anl45_bias_weighted_ret', 'description': '不可使用,仅供参考:Non-Functional'} {'id': 139083, 'data_set_name': '可以使用:short_term_loans_advances_quarterly', 'description': '不可使用,仅供参考:Short-term loans and advances provided by the company for the quarter.'} {'id': 140195, 'data_set_name': '可以使用:fnd44_probability_restatement', 'description': '不可使用,仅供参考:Using an alternative data; we devise a model to predict accounting restatements. We show that restatements can lead to a significantly adverse stock price reaction. As such, our restatement model is useful at predicting underperforming stocks. This enhanced\r\nrestatement model employes machine learning and uses over 250 unconventional factors as inputs. We apply the model that was trained using US data to global stocks.'} {'id': 140598, 'data_set_name': '可以使用:fnd72_pit_or_cf_q_cf_net_inc', 'description': '不可使用,仅供参考:Net Income'} {'id': 373530, 'data_set_name': '可以使用:top2000_factor1_group50_score', 'description': '不可使用,仅供参考:First factor score for top 2000 securities, grouped into 50 clusters.'} {'id': 136987, 'data_set_name': '可以使用:fnd17_apayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent fiscal year'} {'id': 60913, 'data_set_name': '可以使用:anl14_low_cfps_fp2', 'description': '不可使用,仅供参考:The lowest estimation of Cash Flow Per Share - upcoming 2 quarters'} {'id': 137354, 'data_set_name': '可以使用:quarterly_earnings_before_tax_5', 'description': '不可使用,仅供参考:Earnings before taxes for the most recent quarter.'} {'id': 136845, 'data_set_name': '可以使用:fnd17_alldelay1_qpelow', 'description': '不可使用,仅供参考:P/E excluding extraordinary items low, most recent quarter'} {'id': 62059, 'data_set_name': '可以使用:quarterly_free_cash_flow_per_share_non_annualized', 'description': '不可使用,仅供参考:Free cash flow per share for the quarter, not annualized.'} {'id': 373516, 'data_set_name': '可以使用:top1500_pca_factor1_grouping2', 'description': '不可使用,仅供参考:First principal component grouping for top 1500 securities with 2 clusters.'} {'id': 62091, 'data_set_name': '可以使用:quarterly_long_term_debt_to_equity_prior_year', 'description': '不可使用,仅供参考:Long-term debt divided by shareholder equity for the same quarter last year.'} {'id': 137514, 'data_set_name': '可以使用:dividends_withheld_settled', 'description': '不可使用,仅供参考:Dividends withheld and settled during the period.'} {'id': 60803, 'data_set_name': '可以使用:anl14_high_eps_fp4', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Per Share - upcoming 4 quarters'} {'id': 62362, 'data_set_name': '可以使用:forecast_currency_tangible_book_value_per_share', 'description': '不可使用,仅供参考:Currency in which the tangible book value per share forecast is denominated.'} {'id': 138894, 'data_set_name': '可以使用:income_before_tax_value', 'description': '不可使用,仅供参考:Earnings before provision for income taxes for the period.'} {'id': 62202, 'data_set_name': '可以使用:quarterly_total_debt_to_equity_ratio_prior_year', 'description': '不可使用,仅供参考:Total debt divided by equity for the same quarter last year.'} {'id': 139268, 'data_set_name': '可以使用:fnd28_bsasseta_value_02301a', 'description': '不可使用,仅供参考:value of annual field: Property, Plant and Equipment - Gross'} {'id': 60776, 'data_set_name': '可以使用:anl14_high_div_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Dividend - Upcoming 2 Years'} {'id': 62465, 'data_set_name': '可以使用:anl69_best_net_gaap', 'description': '不可使用,仅供参考:Net GAAP'} {'id': 140571, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_other_non_cash_adjust', 'description': '不可使用,仅供参考:Other Non-Cash Adjustments'} {'id': 140160, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_earningstorpedo', 'description': '不可使用,仅供参考:Earnings Torpedo. It is defined as Next 4 Quarter EPS Estimate + TTM Real Earnings Surprise/TTM EPS where, TTM Earnings Surprise = Actual EPS - Est EPS, summed over the last 4 quarters.'} {'id': 140686, 'data_set_name': '可以使用:fnd72_pit_or_is_q_is_abnormal_item', 'description': '不可使用,仅供参考:Abnormal Items'} {'id': 61693, 'data_set_name': '可以使用:anl15_gr_cal_fy1_total', 'description': '不可使用,仅供参考:The total of earnings estimation for the calendarized 1 fiscal year aggregated within GICS group grouping.'} {'id': 62311, 'data_set_name': '可以使用:anl44_2_operatingprofit_coveredby', 'description': '不可使用,仅供参考:operatingprofit coveredby'} {'id': 137360, 'data_set_name': '可以使用:quarterly_net_income_3', 'description': '不可使用,仅供参考:Net income for the most recent quarter.'} {'id': 138904, 'data_set_name': '可以使用:interest_income_cashflow', 'description': '不可使用,仅供参考:Cash flow from interest income activities.'} {'id': 60892, 'data_set_name': '可以使用:anl14_low_bvps_fp1', 'description': '不可使用,仅供参考:The lowest estimation of book value per share - upcoming quarter'} {'id': 373588, 'data_set_name': '可以使用:pv37_low_global30m', 'description': '不可使用,仅供参考:Global Lowest Price 30M'} {'id': 61025, 'data_set_name': '可以使用:anl14_low_revenue_fy2', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 2 years'} {'id': 61014, 'data_set_name': '可以使用:anl14_low_ptprep_fy1', 'description': '不可使用,仅供参考:The lowest estimation of reported pretax profit - upcoming year'} {'id': 60862, 'data_set_name': '可以使用:anl14_high_ptp_fy4', 'description': '不可使用,仅供参考:The Highest Estimation of Pretax Profit - upcoming 4 years'} {'id': 62124, 'data_set_name': '可以使用:quarterly_pe_ratio_high', 'description': '不可使用,仅供参考:Highest price-to-earnings ratio for the most recent quarter.'} {'id': 139073, 'data_set_name': '可以使用:short_term_financing_cash_flow', 'description': '不可使用,仅供参考:financing cash flow items represents sum of increase/decrease ind eposits, increase/decrease in federal funds sold or REPOs and FHLB plus other financing cash flow.'} {'id': 60926, 'data_set_name': '可以使用:anl14_low_div_fy2', 'description': '不可使用,仅供参考:The Lowest Estimation of Dividend - Upcoming 2 Years'} {'id': 136381, 'data_set_name': '可以使用:current_other_board_total', 'description': '不可使用,仅供参考:Number of other boards the director currently serves on.'} {'id': 138902, 'data_set_name': '可以使用:interest_expense_net', 'description': '不可使用,仅供参考:Net interest expense for the period.'} {'id': 62092, 'data_set_name': '可以使用:quarterly_long_term_debt_to_equity_ratio', 'description': '不可使用,仅供参考:Long-term debt divided by equity for the most recent quarter.'} {'id': 139287, 'data_set_name': '可以使用:fnd28_bsassetq_value_02401q', 'description': '不可使用,仅供参考:value of quarterly field: Accumulated Depreciation'} {'id': 139030, 'data_set_name': '可以使用:revenue_from_domestic_operations', 'description': '不可使用,仅供参考:[Quarterly] Expected Rate of Return - Domestic'} {'id': 139016, 'data_set_name': '可以使用:quarterly_total_share_capital', 'description': '不可使用,仅供参考:Total share capital at the end of the quarter.'} {'id': 138931, 'data_set_name': '可以使用:long_term_debt', 'description': '不可使用,仅供参考:Total value of long-term debt obligations outstanding.'} {'id': 137512, 'data_set_name': '可以使用:dividend_per_share_declared', 'description': '不可使用,仅供参考:Dividend per share declared for the period.'} {'id': 373281, 'data_set_name': '可以使用:pv132_px_low', 'description': '不可使用,仅供参考:Low Price'} {'id': 60962, 'data_set_name': '可以使用:anl14_low_epsrep_fp3', 'description': '不可使用,仅供参考:The lowest estimation of reported earnings per share - upcoming 3 quarters'} {'id': 140116, 'data_set_name': '可以使用:fnd31_creditrisk', 'description': '不可使用,仅供参考:Credit Risk is measured by CDS levels based on end-of-day par spreads.'} {'id': 138937, 'data_set_name': '可以使用:long_term_liabilities_total_3', 'description': '不可使用,仅供参考:Total long-term liabilities outstanding at period end.'} {'id': 136515, 'data_set_name': '可以使用:fnd13_statementq_sopi', 'description': '不可使用,仅供参考:Operating Income'} {'id': 62099, 'data_set_name': '可以使用:quarterly_net_income_available_to_common_2', 'description': '不可使用,仅供参考:Net income available to common shareholders for the most recent quarter.'} {'id': 60790, 'data_set_name': '可以使用:anl14_high_ebitda_fp1', 'description': '不可使用,仅供参考:The highest estimation of earnings before interest, taxes, depreciation & amortization - upcoming quarter'} {'id': 137410, 'data_set_name': '可以使用:ttm_net_income_value', 'description': '不可使用,仅供参考:Net income for the trailing twelve months.'} {'id': 60792, 'data_set_name': '可以使用:anl14_high_ebitda_fp3', 'description': '不可使用,仅供参考:The highest estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 3 quarters'} {'id': 140891, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_is_eqy_earn_from_invest_assoc', 'description': '不可使用,仅供参考:Earnings from investments in associated companies, joint ventures, unconsolidated subsidiaries that are valued according to the equity method'} {'id': 373576, 'data_set_name': '可以使用:pv37_high_global4h', 'description': '不可使用,仅供参考:Global Highest Price 4H'} {'id': 62199, 'data_set_name': '可以使用:quarterly_total_debt_to_equity_2', 'description': '不可使用,仅供参考:Total debt divided by shareholder equity for the quarter.'} {'id': 62299, 'data_set_name': '可以使用:anl44_2_netdebt_prevalue', 'description': '不可使用,仅供参考:netdebt prevalue'} {'id': 139291, 'data_set_name': '可以使用:fnd28_bsassetq_value_02654q', 'description': '不可使用,仅供参考:value of quarterly field: Total Intangible Other Assets - Gross'} {'id': 139168, 'data_set_name': '可以使用:voting_investment_total', 'description': '不可使用,仅供参考:Total investments with voting rights.'} {'id': 137344, 'data_set_name': '可以使用:quarterly_book_value_per_share_5', 'description': '不可使用,仅供参考:Book value per share for the most recent quarter.'} {'id': 140653, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_pension_expense_income', 'description': '不可使用,仅供参考:The net amount of pension cost that is recognized in the income statement'} {'id': 60824, 'data_set_name': '可以使用:anl14_high_ndebt_fp2', 'description': '不可使用,仅供参考:The Highest Estimation of Net Debt - Upcoming 2 Quarters'} {'id': 139124, 'data_set_name': '可以使用:stockholders_other_paid_in_items', 'description': '不可使用,仅供参考:Other paid-in items attributable to stockholders.'} {'id': 136557, 'data_set_name': '可以使用:daily_volume_percent_shares_out', 'description': '不可使用,仅供参考:Average daily trading volume as a percentage of shares outstanding.'} {'id': 138942, 'data_set_name': '可以使用:long_term_loans_total_debt', 'description': '不可使用,仅供参考:Total long-term loans and debt reported for the interim period.'} {'id': 60979, 'data_set_name': '可以使用:anl14_low_ndebt_fy3', 'description': '不可使用,仅供参考:The lowest estimation of net debt - upcoming 3 years'} {'id': 139142, 'data_set_name': '可以使用:unrealized_other_gain_balancesheet', 'description': '不可使用,仅供参考:[Quarterly] Right-of-Use Assets - Operating Lease, Gross - Supplemental'} {'id': 62127, 'data_set_name': '可以使用:quarterly_pe_ratio_maximum', 'description': '不可使用,仅供参考:Highest price-to-earnings ratio observed in the latest quarter.'} {'id': 60584, 'data_set_name': '可以使用:anl11_e_totalcorregsubsecperc', 'description': '不可使用,仅供参考:SubSector Percentile on E Hybrid Score with 100% being the best'} {'id': 137481, 'data_set_name': '可以使用:cash_and_equivalents_3', 'description': '不可使用,仅供参考:Total cash and cash equivalents held at the end of the period.'} {'id': 136999, 'data_set_name': '可以使用:fnd17_arev', 'description': '不可使用,仅供参考:Revenue - most recent fiscal year'} {'id': 139259, 'data_set_name': '可以使用:fnd28_bsasseta_value_02099a', 'description': '不可使用,仅供参考:value of annual field: Finished Goods'} {'id': 60914, 'data_set_name': '可以使用:anl14_low_cfps_fp3', 'description': '不可使用,仅供参考:The lowest estimation of Cash Flow Per Share - upcoming 3 quarters'} {'id': 62190, 'data_set_name': '可以使用:quarterly_total_debt', 'description': '不可使用,仅供参考:Total debt reported for the most recent quarter.'} {'id': 60919, 'data_set_name': '可以使用:anl14_low_cfps_fy4', 'description': '不可使用,仅供参考:The Lowest Estimation of Cash Flow Per Share - upcoming 4 years'} {'id': 60530, 'data_set_name': '可以使用:anl11_cit_totalcor', 'description': "不可使用,仅供参考:The CIT Hybrid Score weights the three CIT scores based on which are strongly rank correlated (to the positive) to financial metrics that are strongly rank correlated to 1yr and 3 yr total returns for that company's peer group"} {'id': 140753, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_sh_cap_and_apic', 'description': '不可使用,仅供参考:Share Capital & APIC'} {'id': 62474, 'data_set_name': '可以使用:anl69_best_net_hi', 'description': '不可使用,仅供参考:Net Income High'} {'id': 373571, 'data_set_name': '可以使用:pv37_high_global1h', 'description': '不可使用,仅供参考:Global Highest Price 1H'} {'id': 138995, 'data_set_name': '可以使用:other_off_balance_liabilities', 'description': '不可使用,仅供参考:Other off-balance sheet liabilities for the annual period.'} {'id': 60835, 'data_set_name': '可以使用:anl14_high_ntp_fp4', 'description': '不可使用,仅供参考:The Highest Estimation of Net Profit - upcoming 4 quarters'} {'id': 139175, 'data_set_name': '可以使用:fnd25_metricvalue', 'description': '不可使用,仅供参考:Numeric field representing value of operating metric'} {'id': 137315, 'data_set_name': '可以使用:net_income_after_tax_2', 'description': '不可使用,仅供参考:Net income after all expenses and taxes for the period.'} {'id': 137475, 'data_set_name': '可以使用:bank_borrowings_total', 'description': '不可使用,仅供参考:Total bank borrowings outstanding.'} {'id': 62133, 'data_set_name': '可以使用:quarterly_price_to_cash_flow_per_share_2', 'description': '不可使用,仅供参考:Ratio of price to cash flow per share for the quarter.'} {'id': 60953, 'data_set_name': '可以使用:anl14_low_eps_fp4', 'description': '不可使用,仅供参考:The lowest estimation of earnings per share - upcoming 4 quarters'} {'id': 373567, 'data_set_name': '可以使用:pv37_high_13', 'description': '不可使用,仅供参考:High price'} {'id': 140469, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_total_capital_leases', 'description': '不可使用,仅供参考:Total of short- and long-term amounts payable by a lessee under capital leases'} {'id': 139013, 'data_set_name': '可以使用:quarterly_total_equity_liabilities', 'description': '不可使用,仅供参考:Total equity and liabilities at the end of the quarter.'} {'id': 139102, 'data_set_name': '可以使用:short_term_payables_other', 'description': '不可使用,仅供参考:[Quarterly] Total Plan Obligations'} {'id': 137438, 'data_set_name': '可以使用:accounts_total_current_assets_2', 'description': '不可使用,仅供参考:Total current assets as reported in accounts.'} {'id': 137373, 'data_set_name': '可以使用:quarterly_total_revenue_3', 'description': '不可使用,仅供参考:Total revenue reported for the most recent quarter.'} {'id': 138951, 'data_set_name': '可以使用:long_term_trade_debt', 'description': '不可使用,仅供参考:Long-term trade debt reported for the annual period.'} {'id': 373575, 'data_set_name': '可以使用:pv37_high_global3h', 'description': '不可使用,仅供参考:Global Highest Price 3H'} {'id': 140489, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_allow_doubtful_acc_rec', 'description': '不可使用,仅供参考:A contra asset account that is subtracted from trade and notes receivables on the balance sheet'} {'id': 62137, 'data_set_name': '可以使用:quarterly_quick_ratio', 'description': '不可使用,仅供参考:Ratio of liquid assets to current liabilities for the latest quarter.'} {'id': 61010, 'data_set_name': '可以使用:anl14_low_ptp_fy2', 'description': '不可使用,仅供参考:The lowest estimation of Pretax Profit - upcoming 2 years'} {'id': 60860, 'data_set_name': '可以使用:anl14_high_ptp_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Pretax Profit - upcoming 2 years'} {'id': 60899, 'data_set_name': '可以使用:anl14_low_bvps_fy3', 'description': '不可使用,仅供参考:The Lowest Estimation of Book Value Per Share - upcoming 3 years'} {'id': 60924, 'data_set_name': '可以使用:anl14_low_div_fp5', 'description': '不可使用,仅供参考:The lowest estimation of dividend - upcoming 5 quarters'} {'id': 140581, 'data_set_name': '可以使用:fnd72_pit_or_cf_q_cf_cash_from_oper', 'description': '不可使用,仅供参考:Total amount of cash a company generates from its operation'} {'id': 140397, 'data_set_name': '可以使用:fnd72_1_bs_gross_fix_asset', 'description': '不可使用,仅供参考:Gross Fixed Assets'} {'id': 60752, 'data_set_name': '可以使用:anl14_high_capex_fp1', 'description': '不可使用,仅供参考:The highest estimation of capital expenditures - upcoming quarter'} {'id': 139122, 'data_set_name': '可以使用:stockholders_other_comprehensive_assets', 'description': '不可使用,仅供参考:Other comprehensive assets attributable to stockholders.'} {'id': 140567, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_net_inc', 'description': '不可使用,仅供参考:Net Income'} {'id': 62209, 'data_set_name': '可以使用:quarterly_total_shareholder_equity', 'description': '不可使用,仅供参考:Total shareholder equity for the most recent quarter.'} {'id': 136646, 'data_set_name': '可以使用:fnd17_alldelay1_a2netmrgn', 'description': '不可使用,仅供参考:Net Profit Margin % - 2nd historical fiscal year'} {'id': 139134, 'data_set_name': '可以使用:total_rental_expense', 'description': '不可使用,仅供参考:Total rental expenses incurred during the period.'} {'id': 60532, 'data_set_name': '可以使用:anl11_cit_totalcorregsectrnk', 'description': '不可使用,仅供参考:Sector Rank on CIT Hybrid Score with 1 being the highest rank'} {'id': 140867, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_other_non_cash_adj_less', 'description': '不可使用,仅供参考:Other Non-Cash Adjustments'} {'id': 62206, 'data_set_name': '可以使用:quarterly_total_liabilities_3', 'description': '不可使用,仅供参考:Sum of all liabilities for the most recent quarter.'} {'id': 140494, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_cur_asset_report', 'description': '不可使用,仅供参考:Current Assets Reported'} {'id': 60970, 'data_set_name': '可以使用:anl14_low_nav_fy1', 'description': '不可使用,仅供参考:The lowest estimation of net asset value - upcoming year'} {'id': 60995, 'data_set_name': '可以使用:anl14_low_ntprep_fp4', 'description': '不可使用,仅供参考:The lowest estimation of reported net profit - upcoming 4 quarters'} {'id': 140645, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_net_interest_expense', 'description': '不可使用,仅供参考:Interest expense minus interest income'} {'id': 60983, 'data_set_name': '可以使用:anl14_low_ntp_fp2', 'description': '不可使用,仅供参考:The lowest estimation of net profit - upcoming 2 quarters'} {'id': 60834, 'data_set_name': '可以使用:anl14_high_ntp_fp3', 'description': '不可使用,仅供参考:The Highest Estimation of Net Profit - upcoming 3 quarters'} {'id': 62068, 'data_set_name': '可以使用:quarterly_interest_coverage_ratio', 'description': '不可使用,仅供参考:Earnings before interest and taxes divided by interest expense for the quarter.'} {'id': 60746, 'data_set_name': '可以使用:anl14_high_bvps_fp5', 'description': '不可使用,仅供参考:The Highest Estimation of Book Value Per Share - Upcoming 5 Quarters'} {'id': 137414, 'data_set_name': '可以使用:twelve_month_high_price_2', 'description': '不可使用,仅供参考:The highest price at which the security traded in the last twelve months.'} {'id': 373569, 'data_set_name': '可以使用:pv37_high_15', 'description': '不可使用,仅供参考:High price'} {'id': 61979, 'data_set_name': '可以使用:quarterly_asset_turnover', 'description': '不可使用,仅供参考:Annualized ratio of sales to average assets for the quarter.'} {'id': 62058, 'data_set_name': '可以使用:quarterly_free_cash_flow_per_share_alt_2', 'description': '不可使用,仅供参考:Alternate calculation of free cash flow per share for the quarter.'} {'id': 139140, 'data_set_name': '可以使用:unrealized_currency_net_balancesheet', 'description': '不可使用,仅供参考:[Quarterly] Right-of-Use Assets - Capital Lease, Net - Supplemental'} {'id': 140757, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_tot_asset', 'description': '不可使用,仅供参考:Total Assets'} {'id': 62667, 'data_set_name': '可以使用:anl69_pe_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 140432, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_future_min_oper_lease_oblig', 'description': '不可使用,仅供参考:Total of the Future Minimum Operating Lease Commitments'} {'id': 60748, 'data_set_name': '可以使用:anl14_high_bvps_fy2', 'description': '不可使用,仅供参考:The highest estimation of Book Value Per Share - upcoming 2 years'} {'id': 136530, 'data_set_name': '可以使用:annual_debt_to_total_capital', 'description': '不可使用,仅供参考:Ratio of total debt to total capital for the most recent fiscal year.'} {'id': 61885, 'data_set_name': '可以使用:anl15_s_cal_fy1_total', 'description': '不可使用,仅供参考:The total of earnings estimation for the calendarized 1 fiscal year aggregated within GICS sector grouping.'} {'id': 138970, 'data_set_name': '可以使用:operating_revenue_other', 'description': '不可使用,仅供参考:[Quarterly] Other Revenue, Total'} {'id': 60827, 'data_set_name': '可以使用:anl14_high_ndebt_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Net Debt - upcoming year'} {'id': 62147, 'data_set_name': '可以使用:quarterly_receivables_turnover_2', 'description': '不可使用,仅供参考:Receivables turnover ratio for the most recent quarter.'} {'id': 137226, 'data_set_name': '可以使用:fnd17_siratio4', 'description': '不可使用,仅供参考:Short Interest ratio - 3 months ago'} {'id': 137415, 'data_set_name': '可以使用:twelve_month_low_price', 'description': '不可使用,仅供参考:The lowest price at which the security traded in the last twelve months.'} {'id': 62033, 'data_set_name': '可以使用:quarterly_dividend_per_share', 'description': '不可使用,仅供参考:Dividend paid per share for the most recent quarter.'} {'id': 60884, 'data_set_name': '可以使用:anl14_high_roe_fp2', 'description': '不可使用,仅供参考:The highest estimation of returns on equity - upcoming 2 quarters'} {'id': 137712, 'data_set_name': '可以使用:fnd23_headlinefull', 'description': '不可使用,仅供参考:full story headline index'} {'id': 60867, 'data_set_name': '可以使用:anl14_high_ptprep_fy4', 'description': '不可使用,仅供参考:The Highest Estimation of Reported Pretax Profit - Upcoming 4 Years'} {'id': 60820, 'data_set_name': '可以使用:anl14_high_nav_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Net Asset Value - upcoming year'} {'id': 62119, 'data_set_name': '可以使用:quarterly_operating_margin_percent', 'description': '不可使用,仅供参考:Operating income divided by revenue for the quarter, expressed as a percentage.'} {'id': 140130, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_ps_wt', 'description': '不可使用,仅供参考:Time Weighted Sales Yield. It is defined as the time-weighted sales per share for FY1 and FY2 divided by its price.'} {'id': 140736, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_cash_near_cash_item', 'description': '不可使用,仅供参考:Cash & Near Cash Items'} {'id': 137001, 'data_set_name': '可以使用:fnd17_arevperemp', 'description': '不可使用,仅供参考:Revenue/employee - most recent fiscal year'} {'id': 62470, 'data_set_name': '可以使用:anl69_best_net_gaap_lo', 'description': '不可使用,仅供参考:Net GAAP Low'} {'id': 60581, 'data_set_name': '可以使用:anl11_e_totalcor', 'description': "不可使用,仅供参考:The E Hybrid Score weights the three E scores based on which are strongly rank correlated (to the positive) to financial metrics related to 1yr and 3 yr total returns for that company's peer group."} {'id': 139271, 'data_set_name': '可以使用:fnd28_bsasseta_value_02647a', 'description': '不可使用,仅供参考:value of annual field: Deferred Charges'} {'id': 139086, 'data_set_name': '可以使用:short_term_loans_drawn', 'description': '不可使用,仅供参考:Short-term loans drawn and outstanding at period end.'} {'id': 139107, 'data_set_name': '可以使用:short_term_securities_gain_adjustment', 'description': '不可使用,仅供参考:Adjustment for gains on short-term securities.'} {'id': 60977, 'data_set_name': '可以使用:anl14_low_ndebt_fy1', 'description': '不可使用,仅供参考:The lowest estimation of net debt - upcoming year'} {'id': 140632, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_expected_return_plan_assets', 'description': '不可使用,仅供参考:The estimated expected long-term rate of return on pension plan assets expressed as a percent'} {'id': 139269, 'data_set_name': '可以使用:fnd28_bsasseta_value_02401a', 'description': '不可使用,仅供参考:value of annual field: Accumulated Depreciation'} {'id': 138985, 'data_set_name': '可以使用:other_long_term_obligations_2', 'description': '不可使用,仅供参考:Other long-term obligations not classified elsewhere.'} {'id': 62392, 'data_set_name': '可以使用:anl45_net_market_exposure', 'description': '不可使用,仅供参考:Difference in fractional total value between long and short ideas'} {'id': 61030, 'data_set_name': '可以使用:anl14_low_roa_fy2', 'description': '不可使用,仅供参考:The lowest estimation of Returns on Assets - upcoming 2 years'} {'id': 62587, 'data_set_name': '可以使用:anl69_ebit_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 139280, 'data_set_name': '可以使用:fnd28_bsassetq_value_02101q', 'description': '不可使用,仅供参考:value of quarterly field: Inventories Total'} {'id': 136448, 'data_set_name': '可以使用:share_award_quantity_ltip', 'description': '不可使用,仅供参考:Number of shares awarded in a given incentive plan for LTIP compensation.'} {'id': 137281, 'data_set_name': '可以使用:fnd17_ttmpehigh', 'description': '不可使用,仅供参考:P/E excluding extraordinary items high, trailing 12 months'} {'id': 140198, 'data_set_name': '可以使用:fnd44_working_capital_accruals', 'description': '不可使用,仅供参考:Working Capital Accruals'} {'id': 140935, 'data_set_name': '可以使用:srp_earnings_score', 'description': '不可使用,仅供参考:Earnings score'} {'id': 62052, 'data_set_name': '可以使用:quarterly_free_cash_flow', 'description': '不可使用,仅供参考:Free cash flow for the most recent quarter.'} {'id': 60896, 'data_set_name': '可以使用:anl14_low_bvps_fp5', 'description': '不可使用,仅供参考:The lowest estimation of Book Value Per Share - upcoming 5 quarters'} {'id': 136457, 'data_set_name': '可以使用:total_shareholding_value_2', 'description': '不可使用,仅供参考:Value of shares held by the director at the end of the period (alternate).'} {'id': 140815, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_options_outstanding', 'description': '不可使用,仅供参考:Options Outstanding End of Period'} {'id': 60811, 'data_set_name': '可以使用:anl14_high_epsrep_fp2', 'description': '不可使用,仅供参考:The Highest Estimation of Reported Earnings Per Share - upcoming 2 quarters'} {'id': 139061, 'data_set_name': '可以使用:short_term_cash_investment_proceeds', 'description': '不可使用,仅供参考:cash interest paid represents interest paid in cash during the period Cash Interest.'} {'id': 140117, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_apg', 'description': '不可使用,仅供参考:TTM Gross Profit to Assets. It is defined as the TTM (Sales - COGS)/Total Assets.'} {'id': 140630, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_eqy_earn_from_invest_assoc', 'description': '不可使用,仅供参考:Earnings from investments in associated companies, joint ventures, unconsolidated subsidiaries that are valued according to the equity method'} {'id': 140137, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_y5speq4vc', 'description': '不可使用,仅供参考:Stability of 5-yr TTM Earnings per Share. It is defined as the standard deviation of the last 20-Month trailing 12-month earnings per share (EPS) divided by the mean of these EPSs.'} {'id': 373436, 'data_set_name': '可以使用:resampled_pca_factor_6', 'description': '不可使用,仅供参考:Sixth principal component factor derived from robust resampling of returns for top 2000 securities.'} {'id': 373535, 'data_set_name': '可以使用:top2000_factor2_group50_score', 'description': '不可使用,仅供参考:Second factor score for top 2000 securities, grouped into 50 clusters.'} {'id': 137000, 'data_set_name': '可以使用:fnd17_arevchg', 'description': '不可使用,仅供参考:Revenue Change %, year over year'} {'id': 60921, 'data_set_name': '可以使用:anl14_low_div_fp2', 'description': '不可使用,仅供参考:The Lowest Estimation of Dividend - Upcoming 2 Quarters'} {'id': 62473, 'data_set_name': '可以使用:anl69_best_net_gaap_stddev', 'description': '不可使用,仅供参考:Net GAAP Std Dev'} {'id': 137426, 'data_set_name': '可以使用:accounts_current_assets_equity', 'description': '不可使用,仅供参考:Current assets related to equity accounts.'} {'id': 140175, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_y5speq4rqsr', 'description': '不可使用,仅供参考:R Sqr of 5-yr TTM EPS Trend Line. It is defined as the slope coefficient between monthly dates and the corresponding trailing 12-month earnings per share before extra items in the prior 20 quarters.'} {'id': 62026, 'data_set_name': '可以使用:quarterly_current_ratio_prior_year', 'description': '不可使用,仅供参考:Current assets divided by current liabilities for the same quarter last year.'} {'id': 61002, 'data_set_name': '可以使用:anl14_low_opp_fp1', 'description': '不可使用,仅供参考:The Lowest estimation of Operating Profit - upcoming quarter'} {'id': 139071, 'data_set_name': '可以使用:short_term_debt_issued', 'description': '不可使用,仅供参考:Depreciation/Depletion represents the sum of Depreciation and Depletion.'} {'id': 137488, 'data_set_name': '可以使用:cumulative_short_term_creditors_since_q1', 'description': '不可使用,仅供参考:Cumulative short-term creditors value since the first quarter.'} {'id': 139060, 'data_set_name': '可以使用:short_term_borrowings_value_2', 'description': '不可使用,仅供参考:Value of short-term borrowings outstanding.'} {'id': 140631, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_expected_return_pension', 'description': '不可使用,仅供参考:The component of net pension expense that pertains to the expected return on pension plan assets'} {'id': 62093, 'data_set_name': '可以使用:quarterly_long_term_debt_to_equity_ratio_prior_year', 'description': '不可使用,仅供参考:Long-term debt divided by equity for the same quarter last year.'} {'id': 60802, 'data_set_name': '可以使用:anl14_high_eps_fp3', 'description': '不可使用,仅供参考:The Highest estimation of Earnings Per Share - upcoming 3 quarters'} {'id': 140506, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_options_outstanding', 'description': '不可使用,仅供参考:Options Outstanding End of Period'} {'id': 62472, 'data_set_name': '可以使用:anl69_best_net_gaap_numest', 'description': '不可使用,仅供参考:Net GAAP # Ests'} {'id': 61986, 'data_set_name': '可以使用:quarterly_book_value_per_share_2', 'description': '不可使用,仅供参考:Book value per share for the most recent quarter.'} {'id': 62214, 'data_set_name': '可以使用:receivables_turnover_quarterly', 'description': '不可使用,仅供参考:Annualized ratio of total revenue to average receivables for the most recent quarter.'} {'id': 137325, 'data_set_name': '可以使用:normalized_net_income', 'description': '不可使用,仅供参考:Net income after taxes excluding unusual or one-time items.'} {'id': 139041, 'data_set_name': '可以使用:share_capital_ordinary', 'description': '不可使用,仅供参考:Ordinary share capital reported for the annual period.'} {'id': 140550, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_cash_paid_for_tax', 'description': '不可使用,仅供参考:Cash Paid for Taxes'} {'id': 137466, 'data_set_name': '可以使用:annual_net_income_value', 'description': '不可使用,仅供参考:Net income reported for the annual period.'} {'id': 60832, 'data_set_name': '可以使用:anl14_high_ntp_fp1', 'description': '不可使用,仅供参考:The Highest Estimation of Net Profit - Upcoming Quarter'} {'id': 61041, 'data_set_name': '可以使用:anl14_low_roe_fy5', 'description': '不可使用,仅供参考:The lowest estimation of Returns on Equity - upcoming 5 years'} {'id': 138928, 'data_set_name': '可以使用:long_term_current_liabilities_3', 'description': '不可使用,仅供参考:Current portion of long-term liabilities due within one year.'} {'id': 60910, 'data_set_name': '可以使用:anl14_low_capex_fy4', 'description': '不可使用,仅供参考:The Lowest Estimation of Capital Expenditures - upcoming 4 years'} {'id': 373517, 'data_set_name': '可以使用:top1500_pca_factor1_grouping20', 'description': '不可使用,仅供参考:First principal component grouping for top 1500 securities with 20 clusters.'} {'id': 139092, 'data_set_name': '可以使用:short_term_non_current_cash', 'description': '不可使用,仅供参考:Short-term cash classified as non-current.'} {'id': 61013, 'data_set_name': '可以使用:anl14_low_ptp_fy5', 'description': '不可使用,仅供参考:The lowest estimation of Pretax Profit - upcoming 5 years'} {'id': 61972, 'data_set_name': '可以使用:income_taxes_paid_quarterly', 'description': '不可使用,仅供参考:Total income taxes paid during the most recent quarter.'} {'id': 60956, 'data_set_name': '可以使用:anl14_low_eps_fy2', 'description': '不可使用,仅供参考:The lowest estimation of earnings per share - upcoming 2 years'} {'id': 140402, 'data_set_name': '可以使用:fnd72_bs_net_fix_asset', 'description': '不可使用,仅供参考:Net Fixed Assets'} {'id': 62054, 'data_set_name': '可以使用:quarterly_free_cash_flow_per_share', 'description': '不可使用,仅供参考:Free cash flow per share for the latest quarter.'} {'id': 138983, 'data_set_name': '可以使用:other_interest_liabilities_2', 'description': '不可使用,仅供参考:represents changes in inventories during the period. An increase in inventories has a negative impact on cash flow from operating activities, and vice versa.'} {'id': 139281, 'data_set_name': '可以使用:fnd28_bsassetq_value_02140q', 'description': '不可使用,仅供参考:value of quarterly field: Prepaid Expenses'} {'id': 60912, 'data_set_name': '可以使用:anl14_low_cfps_fp1', 'description': '不可使用,仅供参考:The lowest estimation of cash flow per share - upcoming quarter'} {'id': 138924, 'data_set_name': '可以使用:long_term_capital_commitments', 'description': '不可使用,仅供参考:[Quarterly] Current Portion of Long-Term Capital Leases, Supplemental'} {'id': 60602, 'data_set_name': '可以使用:anl11_emp_totalcorregsectrnk', 'description': '不可使用,仅供参考:Sector Rank on EMP Hybrid Score with 1 being the highest rank'} {'id': 62024, 'data_set_name': '可以使用:quarterly_current_ratio_alt', 'description': '不可使用,仅供参考:Alternate calculation of current ratio for the most recent quarter.'} {'id': 140774, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_2_bs_future_min_oper_lease_oblig', 'description': '不可使用,仅供参考:Total of the Future Minimum Operating Lease Commitments'} {'id': 60952, 'data_set_name': '可以使用:anl14_low_eps_fp3', 'description': '不可使用,仅供参考:The Lowest Estimation of Earnings Per Share - upcoming 3 quarters'} {'id': 138950, 'data_set_name': '可以使用:long_term_tax_payable_4', 'description': '不可使用,仅供参考:Long-term tax payable reported in interim financials.'} {'id': 136804, 'data_set_name': '可以使用:fnd17_alldelay1_pelow', 'description': '不可使用,仅供参考:P/E excluding extraordinary items, Low'} {'id': 140747, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_other_cur_asset', 'description': '不可使用,仅供参考:Other Current Assets'} {'id': 373587, 'data_set_name': '可以使用:pv37_low_global2h', 'description': '不可使用,仅供参考:Global Lowest Price 2H'} {'id': 136545, 'data_set_name': '可以使用:annual_total_revenue', 'description': '不可使用,仅供参考:Total revenue for the most recent fiscal year.'} {'id': 140807, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_future_min_oper_lease_oblig', 'description': '不可使用,仅供参考:Total of the Future Minimum Operating Lease Commitments'} {'id': 137551, 'data_set_name': '可以使用:fixed_production_assets', 'description': '不可使用,仅供参考:Value of fixed assets used in production.'} {'id': 139253, 'data_set_name': '可以使用:fnd28_bsasseta_value_02001a', 'description': '不可使用,仅供参考:Value of annual field: Cash & Short-Term Investments'} {'id': 136454, 'data_set_name': '可以使用:total_equity_linked_wealth_2', 'description': '不可使用,仅供参考:Total value of equity-linked wealth held by the director at period end (alternate).'} {'id': 60765, 'data_set_name': '可以使用:anl14_high_cfps_fp4', 'description': '不可使用,仅供参考:The Highest Estimation of Cash Flow Per Share - upcoming 4 quarters'} {'id': 60909, 'data_set_name': '可以使用:anl14_low_capex_fy3', 'description': '不可使用,仅供参考:The Lowest estimation of Capital Expenditures - upcoming 3 years'} {'id': 138964, 'data_set_name': '可以使用:net_investments', 'description': '不可使用,仅供参考:Net investments reported in interim financials.'} {'id': 140569, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_other_inv_act', 'description': '不可使用,仅供参考:Other Investing Activities'} {'id': 139085, 'data_set_name': '可以使用:short_term_loans_debt_2', 'description': '不可使用,仅供参考:Short-term loans and debt obligations due within one year.'} {'id': 136382, 'data_set_name': '可以使用:current_other_listed_boards_count_2', 'description': '不可使用,仅供参考:Number of other listed boards currently served on by directors (alternate).'} {'id': 137411, 'data_set_name': '可以使用:ttm_total_assets_value', 'description': '不可使用,仅供参考:Total assets for the trailing twelve months.'} {'id': 139040, 'data_set_name': '可以使用:share_capital_in_preference', 'description': '不可使用,仅供参考:Share capital in preference reported for the interim period.'} {'id': 140901, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_is_net_non_oper_loss', 'description': '不可使用,仅供参考:Net Non-Operating Losses'} {'id': 60950, 'data_set_name': '可以使用:anl14_low_eps_fp1', 'description': '不可使用,仅供参考:The lowest estimation of earnings per share - upcoming quarter'} {'id': 136439, 'data_set_name': '可以使用:matched_share_award_value_ltip', 'description': '不可使用,仅供参考:Value of shares awarded plus matched percentage for a given plan for LTIP compensation.'} {'id': 62188, 'data_set_name': '可以使用:quarterly_total_assets_change_yoy', 'description': '不可使用,仅供参考:Year-over-year percent change in total assets for the quarter.'} {'id': 61998, 'data_set_name': '可以使用:quarterly_cash_flow_per_share_alt_2', 'description': '不可使用,仅供参考:Alternate calculation of cash flow per share for the quarter.'} {'id': 61966, 'data_set_name': '可以使用:cash_flow_per_share_quarterly_prev_year', 'description': '不可使用,仅供参考:Cash flow per share for the same quarter in the previous year.'} {'id': 137437, 'data_set_name': '可以使用:accounts_total_current_assets', 'description': '不可使用,仅供参考:Total current assets as reported in accounts.'} {'id': 60780, 'data_set_name': '可以使用:anl14_high_ebit_fp1', 'description': '不可使用,仅供参考:The highest estimation of earnings before interest & taxes - upcoming quarter'} {'id': 139163, 'data_set_name': '可以使用:voting_common_shares_total', 'description': '不可使用,仅供参考:Total number of voting common shares outstanding.'} {'id': 138933, 'data_set_name': '可以使用:long_term_debt_total', 'description': '不可使用,仅供参考:Total long-term debt reported for the annual period.'} {'id': 61974, 'data_set_name': '可以使用:price_to_cash_flow_per_share_quarterly', 'description': '不可使用,仅供参考:Ratio of share price to cash flow per share for the most recent quarter.'} {'id': 61987, 'data_set_name': '可以使用:quarterly_book_value_per_share_3', 'description': '不可使用,仅供参考:Common equity divided by shares outstanding for the most recent quarter.'} {'id': 60764, 'data_set_name': '可以使用:anl14_high_cfps_fp3', 'description': '不可使用,仅供参考:The highest estimation of cash flow per share - upcoming 3 quarters'} {'id': 62533, 'data_set_name': '可以使用:anl69_cpss_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 62645, 'data_set_name': '可以使用:anl69_ndebt_expected_report_time', 'description': '不可使用,仅供参考:Expected Earnings Report Time'} {'id': 139066, 'data_set_name': '可以使用:short_term_creditors', 'description': '不可使用,仅供参考:Amount of short-term creditors at the reporting date.'} {'id': 140834, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_total_avail_line_of_credit', 'description': '不可使用,仅供参考:Total remaining amount of the lines of credit'} {'id': 137150, 'data_set_name': '可以使用:fnd17_qpehigh', 'description': '不可使用,仅供参考:P/E excluding extraordinary items high, most recent quarter'} {'id': 140171, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_rev6fy2', 'description': "不可使用,仅供参考:Averaged Last 6-M EPS Revisions for FY2. It is defined as the average of prior 6-month monthly changes in a stock's consensus analysts earnings forecasts for fiscal year 2, scaled by previous month-end trading price."} {'id': 137406, 'data_set_name': '可以使用:ttm_earnings_before_tax_value', 'description': '不可使用,仅供参考:Earnings before taxes for the trailing twelve months.'} {'id': 140791, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_accrued_income_taxes', 'description': "不可使用,仅供参考:This field includes all taxes payable as disclosed under the company's current liabilities"} {'id': 140709, 'data_set_name': '可以使用:fnd72_pit_or_is_q_is_net_non_oper_loss', 'description': '不可使用,仅供参考:Net Non-Operating Losses'} {'id': 139020, 'data_set_name': '可以使用:quick_assets_total', 'description': '不可使用,仅供参考:Total value of quick assets, typically cash and equivalents.'} {'id': 60915, 'data_set_name': '可以使用:anl14_low_cfps_fp4', 'description': '不可使用,仅供参考:The Lowest Estimation of Cash Flow Per Share - upcoming 4 quarters'} {'id': 60799, 'data_set_name': '可以使用:anl14_high_ebitda_fy5', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 5 years'} {'id': 137453, 'data_set_name': '可以使用:accumulated_provision_depreciation_assets', 'description': '不可使用,仅供参考:[Quarterly] Provision for Doubtful Accounts'} {'id': 139031, 'data_set_name': '可以使用:sales_revenue_total', 'description': '不可使用,仅供参考:Total revenue from sales for the period.'} {'id': 373346, 'data_set_name': '可以使用:pv173_rawratiostilt60dema60d', 'description': '不可使用,仅供参考:It is defined as the 60-day exponential average of average factor loading of the second principal component for the z-spread between 6 months and 40 years'} {'id': 62138, 'data_set_name': '可以使用:quarterly_quick_ratio_2', 'description': '不可使用,仅供参考:Quick ratio for the most recent quarter.'} {'id': 60603, 'data_set_name': '可以使用:anl11_emp_totalcorregsubsecperc', 'description': '不可使用,仅供参考:SubSector Percentile on EMP Hybrid Score with 100% being the best'} {'id': 60798, 'data_set_name': '可以使用:anl14_high_ebitda_fy4', 'description': '不可使用,仅供参考:The highest estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 4 years'} {'id': 140898, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_is_invest_income', 'description': '不可使用,仅供参考:Investment Income'} {'id': 137106, 'data_set_name': '可以使用:fnd17_pehigh', 'description': '不可使用,仅供参考:P/E excluding extraordinary items, High'} {'id': 60826, 'data_set_name': '可以使用:anl14_high_ndebt_fp4', 'description': '不可使用,仅供参考:The Highest Estimation of Net Debt - upcoming 4 quarters'} {'id': 137224, 'data_set_name': '可以使用:fnd17_siratio2', 'description': '不可使用,仅供参考:Short Interest Ratio - 1 month ago'} {'id': 137472, 'data_set_name': '可以使用:annual_statement_of_cash_flows', 'description': '不可使用,仅供参考:Annual statement of cash flows for the period.'} {'id': 60795, 'data_set_name': '可以使用:anl14_high_ebitda_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming year'} {'id': 62656, 'data_set_name': '可以使用:anl69_net_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 62083, 'data_set_name': '可以使用:quarterly_long_term_debt_per_share_3', 'description': '不可使用,仅供参考:Long-term debt divided by shares outstanding for the quarter.'} {'id': 137316, 'data_set_name': '可以使用:net_income_annual', 'description': '不可使用,仅供参考:Net income for the most recent fiscal year after all expenses and taxes.'} {'id': 140851, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_cash_paid_for_tax', 'description': '不可使用,仅供参考:Cash Paid for Taxes'} {'id': 140644, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_net_inc_avail_com_shrhldrs', 'description': '不可使用,仅供参考:Net Income Available To Common Shareholders'} {'id': 139123, 'data_set_name': '可以使用:stockholders_other_paid_in_capital', 'description': '不可使用,仅供参考:Other paid-in capital attributable to stockholders.'} {'id': 140407, 'data_set_name': '可以使用:fnd72_cf_disp_fix_asset', 'description': '不可使用,仅供参考:Disposal of Fixed Assets'} {'id': 139137, 'data_set_name': '可以使用:trade_payables_short_term', 'description': '不可使用,仅供参考:Short-term trade payables owed by the company.'} {'id': 140132, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_rev6fy2', 'description': "不可使用,仅供参考:Averaged Last 6-M EPS Revisions for FY2. It is defined as the average of prior 6-month monthly changes in a stock's consensus analysts' earnings forecasts for fiscal year 2, scaled by previous month-end trading price."} {'id': 136539, 'data_set_name': '可以使用:annual_normalized_net_income_to_common', 'description': '不可使用,仅供参考:Normalized net income available to common shareholders for the year, excluding unusual items.'} {'id': 62136, 'data_set_name': '可以使用:quarterly_price_to_sales_ratio_3', 'description': '不可使用,仅供参考:Price divided by sales per share for the quarter.'} {'id': 140866, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_other_inv_act', 'description': '不可使用,仅供参考:Other Investing Activities'} {'id': 60932, 'data_set_name': '可以使用:anl14_low_ebit_fp3', 'description': '不可使用,仅供参考:The Lowest Estimation of Earnings Before Interest & Taxes - Upcoming 3 Quarters'} {'id': 138943, 'data_set_name': '可以使用:long_term_minority_interest', 'description': '不可使用,仅供参考:Long-term minority interest in consolidated subsidiaries.'} {'id': 140565, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_net_chg_st_invest', 'description': '不可使用,仅供参考:The net change in marketable securities and other short-term investments'} {'id': 137474, 'data_set_name': '可以使用:assets_total_3', 'description': '不可使用,仅供参考:Total assets held by the company at period end.'} {'id': 139289, 'data_set_name': '可以使用:fnd28_bsassetq_value_02649q', 'description': '不可使用,仅供参考:value of quarterly field: Total Intangible Other Assets - Net'} {'id': 62084, 'data_set_name': '可以使用:quarterly_long_term_debt_to_assets', 'description': '不可使用,仅供参考:Ratio of long-term debt to total assets for the quarter.'} {'id': 62534, 'data_set_name': '可以使用:anl69_cpss_expected_report_time', 'description': '不可使用,仅供参考:Expected Earnings Report Time'} {'id': 137107, 'data_set_name': '可以使用:fnd17_pelow', 'description': '不可使用,仅供参考:P/E excluding extraordinary items, Low'} {'id': 139084, 'data_set_name': '可以使用:short_term_loans_debt', 'description': '不可使用,仅供参考:Short-term loans and debt reported for the interim period.'} {'id': 136706, 'data_set_name': '可以使用:fnd17_alldelay1_arevstrt', 'description': '不可使用,仅供参考:Reinvestment Rate - most recent fiscal year'} {'id': 62204, 'data_set_name': '可以使用:quarterly_total_liabilities', 'description': '不可使用,仅供参考:Total liabilities reported for the most recent quarter.'} {'id': 137698, 'data_set_name': '可以使用:fnd23_curr_assets', 'description': '不可使用,仅供参考:current assets'} {'id': 139067, 'data_set_name': '可以使用:short_term_currency_instruments', 'description': '不可使用,仅供参考:Short-term currency instruments held by the company.'} {'id': 60754, 'data_set_name': '可以使用:anl14_high_capex_fp3', 'description': '不可使用,仅供参考:The Highest Estimation of Capital Expenditures - upcoming 3 quarters'} {'id': 60990, 'data_set_name': '可以使用:anl14_low_ntp_fy4', 'description': '不可使用,仅供参考:The lowest estimation of net profit - upcoming 4 years'} {'id': 62305, 'data_set_name': '可以使用:anl44_2_netprofit_rep_coveredby', 'description': '不可使用,仅供参考:netprofit rep coveredby'} {'id': 140646, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_net_non_oper_loss', 'description': '不可使用,仅供参考:Net Non-Operating Losses'} {'id': 139058, 'data_set_name': '可以使用:short_term_bank_investment_total', 'description': '不可使用,仅供参考:Total short-term bank investments at period end.'} {'id': 137326, 'data_set_name': '可以使用:normalized_net_income_annual', 'description': '不可使用,仅供参考:Net income for the most recent fiscal year, excluding unusual or one-time items.'} {'id': 61988, 'data_set_name': '可以使用:quarterly_capital_spending_per_share', 'description': '不可使用,仅供参考:Capital spending divided by average shares for the quarter.'} {'id': 62482, 'data_set_name': '可以使用:anl69_best_px_cps_ratio', 'description': '不可使用,仅供参考:P/CF'} {'id': 140166, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_pbwt', 'description': '不可使用,仅供参考:Time Weighted Book Yield. It is defined as the time-weighted average of book value per share estimates in fiscal year 1 and fiscal year 2 divided by close price.'} {'id': 61991, 'data_set_name': '可以使用:quarterly_cash', 'description': '不可使用,仅供参考:Total cash held by the company for the most recent quarter.'} {'id': 140447, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_other_lt_liabilities', 'description': '不可使用,仅供参考:Other LT Liabilities'} {'id': 61997, 'data_set_name': '可以使用:quarterly_cash_flow_per_share_alt', 'description': '不可使用,仅供参考:Alternative calculation of cash flow per share for the quarter.'} {'id': 373671, 'data_set_name': '可以使用:pv96_eqy_split_ratio', 'description': '不可使用,仅供参考:This number describes the rate at which the company will be dividing their current shares outstanding'} {'id': 137528, 'data_set_name': '可以使用:equity_total_reported', 'description': '不可使用,仅供参考:Total equity as reported in the financial statements.'} {'id': 60911, 'data_set_name': '可以使用:anl14_low_capex_fy5', 'description': '不可使用,仅供参考:The Lowest Estimation of Capital Expenditures - upcoming 5 years'} {'id': 62175, 'data_set_name': '可以使用:quarterly_shareholder_equity', 'description': '不可使用,仅供参考:Sum of all equity line items for the most recent quarter.'} {'id': 137517, 'data_set_name': '可以使用:earnings_from_associates', 'description': '不可使用,仅供参考:[Quarterly] Research & Development'} {'id': 139015, 'data_set_name': '可以使用:quarterly_total_liabilities_equity_2', 'description': '不可使用,仅供参考:Total liabilities and equity at the end of the quarter.'} {'id': 140498, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_future_min_oper_lease_oblig', 'description': '不可使用,仅供参考:Total of the Future Minimum Operating Lease Commitments'} {'id': 62554, 'data_set_name': '可以使用:anl69_dps_expected_report_dt', 'description': '不可使用,仅供参考:Expected Earnings Report Date'} {'id': 373524, 'data_set_name': '可以使用:top1500_pca_factor2_grouping50', 'description': '不可使用,仅供参考:Second principal component grouping for top 1500 securities with 50 clusters.'} {'id': 136378, 'data_set_name': '可以使用:cash_incentive_plan_value_ltip', 'description': '不可使用,仅供参考:Value of any cash-based incentive plan held by the executive for LTIP compensation.'} {'id': 137442, 'data_set_name': '可以使用:accrued_assets_total', 'description': '不可使用,仅供参考:Total accrued assets as of the reporting date.'} {'id': 62106, 'data_set_name': '可以使用:quarterly_net_loans_2', 'description': '不可使用,仅供参考:Net loans for the most recent quarter.'} {'id': 137327, 'data_set_name': '可以使用:normalized_net_income_available_to_common_annual', 'description': '不可使用,仅供参考:Net income available to common shareholders for the most recent fiscal year, excluding unusual or one-time items.'} {'id': 60890, 'data_set_name': '可以使用:anl14_high_roe_fy4', 'description': '不可使用,仅供参考:The Highest Estimation of Returns on Equity - upcoming 4 years'} {'id': 140868, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_other_non_cash_adjust', 'description': '不可使用,仅供参考:Other Non-Cash Adjustments'} {'id': 140173, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_tw_ebitdaev', 'description': '不可使用,仅供参考:Time Weighted EBITDA/EV. It is defined as the time-weighted EBITDA/Enterprise Value for FY1 and FY2.'} {'id': 140865, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_other_fnc_act', 'description': '不可使用,仅供参考:Other Financing Activities'} {'id': 137413, 'data_set_name': '可以使用:twelve_month_high_price', 'description': '不可使用,仅供参考:Highest price traded in the last twelve months.'} {'id': 60583, 'data_set_name': '可以使用:anl11_e_totalcorregsectrnk', 'description': '不可使用,仅供参考:Sector Rank on E Hybrid Score with 1 being the highest rank'} {'id': 62002, 'data_set_name': '可以使用:quarterly_cash_flow_per_share_nonannualized_prior', 'description': '不可使用,仅供参考:Cash flow per share for the quarter, not annualized, for the same quarter last year.'} {'id': 138896, 'data_set_name': '可以使用:income_from_discontinued_operations', 'description': '不可使用,仅供参考:[Quarterly] Interest Cost - Domestic'} {'id': 137002, 'data_set_name': '可以使用:fnd17_arevps', 'description': '不可使用,仅供参考:Revenue/share - most recent fiscal year'} {'id': 60819, 'data_set_name': '可以使用:anl14_high_epsrep_fy5', 'description': '不可使用,仅供参考:The highest estimation of reported earnings per share - upcoming 5 years'} {'id': 62105, 'data_set_name': '可以使用:quarterly_net_loans', 'description': '不可使用,仅供参考:Net loans reported for the most recent quarter.'} {'id': 60840, 'data_set_name': '可以使用:anl14_high_ntp_fy4', 'description': '不可使用,仅供参考:The highest estimation of net profit - upcoming 4 years'} {'id': 136831, 'data_set_name': '可以使用:fnd17_alldelay1_qcurratio2', 'description': '不可使用,仅供参考:Current ratio - most recent quarter, 1 year ago'} {'id': 140452, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_pure_retained_earnings', 'description': '不可使用,仅供参考:Accumulated earnings, earned surplus, or unappropriated profit that has been retained by the company'} {'id': 137483, 'data_set_name': '可以使用:cash_interest_accrued', 'description': '不可使用,仅供参考:Interest accrued but not yet paid in cash.'} {'id': 62300, 'data_set_name': '可以使用:anl44_2_netdebt_value', 'description': '不可使用,仅供参考:netdebt value'} {'id': 62103, 'data_set_name': '可以使用:quarterly_net_income_per_employee_2', 'description': '不可使用,仅供参考:Annualized net income per employee for the most recent quarter.'} {'id': 139295, 'data_set_name': '可以使用:fnd28_bsassetq_value_18390q', 'description': '不可使用,仅供参考:value of quarterly field: Construction Work in Progress'} {'id': 62134, 'data_set_name': '可以使用:quarterly_price_to_sales_ratio', 'description': '不可使用,仅供参考:Price divided by sales per share for the quarter.'} {'id': 62036, 'data_set_name': '可以使用:quarterly_earnings_before_tax', 'description': '不可使用,仅供参考:Pretax income for the most recent quarter.'} {'id': 139263, 'data_set_name': '可以使用:fnd28_bsasseta_value_02149a', 'description': '不可使用,仅供参考:value of annual field: Other Current Assets'} {'id': 140510, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_other_cur_liab', 'description': '不可使用,仅供参考:Includes customer deposits, short-term deferred income tax liabilities, refunds due to customers, and other current liabilities'} {'id': 140159, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_divgp', 'description': '不可使用,仅供参考:Shareholder Payout to Gross Profit. It is defined as total dividends paid divided by (revenue - cost of goods sold).'} {'id': 138961, 'data_set_name': '可以使用:net_income_current_period', 'description': '不可使用,仅供参考:Net income for the current reporting period.'} {'id': 137375, 'data_set_name': '可以使用:quarterly_total_shareholders_equity', 'description': "不可使用,仅供参考:Total shareholders' equity reported for the most recent quarter."} {'id': 60936, 'data_set_name': '可以使用:anl14_low_ebit_fy2', 'description': '不可使用,仅供参考:The lowest estimation of earnings before interest & taxes - upcoming 2 years'} {'id': 60785, 'data_set_name': '可以使用:anl14_high_ebit_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest & Taxes - Upcoming Year'} {'id': 62200, 'data_set_name': '可以使用:quarterly_total_debt_to_equity_prior_year', 'description': '不可使用,仅供参考:Total debt divided by shareholder equity for the same quarter last year.'} {'id': 140913, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_net_income', 'description': '不可使用,仅供参考:Net Income'} {'id': 60833, 'data_set_name': '可以使用:anl14_high_ntp_fp2', 'description': '不可使用,仅供参考:The highest estimation of Net Profit - upcoming 2 quarters'} {'id': 60823, 'data_set_name': '可以使用:anl14_high_ndebt_fp1', 'description': '不可使用,仅供参考:The Highest Estimation of Net Debt - upcoming quarter'} {'id': 62308, 'data_set_name': '可以使用:anl44_2_netprofit_rep_prevalue', 'description': '不可使用,仅供参考:netprofit rep prevalue'} {'id': 138897, 'data_set_name': '可以使用:income_tax_expense_3', 'description': '不可使用,仅供参考:[Quarterly] Total Extraordinary Items'} {'id': 62461, 'data_set_name': '可以使用:anl69_best_net_4wk_dn', 'description': '不可使用,仅供参考:Net Inc 4 Wk Down'} {'id': 373431, 'data_set_name': '可以使用:resampled_pca_factor_14', 'description': '不可使用,仅供参考:Fourteenth principal component factor derived from robust resampling of returns for top 2000 securities.'} {'id': 140163, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_mpgghcy3', 'description': '不可使用,仅供参考:3 Year Change in Gross Profit Margin. It is defined as the 3-year-on-year change in gross profit margin.'} {'id': 140118, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_apgghcy1', 'description': '不可使用,仅供参考:1-Year Change in Gross Profit to Assets. It is defined as the Year on Year Change in Gross Profit to Assets.'} {'id': 60771, 'data_set_name': '可以使用:anl14_high_div_fp2', 'description': '不可使用,仅供参考:The highest estimation of dividend - upcoming 2 quarters'} {'id': 373570, 'data_set_name': '可以使用:pv37_high_global', 'description': '不可使用,仅供参考:Global Highest Price'} {'id': 62141, 'data_set_name': '可以使用:quarterly_quick_ratio_prior', 'description': '不可使用,仅供参考:Quick ratio for the same quarter last year.'} {'id': 138889, 'data_set_name': '可以使用:goat_accumulated_other_comprehensive_income', 'description': '不可使用,仅供参考:Accumulated other comprehensive income for GOAT at the reporting date.'} {'id': 373432, 'data_set_name': '可以使用:resampled_pca_factor_2', 'description': '不可使用,仅供参考:Second principal component factor derived from robust resampling of returns for top 2000 securities.'} {'id': 139057, 'data_set_name': '可以使用:short_term_bank_debt_amount', 'description': '不可使用,仅供参考:Amount of short-term bank debt outstanding.'} {'id': 60963, 'data_set_name': '可以使用:anl14_low_epsrep_fp4', 'description': '不可使用,仅供参考:The Lowest Estimation of Reported Earnings Per Share - upcoming 4 quarters'} {'id': 140123, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_mpg', 'description': '不可使用,仅供参考:TTM Gross Profit Margin. It is defined as the TTM (Sales-COGS)/Sales.'} {'id': 140120, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_divgp', 'description': '不可使用,仅供参考:Shareholder Payout to Gross Profit. It is defined as total dividends paid divided by (revenue - cost of goods sold).'} {'id': 140850, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_cash_from_oper', 'description': '不可使用,仅供参考:Total amount of cash a company generates from its operation'} {'id': 136535, 'data_set_name': '可以使用:annual_net_income_incl_extraordinary', 'description': '不可使用,仅供参考:Net income for the year, including extraordinary items.'} {'id': 62155, 'data_set_name': '可以使用:quarterly_return_on_assets_percent_2', 'description': '不可使用,仅供参考:Annualized net income divided by average assets for the quarter, as a percentage.'} {'id': 373539, 'data_set_name': '可以使用:top2000_factor3_group2_score', 'description': '不可使用,仅供参考:Third factor score for top 2000 securities, grouped into 2 clusters.'} {'id': 140178, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_yoychgroepct', 'description': '不可使用,仅供参考:Yearly Change in ROE - Percentage Method. It is defined as the yearly percentage change in the ratio of trailing-twelve-month earnings before extraordinary items divided by current total book equity.'} {'id': 62034, 'data_set_name': '可以使用:quarterly_dividend_per_share_2', 'description': '不可使用,仅供参考:Dividend per share for the most recent quarter.'} {'id': 140161, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_fwdebitdaev', 'description': '不可使用,仅供参考:Leading 12-Month EBITDA/EV. It is defined as the FY1 estimate of EBITDA/Enterprise Value.'} {'id': 136700, 'data_set_name': '可以使用:fnd17_alldelay1_arecturn', 'description': '不可使用,仅供参考:Receivables turnover - most recent fiscal year'} {'id': 60976, 'data_set_name': '可以使用:anl14_low_ndebt_fp4', 'description': '不可使用,仅供参考:The lowest estimation of net debt - upcoming 4 quarters'} {'id': 136803, 'data_set_name': '可以使用:fnd17_alldelay1_pehigh', 'description': '不可使用,仅供参考:P/E excluding extraordinary items, High'} {'id': 136552, 'data_set_name': '可以使用:cash_per_share', 'description': '不可使用,仅供参考:Total cash and short-term investments divided by shares outstanding.'} {'id': 140164, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_numrevy2', 'description': '不可使用,仅供参考:Net # of Revisions for Fiscal Year 2. It is defined as the weighted average of the number of FY2 analyst earnings forecasts raised less the number lowered within a month, divided by the total number of analyst forecasts.'} {'id': 60944, 'data_set_name': '可以使用:anl14_low_ebitda_fp5', 'description': '不可使用,仅供参考:The lowest estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 5 quarters'} {'id': 140566, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_net_chng_cash', 'description': '不可使用,仅供参考:Net Changes in Cash'} {'id': 62035, 'data_set_name': '可以使用:quarterly_dividend_per_share_3', 'description': '不可使用,仅供参考:Dividend paid per share for the most recent quarter.'} {'id': 61896, 'data_set_name': '可以使用:anl15_s_cal_fy2_total', 'description': '不可使用,仅供参考:The total of earnings estimation for the calendarized 2 fiscal year aggregated within GICS sector grouping.'} {'id': 136510, 'data_set_name': '可以使用:fnd13_statementq_dgcd', 'description': '不可使用,仅供参考:Gross Dividends - Common Stock'} ========================= 数据字段结束 ======================================= 以上数据字段和操作符, 按照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 注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!!