ScoreCardConfigs/建筑企业/主体-建筑企业-IndexTable.json

240 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"指标": "market_position",
"中文": "市场地位",
"计算请求": false,
"指标参数": []
},
{
"指标": "diversity",
"中文": "多样性",
"计算请求": false,
"指标参数": []
},
{
"指标": "operating_income",
"中文": "营业收入",
"计算请求": false,
"指标参数": [
{
"参数": "operating_income",
"加载路径": [
"year",
"利润表",
"营业收入"
]
}
]
},
{
"指标": "accounts_receivable_turnover",
"中文": "应收账款周转率",
"计算请求": false,
"指标参数": [
{
"参数": "operating_income",
"加载路径": [
"year",
"利润表",
"营业收入"
]
},
{
"参数": "accounts_receivable",
"加载路径": [
"year",
"资产负债表",
"应收票据及应收账款"
]
}
]
},
{
"中文": "EBITDA利润率%",
"指标": "ebitda_profit_margin",
"计算请求": true,
"指标参数": [
{
"参数": "total_profit",
"加载路径": [
"利润表",
"year",
"利润总额"
]
},
{
"参数": "interest_expense_included_in_finance_expenses",
"加载路径": [
"补充数据表",
"year",
"计入财务费用的利息支出"
]
},
{
"参数": "fixed_assets",
"加载路径": [
"资产负债表",
"year",
"固定资产"
]
},
{
"参数": "intangible_assets",
"加载路径": [
"资产负债表",
"year",
"无形资产"
]
},
{
"参数": "long_term_deferred_expenses",
"加载路径": [
"资产负债表",
"year",
"长期待摊费用"
]
},
{
"参数": "operating_income",
"加载路径": [
"利润表",
"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",
"在建工程"
]
}
]
}
]