ScoreCardConfigs/建筑企业/建筑企业信用评级模型指标配置表.json

160 lines
3.1 KiB
JSON
Raw Normal View History

2022-11-22 15:23:41 +08:00
[
{
"指标": "market_position",
"中文": "市场地位",
"指标类型": "定性",
"指标参数": []
},
{
"指标": "diversity",
"中文": "多样性",
"指标类型": "定性",
"指标参数": []
},
{
"指标": "operating_income",
"中文": "营业收入",
"指标类型": "定量",
"指标参数": [
{
"参数": "operating_income",
"加载路径": [
"year",
"利润表",
"营业收入"
]
}
]
},
{
"指标": "accounts_receivable_turnover",
"中文": "应收账款周转率",
"指标类型": "定量",
"指标参数": [
{
"参数": "operating_income",
"加载路径": [
"year",
"利润表",
"营业收入"
]
},
{
"参数": "accounts_receivable",
"加载路径": [
"year",
"资产负债表",
"应收账款"
]
}
]
},
{
"指标": "bitda_profit_margin",
"中文": "BITDA利润率",
"指标类型": "定量",
"指标参数": [
{
"参数": "total_profit",
"加载路径": [
"year",
"利润表",
"利润总额"
]
},
{
"参数": "operating_income",
"加载路径": [
"year",
"利润表",
"营业收入"
]
}
]
},
{
"指标": "gearing_ratio",
"中文": "资产负债率",
"指标类型": "定量",
"指标参数": [
{
"参数": "total_liabilities",
"加载路径": [
"year",
"资产负债表",
"负债合计"
]
},
{
"参数": "total_assets",
"加载路径": [
"year",
"资产负债表",
"资产总计"
]
}
]
},
{
"指标": "total_debt_divide_ebitda",
"中文": "总债务/EBITDA",
"指标类型": "定量",
"指标参数": [
{
"参数": "total_profit",
"加载路径": [
"year",
"利润表",
"利润总额"
]
},
{
"参数": "short_term_borrowing",
"加载路径": [
"year",
"资产负债表",
"短期借款"
]
},
{
"参数": "long_term_borrowing",
"加载路径": [
"year",
"资产负债表",
"长期借款"
]
}
]
},
{
"指标": "interest_protection_multiples",
"中文": "利息保障倍数",
"指标类型": "定量",
"指标参数": [
{
"参数": "total_profit",
"加载路径": [
"year",
"利润表",
"利润总额"
]
},
{
"参数": "interest_expense_included_in_finance_expenses",
"加载路径": [
"year",
"利润表",
"计入财务费用的利息支出"
]
},
{
"参数": "capitalized_interest_expense",
"加载路径": [
"year",
"利润表",
"资本化利息支出"
]
}
]
}
]