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

590 lines
99 KiB

债务到期结构溢价
债务到期结构分散的公司能更灵活应对利率波动和再融资压力,但市场未能充分定价此优势,导致到期集中度高的股票被高估。因此,多空策略中,做多债务到期结构分散的股票(风险低,被低估),做空集中度高的股票(风险高,被高估),可获取超额收益。
核心指标为债务到期分布熵值,需进行行业中性化处理;使用滚动6个月平均处理缺失值;引入资产负债率和利息覆盖率作为辅助验证变量。
*=========================================================================================*
输出格式:
输出必须是且仅是纯文本。
每一行是一个完整、独立、语法正确的WebSim表达式。
严禁任何形式的解释、编号、标点包裹(如引号)、Markdown格式或额外文本。
===================== !!! 重点(输出方式) !!! =====================
现在,请严格遵守以上所有规则,开始生成可立即在WebSim中运行的复合因子表达式。
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
**输出格式**(一行一个表达式, 每个表达式中间需要添加一个空行, 只要表达式本身, 不需要赋值, 不要解释, 不需要序号, 也不要输出多余的东西):
表达式
表达式
表达式
...
表达式
=================================================================
重申:请确保所有表达式都使用WorldQuant WebSim平台函数,不要使用pandas、numpy或其他Python库函数。输出必须是一行有效的WQ表达式。
以下是我的账号有权限使用的操作符, 请严格按照操作符, 以及我提供的数据集, 进行生成,组合 30 个 alpha:
不要自行假设, 你需要用到的操作符 和 数据集, 必须从我提供给你的里面查找, 并严格按照里面的使用方法进行组合
=================================================================
**智能参数匹配**:
- 动量类:短周期[10,20,30]捕捉近期趋势
- 反转类:中周期[40,50,60]识别过度反应
- 波动类:长周期[120,250]确保统计稳定性
- 流动性类:多周期对比分析异常变化
**噪声处理技术**:
- 移动平均线:平滑噪声,突出趋势
- 标准偏差:测量波动程度
- 归一化:将不同时间窗口的因子值调整到同一尺度
**嵌套结构逻辑**:
- 单层:直接有效的原始信号
- 双层:信号提炼与降噪处理
- 三层:多维度特征融合与增强
**操作符汇总
**算术运算符 (Arithmetic):
abs(x) - 绝对值
add(x, y, filter=false) - 加法 (x + y)
densify(x) - 分组字段稠密化
divide(x, y) - 除法 (x / y)
inverse(x) - 倒数 (1/x)
log(x) - 自然对数
max(x, y, ..) - 最大值
min(x, y, ..) - 最小值
multiply(x, y, filter=false) - 乘法 (x * y)
power(x, y) - 幂运算 (x^y)
reverse(x) - 取反 (-x)
sign(x) - 符号函数
signed_power(x, y) - 保留符号的幂运算
sqrt(x) - 平方根
subtract(x, y, filter=false) - 减法 (x - y)
to_nan(x, value=0, reverse=false) - 值与NaN转换
**逻辑运算符 (Logical):
and(input1, input2) - 逻辑与
if_else(input1, input2, input3) - 条件判断
input1 < input2 - 小于比较
input1 <= input2 - 小于等于
input1 == input2 - 等于比较
input1 > input2 - 大于比较
input1 >= input2 - 大于等于
input1 != input2 - 不等于
is_nan(input) - 是否为NaN
not(x) - 逻辑非
or(input1, input2) - 逻辑或
**时间序列运算符 (Time Series):
days_from_last_change(x) - 上次变化天数
hump(x, hump=0.01) - 限制变化幅度
jump_decay(x, d, sensitivity=0.5, force=0.1) - 跳跃衰减
kth_element(x, d, k) - 第K个值
last_diff_value(x, d) - 最后一个不同值
ts_arg_max(x, d) - 最大值相对索引
ts_arg_min(x, d) - 最小值相对索引
ts_av_diff(x, d) - 与均值的差
ts_backfill(x, lookback=d, k=1, ignore="NAN") - 回填
ts_corr(x, y, d) - 时间序列相关性
ts_count_nans(x, d) - NaN计数
ts_covariance(y, x, d) - 协方差
ts_decay_linear(x, d, dense=false) - 线性衰减
ts_delay(x, d) - 延迟值
ts_delta(x, d) - 差值 (x - 延迟值)
ts_max(x, d) - 时间序列最大值
ts_mean(x, d) - 时间序列均值
ts_min(x, d) - 时间序列最小值
ts_product(x, d) - 时间序列乘积
ts_quantile(x, d, driver="gaussian") - 分位数
ts_rank(x, d, constant=0) - 时间序列排名
ts_regression(y, x, d, lag=0, rettype=0) - 回归分析
ts_scale(x, d, constant=0) - 时间序列缩放
ts_std_dev(x, d) - 时间序列标准差
ts_step(1) - 天数计数器
ts_sum(x, d) - 时间序列求和
ts_target_tvr_decay(x, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率衰减
ts_target_tvr_delta_limit(x, y, lambda_min=0, lambda_max=1, target_tvr=0.1) - 目标换手率差值限制
ts_zscore(x, d) - 时间序列Z分数
**横截面运算符 (Cross Sectional):
normalize(x, useStd=false, limit=0.0) - 标准化
quantile(x, driver=gaussian, sigma=1.0) - 分位数转换
rank(x, rate=2) - 排名
scale(x, scale=1, longscale=1, shortscale=1) - 缩放
scale_down(x, constant=0) - 按比例缩放
vector_neut(x, y) - 向量中性化
winsorize(x, std=4) - 缩尾处理
zscore(x) - Z分数
**向量运算符 (Vector):
vec_avg(x) - 向量均值
vec_max(x) - 向量最大值
vec_min(x) - 向量最小值
vec_sum(x) - 向量求和
**变换运算符 (Transformational):
bucket(rank(x), range="0,1,0.1" or buckets="2,5,6,7,10") - 分桶
generate_stats(alpha) - 生成统计量
trade_when(x, y, z) - 条件交易
**分组运算符 (Group):
combo_a(alpha, nlength=250, mode='algo1') - 组合Alpha
group_backfill(x, group, d, std=4.0) - 分组回填
group_cartesian_product(g1, g2) - 笛卡尔积分组
group_max(x, group) - 分组最大值
group_mean(x, weight, group) - 分组均值
group_min(x, group) - 分组最小值
group_neutralize(x, group) - 分组中性化
group_rank(x, group) - 分组排名
group_scale(x, group) - 分组缩放
group_zscore(x, group) - 分组Z分数
**特殊运算符 (Special):
in - 包含判断
self_corr(input) - 自相关性
universe_size - 宇宙大小
**归约运算符 (Reduce):
reduce_avg(input, threshold=0) - 平均值归约
reduce_choose(input, nth, ignoreNan=true) - 选择归约
reduce_count(input, threshold) - 计数归约
reduce_ir(input) - IR归约
reduce_kurtosis(input) - 峰度归约
reduce_max(input) - 最大值归约
reduce_min(input) - 最小值归约
reduce_norm(input) - 范数归约
reduce_percentage(input, percentage=0.5) - 百分比归约
reduce_powersum(input, constant=2, precise=false) - 幂和归约
reduce_range(input) - 范围归约
reduce_skewness(input) - 偏度归约
reduce_stddev(input, threshold=0) - 标准差归约
reduce_sum(input) - 求和归约
以下是我的账号有权限使用的操作符, 请严格按照操作符, 进行生成,组合因子
========================= 操作符开始 =======================================
注意: Operator: 后面的是操作符(是可以使用的),
Description: 此字段后面的是操作符对应的描述或使用说明(禁止使用, 仅供参考), Description字段后面的内容是使用说明, 不是操作符
特别注意!!!! 必须按照操作符字段Operator的使用说明生成 alpha========================= 数据字段开始 =======================================
注意: data_set_name: 后面的是数据字段(可以使用), description: 此字段后面的是数据字段对应的描述或使用说明(不能使用)
{'id': 6258, 'data_set_name': '可以使用:anl44_orig_en_netdebt_coveredby', 'description': '不可使用,仅供参考:orig en netdebt coveredby'}
{'id': 6473, 'data_set_name': '可以使用:forecast_coverage_sources', 'description': '不可使用,仅供参考:Indicator showing which data providers have covered the forecast after the event.'}
{'id': 320634, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5938, 'data_set_name': '可以使用:anl44_best_ndebt_lo', 'description': '不可使用,仅供参考:best ndebt lo'}
{'id': 320272, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Asset Value (NAV)'}
{'id': 320667, 'data_set_name': '可以使用:pv87_2_roe_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 60, 'data_set_name': '可以使用:anl10_cpsrevise_ratio_to_close_fy2', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for cash per share FY2'}
{'id': 320139, 'data_set_name': '可以使用:pv87_2_ffops_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Funds from Operations per Share (FFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320338, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83989, 'data_set_name': '可以使用:lease_liability_acctadj_fast_d1', 'description': '不可使用,仅供参考:Value of operating lease liability (account-adjusted).'}
{'id': 320598, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9763, 'data_set_name': '可以使用:other_ceo_singular_plural_pronoun_ratio_qa', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other CEOs in the Q&A section.'}
{'id': 241, 'data_set_name': '可以使用:anl10_ebirevise_ratio_to_close_fq2_2584', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings before interest Q2'}
{'id': 319997, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320657, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 2053, 'data_set_name': '可以使用:anl14_median_ndebt_fp4', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - upcoming 4 quarters'}
{'id': 319698, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320285, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 10534, 'data_set_name': '可以使用:mws87_qawordratio', 'description': '不可使用,仅供参考:Number of words in questions divided by number of words in answers (NA if no Q&A)'}
{'id': 320229, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 80559, 'data_set_name': '可以使用:interest_and_tax_expense', 'description': '不可使用,仅供参考:Total interest and tax expense for the period.'}
{'id': 85913, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_tot_debt_to_ebitda', 'description': "不可使用,仅供参考:Measure of a company's ability to pay off its incurred debt"}
{'id': 319845, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 84061, 'data_set_name': '可以使用:quarterly_equity_excl_minority_interest_fast_d1', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance AdjustmentStockholders Equity Before Non-Controlling Interest'}
{'id': 319990, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320001, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 84299, 'data_set_name': '可以使用:debt', 'description': '不可使用,仅供参考:Debt'}
{'id': 6105, 'data_set_name': '可以使用:anl44_eps_ratio_best_cur_fiscal_year_period', 'description': '不可使用,仅供参考:eps ratio best cur fiscal year period'}
{'id': 83120, 'data_set_name': '可以使用:annual_current_long_term_debt_total_fast_d1', 'description': '不可使用,仅供参考:Current portion of long-term debt as of the year.'}
{'id': 87567, 'data_set_name': '可以使用:fnd90_us_game_eff_interest_rate', 'description': '不可使用,仅供参考:Effective Interest Rate [ Descending] - [Quality.Financial leverage]'}
{'id': 88096, 'data_set_name': '可以使用:oth401_game_total_debt_chg', 'description': '不可使用,仅供参考:Change in Debt'}
{'id': 86017, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_high_pe_ratio', 'description': '不可使用,仅供参考:The relationship between the price of a stock and its earnings per share'}
{'id': 319790, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320614, 'data_set_name': '可以使用:pv87_2_roa_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320398, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79273, 'data_set_name': '可以使用:accrued_interest_liabilities', 'description': '不可使用,仅供参考:Total accrued interest payable at the end of the period.'}
{'id': 320585, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83704, 'data_set_name': '可以使用:fnd3_aacctadj_totaldebt', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Total Debt (Short & Long-Term)'}
{'id': 319787, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320296, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Asset Value (NAV)'}
{'id': 319621, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 10490, 'data_set_name': '可以使用:mws87_numvswordsratioceopres', 'description': '不可使用,仅供参考:Number of numerical/number of all words of CEO in presentation (NA if CEO not attended or no speech in presentation).'}
{'id': 319930, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319836, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319932, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320944, 'data_set_name': '可以使用:pv87_ann_matrix_interest_expense_estimate_scale', 'description': '不可使用,仅供参考:Scale of Interest Expense Estimate'}
{'id': 78009, 'data_set_name': '可以使用:board_nationality_diversity_ratio', 'description': '不可使用,仅供参考:Proportion of directors from different countries on the board.'}
{'id': 316929, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadindrelsbst', 'description': '不可使用,仅供参考:It is defined as theIndustry relative 5-year mid z-spreadIn the bond z-spread curve'}
{'id': 324479, 'data_set_name': '可以使用:pv87_qtr_matrix_net_debt_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Net Debt Consensus Mean'}
{'id': 84207, 'data_set_name': '可以使用:fnd31_ebitdadebtchg', 'description': "不可使用,仅供参考:TTM EBITDA to long-term Debt. It is defined as the yearly change in a stock's trailing 12-month EBITDA divided by the most recently reported total long-term debt."}
{'id': 320561, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79039, 'data_set_name': '可以使用:fn_interest_paid_net_a', 'description': '不可使用,仅供参考:Net interest'}
{'id': 83526, 'data_set_name': '可以使用:fnd3_a_longdebt', 'description': '不可使用,仅供参考:Annual Long Term Debt'}
{'id': 86055, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_net_debt_to_ebitda', 'description': "不可使用,仅供参考:Measure computes the company's ability to pay off its debt by utilizing the earnings before interest, taxes, depreciation and amortization"}
{'id': 85330, 'data_set_name': '可以使用:fnd72_a1_cap_expend_ratio', 'description': "不可使用,仅供参考:Measures how much of the cash generated from operations will be left after payment of capital expenditures to service the company's debt"}
{'id': 320190, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 1640, 'data_set_name': '可以使用:anl14_high_ndebt_fp1', 'description': '不可使用,仅供参考:The Highest Estimation of Net Debt - upcoming quarter'}
{'id': 319975, 'data_set_name': '可以使用:pv87_2_ebitdaps_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 85369, 'data_set_name': '可以使用:fnd72_a1_geo_grow_debt_to_com_eqy', 'description': '不可使用,仅供参考:Compound 5-year growth rate in debt to common equity'}
{'id': 320538, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320120, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 1781, 'data_set_name': '可以使用:anl14_low_ndebt_fy2', 'description': '不可使用,仅供参考:The Lowest Estimation of Net Debt - upcoming 2 years'}
{'id': 320442, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320253, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320787, 'data_set_name': '可以使用:pv87_2_tbvps_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320316, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 5809, 'data_set_name': '可以使用:anl44_2_netdebt_value', 'description': '不可使用,仅供参考:netdebt value'}
{'id': 441, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_consensus_fq1', 'description': '不可使用,仅供参考:Consensus estimate value for earnings per share Q1'}
{'id': 86921, 'data_set_name': '可以使用:fnd72_s_pit_or_is_a2_is_net_interest_expense', 'description': '不可使用,仅供参考:Interest expense minus interest income'}
{'id': 85918, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_tot_debt_to_tot_eqy', 'description': "不可使用,仅供参考:Total debt divided by total shareholders' equity"}
{'id': 320280, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_high', 'description': '不可使用,仅供参考:highest value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 322102, 'data_set_name': '可以使用:pv87_interest_expense_actual_scale', 'description': '不可使用,仅供参考:Scale of Interest Expense Actual'}
{'id': 6827, 'data_set_name': '可以使用:anl49_backfill_estdcurrentperatio', 'description': "不可使用,仅供参考:Estimated earnings per share for the 12 months ending 6 months ahead, divided into the stock's price."}
{'id': 79329, 'data_set_name': '可以使用:current_portion_of_long_term_debt', 'description': '不可使用,仅供参考:Current portion of long-term debt due within one year.'}
{'id': 79387, 'data_set_name': '可以使用:finance_lease_debt_total', 'description': '不可使用,仅供参考:Total finance lease debt outstanding.'}
{'id': 320601, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319893, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319823, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319987, 'data_set_name': '可以使用:pv87_2_eps_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320526, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6458, 'data_set_name': '可以使用:coverage_sources_dividend_per_share', 'description': '不可使用,仅供参考:List or indicator of which data sources have covered the dividend per share forecast.'}
{'id': 86384, 'data_set_name': '可以使用:fnd72_q2_repay_ratio', 'description': '不可使用,仅供参考:Measures the percentage of excess cash flow to reimbursement of long-term debts'}
{'id': 9632, 'data_set_name': '可以使用:anl83_numvswordsratioceopres', 'description': '不可使用,仅供参考:number of numerical/number of all words of CEO in Presentation (NA if CEO not attended or no speech in Presentation)'}
{'id': 319696, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 84298, 'data_set_name': '可以使用:current_ratio', 'description': '不可使用,仅供参考:Current Ratio'}
{'id': 86886, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_tot_debt_to_tot_asset', 'description': '不可使用,仅供参考:Leverage ratio in percentage that defines the total amount of debt relative to assets'}
{'id': 86044, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_lt_debt_to_com_eqy', 'description': "不可使用,仅供参考:Measure of a Company's Financial Leverage Calculated by Dividing Its Long-Term Debt by Common Stockholders' Equity, in Percentage"}
{'id': 9784, 'data_set_name': '可以使用:other_executive_singular_plural_pronoun_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other executives in the presentation section.'}
{'id': 320146, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 85867, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_net_debt_to_ebitda_after_capex', 'description': "不可使用,仅供参考:Leverage ratio which indicates a company's ability to pay off its net debt from its operating earnings after deducting capital expenditures"}
{'id': 320361, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320301, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 172, 'data_set_name': '可以使用:anl10_dpsrevise_ratio_to_consensus_fq1_1549', 'description': '不可使用,仅供参考:Consensus estimate value for dividends per share Q1'}
{'id': 79011, 'data_set_name': '可以使用:fn_eff_income_tax_rate_continuing_operations_a', 'description': '不可使用,仅供参考:Percentage of current income tax expense (benefit) and deferred income tax expense (benefit) pertaining to continuing operations.'}
{'id': 1918, 'data_set_name': '可以使用:anl14_mean_ndebt_fp4', 'description': '不可使用,仅供参考:Mean of Estimations of Net Debt - Upcoming 4 Quarters'}
{'id': 7530, 'data_set_name': '可以使用:anl69_ndebt_best_cur_fiscal_qtr_period', 'description': '不可使用,仅供参考:Current Fiscal Quarter Period Date'}
{'id': 78026, 'data_set_name': '可以使用:director_attrition_ratio_2', 'description': '不可使用,仅供参考:Proportion of directors who have left a role in the preceding period (alternate).'}
{'id': 1916, 'data_set_name': '可以使用:anl14_mean_ndebt_fp2', 'description': '不可使用,仅供参考:Mean of estimations of net debt - upcoming 2 quarters'}
{'id': 85879, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_oper_inc_to_tot_debt', 'description': '不可使用,仅供参考:Operating income as a percentage of total debt'}
{'id': 79277, 'data_set_name': '可以使用:accrued_interest_payable_2', 'description': '不可使用,仅供参考:Interest expense accrued but not yet paid.'}
{'id': 85902, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_short_and_long_term_debt', 'description': '不可使用,仅供参考:Sum of short-term and long-term debt'}
{'id': 86827, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_lt_debt_to_tot_cap', 'description': "不可使用,仅供参考:Measure of a company's financial leverage calculated by dividing its long-term debt by total stockholders' equity, in percentage"}
{'id': 6185, 'data_set_name': '可以使用:anl44_netdebt_latest_ann_dt_qtrly', 'description': '不可使用,仅供参考:netdebt latest ann dt qtrly'}
{'id': 320384, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320287, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83487, 'data_set_name': '可以使用:fnd3_a_currentlongdebt_fast_d1', 'description': '不可使用,仅供参考:Annual Current Portion Of Long-Term Debt'}
{'id': 320417, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9634, 'data_set_name': '可以使用:anl83_numvswordsratiocfopres', 'description': '不可使用,仅供参考:number of numerical/number of all words of CFO in Presentation (NA if CFO not attended or no speech in Presentation)'}
{'id': 322113, 'data_set_name': '可以使用:pv87_interest_expense_standard_deviation', 'description': '不可使用,仅供参考:Interest Expense - Standard Deviation'}
{'id': 810, 'data_set_name': '可以使用:anl10_prerevise_ratio_to_close_fq2_1379', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for pre-tax or preliminary Q2'}
{'id': 9759, 'data_set_name': '可以使用:other_ceo_numeric_word_ratio_qa', 'description': '不可使用,仅供参考:Ratio of numerical words to total words spoken by other CEOs in the Q&A section.'}
{'id': 78651, 'data_set_name': '可以使用:fnd17_debtcap_i', 'description': '不可使用,仅供参考:Debt divided by capitalization, Interim'}
{'id': 320684, 'data_set_name': '可以使用:pv87_2_roe_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83896, 'data_set_name': '可以使用:fnd3_qacctadj_currentlongdebt', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Current Portion Of Long-Term Debt'}
{'id': 320563, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86107, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_tot_debt_to_tot_cap', 'description': "不可使用,仅供参考:Measure of a company's financial leverage that presents its total debt as a percentage of total capital"}
{'id': 321103, 'data_set_name': '可以使用:pv87_cash_from_operations_of_estimates', 'description': '不可使用,仅供参考:Cash From Operations - # of Estimates'}
{'id': 86770, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_dvd_payout_ratio', 'description': '不可使用,仅供参考:Fraction of net income a firm pays to its shareholders in dividends, in percentage'}
{'id': 83988, 'data_set_name': '可以使用:lease_liability_acctadj', 'description': '不可使用,仅供参考:Value of operating lease liability (account-adjusted).'}
{'id': 173, 'data_set_name': '可以使用:anl10_dpsrevise_ratio_to_consensus_fq2_1570', 'description': '不可使用,仅供参考:Consensus estimate value for dividends per share Q2'}
{'id': 83163, 'data_set_name': '可以使用:annual_total_debt_amount', 'description': '不可使用,仅供参考:Total debt as of the year.'}
{'id': 80561, 'data_set_name': '可以使用:interest_expense_on_loans', 'description': '不可使用,仅供参考:[Quarterly] Interest Expense on Lease Liabilities, Supplemental'}
{'id': 320542, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320250, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320274, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320703, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 7181, 'data_set_name': '可以使用:anl69_best_ndebt_lo', 'description': '不可使用,仅供参考:NDEBT Low'}
{'id': 84007, 'data_set_name': '可以使用:minority_interest_net_income_balance_fast_d1', 'description': '不可使用,仅供参考:Net income attributable to noncontrolling interests.'}
{'id': 319634, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320949, 'data_set_name': '可以使用:pv87_ann_matrix_net_debt_estimate_mean', 'description': '不可使用,仅供参考:Mean of Net Debt Estimate'}
{'id': 320645, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 84301, 'data_set_name': '可以使用:debt_st', 'description': '不可使用,仅供参考:Debt in Current Liabilities'}
{'id': 319674, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9703, 'data_set_name': '可以使用:anl83_sinvsplurratioexepres', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of executives in Presentation'}
{'id': 320334, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9770, 'data_set_name': '可以使用:other_cfo_numeric_word_ratio_qa', 'description': '不可使用,仅供参考:Ratio of numerical words to total words spoken by other CFOs in the Q&A section.'}
{'id': 83806, 'data_set_name': '可以使用:fnd3_q_noncurrenttaxliability', 'description': '不可使用,仅供参考:Quarterly Deferred Tax Liabilities, noncurrent'}
{'id': 85890, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_px_to_sales_ratio', 'description': "不可使用,仅供参考:The price-to-sales ratio is the ratio of a stock's last price divided by sales per share"}
{'id': 320739, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319685, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86070, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_pe_ratio', 'description': "不可使用,仅供参考:Ratio of the price of a stock and the company's earnings per share"}
{'id': 84078, 'data_set_name': '可以使用:quarterly_interest_cost_total', 'description': '不可使用,仅供参考:Fiscal period endate of Annual Accountance Adjustment Interest Expense'}
{'id': 83535, 'data_set_name': '可以使用:fnd3_a_noncontrollinginterest_fast_d1', 'description': '不可使用,仅供参考:Annual Noncontrolling Interest'}
{'id': 320333, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 316715, 'data_set_name': '可以使用:pv109_ergdata_corp_maturity', 'description': '不可使用,仅供参考:Maturity'}
{'id': 320276, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320349, 'data_set_name': '可以使用:pv87_2_netprofit_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320693, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5341, 'data_set_name': '可以使用:anl4_netdebt_high', 'description': '不可使用,仅供参考:Net debt - the highest estimation'}
{'id': 86237, 'data_set_name': '可以使用:fnd72_pit_or_is_q_is_net_interest_expense', 'description': '不可使用,仅供参考:Interest expense minus interest income'}
{'id': 6107, 'data_set_name': '可以使用:anl44_eps_ratio_best_eeps_nxt_yr', 'description': '不可使用,仅供参考:eps ratio best eeps nxt yr'}
{'id': 87523, 'data_set_name': '可以使用:fnd90_game_pension_debt_equi_pbo', 'description': '不可使用,仅供参考:Debt Equivalent Net PBO'}
{'id': 320860, 'data_set_name': '可以使用:pv87_ann_matrix_cash_from_operations_estimate_median', 'description': '不可使用,仅供参考:Median of Cash From Operations Estimate'}
{'id': 316909, 'data_set_name': '可以使用:pv141_volume_ratio_wq_w_close_market', 'description': '不可使用,仅供参考:The ratio of total volume used in the calculation'}
{'id': 319657, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 2054, 'data_set_name': '可以使用:anl14_median_ndebt_fp5', 'description': '不可使用,仅供参考:Median of Estimations of Net Debt - upcoming 5 quarters'}
{'id': 320299, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 85868, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_net_debt_to_shrhldr_eqty', 'description': "不可使用,仅供参考:Net debt divided by shareholders' equity"}
{'id': 320465, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320293, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_low', 'description': '不可使用,仅供参考:lowest value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 321258, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_debt_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Net Debt Consensus Mean'}
{'id': 319708, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 87560, 'data_set_name': '可以使用:fnd90_us_game_cash_flow_coverage', 'description': '不可使用,仅供参考:Cash Flow Coverage Ratio [ Ascending] - [Quality.Financial leverage]'}
{'id': 320588, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79090, 'data_set_name': '可以使用:fn_proceeds_from_lt_debt_a', 'description': '不可使用,仅供参考:Proceeds From Issuance Of Debt, Long Term'}
{'id': 319934, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320241, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 10559, 'data_set_name': '可以使用:mws87_sinvsplurratiocfopres', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of CFO in Presentation (NA if CFO not attended or no speech in Presentation)'}
{'id': 321516, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_debt_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Net Debt Consensus Mean'}
{'id': 86889, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_total_debt_to_ev', 'description': '不可使用,仅供参考:Periodic total debt to enterprise value'}
{'id': 79012, 'data_set_name': '可以使用:fn_eff_income_tax_rate_continuing_operations_q', 'description': '不可使用,仅供参考:Percentage of current income tax expense (benefit) and deferred income tax expense (benefit) pertaining to continuing operations.'}
{'id': 320165, 'data_set_name': '可以使用:pv87_2_grossmargin_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319955, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86314, 'data_set_name': '可以使用:fnd72_q1_geo_grow_debt_to_com_eqy', 'description': '不可使用,仅供参考:Compound 5-year growth rate in debt to common equity'}
{'id': 1646, 'data_set_name': '可以使用:anl14_high_ndebt_fy2', 'description': '不可使用,仅供参考:The highest estimation of Net Debt - upcoming 2 years'}
{'id': 9774, 'data_set_name': '可以使用:other_cfo_singular_plural_pronoun_ratio_qa', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other CFOs in the Q&A section.'}
{'id': 319869, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83968, 'data_set_name': '可以使用:fnd3_qacctadj_shodebt', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Short Term Debt'}
{'id': 85855, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_lt_debt_to_com_eqy', 'description': "不可使用,仅供参考:Measure of a company's financial leverage calculated by dividing its long-term debt by common stockholders' equity, in percentage"}
{'id': 322111, 'data_set_name': '可以使用:pv87_interest_expense_of_estimates', 'description': '不可使用,仅供参考:Interest Expense - # of Estimates'}
{'id': 85393, 'data_set_name': '可以使用:fnd72_a1_geo_grow_tot_debt_to_tot_cap', 'description': '不可使用,仅供参考:Compound 5-year growth rate in total debt to total capital'}
{'id': 5524, 'data_set_name': '可以使用:est_netdebt', 'description': '不可使用,仅供参考:Net debt - mean of estimations'}
{'id': 78990, 'data_set_name': '可以使用:fn_debt_instrument_carrying_amount_q', 'description': '不可使用,仅供参考:Debt carrying amount'}
{'id': 80613, 'data_set_name': '可以使用:long_term_minority_interest', 'description': '不可使用,仅供参考:Long-term minority interest in consolidated subsidiaries.'}
{'id': 87537, 'data_set_name': '可以使用:fnd90_game_short_term_debt', 'description': '不可使用,仅供参考:Short Term Debt Ratio'}
{'id': 320691, 'data_set_name': '可以使用:pv87_2_sales_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78100, 'data_set_name': '可以使用:fnd1_filtered_genderratio', 'description': '不可使用,仅供参考:The proportion of male directors whether for the Executive Directors'}
{'id': 79097, 'data_set_name': '可以使用:fn_repayments_of_debt_q', 'description': '不可使用,仅供参考:The cash outflow during the period from the repayment of aggregate short-term and long-term debt. Excludes payment of capital lease obligations.'}
{'id': 6831, 'data_set_name': '可以使用:anl49_backfill_estdrelativeperatio', 'description': '不可使用,仅供参考:Estimated Current P/E Ratio divided by the comparable figure for the Composite Index.'}
{'id': 9702, 'data_set_name': '可以使用:anl83_sinvsplurratiocfoqa', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of CFO in Q&A (NA if CFO not attended or no speech in Q&A)'}
{'id': 321260, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_debt_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Net Debt Consensus Mean'}
{'id': 59, 'data_set_name': '可以使用:anl10_cpsrevise_ratio_to_close_fy1', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for cash per share FY1'}
{'id': 320267, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 80777, 'data_set_name': '可以使用:short_term_debt_bonds_face_value', 'description': '不可使用,仅供参考:Face value of short-term debt bonds outstanding.'}
{'id': 9675, 'data_set_name': '可以使用:anl83_qasentratio', 'description': '不可使用,仅供参考:number of sentences of questions/ number of sentences of answers (NA if no Q&A)'}
{'id': 85856, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_lt_debt_to_tot_asset', 'description': '不可使用,仅供参考:Measures the percentage of long-term debt to total assets'}
{'id': 319833, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320775, 'data_set_name': '可以使用:pv87_2_tbvps_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 740, 'data_set_name': '可以使用:anl10_netrevise_ratio_to_close_fy2_2517', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for net income FY2'}
{'id': 320237, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 85368, 'data_set_name': '可以使用:fnd72_a1_geo_grow_cur_ratio', 'description': '不可使用,仅供参考:Compound 5-year growth rate in current ratio'}
{'id': 320060, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319567, 'data_set_name': '可以使用:pv87_2_affops_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Adjusted Funds from Operations per Share (AFFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 322108, 'data_set_name': '可以使用:pv87_interest_expense_consensus_mean_scale', 'description': '不可使用,仅供参考:Scale of Interest Expense Consensus Mean'}
{'id': 9762, 'data_set_name': '可以使用:other_ceo_singular_plural_pronoun_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other CEOs in the presentation section.'}
{'id': 319571, 'data_set_name': '可以使用:pv87_2_affops_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Adjusted Funds from Operations per Share (AFFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 87496, 'data_set_name': '可以使用:fnd90_game_debt_convertible', 'description': '不可使用,仅供参考:Convertible Debt to Total Debt'}
{'id': 320397, 'data_set_name': '可以使用:pv87_2_netprofit_rep_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 316926, 'data_set_name': '可以使用:pv173_rawratioseqbddivrgsprd5y120dsbst', 'description': '不可使用,仅供参考:It is defined as the difference of market equity return and estimated equity return based on 120-day linear regression of equity return on 5-year mid z-spread percentage change and MSCI ACWIIndex return'}
{'id': 320811, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 322683, 'data_set_name': '可以使用:pv87_net_debt_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Net Debt - Standard Deviation'}
{'id': 79358, 'data_set_name': '可以使用:earnings_from_residual_operations', 'description': '不可使用,仅供参考:[Quarterly] Restructuring Charge'}
{'id': 741, 'data_set_name': '可以使用:anl10_netrevise_ratio_to_consensus_fq1_2525', 'description': '不可使用,仅供参考:Consensus estimate value for net income Q1'}
{'id': 319905, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86837, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_net_debt_to_ebitda_after_capex', 'description': "不可使用,仅供参考:Leverage ratio which indicates a company's ability to pay off its net debt from their operating earnings after deducting capital expenditures"}
{'id': 319881, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 321262, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_debt_consensus_mean_numnochangeunfiltered', 'description': '不可使用,仅供参考:Number of no change revisions (unfiltered) of Net Debt Consensus Mean'}
{'id': 2186, 'data_set_name': '可以使用:anl14_numofests_ndebt_fp3', 'description': '不可使用,仅供参考:Number of Estimations of Net Debt - Upcoming 3 Quarters'}
{'id': 320635, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86056, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_net_debt_to_ebitda_after_capex', 'description': "不可使用,仅供参考:Leverage ratio which indicates a company's ability to pay off its net debt from their operating earnings after deducting capital expenditures"}
{'id': 86057, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_net_debt_to_shrhldr_eqty', 'description': "不可使用,仅供参考:Net debt divided by shareholders' equity"}
{'id': 319765, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6104, 'data_set_name': '可以使用:anl44_eps_ratio_best_cur_fiscal_semi_year_period', 'description': '不可使用,仅供参考:eps ratio best cur fiscal semi year period'}
{'id': 319909, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6108, 'data_set_name': '可以使用:anl44_eps_ratio_best_fperiod_override', 'description': '不可使用,仅供参考:eps ratio best fperiod override'}
{'id': 63, 'data_set_name': '可以使用:anl10_cpsrevise_ratio_to_consensus_fy1', 'description': '不可使用,仅供参考:Consensus estimate value for cash per share FY1'}
{'id': 320537, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320129, 'data_set_name': '可以使用:pv87_2_ffops_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Funds from Operations per Share (FFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320655, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320249, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319921, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320809, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86644, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_bs_st_portion_of_lt_debt', 'description': '不可使用,仅供参考:ST Portion of LT Debt'}
{'id': 5462, 'data_set_name': '可以使用:cash_flow_from_operations', 'description': '不可使用,仅供参考:Cash Flow from Operations - Value for the annual period'}
{'id': 86832, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_net_chng_lt_debt', 'description': '不可使用,仅供参考:Year on year change between current and prior year long-term debt'}
{'id': 319673, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78991, 'data_set_name': '可以使用:fn_debt_instrument_face_amount_a', 'description': '不可使用,仅供参考:Debt face amount'}
{'id': 10355, 'data_set_name': '可以使用:mws87_actinvoratiocfoqa', 'description': '不可使用,仅供参考:Number of words of CFO/number of words of executives in Q&A'}
{'id': 80802, 'data_set_name': '可以使用:short_term_notes_interest', 'description': '不可使用,仅供参考:Interest on short-term notes payable.'}
{'id': 5806, 'data_set_name': '可以使用:anl44_2_netdebt_lastactccy', 'description': '不可使用,仅供参考:netdebt lastactccy'}
{'id': 83841, 'data_set_name': '可以使用:fnd3_q_totaldebt_fast_d1', 'description': '不可使用,仅供参考:Quarterly Total Debt (Short & Long-Term)'}
{'id': 319933, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320478, 'data_set_name': '可以使用:pv87_2_operatingprofit_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 665, 'data_set_name': '可以使用:anl10_nerrevise_ratio_to_close_fq1_2022', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for net earnings rate Q1'}
{'id': 320802, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 1033, 'data_set_name': '可以使用:anl10_salrevise_ratio_to_close_fq1_1693', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for sales Q1'}
{'id': 320283, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 320307, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_median', 'description': '不可使用,仅供参考:median value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 320081, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320264, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5604, 'data_set_name': '可以使用:min_adjusted_funds_from_operations_guidance_2', 'description': '不可使用,仅供参考:Adjusted funds from operation - minimum guidance for the annual period'}
{'id': 78010, 'data_set_name': '可以使用:board_nationality_diversity_ratio_2', 'description': '不可使用,仅供参考:Proportion of directors from different countries on the board (alternate).'}
{'id': 319660, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_p1_b_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320493, 'data_set_name': '可以使用:pv87_2_pretaxprofit_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 321101, 'data_set_name': '可以使用:pv87_cash_from_operations_consensus_median', 'description': '不可使用,仅供参考:Cash From Operations Consensus Median'}
{'id': 86045, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_lt_debt_to_tot_asset', 'description': '不可使用,仅供参考:Measures the percentage of long-term debt to total assets'}
{'id': 319722, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320109, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319811, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319788, 'data_set_name': '可以使用:pv87_2_dps_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320947, 'data_set_name': '可以使用:pv87_ann_matrix_net_debt_estimate_high', 'description': '不可使用,仅供参考:High of Net Debt Estimate'}
{'id': 320155, 'data_set_name': '可以使用:pv87_2_grossmargin_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Gross Margin *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320298, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5738, 'data_set_name': '可以使用:anl40_sd_genderratio', 'description': '不可使用,仅供参考:proportion of male directors of supervisory directors'}
{'id': 80597, 'data_set_name': '可以使用:long_term_debt_current_liabilities', 'description': '不可使用,仅供参考:Discontinued Operations – Current Liability'}
{'id': 320023, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320300, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320456, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79393, 'data_set_name': '可以使用:fixed_long_term_debt_issued', 'description': '不可使用,仅供参考:Amount of fixed long-term debt issued during the period.'}
{'id': 78993, 'data_set_name': '可以使用:fn_debt_instrument_interest_rate_stated_percentage_a', 'description': '不可使用,仅供参考:Stated percentage of interest rate on debt'}
{'id': 85832, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_high_px_to_sales_ratio', 'description': "不可使用,仅供参考:The high price-to-sales ratio is the ratio of a stock's high price divided by the sales per share"}
{'id': 86279, 'data_set_name': '可以使用:fnd72_q1_cash_dvd_coverage', 'description': '不可使用,仅供参考:Ratio which shows whether the company generates enough earnings for dividend payout, in actual units'}
{'id': 319848, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319601, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320433, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320434, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83345, 'data_set_name': '可以使用:fnd3_Q_interestincome', 'description': '不可使用,仅供参考:Quarterly Interest & Investment Income'}
{'id': 1915, 'data_set_name': '可以使用:anl14_mean_ndebt_fp1', 'description': '不可使用,仅供参考:Mean of Estimations of Net Debt - upcoming quarter'}
{'id': 79088, 'data_set_name': '可以使用:fn_proceeds_from_issuance_of_debt_a', 'description': '不可使用,仅供参考:The cash inflow during the period from additional borrowings in aggregate debt. Includes proceeds from short-term and long-term debt.'}
{'id': 79276, 'data_set_name': '可以使用:accrued_interest_payable', 'description': '不可使用,仅供参考:Interest expense that has been accrued but not yet paid.'}
{'id': 320444, 'data_set_name': '可以使用:pv87_2_operatingprofit_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Operating Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319945, 'data_set_name': '可以使用:pv87_2_ebitdaps_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320325, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 9699, 'data_set_name': '可以使用:anl83_sinvsplurratioceopres', 'description': '不可使用,仅供参考:(number of (I,my,me,mine) - number of (We, our, us, ours))/(number of (I,my,me,mine) + number of (We, our, us, ours)) of CEO in Presentation (NA if CEO not attended or no speech in Presentation)'}
{'id': 320225, 'data_set_name': '可以使用:pv87_2_nav_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79091, 'data_set_name': '可以使用:fn_proceeds_from_lt_debt_q', 'description': '不可使用,仅供参考:Proceeds From Issuance Of Debt, Long Term'}
{'id': 320085, 'data_set_name': '可以使用:pv87_2_fcfps_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 6846, 'data_set_name': '可以使用:anl49_backfill_longtermdebtindicator', 'description': '不可使用,仅供参考:Longterm debt indicator'}
{'id': 324478, 'data_set_name': '可以使用:pv87_qtr_matrix_net_debt_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Net Debt Consensus Mean'}
{'id': 10352, 'data_set_name': '可以使用:mws87_actinvoratioceopres', 'description': '不可使用,仅供参考:Number of words of CEO/number of words of executives in presentation'}
{'id': 320754, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 84003, 'data_set_name': '可以使用:minority_interest_balance_acctadj', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Noncontrolling Interest'}
{'id': 86882, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_tot_debt_to_com_eqy', 'description': "不可使用,仅供参考:Measure of a company's financial leverage calculated by dividing its total debt by common stockholders' equity"}
{'id': 320418, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319861, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78757, 'data_set_name': '可以使用:fnd17_qpayratio', 'description': '不可使用,仅供参考:Payout ratio - most recent quarter'}
{'id': 743, 'data_set_name': '可以使用:anl10_netrevise_ratio_to_consensus_fy1_2537', 'description': '不可使用,仅供参考:Consensus estimate value for net income FY1'}
{'id': 247, 'data_set_name': '可以使用:anl10_ebirevise_ratio_to_consensus_fy2_2603', 'description': '不可使用,仅供参考:Consensus estimate value for earnings before interest FY2'}
{'id': 319646, 'data_set_name': '可以使用:pv87_2_capex_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319769, 'data_set_name': '可以使用:pv87_2_cfps_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319614, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78744, 'data_set_name': '可以使用:fnd17_qcurratio', 'description': '不可使用,仅供参考:Current ratio - most recent quarter'}
{'id': 319598, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319824, 'data_set_name': '可以使用:pv87_2_dps_qf_matrix_p1_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Dividends Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320357, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319717, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_all_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320315, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_dts', 'description': '不可使用,仅供参考:std value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 814, 'data_set_name': '可以使用:anl10_prerevise_ratio_to_consensus_fq2_1395', 'description': '不可使用,仅供参考:Consensus estimate value for pre-tax or preliminary Q2'}
{'id': 320282, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_b_mean', 'description': '不可使用,仅供参考:mean value of all analysts estimates of Net Asset Value (NAV)'}
{'id': 86021, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_high_px_to_sales_ratio', 'description': "不可使用,仅供参考:The high price to sales ratio is the ratio of a stock's high price divided by the sales per share"}
{'id': 324484, 'data_set_name': '可以使用:pv87_qtr_matrix_net_debt_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Net Debt Consensus Mean'}
{'id': 321259, 'data_set_name': '可以使用:pv87_daily_ann_matrix_r1_net_debt_consensus_mean_numdown', 'description': '不可使用,仅供参考:Number of down revisions of Net Debt Consensus Mean'}
{'id': 320407, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320799, 'data_set_name': '可以使用:pv87_2_tbvps_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78140, 'data_set_name': '可以使用:ltip_to_total_remuneration_ratio', 'description': '不可使用,仅供参考:Ratio of long-term incentive plan value to total remuneration for the period.'}
{'id': 87561, 'data_set_name': '可以使用:fnd90_us_game_debt_convertible', 'description': '不可使用,仅供参考:Convertible debt to total debt [ Descending] - [Quality.Financial leverage]'}
{'id': 9773, 'data_set_name': '可以使用:other_cfo_singular_plural_pronoun_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of singular to plural pronouns used by other CFOs in the presentation section.'}
{'id': 86814, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_interest_coverage_ratio', 'description': '不可使用,仅供参考:Commonly known as Interest Coverage Ratio'}
{'id': 80778, 'data_set_name': '可以使用:short_term_debt_ending_balance', 'description': '不可使用,仅供参考:Ending balance of short-term debt for the period.'}
{'id': 319612, 'data_set_name': '可以使用:pv87_2_bps_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320660, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 5345, 'data_set_name': '可以使用:anl4_netdebt_number', 'description': '不可使用,仅供参考:Net debt - Number of estimations'}
{'id': 319859, 'data_set_name': '可以使用:pv87_2_ebit_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320118, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 322114, 'data_set_name': '可以使用:pv87_interest_expense_standard_deviation_scale', 'description': '不可使用,仅供参考:Scale of Interest Expense - Standard Deviation'}
{'id': 6800, 'data_set_name': '可以使用:anl49_backfill_averageannualperatioindicator', 'description': '不可使用,仅供参考:Average annual PE ratio indicator'}
{'id': 85586, 'data_set_name': '可以使用:fnd72_pit_or_bs_a_minority_noncontrolling_interest', 'description': '不可使用,仅供参考:Minority Interest'}
{'id': 321514, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_r6_net_debt_consensus_mean_numanalystsunfiltered', 'description': '不可使用,仅供参考:Number of analysts (unfiltered) of Net Debt Consensus Mean'}
{'id': 83787, 'data_set_name': '可以使用:fnd3_q_interestincome_fast_d1', 'description': '不可使用,仅供参考:Quarterly Interest & Investment Income'}
{'id': 319706, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320022, 'data_set_name': '可以使用:pv87_2_eps_qf_matrix_p1_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Earnings Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320741, 'data_set_name': '可以使用:pv87_2_sales_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Sales *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320194, 'data_set_name': '可以使用:pv87_2_nav_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83533, 'data_set_name': '可以使用:fnd3_a_niccontinuingoperations_fast_d1', 'description': '不可使用,仅供参考:Annual Net Income, Continuing Operations'}
{'id': 83437, 'data_set_name': '可以使用:fnd3_Qacctadj_shodebt', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Short-Term Debt'}
{'id': 321416, 'data_set_name': '可以使用:pv87_daily_qtr_matrix_net_debt_consensus_mean_numupunfiltered', 'description': '不可使用,仅供参考:Number of up revisions of Net Debt Consensus Mean'}
{'id': 319287, 'data_set_name': '可以使用:pv64_dif_fund_income_ratio', 'description': '不可使用,仅供参考:The amount of income generated from investments of the fund. US funds display the ratio when the information is supplied in the financials as a percentage of average net assets.'}
{'id': 6934, 'data_set_name': '可以使用:anl49_netinterestincomeindicator', 'description': '不可使用,仅供参考:Net interest income indicator'}
{'id': 320061, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86545, 'data_set_name': '可以使用:fnd72_s_pit_or_bs_q_1_bs_st_portion_of_lt_debt', 'description': '不可使用,仅供参考:ST Portion of LT Debt'}
{'id': 319718, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319838, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83786, 'data_set_name': '可以使用:fnd3_q_interestincome', 'description': '不可使用,仅供参考:Quarterly Interest & Investment Income'}
{'id': 1776, 'data_set_name': '可以使用:anl14_low_ndebt_fp2', 'description': '不可使用,仅供参考:The Lowest Estimation of Net Debt - Upcoming 2 Quarters'}
{'id': 7540, 'data_set_name': '可以使用:anl69_ndebt_most_recent_period_end_dt', 'description': '不可使用,仅供参考:Most Recent Period End Date'}
{'id': 83573, 'data_set_name': '可以使用:fnd3_a_shodebt_fast_d1', 'description': '不可使用,仅供参考:Annual Short Term Debt'}
{'id': 83656, 'data_set_name': '可以使用:fnd3_aacctadj_interestincome', 'description': '不可使用,仅供参考:Annual Accountance Adjustment Interest & Investment Income'}
{'id': 319964, 'data_set_name': '可以使用:pv87_2_ebitdaps_qf_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 83921, 'data_set_name': '可以使用:fnd3_qacctadj_interestincome_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Interest & Investment Income'}
{'id': 319695, 'data_set_name': '可以使用:pv87_2_capex_qf_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Capital Expenditure *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 80552, 'data_set_name': '可以使用:income_from_discontinued_operations', 'description': '不可使用,仅供参考:[Quarterly] Interest Cost - Domestic'}
{'id': 324481, 'data_set_name': '可以使用:pv87_qtr_matrix_net_debt_consensus_mean_numnochange', 'description': '不可使用,仅供参考:Number of no change revisions of Net Debt Consensus Mean'}
{'id': 320586, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_all_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 438, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_close_fq2', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings per share Q2'}
{'id': 320135, 'data_set_name': '可以使用:pv87_2_ffops_qf_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Funds from Operations per Share (FFOPS) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 84004, 'data_set_name': '可以使用:minority_interest_balance_acctadj_fast_d1', 'description': '不可使用,仅供参考:Quarterly Accountance Adjustment Noncontrolling Interest'}
{'id': 321104, 'data_set_name': '可以使用:pv87_cash_from_operations_of_estimates_scale', 'description': '不可使用,仅供参考:Scale of Cash From Operations - # of Estimates'}
{'id': 86860, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_px_to_sales_ratio', 'description': "不可使用,仅供参考:The price-to-sales ratio is the ratio of a stock's last price divided by sales per share"}
{'id': 320121, 'data_set_name': '可以使用:pv87_2_fcfps_qf_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Financing Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 85828, 'data_set_name': '可以使用:fnd72_pit_or_cr_a_high_pe_ratio', 'description': '不可使用,仅供参考:The relationship between the price of a stock and its earnings per share'}
{'id': 78559, 'data_set_name': '可以使用:fnd17_acurratio', 'description': '不可使用,仅供参考:Current ratio - most recent fiscal year'}
{'id': 316931, 'data_set_name': '可以使用:pv173_rawratiosmt5yzspreadzscore60dsbst', 'description': '不可使用,仅供参考:It is defined as the 60-day z-score of 5-year mid z-spreadIn the bond z-spread curve'}
{'id': 320071, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 324480, 'data_set_name': '可以使用:pv87_qtr_matrix_net_debt_consensus_mean_numdownunfiltered', 'description': '不可使用,仅供参考:Number of down revisions (unfiltered) of Net Debt Consensus Mean'}
{'id': 320648, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_b_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 321105, 'data_set_name': '可以使用:pv87_cash_from_operations_standard_deviation', 'description': '不可使用,仅供参考:Cash From Operations - Standard Deviation'}
{'id': 320597, 'data_set_name': '可以使用:pv87_2_roa_af_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Return On Assets *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320320, 'data_set_name': '可以使用:pv87_2_netdebt_qf_matrix_p1_b_number', 'description': '不可使用,仅供参考:count number of estimates (once for one analyst) of Net Asset Value (NAV)'}
{'id': 86102, 'data_set_name': '可以使用:fnd72_pit_or_cr_q_tot_debt_to_com_eqy', 'description': "不可使用,仅供参考:Measure of a company's financial leverage calculated by dividing its total debt by common stockholders' equity"}
{'id': 319884, 'data_set_name': '可以使用:pv87_2_ebitda_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319731, 'data_set_name': '可以使用:pv87_2_cfps_af_matrix_p1_b_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Cash Flow Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 86383, 'data_set_name': '可以使用:fnd72_q2_rel_pe_ratio', 'description': "不可使用,仅供参考:Relative Price/Earnings is a stock's Price/Earnings ratio relative to the Price/Earnings ratio of a relevant index"}
{'id': 7182, 'data_set_name': '可以使用:anl69_best_ndebt_median', 'description': '不可使用,仅供参考:NDEBT Median'}
{'id': 86856, 'data_set_name': '可以使用:fnd72_s_pit_or_cr_q_px_to_book_ratio', 'description': '不可使用,仅供参考:Ratio of the stock price to the book value per share'}
{'id': 320515, 'data_set_name': '可以使用:pv87_2_pretaxprofit_qf_matrix_all_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320369, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_p1_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319586, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_low', 'description': '不可使用,仅供参考:lowest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319847, 'data_set_name': '可以使用:pv87_2_ebit_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBIT *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 80563, 'data_set_name': '可以使用:interest_income_cashflow', 'description': '不可使用,仅供参考:Cash flow from interest income activities.'}
{'id': 5934, 'data_set_name': '可以使用:anl44_best_ndebt_4wk_dn', 'description': '不可使用,仅供参考:best ndebt 4wk dn'}
{'id': 88084, 'data_set_name': '可以使用:oth401_game_pension_interest', 'description': '不可使用,仅供参考:Pension Interest Cost'}
{'id': 320362, 'data_set_name': '可以使用:pv87_2_netprofit_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 78011, 'data_set_name': '可以使用:board_service_duration', 'description': "不可使用,仅供参考:Duration of the director's service on the board."}
{'id': 320062, 'data_set_name': '可以使用:pv87_2_epsr_qf_matrix_all_chngratio_std', 'description': '不可使用,仅供参考:std value of all change ratio of Earnings Per Share - As Reported *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 2328, 'data_set_name': '可以使用:anl14_stddev_ndebt_fy1', 'description': '不可使用,仅供参考:Standard deviation of estimations of net debt - upcoming year'}
{'id': 79320, 'data_set_name': '可以使用:cash_interest_accrued', 'description': '不可使用,仅供参考:Interest accrued but not yet paid in cash.'}
{'id': 320647, 'data_set_name': '可以使用:pv87_2_roe_af_matrix_p1_b_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Return On Equity *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 1642, 'data_set_name': '可以使用:anl14_high_ndebt_fp3', 'description': '不可使用,仅供参考:The highest estimation of Net Debt - upcoming 3 quarters'}
{'id': 320767, 'data_set_name': '可以使用:pv87_2_tbvps_af_matrix_all_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Tangible Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319585, 'data_set_name': '可以使用:pv87_2_bps_af_matrix_p1_b_chngratio_high', 'description': '不可使用,仅供参考:highest value of all change ratio of Book Value Per Share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319931, 'data_set_name': '可以使用:pv87_2_ebitda_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320551, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 320408, 'data_set_name': '可以使用:pv87_2_netprofit_rep_qf_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Net Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 319977, 'data_set_name': '可以使用:pv87_2_ebitdaps_qf_matrix_p1_chngratio_mean', 'description': '不可使用,仅供参考:mean value of all change ratio of EBITDA per share *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 439, 'data_set_name': '可以使用:anl10_epsrevise_ratio_to_close_fy1', 'description': '不可使用,仅供参考:Ratio of delta consensus to adjusted close for earnings per share FY1'}
{'id': 9769, 'data_set_name': '可以使用:other_cfo_numeric_word_ratio_presentation', 'description': '不可使用,仅供参考:Ratio of numerical words to total words spoken by other CFOs in the presentation section.'}
{'id': 320540, 'data_set_name': '可以使用:pv87_2_pretaxprofit_rep_af_matrix_all_chngratio_median', 'description': '不可使用,仅供参考:median value of all change ratio of Pretax Profit *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 79278, 'data_set_name': '可以使用:accrued_short_term_interest', 'description': '不可使用,仅供参考:Interest accrued on short-term obligations.'}
{'id': 320289, 'data_set_name': '可以使用:pv87_2_netdebt_af_matrix_p1_chngratio_number', 'description': '不可使用,仅供参考:count number of all change ratio of Net Asset Value (NAV) *change ratio = ((current value - previous value) / (fabs (current value)/2 + fabs (previous value)/2))'}
{'id': 322105, 'data_set_name': '可以使用:pv87_interest_expense_consensus_low', 'description': '不可使用,仅供参考:Interest Expense Consensus Low'}
========================= 数据字段结束 =======================================
以上数据字段和操作符, 按照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
注意, 以上操作符不能使用事件类型的数据集, 以上操作符禁止使用事件类型的数据集!!