ScoreCardConfigs/中国煤炭企业信用评级方法与模型/主体-煤炭企业-IndexTable.json

184 lines
3.8 KiB
JSON
Raw Normal View History

2022-11-28 17:06:13 +08:00
[
{
"指标": "resources_endowment",
"中文": "资源禀赋",
"计算请求": false,
"指标参数": []
},
{
"指标": "business_competitiveness",
"中文": "业务竞争力",
"计算请求": false,
"指标参数": []
},
{
"指标": "operating_income",
"中文": "营业收入(亿元)",
"计算请求": true,
"指标参数": [
{
"参数": "operating_income",
"加载路径": [
"利润表",
"year",
"营业收入"
]
}
]
},
{
"中文": "原煤产量(万吨)",
"指标": "raw_coal_output",
"计算请求": true,
"指标参数": [
{
"参数": "total_profit",
"加载路径": [
"补充数据表",
"year",
"原煤产量"
]
}
]
},
{
"指标": "ebit_margin",
"中文": "EBIT利润率%",
"计算请求": true,
"指标参数": [
{
"参数": "owner_equity",
"加载路径": [
"利润表",
"year",
"营业收入"
]
},
{
"参数": "net_profit",
"加载路径": [
"利润表",
"year",
"净利润"
]
},
{
"参数": "income_tax",
"加载路径": [
"利润表",
"year",
"减:所得税"
]
},
{
"参数": "financial_expenses",
"加载路径": [
"利润表",
"year",
"财务费用"
]
}
]
},
{
"中文": "总债务资本化比率(%",
"指标": "total_debt_capitalization_ratio",
"计算请求": true,
"指标参数": [
{
"参数": "total_liabilities",
"加载路径": [
"资产负债表",
"year",
"负债合计"
]
},
{
"参数": "total_liabilities",
"加载路径": [
"资产负债表",
"year",
"所有者权益合计"
]
}
]
},
{
"指标": "net_operating_cash_flow_divide_total",
"中文": "经营性现金流净额/总债务(%",
"计算请求": true,
"指标参数": [
{
"参数": "net_cash_flow_from_operating_activities",
"加载路径": [
"现金流量表",
"year",
"经营活动产生的现金流量净额"
]
},
{
"参数": "fixed_assets",
"加载路径": [
"资产负债表",
"year",
"负债合计"
]
}
]
},
{
"中文": "EBITDA利息保障倍数",
"指标": "ebitda_interest_protection_multiples",
"计算请求": true,
"指标参数": [
{
"参数": "total_profit",
"加载路径": [
"利润表",
"year",
"利润总额"
]
},
{
"参数": "interest_expense_included_in_finance_expenses",
"加载路径": [
"补充数据表",
"year",
"计入财务费用的利息支出"
]
},
{
"参数": "fixed_assets",
"加载路径": [
"资产负债表",
"year",
"固定资产"
]
},
{
"参数": "intangible_assets",
"加载路径": [
"资产负债表",
"year",
"无形资产"
]
},
{
"参数": "long_term_deferred_expenses",
"加载路径": [
"资产负债表",
"year",
"长期待摊费用"
]
},
{
"参数": "construction_in_progress",
"加载路径": [
"资产负债表",
"year",
"在建工程"
]
}
]
}
]