You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
817 lines
106 KiB
817 lines
106 KiB
Name
|
|
Executive-Employee Pay Equity Premium Factor
|
|
Hypothesis
|
|
Rooted in behavioral finance equity theory, persistent excessive growth in executive compensation relative to ordinary employees signals internal inequity that erodes morale, accelerates talent attrition, and undermines innovation capacity, impairing long-term fundamentals. Yet investors disproportionately weight absolute executive pay or short-term profits while underpricing the governance and human capital risks embedded in pay structure imbalance. This systematic mispricing leads to overvaluation of high-disparity firms (future returns decline) and undervaluation of equitable firms (future returns rebound). A long-short strategy—long low-disparity firms, short high-disparity firms—captures alpha from this behavioral bias-driven mispricing correction.
|
|
Implementation
|
|
Core metric: Pay Disparity Index = (YoY growth of total executive compensation minus YoY growth of average employee compensation), where average employee compensation = "Cash paid to and on behalf of employees" / "Total employees", executive compensation sourced from cash flow statement notes. Apply cross-sectional Z-score standardization followed by industry neutralization (percentile ranking within CSI一级行业). Impute missing values using rolling 12-month individual stock median. Auxiliary validation variables: quarterly employee turnover rate (recruitment platform data), NLP sentiment score of "employee welfare" sections in annual reports (satisfaction proxy), YoY growth of patent applications. Factor signed negatively (Factor Value = -standardized Disparity Index); high factor value indicates low disparity for long leg.
|
|
|
|
*=========================================================================================*
|
|
输出格式:
|
|
输出必须是且仅是纯文本。
|
|
每一行是一个完整、独立、语法正确的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': 60821, 'data_set_name': '可以使用:anl14_high_nav_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Net Asset Value - Upcoming 2 Years'}
|
|
{'id': 373385, 'data_set_name': '可以使用:industry_grouping_level2_top3000_2', 'description': '不可使用,仅供参考:Industry classification group at level 2 for the top 3000 instruments.'}
|
|
{'id': 139391, 'data_set_name': '可以使用:fnd28_fsa1_value_02051a', 'description': '不可使用,仅供参考:value of annual field: Receivables (Net)'}
|
|
{'id': 60959, 'data_set_name': '可以使用:anl14_low_eps_fy5', 'description': '不可使用,仅供参考:The Lowest Estimation of Earnings Per Share - upcoming 5 years'}
|
|
{'id': 140059, 'data_set_name': '可以使用:fnd28_value_19524', 'description': '不可使用,仅供参考:value of field: Product Segment 3 - Capital Expenditures'}
|
|
{'id': 139335, 'data_set_name': '可以使用:fnd28_cfsourceusea_value_04001a', 'description': '不可使用,仅供参考:value of annual field: Net Income/Starting Line'}
|
|
{'id': 62136, 'data_set_name': '可以使用:quarterly_price_to_sales_ratio_3', 'description': '不可使用,仅供参考:Price divided by sales per share for the quarter.'}
|
|
{'id': 60820, 'data_set_name': '可以使用:anl14_high_nav_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Net Asset Value - upcoming year'}
|
|
{'id': 139302, 'data_set_name': '可以使用:fnd28_cfq_value_04053q', 'description': '不可使用,仅供参考:value of quarterly field: Asset Disposal'}
|
|
{'id': 140599, 'data_set_name': '可以使用:fnd72_pit_or_cf_q_cf_other_fnc_act', 'description': '不可使用,仅供参考:Other Financing Activities'}
|
|
{'id': 139082, 'data_set_name': '可以使用:short_term_loans_advances', 'description': '不可使用,仅供参考:Short-term loans and advances provided by the company.'}
|
|
{'id': 62089, 'data_set_name': '可以使用:quarterly_long_term_debt_to_equity_2', 'description': '不可使用,仅供参考:Long-term debt divided by shareholder equity for the quarter.'}
|
|
{'id': 139406, 'data_set_name': '可以使用:fnd28_fsa1_value_03054a', 'description': '不可使用,仅供参考:value of annual field: Accrued Payroll'}
|
|
{'id': 140858, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_form_of_statement', 'description': '不可使用,仅供参考:No longer supported'}
|
|
{'id': 61994, 'data_set_name': '可以使用:quarterly_cash_flow_per_share', 'description': '不可使用,仅供参考:Cash flow divided by average shares for the most recent quarter.'}
|
|
{'id': 137363, 'data_set_name': '可以使用:quarterly_return_on_equity_percent_3', 'description': '不可使用,仅供参考:Return on average equity for the most recent quarter (annualized).'}
|
|
{'id': 139809, 'data_set_name': '可以使用:fnd28_ratesq_value_08801q', 'description': '不可使用,仅供参考:value of quarterly field: Total Investment Return year ago Growth Rates'}
|
|
{'id': 60961, 'data_set_name': '可以使用:anl14_low_epsrep_fp2', 'description': '不可使用,仅供参考:The Lowest Estimation of Reported Earnings Per Share - upcoming 2 quarters'}
|
|
{'id': 139769, 'data_set_name': '可以使用:fnd28_pftlta_value_08655a', 'description': '不可使用,仅供参考:value of annual field: Reinvestment Rate - Per Share - 5 Yr Avg'}
|
|
{'id': 136387, 'data_set_name': '可以使用:estimated_value_exercisable_options', 'description': '不可使用,仅供参考:Estimated value of exercisable options awarded in the period.'}
|
|
{'id': 136845, 'data_set_name': '可以使用:fnd17_alldelay1_qpelow', 'description': '不可使用,仅供参考:P/E excluding extraordinary items low, most recent quarter'}
|
|
{'id': 62042, 'data_set_name': '可以使用:quarterly_ebitda', 'description': '不可使用,仅供参考:Earnings before interest, taxes, depreciation, and amortization for the quarter.'}
|
|
{'id': 62004, 'data_set_name': '可以使用:quarterly_cash_per_share_2', 'description': '不可使用,仅供参考:Cash per share for the most recent quarter.'}
|
|
{'id': 61205, 'data_set_name': '可以使用:anl14_median_capex_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - upcoming 4 quarters'}
|
|
{'id': 137388, 'data_set_name': '可以使用:reporting_to_pricing_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert reporting currency to pricing currency.'}
|
|
{'id': 137530, 'data_set_name': '可以使用:extraordinary_gains', 'description': '不可使用,仅供参考:[Quarterly] Actuarial Gains and Losses - Domestic'}
|
|
{'id': 61200, 'data_set_name': '可以使用:anl14_median_bvps_fy4', 'description': '不可使用,仅供参考:Median of estimations of book value per share - upcoming 4 years'}
|
|
{'id': 139727, 'data_set_name': '可以使用:fnd28_newq_value_08801q', 'description': '不可使用,仅供参考:value of quarterly field: Total Investment Return year ago Growth Rates'}
|
|
{'id': 137470, 'data_set_name': '可以使用:annual_short_term_creditors', 'description': '不可使用,仅供参考:Annual amount of short-term creditors at the reporting date.'}
|
|
{'id': 139635, 'data_set_name': '可以使用:fnd28_nddq1_value_04302q', 'description': '不可使用,仅供参考:value of quarterly field: Other Proceeds From Sale/Issuance of Stock'}
|
|
{'id': 139434, 'data_set_name': '可以使用:fnd28_fsq1_value_01250q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Income'}
|
|
{'id': 62255, 'data_set_name': '可以使用:anl44_2_dps_value', 'description': '不可使用,仅供参考:dps value'}
|
|
{'id': 139233, 'data_set_name': '可以使用:fnd28_bdeq_value_03245q', 'description': '不可使用,仅供参考:value of quarterly field: Long Term Debt Excluding Capitalized Leases'}
|
|
{'id': 139566, 'data_set_name': '可以使用:fnd28_levliqa_value_08236a', 'description': '不可使用,仅供参考:value of annual field: Total Debt % Total Assets'}
|
|
{'id': 140063, 'data_set_name': '可以使用:fnd28_value_19533', 'description': '不可使用,仅供参考:value of field: Product Segment 4 - Assets'}
|
|
{'id': 137415, 'data_set_name': '可以使用:twelve_month_low_price', 'description': '不可使用,仅供参考:The lowest price at which the security traded in the last twelve months.'}
|
|
{'id': 60925, 'data_set_name': '可以使用:anl14_low_div_fy1', 'description': '不可使用,仅供参考:The lowest estimation of dividend - upcoming year'}
|
|
{'id': 139052, 'data_set_name': '可以使用:shareholders_other_equity_2', 'description': '不可使用,仅供参考:Other equity attributable to shareholders.'}
|
|
{'id': 61284, 'data_set_name': '可以使用:anl14_median_ntp_fp3', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming 3 quarters'}
|
|
{'id': 61032, 'data_set_name': '可以使用:anl14_low_roa_fy4', 'description': '不可使用,仅供参考:The lowest estimation of Returns on Assets - upcoming 4 years'}
|
|
{'id': 137478, 'data_set_name': '可以使用:benefit_expense_total', 'description': '不可使用,仅供参考:Total benefit expense for the period.'}
|
|
{'id': 139551, 'data_set_name': '可以使用:fnd28_ishtspmnt_value_18198a', 'description': '不可使用,仅供参考:value of annual field: Earnings before Interest, Taxes, Depreciation & Amortization (EBITDA)'}
|
|
{'id': 61221, 'data_set_name': '可以使用:anl14_median_div_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - upcoming 2 quarters'}
|
|
{'id': 60634, 'data_set_name': '可以使用:anl11_esgreg_industryperc', 'description': '不可使用,仅供参考:Industry Percentile on ESG Score with 100% being the best'}
|
|
{'id': 137392, 'data_set_name': '可以使用:revenue_per_share_annual', 'description': '不可使用,仅供参考:Total revenue divided by average diluted shares outstanding for the most recent fiscal year.'}
|
|
{'id': 139748, 'data_set_name': '可以使用:fnd28_pftlta_value_08340a', 'description': '不可使用,仅供参考:value of annual field: Selling, General & Administrative Exp/Sales - 5 Yr Avg'}
|
|
{'id': 60653, 'data_set_name': '可以使用:anl11_g_totalcorregsectrnk', 'description': '不可使用,仅供参考:Sector Rank on G Hybrid Score with 1 being the highest rank'}
|
|
{'id': 136597, 'data_set_name': '可以使用:fnd17_6_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 140037, 'data_set_name': '可以使用:fnd28_value_18457q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Included Extra Pre-tax Cr/Chg Basic Revised'}
|
|
{'id': 139390, 'data_set_name': '可以使用:fnd28_fsa1_value_02001a', 'description': '不可使用,仅供参考:value of annual field: Cash & Short Term Investments'}
|
|
{'id': 62018, 'data_set_name': '可以使用:quarterly_current_liabilities', 'description': '不可使用,仅供参考:Sum of all current liabilities for the most recent quarter.'}
|
|
{'id': 62130, 'data_set_name': '可以使用:quarterly_pretax_margin_percent_2', 'description': '不可使用,仅供参考:Pretax margin percentage for the most recent quarter.'}
|
|
{'id': 136525, 'data_set_name': '可以使用:annual_book_value_per_share_2', 'description': '不可使用,仅供参考:Book value per share for the most recent fiscal year.'}
|
|
{'id': 139660, 'data_set_name': '可以使用:fnd28_nddq1_value_05301q', 'description': '不可使用,仅供参考:value of quarterly field: Common Shares Outstanding'}
|
|
{'id': 373414, 'data_set_name': '可以使用:pca_industry_grouping_method4_20', 'description': '不可使用,仅供参考:Industry grouping using fourth method and 20 clusters for top 3000 equities.'}
|
|
{'id': 139322, 'data_set_name': '可以使用:fnd28_cfq_value_04795q', 'description': '不可使用,仅供参考:value of quarterly field: Other Uses - Investing'}
|
|
{'id': 373203, 'data_set_name': '可以使用:average_spread_slippage', 'description': '不可使用,仅供参考:Average slippage experienced due to spread during trade execution.'}
|
|
{'id': 60953, 'data_set_name': '可以使用:anl14_low_eps_fp4', 'description': '不可使用,仅供参考:The lowest estimation of earnings per share - upcoming 4 quarters'}
|
|
{'id': 62190, 'data_set_name': '可以使用:quarterly_total_debt', 'description': '不可使用,仅供参考:Total debt reported for the most recent quarter.'}
|
|
{'id': 60730, 'data_set_name': '可以使用:anl14_actvalue_epsrep_fp0', 'description': '不可使用,仅供参考:Reported Earnings Per Share - recent last quarter'}
|
|
{'id': 139832, 'data_set_name': '可以使用:fnd28_statisticsa_value_07230a', 'description': '不可使用,仅供参考:value of annual field: Total Assets (U.S.$)'}
|
|
{'id': 140906, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_is_sh_for_diluted_eps', 'description': '不可使用,仅供参考:Weighted average number of shares used to calculate Diluted EPS'}
|
|
{'id': 139256, 'data_set_name': '可以使用:fnd28_bsasseta_value_02051a', 'description': '不可使用,仅供参考:value of annual field: Receivables (Net)'}
|
|
{'id': 60857, 'data_set_name': '可以使用:anl14_high_ptp_fp2', 'description': '不可使用,仅供参考:The highest estimation of pretax profit - upcoming 2 quarters'}
|
|
{'id': 136609, 'data_set_name': '可以使用:fnd17_9_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 140875, 'data_set_name': '可以使用:fnd72_s_pit_or_is_q_earn_for_common', 'description': '不可使用,仅供参考:Net Income Available To Common Shareholders'}
|
|
{'id': 139661, 'data_set_name': '可以使用:fnd28_nddq1_value_05303q', 'description': '不可使用,仅供参考:value of quarterly field: Treasury Shares'}
|
|
{'id': 140133, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_slope4qeps5y', 'description': '不可使用,仅供参考:Slope 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': 139843, 'data_set_name': '可以使用:fnd28_stpera_value_08801a', 'description': '不可使用,仅供参考:value of annual field: Total Investment Return year ago Growth Rates'}
|
|
{'id': 139755, 'data_set_name': '可以使用:fnd28_pftlta_value_08356a', 'description': '不可使用,仅供参考:value of annual field: Interest Rate - Estimated Average'}
|
|
{'id': 137394, 'data_set_name': '可以使用:revenue_per_share_quarterly_non_annualized', 'description': '不可使用,仅供参考:Revenue per share for the most recent quarter, not annualized.'}
|
|
{'id': 373310, 'data_set_name': '可以使用:pv173_ranksmt5yzspreadzscore60dsbst', 'description': '不可使用,仅供参考:It is defined as the 60-day z-score of 5-year mid z-spreadIn the bond z-spread curve'}
|
|
{'id': 139358, 'data_set_name': '可以使用:fnd28_cfsourceusea_value_04760a', 'description': '不可使用,仅供参考:value of annual field: Increase in Investments'}
|
|
{'id': 62171, 'data_set_name': '可以使用:quarterly_revenue_per_share_nonannualized', 'description': '不可使用,仅供参考:Revenue per share for the quarter, not annualized.'}
|
|
{'id': 61241, 'data_set_name': '可以使用:anl14_median_ebitda_fp2', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest, taxes, depreciation & amortization - upcoming 2 quarters'}
|
|
{'id': 373214, 'data_set_name': '可以使用:transaction_cost_median', 'description': '不可使用,仅供参考:Median estimated transaction cost for a trade.'}
|
|
{'id': 136574, 'data_set_name': '可以使用:fnd17_2_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 139709, 'data_set_name': '可以使用:fnd28_newq_value_08326q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Assets'}
|
|
{'id': 60640, 'data_set_name': '可以使用:anl11_g1reg_industryrnk', 'description': '不可使用,仅供参考:Industry Rank on G1 1 being the highest rank'}
|
|
{'id': 373524, 'data_set_name': '可以使用:top1500_pca_factor2_grouping50', 'description': '不可使用,仅供参考:Second principal component grouping for top 1500 securities with 50 clusters.'}
|
|
{'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': 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': 62149, 'data_set_name': '可以使用:quarterly_reinvestment_rate_2', 'description': '不可使用,仅供参考:Percentage of earnings reinvested in the company for the quarter.'}
|
|
{'id': 62216, 'data_set_name': '可以使用:reporting_to_pricing_currency_exrate', 'description': '不可使用,仅供参考:Exchange rate between reporting currency and pricing currency.'}
|
|
{'id': 373535, 'data_set_name': '可以使用:top2000_factor2_group50_score', 'description': '不可使用,仅供参考:Second factor score for top 2000 securities, grouped into 50 clusters.'}
|
|
{'id': 62273, 'data_set_name': '可以使用:anl44_2_eps_lastactvalue', 'description': '不可使用,仅供参考:eps lastactvalue'}
|
|
{'id': 139775, 'data_set_name': '可以使用:fnd28_pftlta_value_08915a', 'description': '不可使用,仅供参考:value of annual field: Retained Earnings % Equity'}
|
|
{'id': 60915, 'data_set_name': '可以使用:anl14_low_cfps_fp4', 'description': '不可使用,仅供参考:The Lowest Estimation of Cash Flow Per Share - upcoming 4 quarters'}
|
|
{'id': 140077, 'data_set_name': '可以使用:fnd28_wcannuala_value_08321', 'description': '不可使用,仅供参考:value of field: Pre-tax Margin'}
|
|
{'id': 60905, 'data_set_name': '可以使用:anl14_low_capex_fp4', 'description': '不可使用,仅供参考:The lowest estimation of capital expenditures - upcoming 4 quarters'}
|
|
{'id': 60754, 'data_set_name': '可以使用:anl14_high_capex_fp3', 'description': '不可使用,仅供参考:The Highest Estimation of Capital Expenditures - upcoming 3 quarters'}
|
|
{'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': 61971, 'data_set_name': '可以使用:free_cash_flow_quarterly', 'description': '不可使用,仅供参考:Free cash flow for the most recent quarter.'}
|
|
{'id': 139712, 'data_set_name': '可以使用:fnd28_newq_value_08371q', 'description': '不可使用,仅供参考:value of quarterly field: Return on Equity - per Share'}
|
|
{'id': 139725, 'data_set_name': '可以使用:fnd28_newq_value_08651q', 'description': '不可使用,仅供参考:value of quarterly field: Reinvestment Rate - per Share'}
|
|
{'id': 139230, 'data_set_name': '可以使用:fnd28_bdeq_value_03066q', 'description': '不可使用,仅供参考:value of quarterly field: Other Current Liabilities'}
|
|
{'id': 373367, 'data_set_name': '可以使用:pv173_zscoresshift60dchg60d', 'description': '不可使用,仅供参考:It is defined as the 60-day change of ShiftIn Bond Z-spread Curve.'}
|
|
{'id': 60796, 'data_set_name': '可以使用:anl14_high_ebitda_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 2 years'}
|
|
{'id': 139410, 'data_set_name': '可以使用:fnd28_fsa1_value_03245a', 'description': '不可使用,仅供参考:value of annual field: Long Term Debt Excluding Capitalized Leases'}
|
|
{'id': 139825, 'data_set_name': '可以使用:fnd28_statisticsa_value_05502a', 'description': '不可使用,仅供参考:value of annual field: Cash Flow per Share Fiscal Period'}
|
|
{'id': 139776, 'data_set_name': '可以使用:fnd28_ratesq_value_08106q', 'description': '不可使用,仅供参考:value of quarterly field: Current Ratio'}
|
|
{'id': 373371, 'data_set_name': '可以使用:pv173_zscorestilt5y1ydiff60dema60d', 'description': '不可使用,仅供参考:It is defined as the 60-day exponential average of the difference of factor loading of the second principal component for the 5-year z-spread and 1-year z-spread'}
|
|
{'id': 140843, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_minority_noncontrolling_interest', 'description': '不可使用,仅供参考:Minority Interest'}
|
|
{'id': 136376, 'data_set_name': '可以使用:bonus_proportion_total_comp', 'description': '不可使用,仅供参考:Bonus as a proportion of total direct compensation.'}
|
|
{'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': 139046, 'data_set_name': '可以使用:share_dividend_equity', 'description': '不可使用,仅供参考:Share dividend equity reported for the annual period.'}
|
|
{'id': 60918, 'data_set_name': '可以使用:anl14_low_cfps_fy3', 'description': '不可使用,仅供参考:The Lowest Estimation of Cash Flow Per Share - Upcoming 3 Years'}
|
|
{'id': 140777, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_2_bs_other_cur_asset_less_prepay', 'description': '不可使用,仅供参考:Other assets which are not account and notes receivable, inventory, derivative assets, deferred tax assets, prepaid expenses, assets for held for sale, income taxes receivable, and assets of discontinued operations'}
|
|
{'id': 62228, 'data_set_name': '可以使用:ttm_return_on_equity_percent_2', 'description': '不可使用,仅供参考:Net income divided by average equity for trailing twelve months, as a percentage.'}
|
|
{'id': 61334, 'data_set_name': '可以使用:anl14_median_roe_fp2', 'description': '不可使用,仅供参考:Median of Estimations of Returns on Equity - Upcoming 2 Quarters'}
|
|
{'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': 62085, 'data_set_name': '可以使用:quarterly_long_term_debt_to_assets_2', 'description': '不可使用,仅供参考:Long-term debt divided by total assets for the quarter.'}
|
|
{'id': 140794, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_accts_rec_excl_notes_rec', 'description': '不可使用,仅供参考:Accounts receivable with maturities of less than one year directly relating to operating activities'}
|
|
{'id': 60627, 'data_set_name': '可以使用:anl11_esg_totalcorregsubsecrnk', 'description': '不可使用,仅供参考:SubSector Rank on ESG Hybrid Score with 1 being the highest rank'}
|
|
{'id': 60864, 'data_set_name': '可以使用:anl14_high_ptprep_fy1', 'description': '不可使用,仅供参考:The highest estimation of reported pretax profit - upcoming year'}
|
|
{'id': 60666, 'data_set_name': '可以使用:anl11_greg_industryrnk', 'description': '不可使用,仅供参考:Industry Rank on G Score with 1 being the highest rank'}
|
|
{'id': 61240, 'data_set_name': '可以使用:anl14_median_ebitda_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming quarter'}
|
|
{'id': 60771, 'data_set_name': '可以使用:anl14_high_div_fp2', 'description': '不可使用,仅供参考:The highest estimation of dividend - upcoming 2 quarters'}
|
|
{'id': 373437, 'data_set_name': '可以使用:resampled_pca_factor_7', 'description': '不可使用,仅供参考:Seventh principal component factor derived from robust resampling of returns for top 2000 securities.'}
|
|
{'id': 139707, 'data_set_name': '可以使用:fnd28_newq_value_08316q', 'description': '不可使用,仅供参考:value of quarterly field: Operating Profit Margin'}
|
|
{'id': 136601, 'data_set_name': '可以使用:fnd17_7_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 62186, 'data_set_name': '可以使用:quarterly_total_assets_change_percent', 'description': '不可使用,仅供参考:Percent change in total assets compared to the same quarter last year.'}
|
|
{'id': 61017, 'data_set_name': '可以使用:anl14_low_ptprep_fy4', 'description': '不可使用,仅供参考:The lowest estimation of reported pretax profit - upcoming 4 years'}
|
|
{'id': 61291, 'data_set_name': '可以使用:anl14_median_ntp_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Net Profit - upcoming 5 years'}
|
|
{'id': 139223, 'data_set_name': '可以使用:fnd28_bdea_value_03506a', 'description': '不可使用,仅供参考:value of annual field: Fully Diluted Equity'}
|
|
{'id': 60977, 'data_set_name': '可以使用:anl14_low_ndebt_fy1', 'description': '不可使用,仅供参考:The lowest estimation of net debt - upcoming year'}
|
|
{'id': 62439, 'data_set_name': '可以使用:anl69_best_ebit_median', 'description': '不可使用,仅供参考:EBIT Median'}
|
|
{'id': 62052, 'data_set_name': '可以使用:quarterly_free_cash_flow', 'description': '不可使用,仅供参考:Free cash flow for the most recent quarter.'}
|
|
{'id': 140802, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_common_stock', 'description': '不可使用,仅供参考:Common Stocks'}
|
|
{'id': 139064, 'data_set_name': '可以使用:short_term_contract_expenses', 'description': '不可使用,仅供参考:Expenses related to short-term contracts.'}
|
|
{'id': 139631, 'data_set_name': '可以使用:fnd28_nddq1_value_04148q', 'description': '不可使用,仅供参考:value of quarterly field: Interest Paid (Cash Flow)'}
|
|
{'id': 60885, 'data_set_name': '可以使用:anl14_high_roe_fp3', 'description': '不可使用,仅供参考:The highest estimation of returns on equity - upcoming 3 quarters'}
|
|
{'id': 61777, 'data_set_name': '可以使用:anl15_ind_cal_fy0_total', 'description': '不可使用,仅供参考:The total of earnings estimation for the current calendarized fiscal year aggregated within GICS industry grouping.'}
|
|
{'id': 139592, 'data_set_name': '可以使用:fnd28_nddq1_value_02001q', 'description': '不可使用,仅供参考:value of quarterly field: Cash & Short Term Investments'}
|
|
{'id': 139069, 'data_set_name': '可以使用:short_term_debt_bonds_face_value', 'description': '不可使用,仅供参考:Face value of short-term debt bonds outstanding.'}
|
|
{'id': 373521, 'data_set_name': '可以使用:top1500_pca_factor2_grouping2', 'description': '不可使用,仅供参考:Second principal component grouping for top 1500 securities with 2 clusters.'}
|
|
{'id': 373643, 'data_set_name': '可以使用:pv72_ibeseps_score_float', 'description': '不可使用,仅供参考:pv_score'}
|
|
{'id': 140767, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_2_bs_accts_rec_excl_notes_rec', 'description': '不可使用,仅供参考:Accounts receivable with maturities of less than 1 year directly relating to operating activities'}
|
|
{'id': 136508, 'data_set_name': '可以使用:fnd13_statementq_agss', 'description': '不可使用,仅供参考:Selling/General/Admin. Expenses, Total'}
|
|
{'id': 140512, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_other_st_liab', 'description': '不可使用,仅供参考:Other ST Liabilities'}
|
|
{'id': 140124, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_mpgghcy3', 'description': '不可使用,仅供参考:3-Year Change in Gross Profit Margin. It is defined as the 3-Year on Year Change in Gross Profit Margin.'}
|
|
{'id': 139847, 'data_set_name': '可以使用:fnd28_stpera_value_09111a', 'description': '不可使用,仅供参考:value of annual field: Price/Earnings Ratio - 5 Yr Avg High'}
|
|
{'id': 373369, 'data_set_name': '可以使用:pv173_zscoresshift60dstd60d', 'description': '不可使用,仅供参考:It is defined as the 60-day standard deviation of ShiftIn Bond Z-spread Curve.'}
|
|
{'id': 139657, 'data_set_name': '可以使用:fnd28_nddq1_value_04851q', 'description': '不可使用,仅供参考:value of quarterly field: Increase/Decrease in Cash & Short Term Investments'}
|
|
{'id': 60806, 'data_set_name': '可以使用:anl14_high_eps_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Per Share - upcoming 2 years'}
|
|
{'id': 62144, 'data_set_name': '可以使用:quarterly_receivables_2', 'description': '不可使用,仅供参考:Total receivables reported for the most recent quarter.'}
|
|
{'id': 62280, 'data_set_name': '可以使用:anl44_2_epsr_value', 'description': '不可使用,仅供参考:epsr value'}
|
|
{'id': 60842, 'data_set_name': '可以使用:anl14_high_ntprep_fp1', 'description': '不可使用,仅供参考:The Highest Estimation of Reported Net Profit - upcoming quarter'}
|
|
{'id': 139420, 'data_set_name': '可以使用:fnd28_fsa1_value_04601a', 'description': '不可使用,仅供参考:value of annual field: Capital Expenditures (Additions to Fixed Assets)'}
|
|
{'id': 139687, 'data_set_name': '可以使用:fnd28_newq_value_03999q', 'description': "不可使用,仅供参考:value of quarterly field: Total Liabilities & Shareholders' Equity"}
|
|
{'id': 138938, 'data_set_name': '可以使用:long_term_liabilities_total_4', 'description': '不可使用,仅供参考:Total long-term liabilities reported in interim financials.'}
|
|
{'id': 60807, 'data_set_name': '可以使用:anl14_high_eps_fy3', 'description': '不可使用,仅供参考:The highest estimation of Earnings Per Share - upcoming 3 years'}
|
|
{'id': 60620, 'data_set_name': '可以使用:anl11_ereg_industryrnk', 'description': '不可使用,仅供参考:Industry Rank on E Score with 1 being the highest rank'}
|
|
{'id': 60658, 'data_set_name': '可以使用:anl11_global_industrycount', 'description': '不可使用,仅供参考:Global Industry Count'}
|
|
{'id': 61662, 'data_set_name': '可以使用:anl15_gr_12_m_total', 'description': '不可使用,仅供参考:The total of 12-month forward earnings estimation aggregated within GICS group grouping.'}
|
|
{'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': 61220, 'data_set_name': '可以使用:anl14_median_div_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Dividend - upcoming quarter'}
|
|
{'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': 61001, 'data_set_name': '可以使用:anl14_low_ntprep_fy5', 'description': '不可使用,仅供参考:The lowest estimation of reported net profit - upcoming 5 years'}
|
|
{'id': 140421, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_add_paid_in_cap', 'description': '不可使用,仅供参考:Additional Paid in Capital'}
|
|
{'id': 60662, 'data_set_name': '可以使用:anl11_gposcorreg_industryrnk', 'description': '不可使用,仅供参考:Industry Rank on G Max Correlation Score with 1 being the highest rank'}
|
|
{'id': 373568, 'data_set_name': '可以使用:pv37_high_14', 'description': '不可使用,仅供参考:14-Day Highest Price'}
|
|
{'id': 60720, 'data_set_name': '可以使用:social_totalcorr_sector_position', 'description': '不可使用,仅供参考:Company’s position within sector peer group for social score weighted by total correlation to financial returns.'}
|
|
{'id': 140851, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_cash_paid_for_tax', 'description': '不可使用,仅供参考:Cash Paid for Taxes'}
|
|
{'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': 139258, 'data_set_name': '可以使用:fnd28_bsasseta_value_02098a', 'description': '不可使用,仅供参考:value of annual field: Work in Process'}
|
|
{'id': 139057, 'data_set_name': '可以使用:short_term_bank_debt_amount', 'description': '不可使用,仅供参考:Amount of short-term bank debt outstanding.'}
|
|
{'id': 139342, 'data_set_name': '可以使用:fnd28_cfsourceusea_value_04201a', 'description': '不可使用,仅供参考:value of annual field: Funds from Operations'}
|
|
{'id': 139066, 'data_set_name': '可以使用:short_term_creditors', 'description': '不可使用,仅供参考:Amount of short-term creditors at the reporting date.'}
|
|
{'id': 140569, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_other_inv_act', 'description': '不可使用,仅供参考:Other Investing Activities'}
|
|
{'id': 140136, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_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': 62049, 'data_set_name': '可以使用:quarterly_eps_incl_extraordinary', 'description': '不可使用,仅供参考:Earnings per share for the quarter, including extraordinary items.'}
|
|
{'id': 60808, 'data_set_name': '可以使用:anl14_high_eps_fy4', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Per Share - upcoming 4 years'}
|
|
{'id': 139681, 'data_set_name': '可以使用:fnd28_newq_value_02652q', 'description': '不可使用,仅供参考:value of quarterly field: Other Assets'}
|
|
{'id': 139396, 'data_set_name': '可以使用:fnd28_fsa1_value_02256a', 'description': '不可使用,仅供参考:value of annual field: Investments In Associated Companies'}
|
|
{'id': 139368, 'data_set_name': '可以使用:fnd28_cfsourceusea_value_04830a', 'description': '不可使用,仅供参考:value of annual field: Decrease/Increase In Other Assets/Liabilities'}
|
|
{'id': 138980, 'data_set_name': '可以使用:other_current_liabilities_3', 'description': '不可使用,仅供参考:Other liabilities classified as current.'}
|
|
{'id': 138995, 'data_set_name': '可以使用:other_off_balance_liabilities', 'description': '不可使用,仅供参考:Other off-balance sheet liabilities for the annual period.'}
|
|
{'id': 60911, 'data_set_name': '可以使用:anl14_low_capex_fy5', 'description': '不可使用,仅供参考:The Lowest Estimation of Capital Expenditures - upcoming 5 years'}
|
|
{'id': 61233, 'data_set_name': '可以使用:anl14_median_ebit_fp4', 'description': '不可使用,仅供参考:Median of estimations of earnings before interest & taxes - upcoming 4 quarters'}
|
|
{'id': 62119, 'data_set_name': '可以使用:quarterly_operating_margin_percent', 'description': '不可使用,仅供参考:Operating income divided by revenue for the quarter, expressed as a percentage.'}
|
|
{'id': 137365, 'data_set_name': '可以使用:quarterly_revenue_per_share_nonannualized_2', 'description': '不可使用,仅供参考:Revenue per share for the most recent quarter (not annualized).'}
|
|
{'id': 60907, 'data_set_name': '可以使用:anl14_low_capex_fy1', 'description': '不可使用,仅供参考:The lowest estimation of capital expenditures - upcoming year'}
|
|
{'id': 373640, 'data_set_name': '可以使用:pv72_ibeseps2_score_float', 'description': '不可使用,仅供参考:pv_score'}
|
|
{'id': 137314, 'data_set_name': '可以使用:net_debt_annual', 'description': '不可使用,仅供参考:Net debt for the most recent fiscal year, calculated as total debt minus cash and equivalents.'}
|
|
{'id': 60600, 'data_set_name': '可以使用:anl11_emp_totalcor', 'description': "不可使用,仅供参考:The EMP Hybrid Score weights the three EMP 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': 139803, 'data_set_name': '可以使用:fnd28_ratesq_value_08616q', 'description': '不可使用,仅供参考:value of quarterly field: Equity Growth (year ago)'}
|
|
{'id': 139879, 'data_set_name': '可以使用:fnd28_value_04225q', 'description': '不可使用,仅供参考:value of quarterly field: Extraordinary Items'}
|
|
{'id': 137532, 'data_set_name': '可以使用:extraordinary_items_other', 'description': '不可使用,仅供参考:Other extraordinary items reported in the financials.'}
|
|
{'id': 137427, 'data_set_name': '可以使用:accounts_payable_current_2', 'description': '不可使用,仅供参考:[Quarterly] Construction in Progress - Gross'}
|
|
{'id': 139489, 'data_set_name': '可以使用:fnd28_growthratesa_value_08640a', 'description': '不可使用,仅供参考:value of annual field: Net Income Growth'}
|
|
{'id': 60742, 'data_set_name': '可以使用:anl14_high_bvps_fp1', 'description': '不可使用,仅供参考:The Highest Estimation of Book Value Per Share - Upcoming Quarter'}
|
|
{'id': 60888, 'data_set_name': '可以使用:anl14_high_roe_fy2', 'description': '不可使用,仅供参考:The highest estimation of returns on equity - upcoming 2 years'}
|
|
{'id': 60952, 'data_set_name': '可以使用:anl14_low_eps_fp3', 'description': '不可使用,仅供参考:The Lowest Estimation of Earnings Per Share - upcoming 3 quarters'}
|
|
{'id': 139320, 'data_set_name': '可以使用:fnd28_cfq_value_04751q', 'description': '不可使用,仅供参考:value of quarterly field: Common/Preferred Redeemed, Retired, Converted, Etc.'}
|
|
{'id': 373382, 'data_set_name': '可以使用:industry_grouping_level20_top3000_2', 'description': '不可使用,仅供参考:Industry classification group at level 20 for the top 3000 instruments.'}
|
|
{'id': 139935, 'data_set_name': '可以使用:fnd28_value_08601', 'description': '不可使用,仅供参考:value of field: Earnings per Share Growth'}
|
|
{'id': 60798, 'data_set_name': '可以使用:anl14_high_ebitda_fy4', 'description': '不可使用,仅供参考:The highest estimation of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 4 years'}
|
|
{'id': 138942, 'data_set_name': '可以使用:long_term_loans_total_debt', 'description': '不可使用,仅供参考:Total long-term loans and debt reported for the interim period.'}
|
|
{'id': 139650, 'data_set_name': '可以使用:fnd28_nddq1_value_04826q', 'description': '不可使用,仅供参考:value of quarterly field: Decrease/Increase In Inventories'}
|
|
{'id': 140122, 'data_set_name': '可以使用:fnd31_devnorthamericaadditionalfactor4_fwdebitdaev', 'description': '不可使用,仅供参考:Leading 12 Month EBITDA/EV. It is defined as the FY1 estimate of EBITDA/Enterprise Value.'}
|
|
{'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': 140748, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_other_lt_liabilities', 'description': '不可使用,仅供参考:Other LT Liabilities'}
|
|
{'id': 139307, 'data_set_name': '可以使用:fnd28_cfq_value_04199q', 'description': '不可使用,仅供参考:value of quarterly field: Deferred Income Taxes (Cash Flow)'}
|
|
{'id': 140057, 'data_set_name': '可以使用:fnd28_value_19522', 'description': '不可使用,仅供参考:value of field: Product Segment 3 - Operating Income'}
|
|
{'id': 62160, 'data_set_name': '可以使用:quarterly_return_on_investment', 'description': '不可使用,仅供参考:Annualized net income divided by average investment for the quarter.'}
|
|
{'id': 62223, 'data_set_name': '可以使用:ttm_price_to_free_cash_flow_per_share', 'description': '不可使用,仅供参考:Price divided by free cash flow per share for trailing twelve months.'}
|
|
{'id': 139048, 'data_set_name': '可以使用:share_premium_reserve', 'description': '不可使用,仅供参考:Preferred Stock – Non-Redeemable, Total.'}
|
|
{'id': 60757, 'data_set_name': '可以使用:anl14_high_capex_fy1', 'description': '不可使用,仅供参考:The highest estimation of Capital Expenditures - upcoming year'}
|
|
{'id': 139543, 'data_set_name': '可以使用:fnd28_ishtspmnt_value_01306a', 'description': '不可使用,仅供参考:value of annual field: Gain/Loss On Disposal of Assets'}
|
|
{'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': 138883, 'data_set_name': '可以使用:fully_paid_share_capital', 'description': '不可使用,仅供参考:Total value of fully paid share capital issued by the company.'}
|
|
{'id': 140460, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_sh_cap_and_apic', 'description': '不可使用,仅供参考:Share Capital & APIC'}
|
|
{'id': 139571, 'data_set_name': '可以使用:fnd28_levliqa_value_08261a', 'description': '不可使用,仅供参考:value of annual field: Operating Cash/Fixed Charges'}
|
|
{'id': 61192, 'data_set_name': '可以使用:anl14_median_bvps_fp1', 'description': '不可使用,仅供参考:Median of Estimations of Book Value Per Share - upcoming quarter'}
|
|
{'id': 60737, 'data_set_name': '可以使用:anl14_actvalue_revenue_fp0', 'description': '不可使用,仅供参考:Revenue - recent last quarter'}
|
|
{'id': 60805, 'data_set_name': '可以使用:anl14_high_eps_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Per Share - Upcoming Year'}
|
|
{'id': 61281, 'data_set_name': '可以使用:anl14_median_ndebt_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - upcoming 5 years'}
|
|
{'id': 60896, 'data_set_name': '可以使用:anl14_low_bvps_fp5', 'description': '不可使用,仅供参考:The lowest estimation of Book Value Per Share - upcoming 5 quarters'}
|
|
{'id': 139909, 'data_set_name': '可以使用:fnd28_value_07260q', 'description': '不可使用,仅供参考:value of quarterly field: Trailing Twelve Months Net Profit (U.S. $)'}
|
|
{'id': 373374, 'data_set_name': '可以使用:pv173_zscorestilt6m1yavg60dlast', 'description': '不可使用,仅供参考:It is defined as the average factor loading of the second principal component for the 6-month and 1-year z-spread'}
|
|
{'id': 139705, 'data_set_name': '可以使用:fnd28_newq_value_08306q', 'description': '不可使用,仅供参考:value of quarterly field: Gross Profit Margin'}
|
|
{'id': 62074, 'data_set_name': '可以使用:quarterly_inventory_turnover', 'description': '不可使用,仅供参考:Annualized ratio of cost of goods sold to average inventory for the quarter.'}
|
|
{'id': 139898, 'data_set_name': '可以使用:fnd28_value_05302', 'description': '不可使用,仅供参考:value of field: Common Shares Outstanding - Current'}
|
|
{'id': 139101, 'data_set_name': '可以使用:short_term_other_operating_expenses', 'description': '不可使用,仅供参考:Short-term other operating expenses reported in interim financials.'}
|
|
{'id': 139244, 'data_set_name': '可以使用:fnd28_bdeq_value_03498q', 'description': '不可使用,仅供参考:value of quarterly field: Unrealized Gain/Loss On Marketable Securities'}
|
|
{'id': 139290, 'data_set_name': '可以使用:fnd28_bsassetq_value_02652q', 'description': '不可使用,仅供参考:value of quarterly field: Other Assets'}
|
|
{'id': 60776, 'data_set_name': '可以使用:anl14_high_div_fy2', 'description': '不可使用,仅供参考:The Highest Estimation of Dividend - Upcoming 2 Years'}
|
|
{'id': 139389, 'data_set_name': '可以使用:fnd28_fsa1_value_01706a', 'description': '不可使用,仅供参考:value of annual field: Net Income after Preferred Dividends (Basic EPS)'}
|
|
{'id': 139940, 'data_set_name': '可以使用:fnd28_value_08621', 'description': '不可使用,仅供参考:value of field: Total Assets Growth (year ago)'}
|
|
{'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': 61282, 'data_set_name': '可以使用:anl14_median_ntp_fp1', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming quarter'}
|
|
{'id': 136607, 'data_set_name': '可以使用:fnd17_8alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 140796, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_add_paid_in_cap', 'description': '不可使用,仅供参考:Additional Paid in Capital'}
|
|
{'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': 60803, 'data_set_name': '可以使用:anl14_high_eps_fp4', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Per Share - upcoming 4 quarters'}
|
|
{'id': 139177, 'data_set_name': '可以使用:fnd25_statementtypecode', 'description': '不可使用,仅供参考:Statement type code: 1 for Profit & Loss, 3 for Balance Sheet statements'}
|
|
{'id': 140859, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_incr_cap_stock', 'description': '不可使用,仅供参考:Increase in Capital Stocks'}
|
|
{'id': 139198, 'data_set_name': '可以使用:fnd28_bdea_value_03061a', 'description': '不可使用,仅供参考:value of annual field: Dividends Payable'}
|
|
{'id': 61678, 'data_set_name': '可以使用:anl15_gr_18_m_total', 'description': '不可使用,仅供参考:The total of 18-month forward earnings estimation aggregated within GICS group grouping.'}
|
|
{'id': 62201, 'data_set_name': '可以使用:quarterly_total_debt_to_equity_ratio', 'description': '不可使用,仅供参考:Total debt divided by equity for the most recent quarter.'}
|
|
{'id': 61715, 'data_set_name': '可以使用:anl15_gr_cal_fy3_total', 'description': '不可使用,仅供参考:The total of earnings estimation for the calendarized 3 fiscal year aggregated within GICS group grouping.'}
|
|
{'id': 62426, 'data_set_name': '可以使用:anl46_alphadecay', 'description': '不可使用,仅供参考:Contribution of idea age'}
|
|
{'id': 62188, 'data_set_name': '可以使用:quarterly_total_assets_change_yoy', 'description': '不可使用,仅供参考:Year-over-year percent change in total assets for the quarter.'}
|
|
{'id': 60900, 'data_set_name': '可以使用:anl14_low_bvps_fy4', 'description': '不可使用,仅供参考:The Lowest Estimation of Book Value Per Share - Upcoming 4 Years'}
|
|
{'id': 138962, 'data_set_name': '可以使用:net_income_value_3', 'description': '不可使用,仅供参考:Total profit after all expenses, taxes, and costs for the period.'}
|
|
{'id': 373657, 'data_set_name': '可以使用:pv72_pv_score', 'description': '不可使用,仅供参考:pv_score'}
|
|
{'id': 140853, 'data_set_name': '可以使用:fnd72_s_pit_or_cf_q_cf_chng_non_cash_work_cap', 'description': '不可使用,仅供参考:Changes in Non-Cash Working Capital'}
|
|
{'id': 61279, 'data_set_name': '可以使用:anl14_median_ndebt_fy3', 'description': '不可使用,仅供参考:Median of estimations of net debt - upcoming 3 years'}
|
|
{'id': 139093, 'data_set_name': '可以使用:short_term_non_current_investments', 'description': '不可使用,仅供参考:Short-term investments that are classified as non-current.'}
|
|
{'id': 140626, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_disc_rate_pension_plan_liabs', 'description': '不可使用,仅供参考:The estimated interest rate that is used to compute the present value of benefit obligations'}
|
|
{'id': 373439, 'data_set_name': '可以使用:resampled_pca_factor_9', 'description': '不可使用,仅供参考:Ninth principal component factor derived from robust resampling of returns for top 2000 securities.'}
|
|
{'id': 139447, 'data_set_name': '可以使用:fnd28_fsq1_value_02301q', 'description': '不可使用,仅供参考:value of quarterly field: Property, Plant and Equipment - Gross'}
|
|
{'id': 62347, 'data_set_name': '可以使用:cash_eps_currency_code_2', 'description': '不可使用,仅供参考:Currency code in which the cash earnings per share value is reported.'}
|
|
{'id': 139499, 'data_set_name': '可以使用:fnd28_ishta_value_01101a', 'description': '不可使用,仅供参考:value of annual field: Selling, General & Administrative Expenses'}
|
|
{'id': 140485, 'data_set_name': '可以使用:fnd72_pit_or_bs_q_bs_acct_payable', 'description': '不可使用,仅供参考:Accounts Payable'}
|
|
{'id': 140921, 'data_set_name': '可以使用:fnd86_average_score', 'description': '不可使用,仅供参考:Average score'}
|
|
{'id': 136528, 'data_set_name': '可以使用:annual_common_equity', 'description': '不可使用,仅供参考:Book value of common equity for the most recent fiscal year.'}
|
|
{'id': 62183, 'data_set_name': '可以使用:quarterly_taxes_paid', 'description': '不可使用,仅供参考:Income taxes paid for the most recent quarter.'}
|
|
{'id': 136518, 'data_set_name': '可以使用:fnd13_statementq_tait', 'description': '不可使用,仅供参考:Net Income After Taxes'}
|
|
{'id': 139003, 'data_set_name': '可以使用:preferred_stock_dividends', 'description': '不可使用,仅供参考:[Quarterly] Total Plan Service Cost'}
|
|
{'id': 60612, 'data_set_name': '可以使用:anl11_empreg_industryrnk', 'description': '不可使用,仅供参考:Industry Rank on EMP Score with 1 being the highest rank'}
|
|
{'id': 136544, 'data_set_name': '可以使用:annual_total_liabilities_value', 'description': '不可使用,仅供参考:Total liabilities for the most recent fiscal year.'}
|
|
{'id': 60775, 'data_set_name': '可以使用:anl14_high_div_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Dividend - Upcoming Year'}
|
|
{'id': 373530, 'data_set_name': '可以使用:top2000_factor1_group50_score', 'description': '不可使用,仅供参考:First factor score for top 2000 securities, grouped into 50 clusters.'}
|
|
{'id': 139760, 'data_set_name': '可以使用:fnd28_pftlta_value_08370a', 'description': '不可使用,仅供参考:value of annual field: Net Margin - 5 Yr Avg Asset Utilization Annual Statistics'}
|
|
{'id': 60779, 'data_set_name': '可以使用:anl14_high_div_fy5', 'description': '不可使用,仅供参考:The Highest Estimation of Dividend - upcoming 5 years'}
|
|
{'id': 140028, 'data_set_name': '可以使用:fnd28_value_18379a', 'description': '不可使用,仅供参考:value of annual field: Property, Plant & Equipment - Other'}
|
|
{'id': 60892, 'data_set_name': '可以使用:anl14_low_bvps_fp1', 'description': '不可使用,仅供参考:The lowest estimation of book value per share - upcoming quarter'}
|
|
{'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': 60993, 'data_set_name': '可以使用:anl14_low_ntprep_fp2', 'description': '不可使用,仅供参考:The Lowest Estimation of Reported Net Profit - upcoming 2 quarters'}
|
|
{'id': 140422, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_bs_allow_doubtful_acc_rec', 'description': '不可使用,仅供参考:A contra asset account that is subtracted from trade and notes receivables on the balance sheet'}
|
|
{'id': 139722, 'data_set_name': '可以使用:fnd28_newq_value_08621q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets Growth (year ago)'}
|
|
{'id': 60823, 'data_set_name': '可以使用:anl14_high_ndebt_fp1', 'description': '不可使用,仅供参考:The Highest Estimation of Net Debt - upcoming quarter'}
|
|
{'id': 140635, 'data_set_name': '可以使用:fnd72_pit_or_is_a_is_foreign_crncy_trans_adj', 'description': '不可使用,仅供参考:Foreign Currency Translation Adjustment'}
|
|
{'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': 62210, 'data_set_name': '可以使用:quarterly_total_shareholder_equity_2', 'description': '不可使用,仅供参考:Sum of all equity line items for the most recent quarter.'}
|
|
{'id': 139196, 'data_set_name': '可以使用:fnd28_bdea_value_03051a', 'description': '不可使用,仅供参考:value of annual field: Short Term Debt & Current Portion of Long Term Debt'}
|
|
{'id': 139269, 'data_set_name': '可以使用:fnd28_bsasseta_value_02401a', 'description': '不可使用,仅供参考:value of annual field: Accumulated Depreciation'}
|
|
{'id': 136592, 'data_set_name': '可以使用:fnd17_4alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 140744, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_mkt_sec_other_st_invest', 'description': '不可使用,仅供参考:Marketable Securities & Other ST Investments'}
|
|
{'id': 139667, 'data_set_name': '可以使用:fnd28_nddq2_value_18208q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Continuing Operations'}
|
|
{'id': 140926, 'data_set_name': '可以使用:fnd86_fundamental_score', 'description': '不可使用,仅供参考:Fundamental score'}
|
|
{'id': 61009, 'data_set_name': '可以使用:anl14_low_ptp_fy1', 'description': '不可使用,仅供参考:The lowest estimation of pretax profit - upcoming year'}
|
|
{'id': 139688, 'data_set_name': '可以使用:fnd28_newq_value_04051q', 'description': '不可使用,仅供参考:value of quarterly field: Depreciation, Depletion & Amortization'}
|
|
{'id': 139690, 'data_set_name': '可以使用:fnd28_newq_value_04251q', 'description': '不可使用,仅供参考:value of quarterly field: Net Proceeds from Sale/Issuance of Common & Preferred'}
|
|
{'id': 60921, 'data_set_name': '可以使用:anl14_low_div_fp2', 'description': '不可使用,仅供参考:The Lowest Estimation of Dividend - Upcoming 2 Quarters'}
|
|
{'id': 136566, 'data_set_name': '可以使用:ebitda_quarterly', 'description': '不可使用,仅供参考:Earnings before interest, taxes, depreciation, and amortization for the most recent quarter.'}
|
|
{'id': 137356, 'data_set_name': '可以使用:quarterly_ebit_value', 'description': '不可使用,仅供参考:Earnings before interest and taxes for the most recent quarter.'}
|
|
{'id': 61004, 'data_set_name': '可以使用:anl14_low_opp_fy2', 'description': '不可使用,仅供参考:The Lowest Estimation of Operating Profit - upcoming 2 years'}
|
|
{'id': 139450, 'data_set_name': '可以使用:fnd28_fsq1_value_03040q', 'description': '不可使用,仅供参考:value of quarterly field: Accounts Payable'}
|
|
{'id': 60592, 'data_set_name': '可以使用:anl11_emp2reg_industryperc', 'description': '不可使用,仅供参考:Industry Percentile on EMP2 100% being the best'}
|
|
{'id': 140018, 'data_set_name': '可以使用:fnd28_value_18310q', 'description': '不可使用,仅供参考:value of quarterly field: Trailing Twelve Months Net Cash Flow Operating Activities'}
|
|
{'id': 140052, 'data_set_name': '可以使用:fnd28_value_19512', 'description': '不可使用,仅供参考:value of field: Product Segment 2 - Operating Income'}
|
|
{'id': 139065, 'data_set_name': '可以使用:short_term_contracts_executed', 'description': '不可使用,仅供参考:capital expenditures.'}
|
|
{'id': 62128, 'data_set_name': '可以使用:quarterly_pe_ratio_minimum', 'description': '不可使用,仅供参考:Lowest price-to-earnings ratio observed in the latest quarter.'}
|
|
{'id': 140098, 'data_set_name': '可以使用:fnd28_wsannualstats_value_08335', 'description': '不可使用,仅供参考:value of field: Cost Of Goods Sold/Sales - 5 Yr Avg'}
|
|
{'id': 140039, 'data_set_name': '可以使用:fnd28_value_18469q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Fiscal Period Basic Revised'}
|
|
{'id': 137410, 'data_set_name': '可以使用:ttm_net_income_value', 'description': '不可使用,仅供参考:Net income for the trailing twelve months.'}
|
|
{'id': 62248, 'data_set_name': '可以使用:anl44_2_csh_lastactvalue', 'description': '不可使用,仅供参考:csh lastactvalue'}
|
|
{'id': 60836, 'data_set_name': '可以使用:anl14_high_ntp_fp5', 'description': '不可使用,仅供参考:The highest estimation of Net Profit - upcoming 5 quarters'}
|
|
{'id': 139948, 'data_set_name': '可以使用:fnd28_value_08735', 'description': '不可使用,仅供参考:value of field: Foreign Sales % Total Sales'}
|
|
{'id': 137282, 'data_set_name': '可以使用:fnd17_ttmpelow', 'description': '不可使用,仅供参考:P/E excluding extraordinary items low, trailing 12 months'}
|
|
{'id': 139595, 'data_set_name': '可以使用:fnd28_nddq1_value_02101q', 'description': '不可使用,仅供参考:value of quarterly field: Inventories Total'}
|
|
{'id': 139277, 'data_set_name': '可以使用:fnd28_bsassetq_value_02003q', 'description': '不可使用,仅供参考:value of quarterly field: Cash'}
|
|
{'id': 139724, 'data_set_name': '可以使用:fnd28_newq_value_08636q', 'description': '不可使用,仅供参考:value of quarterly field: Net Income Growth'}
|
|
{'id': 137393, 'data_set_name': '可以使用:revenue_per_share_quarterly', 'description': '不可使用,仅供参考:Revenue per share for the most recent quarter, annualized.'}
|
|
{'id': 139442, 'data_set_name': '可以使用:fnd28_fsq1_value_02051q', 'description': '不可使用,仅供参考:value of quarterly field: Receivables (Net)'}
|
|
{'id': 137529, 'data_set_name': '可以使用:extraordinary_adjustments', 'description': '不可使用,仅供参考:Adjustments related to extraordinary items.'}
|
|
{'id': 62024, 'data_set_name': '可以使用:quarterly_current_ratio_alt', 'description': '不可使用,仅供参考:Alternate calculation of current ratio for the most recent quarter.'}
|
|
{'id': 373381, 'data_set_name': '可以使用:industry_grouping_level20_top2000', 'description': '不可使用,仅供参考:Industry classification group at level 20 for the top 2000 instruments.'}
|
|
{'id': 139601, 'data_set_name': '可以使用:fnd28_nddq1_value_02401q', 'description': '不可使用,仅供参考:value of quarterly field: Accumulated Depreciation'}
|
|
{'id': 60938, 'data_set_name': '可以使用:anl14_low_ebit_fy4', 'description': '不可使用,仅供参考:The lowest estimation of earnings before interest & taxes - upcoming 4 years'}
|
|
{'id': 140547, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_cash_from_fnc_act', 'description': '不可使用,仅供参考:Cash from Financing Activities'}
|
|
{'id': 138970, 'data_set_name': '可以使用:operating_revenue_other', 'description': '不可使用,仅供参考:[Quarterly] Other Revenue, Total'}
|
|
{'id': 138973, 'data_set_name': '可以使用:other_appropriations_balance', 'description': '不可使用,仅供参考:Other appropriations balance reported for the annual period.'}
|
|
{'id': 137527, 'data_set_name': '可以使用:equity_to_equityholders', 'description': '不可使用,仅供参考:Equity attributable to equity holders of the parent.'}
|
|
{'id': 61242, 'data_set_name': '可以使用:anl14_median_ebitda_fp3', 'description': '不可使用,仅供参考:Median of Estimations of Earnings Before Interest, Taxes, Depreciation & Amortization - upcoming 3 quarters'}
|
|
{'id': 139465, 'data_set_name': '可以使用:fnd28_fsq1_value_04751q', 'description': '不可使用,仅供参考:value of quarterly field: Common/Preferred Redeemed, Retired, Converted, Etc.'}
|
|
{'id': 62313, 'data_set_name': '可以使用:anl44_2_operatingprofit_lastactvalue', 'description': '不可使用,仅供参考:operatingprofit lastactvalue'}
|
|
{'id': 62696, 'data_set_name': '可以使用:anl69_roe_best_roe_median', 'description': '不可使用,仅供参考:Return on Equity Median'}
|
|
{'id': 60963, 'data_set_name': '可以使用:anl14_low_epsrep_fp4', 'description': '不可使用,仅供参考:The Lowest Estimation of Reported Earnings Per Share - upcoming 4 quarters'}
|
|
{'id': 136599, 'data_set_name': '可以使用:fnd17_6alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 136428, 'data_set_name': '可以使用:intrinsic_value_options_awarded_2', 'description': '不可使用,仅供参考:Intrinsic value of options awarded to the director during the period (alternate).'}
|
|
{'id': 139520, 'data_set_name': '可以使用:fnd28_ishtq_value_01101q', 'description': '不可使用,仅供参考:value of quarterly field: Selling, General & Administrative Expenses'}
|
|
{'id': 60651, 'data_set_name': '可以使用:anl11_g_totalcor', 'description': "不可使用,仅供参考:The G Hybrid Score weights the three G 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': 61290, 'data_set_name': '可以使用:anl14_median_ntp_fy4', 'description': '不可使用,仅供参考:Median of estimations of net profit - upcoming 4 years'}
|
|
{'id': 139881, 'data_set_name': '可以使用:fnd28_value_04651q', 'description': '不可使用,仅供参考:value of quarterly field: Additions to Other Assets'}
|
|
{'id': 137484, 'data_set_name': '可以使用:cash_proceeds_received', 'description': '不可使用,仅供参考:Cash proceeds received during the period.'}
|
|
{'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': 60785, 'data_set_name': '可以使用:anl14_high_ebit_fy1', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest & Taxes - Upcoming Year'}
|
|
{'id': 60586, 'data_set_name': '可以使用:anl11_e_ttcrg_industryperc', 'description': '不可使用,仅供参考:Industry Percentile on E Hybrid Score with 100% being the best'}
|
|
{'id': 139007, 'data_set_name': '可以使用:quarterly_cash_market_securities', 'description': '不可使用,仅供参考:Cash and marketable securities at quarter end.'}
|
|
{'id': 138978, 'data_set_name': '可以使用:other_borrowings_total', 'description': '不可使用,仅供参考:Total other borrowings reported for the annual period.'}
|
|
{'id': 140816, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_other_asset_def_chng_other', 'description': '不可使用,仅供参考:Other Assets/Def Change'}
|
|
{'id': 138971, 'data_set_name': '可以使用:other_accumulated_reserves', 'description': '不可使用,仅供参考:Other accumulated reserves reported for the annual period.'}
|
|
{'id': 139812, 'data_set_name': '可以使用:fnd28_statisticsa_value_05201a', 'description': '不可使用,仅供参考:Value of annual field: Earnings per Share (Supported for Non-U.S. only)'}
|
|
{'id': 136519, 'data_set_name': '可以使用:fnd13_statementq_tbie', 'description': '不可使用,仅供参考:Net Income Before Taxes'}
|
|
{'id': 139221, 'data_set_name': '可以使用:fnd28_bdea_value_03499a', 'description': '不可使用,仅供参考:value of annual field: Treasury Stock'}
|
|
{'id': 139091, 'data_set_name': '可以使用:short_term_net_cash_inflow', 'description': '不可使用,仅供参考:non-cash items.'}
|
|
{'id': 373589, 'data_set_name': '可以使用:pv37_low_global3h', 'description': '不可使用,仅供参考:Global Lowest Price 3H'}
|
|
{'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': 139024, 'data_set_name': '可以使用:research_and_development_expense', 'description': '不可使用,仅供参考:[Quarterly] Discount Rate - Domestic'}
|
|
{'id': 60607, 'data_set_name': '可以使用:anl11_empposcorreg_industryperc', 'description': '不可使用,仅供参考:Industry Percentile on EMP Max Correlation Score with 100% being the best'}
|
|
{'id': 139573, 'data_set_name': '可以使用:fnd28_levliqa_value_08271a', 'description': '不可使用,仅供参考:value of annual field: Working Capital % Total Capital Five Year Averages'}
|
|
{'id': 139272, 'data_set_name': '可以使用:fnd28_bsasseta_value_02648a', 'description': '不可使用,仅供参考:value of annual field: Tangible Other Assets'}
|
|
{'id': 62067, 'data_set_name': '可以使用:quarterly_interest_coverage_db', 'description': '不可使用,仅供参考:EBIT divided by interest expense for the quarter (alternate source).'}
|
|
{'id': 140165, 'data_set_name': '可以使用:fnd31_qsg5additionalfactor3_monthly_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': 61313, 'data_set_name': '可以使用:anl14_median_ptp_fy5', 'description': '不可使用,仅供参考:Median of estimations of pretax profit - upcoming 5 years'}
|
|
{'id': 138923, 'data_set_name': '可以使用:long_term_borrowings_amount', 'description': '不可使用,仅供参考:Amount of long-term borrowings outstanding.'}
|
|
{'id': 136388, 'data_set_name': '可以使用:estimated_value_exercisable_options_ltip', 'description': '不可使用,仅供参考:Estimated value of exercisable options awarded in the period for LTIP compensation.'}
|
|
{'id': 136429, 'data_set_name': '可以使用:intrinsic_value_options_held_2', 'description': '不可使用,仅供参考:Intrinsic value of options held by the director at period end.'}
|
|
{'id': 139151, 'data_set_name': '可以使用:valuation_investment_assets_total', 'description': '不可使用,仅供参考:Total valuation allowance for investment assets.'}
|
|
{'id': 61208, 'data_set_name': '可以使用:anl14_median_capex_fy2', 'description': '不可使用,仅供参考:Median of Estimations of Capital Expenditures - upcoming 2 years'}
|
|
{'id': 139718, 'data_set_name': '可以使用:fnd28_newq_value_08601q', 'description': '不可使用,仅供参考:value of quarterly field: Earnings per Share Growth'}
|
|
{'id': 139019, 'data_set_name': '可以使用:quasi_equity_liabilities', 'description': '不可使用,仅供参考:Quasi-equity liabilities reported for the annual period.'}
|
|
{'id': 137535, 'data_set_name': '可以使用:extraordinary_losses', 'description': '不可使用,仅供参考:[Quarterly] Expected Return on Assets - Domestic'}
|
|
{'id': 62015, 'data_set_name': '可以使用:quarterly_current_assets', 'description': '不可使用,仅供参考:Sum of all current assets for the most recent quarter.'}
|
|
{'id': 60817, 'data_set_name': '可以使用:anl14_high_epsrep_fy3', 'description': '不可使用,仅供参考:The Highest Estimation of Reported Earnings Per Share - upcoming 3 years'}
|
|
{'id': 139801, 'data_set_name': '可以使用:fnd28_ratesq_value_08606q', 'description': '不可使用,仅供参考:value of quarterly field: Book Value per Share Growth (year ago)'}
|
|
{'id': 60661, 'data_set_name': '可以使用:anl11_gposcorreg_industryperc', 'description': '不可使用,仅供参考:Industry Percentile on G Max Correlation Score with 100% being the best'}
|
|
{'id': 60812, 'data_set_name': '可以使用:anl14_high_epsrep_fp3', 'description': '不可使用,仅供参考:The Highest Estimation of Reported Earnings Per Share - upcoming 3 quarters'}
|
|
{'id': 139505, 'data_set_name': '可以使用:fnd28_ishta_value_01250a', 'description': '不可使用,仅供参考:value of annual field: Operating Income'}
|
|
{'id': 139553, 'data_set_name': '可以使用:fnd28_levliqa_value_08101a', 'description': '不可使用,仅供参考:value of annual field: Quick Ratio'}
|
|
{'id': 140002, 'data_set_name': '可以使用:fnd28_value_18267q', 'description': '不可使用,仅供参考:value of quarterly field: Trailing Twelve Months Gross Margin'}
|
|
{'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': 140003, 'data_set_name': '可以使用:fnd28_value_18268q', 'description': '不可使用,仅供参考:value of quarterly field: Trailing Twelve Months Net Margin Asset Utilization'}
|
|
{'id': 62032, 'data_set_name': '可以使用:quarterly_dividend_payout_ratio', 'description': '不可使用,仅供参考:Percentage of earnings paid out as dividends for the quarter.'}
|
|
{'id': 62329, 'data_set_name': '可以使用:anl44_2_roa_prevalue', 'description': '不可使用,仅供参考:roa prevalue'}
|
|
{'id': 62290, 'data_set_name': '可以使用:anl44_2_grossmargin_value', 'description': '不可使用,仅供参考:grossmargin value'}
|
|
{'id': 140004, 'data_set_name': '可以使用:fnd28_value_18269q', 'description': '不可使用,仅供参考:Value of quarterly field: Trailing 12 Months Interest Expense'}
|
|
{'id': 140080, 'data_set_name': '可以使用:fnd28_wcbshtassetq_value_02999q', 'description': '不可使用,仅供参考:value of quarterly field: Total Assets'}
|
|
{'id': 138950, 'data_set_name': '可以使用:long_term_tax_payable_4', 'description': '不可使用,仅供参考:Long-term tax payable reported in interim financials.'}
|
|
{'id': 62045, 'data_set_name': '可以使用:quarterly_effective_tax_rate', 'description': '不可使用,仅供参考:Effective tax rate for the most recent quarter.'}
|
|
{'id': 140813, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_mkt_sec_other_st_invest', 'description': '不可使用,仅供参考:Marketable Securities & Other ST Investments'}
|
|
{'id': 139953, 'data_set_name': '可以使用:fnd28_value_09104q', 'description': '不可使用,仅供参考:value of quarterly field: Price/Earnings Ratio Close'}
|
|
{'id': 139787, 'data_set_name': '可以使用:fnd28_ratesq_value_08306q', 'description': '不可使用,仅供参考:value of quarterly field: Gross Profit Margin'}
|
|
{'id': 139613, 'data_set_name': '可以使用:fnd28_nddq1_value_03263q', 'description': '不可使用,仅供参考:value of quarterly field: Deferred Taxes'}
|
|
{'id': 62235, 'data_set_name': '可以使用:anl44_2_bps_value', 'description': '不可使用,仅供参考:bps value'}
|
|
{'id': 137417, 'data_set_name': '可以使用:usd_to_reporting_fx_rate', 'description': '不可使用,仅供参考:Exchange rate used to convert USD to the reporting currency.'}
|
|
{'id': 139000, 'data_set_name': '可以使用:other_unusual_income_expense_2', 'description': '不可使用,仅供参考:is applicable only if Net Income/Starting Line [ONET] is income after gains/losses from unusual activities. Because the operating section of the cash flow pursues changes in cash flow from operating activities, any unusual gain/loss included in net income computation needs to be reversed.'}
|
|
{'id': 139790, 'data_set_name': '可以使用:fnd28_ratesq_value_08321q', 'description': '不可使用,仅供参考:value of quarterly field: Pre-tax Margin'}
|
|
{'id': 62069, 'data_set_name': '可以使用:quarterly_interest_expense', 'description': '不可使用,仅供参考:Interest expense for the most recent quarter.'}
|
|
{'id': 140480, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_st_capital_lease_obligations', 'description': '不可使用,仅供参考:Amount payable within 1 year by a lessee under capital leases'}
|
|
{'id': 139995, 'data_set_name': '可以使用:fnd28_value_18260q', 'description': '不可使用,仅供参考:value of quarterly field: Excludes Pre-tax Extraordinary Credit/Charge per Share - Fiscal'}
|
|
{'id': 62386, 'data_set_name': '可以使用:anl45_index_period_start_prc', 'description': '不可使用,仅供参考:Benchmark/Index start price based on the performance period you chose'}
|
|
{'id': 62269, 'data_set_name': '可以使用:anl44_2_ebitdaps_prevalue', 'description': '不可使用,仅供参考:ebitdaps prevalue'}
|
|
{'id': 139608, 'data_set_name': '可以使用:fnd28_nddq1_value_03063q', 'description': '不可使用,仅供参考:value of quarterly field: Income Taxes Payable'}
|
|
{'id': 60787, 'data_set_name': '可以使用:anl14_high_ebit_fy3', 'description': '不可使用,仅供参考:The Highest Estimation of Earnings Before Interest & Taxes - upcoming 3 years'}
|
|
{'id': 61022, 'data_set_name': '可以使用:anl14_low_revenue_fp4', 'description': '不可使用,仅供参考:The Lowest Estimation of Revenue - upcoming 4 quarters'}
|
|
{'id': 60717, 'data_set_name': '可以使用:social_totalcorr_industry_percentile', 'description': '不可使用,仅供参考:Percentile ranking within industry peer group for social score weighted by total correlation to financial returns.'}
|
|
{'id': 137452, 'data_set_name': '可以使用:accumulated_other_comprehensive_assets', 'description': '不可使用,仅供参考:Accumulated other comprehensive assets at period end.'}
|
|
{'id': 60843, 'data_set_name': '可以使用:anl14_high_ntprep_fp2', 'description': '不可使用,仅供参考:The Highest Estimation of Reported Net Profit - Upcoming 2 Quarters'}
|
|
{'id': 139310, 'data_set_name': '可以使用:fnd28_cfq_value_04301q', 'description': '不可使用,仅供参考:value of quarterly field: Proceeds From Stock Options'}
|
|
{'id': 62134, 'data_set_name': '可以使用:quarterly_price_to_sales_ratio', 'description': '不可使用,仅供参考:Price divided by sales per share for the quarter.'}
|
|
{'id': 61992, 'data_set_name': '可以使用:quarterly_cash_and_equivalents', 'description': '不可使用,仅供参考:Cash and short-term investments for the most recent quarter.'}
|
|
{'id': 139171, 'data_set_name': '可以使用:voting_rights_total', 'description': '不可使用,仅供参考:Total number of voting rights outstanding.'}
|
|
{'id': 139157, 'data_set_name': '可以使用:value_debt_equity_securities', 'description': '不可使用,仅供参考:Value of debt and equity securities held.'}
|
|
{'id': 139875, 'data_set_name': '可以使用:fnd28_value_04054q', 'description': '不可使用,仅供参考:value of quarterly field: Discontinued Operations'}
|
|
{'id': 62288, 'data_set_name': '可以使用:anl44_2_grossmargin_lastactvalue', 'description': '不可使用,仅供参考:grossmargin lastactvalue'}
|
|
{'id': 60936, 'data_set_name': '可以使用:anl14_low_ebit_fy2', 'description': '不可使用,仅供参考:The lowest estimation of earnings before interest & taxes - upcoming 2 years'}
|
|
{'id': 139540, 'data_set_name': '可以使用:fnd28_ishtspmnt_value_01084a', 'description': '不可使用,仅供参考:value of annual field: Staff Costs'}
|
|
{'id': 136514, 'data_set_name': '可以使用:fnd13_statementq_rltr', 'description': '不可使用,仅供参考:Total Revenue'}
|
|
{'id': 139278, 'data_set_name': '可以使用:fnd28_bsassetq_value_02005q', 'description': '不可使用,仅供参考:value of quarterly field: Cash & Equivalents Generic'}
|
|
{'id': 61977, 'data_set_name': '可以使用:quarterly_accumulated_depreciation_2', 'description': '不可使用,仅供参考:Total depreciation accumulated for the quarter.'}
|
|
{'id': 140066, 'data_set_name': '可以使用:fnd28_value_19541', 'description': '不可使用,仅供参考:value of field: Product Segment 5 - Sales'}
|
|
{'id': 137307, 'data_set_name': '可以使用:interim_debt_to_capital_ratio', 'description': '不可使用,仅供参考:Ratio of total debt to total capital for the most recent interim period.'}
|
|
{'id': 138931, 'data_set_name': '可以使用:long_term_debt', 'description': '不可使用,仅供参考:Total value of long-term debt obligations outstanding.'}
|
|
{'id': 61271, 'data_set_name': '可以使用:anl14_median_nav_fy2', 'description': '不可使用,仅供参考:Median of estimations of net asset value - upcoming 2 years'}
|
|
{'id': 140566, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_net_chng_cash', 'description': '不可使用,仅供参考:Net Changes in Cash'}
|
|
{'id': 60777, 'data_set_name': '可以使用:anl14_high_div_fy3', 'description': '不可使用,仅供参考:The Highest Estimation of Dividend - Upcoming 3 Years'}
|
|
{'id': 140763, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_minority_noncontrolling_interest', 'description': '不可使用,仅供参考:Minority Interest'}
|
|
{'id': 62263, 'data_set_name': '可以使用:anl44_2_ebitda_lastactvalue', 'description': '不可使用,仅供参考:ebitda lastactvalue'}
|
|
{'id': 140053, 'data_set_name': '可以使用:fnd28_value_19513', 'description': '不可使用,仅供参考:value of field: Product Segment 2 - Assets'}
|
|
{'id': 139238, 'data_set_name': '可以使用:fnd28_bdeq_value_03351q', 'description': '不可使用,仅供参考:value of quarterly field: Total Liabilities'}
|
|
{'id': 140068, 'data_set_name': '可以使用:fnd28_value_19543', 'description': '不可使用,仅供参考:value of field: Product Segment 5 - Assets'}
|
|
{'id': 137438, 'data_set_name': '可以使用:accounts_total_current_assets_2', 'description': '不可使用,仅供参考:Total current assets as reported in accounts.'}
|
|
{'id': 373519, 'data_set_name': '可以使用:top1500_pca_factor1_grouping50', 'description': '不可使用,仅供参考:First principal component grouping for top 1500 securities with 50 clusters.'}
|
|
{'id': 60734, 'data_set_name': '可以使用:anl14_actvalue_opp_fp0', 'description': '不可使用,仅供参考:Operating profit - recent last quarter'}
|
|
{'id': 62146, 'data_set_name': '可以使用:quarterly_receivables_turnover', 'description': '不可使用,仅供参考:Annualized ratio of sales to average receivables for the quarter.'}
|
|
{'id': 139626, 'data_set_name': '可以使用:fnd28_nddq1_value_04001q', 'description': '不可使用,仅供参考:value of quarterly field: Net Income/Starting Line'}
|
|
{'id': 136451, 'data_set_name': '可以使用:share_award_value_ltip', 'description': '不可使用,仅供参考:Value of shares awarded in a given incentive plan for LTIP compensation.'}
|
|
{'id': 139611, 'data_set_name': '可以使用:fnd28_nddq1_value_03245q', 'description': '不可使用,仅供参考:value of quarterly field: Long Term Debt Excluding Capitalized Leases'}
|
|
{'id': 60573, 'data_set_name': '可以使用:anl11_e2reg_industryperc', 'description': '不可使用,仅供参考:Industry Percentile on E2 100% being the best'}
|
|
{'id': 139947, 'data_set_name': '可以使用:fnd28_value_08721', 'description': '不可使用,仅供参考:value of field: Foreign Sales Growth'}
|
|
{'id': 373189, 'data_set_name': '可以使用:industry', 'description': '不可使用,仅供参考:Industry grouping'}
|
|
{'id': 61789, 'data_set_name': '可以使用:anl15_ind_cal_fy1_total', 'description': '不可使用,仅供参考:The total of earnings estimation for the calendarized 1 fiscal year aggregated within GICS industry grouping.'}
|
|
{'id': 139788, 'data_set_name': '可以使用:fnd28_ratesq_value_08311q', 'description': '不可使用,仅供参考:value of quarterly field: Cash Flow/Sales'}
|
|
{'id': 139912, 'data_set_name': '可以使用:fnd28_value_08003', 'description': '不可使用,仅供参考:value of field: Market Capitalization (Public) - Current'}
|
|
{'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': 139894, 'data_set_name': '可以使用:fnd28_value_05194q', 'description': '不可使用,仅供参考:value of quarterly field: Common Shares Used to Calculate Fully Diluted EPS Balance Sheet Assets'}
|
|
{'id': 136548, 'data_set_name': '可以使用:book_value_per_share_annual', 'description': '不可使用,仅供参考:Book value per share for the most recent fiscal year.'}
|
|
{'id': 373337, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadzscore60dsbst', 'description': '不可使用,仅供参考:It is defined as the 60-day z-score of 5-year mid z-spreadIn the bond z-spread curve'}
|
|
{'id': 139009, 'data_set_name': '可以使用:quarterly_item_value', 'description': '不可使用,仅供参考:Value of the item for the specific quarter.'}
|
|
{'id': 62147, 'data_set_name': '可以使用:quarterly_receivables_turnover_2', 'description': '不可使用,仅供参考:Receivables turnover ratio for the most recent quarter.'}
|
|
{'id': 139480, 'data_set_name': '可以使用:fnd28_growthratesa_value_08616a', 'description': '不可使用,仅供参考:value of annual field: Equity Growth (year ago)'}
|
|
{'id': 139214, 'data_set_name': '可以使用:fnd28_bdea_value_03426a', 'description': '不可使用,仅供参考:value of annual field: Minority Interest'}
|
|
{'id': 137421, 'data_set_name': '可以使用:fnd22_a5_value', 'description': '不可使用,仅供参考:Value of the field'}
|
|
{'id': 60751, 'data_set_name': '可以使用:anl14_high_bvps_fy5', 'description': '不可使用,仅供参考:The Highest Estimation of Book Value Per Share - upcoming 5 years'}
|
|
{'id': 136426, 'data_set_name': '可以使用:intrinsic_value_exercisable_options', 'description': '不可使用,仅供参考:Actual value of exercisable options awarded during the period.'}
|
|
{'id': 373567, 'data_set_name': '可以使用:pv37_high_13', 'description': '不可使用,仅供参考:High price'}
|
|
{'id': 140478, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_lt_capital_lease_obligations', 'description': '不可使用,仅供参考:Noncurrent amount payable by a lessee under capital leases'}
|
|
{'id': 139914, 'data_set_name': '可以使用:fnd28_value_08106', 'description': '不可使用,仅供参考:value of field: Current Ratio'}
|
|
{'id': 139138, 'data_set_name': '可以使用:treasury_stock_current', 'description': '不可使用,仅供参考:[Quarterly] Treasury Stock - Common'}
|
|
{'id': 136602, 'data_set_name': '可以使用:fnd17_7_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 139392, 'data_set_name': '可以使用:fnd28_fsa1_value_02101a', 'description': '不可使用,仅供参考:value of annual field: Inventories Total'}
|
|
{'id': 139319, 'data_set_name': '可以使用:fnd28_cfq_value_04701q', 'description': '不可使用,仅供参考:value of quarterly field: Reduction In Long Term Debt'}
|
|
{'id': 140938, 'data_set_name': '可以使用:srp_price_momentum_score', 'description': '不可使用,仅供参考:Price momentum score'}
|
|
{'id': 140089, 'data_set_name': '可以使用:fnd28_wsannualstats_value_05507', 'description': '不可使用,仅供参考:value of field: Free Cash Flow per Share'}
|
|
{'id': 139360, 'data_set_name': '可以使用:fnd28_cfsourceusea_value_04796a', 'description': '不可使用,仅供参考:value of annual field: Other Sources - Investing'}
|
|
{'id': 62319, 'data_set_name': '可以使用:anl44_2_pretaxprofit_prevalue', 'description': '不可使用,仅供参考:pretaxprofit prevalue'}
|
|
{'id': 136572, 'data_set_name': '可以使用:fnd17_1alldelay1_reptoprcexrate', 'description': '不可使用,仅供参考:Reporting Currency to base currency exchange rate'}
|
|
{'id': 139633, 'data_set_name': '可以使用:fnd28_nddq1_value_04151q', 'description': '不可使用,仅供参考:value of quarterly field: Other Cash Flow - Total'}
|
|
{'id': 60960, 'data_set_name': '可以使用:anl14_low_epsrep_fp1', 'description': '不可使用,仅供参考:The Lowest Estimation of Reported Earnings Per Share - Upcoming Quarter'}
|
|
{'id': 140552, 'data_set_name': '可以使用:fnd72_pit_or_cf_a_cf_chng_non_cash_work_cap', 'description': '不可使用,仅供参考:Changes in Non-Cash Working Capital'}
|
|
{'id': 139107, 'data_set_name': '可以使用:short_term_securities_gain_adjustment', 'description': '不可使用,仅供参考:Adjustment for gains on short-term securities.'}
|
|
{'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': 139683, 'data_set_name': '可以使用:fnd28_newq_value_03151q', 'description': '不可使用,仅供参考:value of quarterly field: Working Capital'}
|
|
{'id': 61321, 'data_set_name': '可以使用:anl14_median_revenue_fp3', 'description': '不可使用,仅供参考:Median of estimations of Revenue - upcoming 3 quarters'}
|
|
{'id': 62122, 'data_set_name': '可以使用:quarterly_payout_ratio', 'description': '不可使用,仅供参考:Percentage of earnings paid as dividends for the quarter.'}
|
|
{'id': 139640, 'data_set_name': '可以使用:fnd28_nddq1_value_04447q', 'description': '不可使用,仅供参考:value of quarterly field: Other Uses - Financing'}
|
|
{'id': 139949, 'data_set_name': '可以使用:fnd28_value_08801', 'description': '不可使用,仅供参考:Value of field: Total Investment Return Year-Ago Growth Rates'}
|
|
{'id': 139468, 'data_set_name': '可以使用:fnd28_fsq1_value_04890q', 'description': '不可使用,仅供参考:value of quarterly field: Net Cash Flow - Financing'}
|
|
{'id': 139296, 'data_set_name': '可以使用:fnd28_cfq_value_03151q', 'description': '不可使用,仅供参考:value of quarterly field: Working Capital'}
|
|
{'id': 62315, 'data_set_name': '可以使用:anl44_2_operatingprofit_value', 'description': '不可使用,仅供参考:operatingprofit value'}
|
|
{'id': 62410, 'data_set_name': '可以使用:anl45_risk_free_rate', 'description': '不可使用,仅供参考:The unrealised return on an open idea'}
|
|
{'id': 139077, 'data_set_name': '可以使用:short_term_investment_cash_flow', 'description': '不可使用,仅供参考:Other Investing Cash Flow Items, Total represents all items reported within the investing activities in the cash flow statement, other than capital expenditures.'}
|
|
{'id': 140770, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_2_bs_capital_reserve', 'description': '不可使用,仅供参考:Includes accumulative comprehensive income reserve, merger reserve, as well as all other reserves and equities not included in retained earnings'}
|
|
{'id': 139716, 'data_set_name': '可以使用:fnd28_newq_value_08421q', 'description': '不可使用,仅供参考:value of quarterly field: Capital Expenditure % Sales'}
|
|
{'id': 137528, 'data_set_name': '可以使用:equity_total_reported', 'description': '不可使用,仅供参考:Total equity as reported in the financial statements.'}
|
|
{'id': 136551, 'data_set_name': '可以使用:cash_and_equivalents_quarterly_2', 'description': '不可使用,仅供参考:Cash and short-term investments for the most recent quarter.'}
|
|
{'id': 62167, 'data_set_name': '可以使用:quarterly_revenue_per_share', 'description': '不可使用,仅供参考:Total revenue divided by average shares for the quarter.'}
|
|
{'id': 373409, 'data_set_name': '可以使用:pca_industry_grouping_method3_20', 'description': '不可使用,仅供参考:Industry grouping using third method and 20 clusters for top 3000 equities.'}
|
|
{'id': 60652, 'data_set_name': '可以使用:anl11_g_totalcorregsectperc', 'description': '不可使用,仅供参考:Sector Percentile on G Hybrid Score with 100% being the best'}
|
|
{'id': 136373, 'data_set_name': '可以使用:annual_base_salary', 'description': '不可使用,仅供参考:Base annual salary paid to the director.'}
|
|
{'id': 60967, 'data_set_name': '可以使用:anl14_low_epsrep_fy3', 'description': '不可使用,仅供参考:The lowest estimation of Reported Earnings Per Share - upcoming 3 years'}
|
|
{'id': 137404, 'data_set_name': '可以使用:total_liabilities_quarterly', 'description': '不可使用,仅供参考:Total liabilities reported for the most recent quarter.'}
|
|
{'id': 139900, 'data_set_name': '可以使用:fnd28_value_05376q', 'description': '不可使用,仅供参考:value of quarterly field: Common Dividends (Cash)'}
|
|
{'id': 136600, 'data_set_name': '可以使用:fnd17_6alldelay1_usdtorepexrate', 'description': '不可使用,仅供参考:Reporting Currency to USD exchange rate'}
|
|
{'id': 62330, 'data_set_name': '可以使用:anl44_2_roa_value', 'description': '不可使用,仅供参考:roa value'}
|
|
{'id': 62020, 'data_set_name': '可以使用:quarterly_current_liabilities_3', 'description': '不可使用,仅供参考:Sum of all current liabilities for the most recent quarter.'}
|
|
{'id': 139309, 'data_set_name': '可以使用:fnd28_cfq_value_04251q', 'description': '不可使用,仅供参考:value of quarterly field: Net Proceeds from Sale/Issuance of Common & Preferred'}
|
|
{'id': 62062, 'data_set_name': '可以使用:quarterly_free_cash_flow_per_share_prior', 'description': '不可使用,仅供参考:Free cash flow per share for the same quarter last year.'}
|
|
{'id': 139126, 'data_set_name': '可以使用:total_assets_4', 'description': '不可使用,仅供参考:Sum of all assets owned by the company.'}
|
|
{'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': 373350, 'data_set_name': '可以使用:pv173_zscoresatlas_unit_name', 'description': '不可使用,仅供参考:Atlas unit name'}
|
|
{'id': 62195, 'data_set_name': '可以使用:quarterly_total_debt_to_assets_ratio', 'description': '不可使用,仅供参考:Total debt divided by total assets for the most recent quarter.'}
|
|
{'id': 139422, 'data_set_name': '可以使用:fnd28_fsa1_value_04851a', 'description': '不可使用,仅供参考:Value of annual field: Increase/Decrease in Cash & Short-Term Investments'}
|
|
{'id': 61014, 'data_set_name': '可以使用:anl14_low_ptprep_fy1', 'description': '不可使用,仅供参考:The lowest estimation of reported pretax profit - upcoming year'}
|
|
{'id': 139901, 'data_set_name': '可以使用:fnd28_value_05401q', 'description': '不可使用,仅供参考:value of quarterly field: Preferred Dividends (Cash)'}
|
|
{'id': 139288, 'data_set_name': '可以使用:fnd28_bsassetq_value_02501q', 'description': '不可使用,仅供参考:value of quarterly field: Property, Plant & Equipment - Net'}
|
|
{'id': 139614, 'data_set_name': '可以使用:fnd28_nddq1_value_03351q', 'description': '不可使用,仅供参考:value of quarterly field: Total Liabilities'}
|
|
{'id': 137783, 'data_set_name': '可以使用:fnd23_intfv_value', 'description': '不可使用,仅供参考:value.'}
|
|
{'id': 61269, 'data_set_name': '可以使用:anl14_median_epsrep_fy5', 'description': '不可使用,仅供参考:Median of Estimations of Reported Earnings Per Share - upcoming 5 years'}
|
|
{'id': 139294, 'data_set_name': '可以使用:fnd28_bsassetq_value_18280q', 'description': '不可使用,仅供参考:value of quarterly field: Goodwill/Cost in Excess of Assets Purchased'}
|
|
{'id': 137018, 'data_set_name': '可以使用:fnd17_ataxrate2', 'description': '不可使用,仅供参考:Tax rate - most recent fiscal year -1'}
|
|
{'id': 139864, 'data_set_name': '可以使用:fnd28_stpera_value_09621a', 'description': '不可使用,仅供参考:value of annual field: Price/Cash Flow Ratio - 5 Yr Avg'}
|
|
{'id': 61277, 'data_set_name': '可以使用:anl14_median_ndebt_fy1', 'description': '不可使用,仅供参考:Median of estimations of net debt - upcoming year'}
|
|
{'id': 60732, 'data_set_name': '可以使用:anl14_actvalue_ntp_fp0', 'description': '不可使用,仅供参考:Net Profit - recent last quarter'}
|
|
{'id': 136546, 'data_set_name': '可以使用:annual_total_shareholder_equity', 'description': '不可使用,仅供参考:Total shareholder equity for the most recent fiscal year.'}
|
|
========================= 数据字段结束 =======================================
|
|
|
|
以上数据字段和操作符, 按照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
|
|
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!! |