ScoreCardConfigs/中国地方政府信用评级方法与模型/主体-中国地方政府-IndexTable.json

51 lines
2.0 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.

[
{
"中文": "经济发展潜力与可持续性",
"指标": "economic_development_potential_and_sustainability",
"计算请求": false,
"指标参数": []
},
{
"中文": "人均 GDP/全国平均 GDP",
"指标": "per_capita_gdp_devide_national_average_gdp",
"计算请求": true,
"指标参数": [
{"参数": "gdp_per_capita", "加载路径": ["区域经济数据", "year", "人均GDP"]},
{"参数": "national_average_gdp", "加载路径": ["宏观数据", "year", "人均GDP"]}
]
},
{
"中文": "一般预算收入(亿元)",
"指标": "general_budget_revenue",
"计算请求": true,
"指标参数": [{"参数": "general_budget_revenue", "加载路径": ["区域经济数据", "year", "一般预算收入(亿元)"]}]
},
{
"中文": "税收收入/一般预算收入(%",
"指标": "tax_revenue_devide_general_budget_revenue",
"计算请求": true,
"指标参数": [
{"参数": "tax_revenue", "加载路径": ["区域经济数据", "税收收入(亿元)"]},
{"参数": "general_budget_revenue", "加载路径": ["区域经济数据", "year","一般预算收入(亿元)"]}
]
},
{
"中文": "财政平衡率(%",
"指标": "fiscal_balance_rate",
"计算请求": true,
"指标参数": [
{"参数": "general_budget_revenue", "加载路径": ["区域经济数据", "year","一般预算收入(亿元)"]},
{"参数": "general_budget_expenditure","加载路径": ["区域经济数据", "year","一般预算支出(亿元)"]}
]
},
{
"中文": "债务率(%",
"指标": "debt_ratio",
"计算请求": true,
"指标参数": [
{"参数": "balance_of_local_government_debt","加载路径": ["区域经济数据", "year","地方政府债务余额(亿元)"]},
{"参数": "comprehensive_financial_resources_of_local_governments","加载路径": ["区域经济数据", "year","地方政府综合财力(亿元)"]}
]
}
]