ScoreCardConfigs/工商企业通用信用评级方法与模型/主体-工商企业通用-IndexTable.json

216 lines
4.3 KiB
JSON
Raw Normal View History

2022-11-25 14:03:58 +08:00
[
{
"中文": "净资产(亿元)",
"指标": "net_assets",
"计算请求": true,
"指标参数": [
{
"参数": "owner_equity",
"加载路径": [
"资产负债表",
"year",
"所有者权益合计"
]
}
]
},
{
"中文": "营业收入(亿元)",
"指标": "business_income",
"计算请求": true,
"指标参数": [
{
"参数": "owner_equity",
"加载路径": [
"利润表",
"year",
"营业收入"
]
}
]
},
{
"中文": "市场地位及竞争力",
"指标": "market_position_and_competitiveness",
"计算请求": false,
"指标参数": []
},
{
"中文": "业务多样性",
"指标": "inventory_turnover_rate",
"计算请求": false,
"指标参数": []
},
{
"指标": "ebit_margin",
"中文": "EBIT利润率%",
"计算请求": true,
"指标参数": [
{
"参数": "owner_equity",
"加载路径": [
"利润表",
"year",
"营业收入"
]
},
{
"参数": "net_profit",
"加载路径": [
"利润表",
"year",
"净利润"
]
},
{
"参数": "income_tax",
"加载路径": [
"利润表",
"year",
"减:所得税"
]
},
{
"参数": "financial_expenses",
"加载路径": [
"利润表",
"year",
"财务费用"
]
}
]
},
{
"指标": "gearing_ratio",
"中文": "资产负债率",
"计算请求": true,
"指标参数": [
{
"参数": "total_liabilities",
"加载路径": [
"资产负债表",
"year",
"负债合计"
]
},
{
"参数": "total_assets",
"加载路径": [
"资产负债表",
"year",
"资产总计"
]
}
]
},
{
"指标": "total_debt_divide_ebitda",
"中文": "总债务/EBITDA",
"计算请求": true,
"指标参数": [
{
"参数": "total_liabilities",
"加载路径": [
"资产负债表",
"year",
"负债合计"
]
},
{
"参数": "total_profit",
"加载路径": [
"利润表",
"year",
"利润总额"
]
},
{
"参数": "interest_expense_included_in_finance_expenses",
"加载路径": [
"补充数据表",
"year",
"计入财务费用的利息支出"
]
},
{
"参数": "fixed_assets",
"加载路径": [
"资产负债表",
"year",
"固定资产"
]
},
{
"参数": "intangible_assets",
"加载路径": [
"资产负债表",
"year",
"无形资产"
]
},
{
"参数": "long_term_deferred_expenses",
"加载路径": [
"资产负债表",
"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",
"在建工程"
]
}
]
}
]