ScoreCardConfigs/租赁公司信用评级方法与模型/主体-金融租赁-IndexTable.json

176 lines
3.8 KiB
JSON
Raw Permalink 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.

[
{
"指标": "business_competitiveness",
"中文": "业务竞争力",
"计算请求": false,
"指标参数": []
},
{
"指标": "customer_quality_and_financial_leasing_concentration",
"中文": "客户质量及融资租赁集中度",
"计算请求": false,
"指标参数": []
},
{
"指标": "paid_in_capital",
"中文": "实收资本(亿元)",
"计算请求": true,
"指标参数": [
{
"参数": "paid_in_capital",
"加载路径": [
"资产负债表",
"year",
"实收资本(或股本)"
]
}
]
},
{
"中文": "平均资本回报率(%",
"指标": "average_return_on_capital",
"计算请求": true,
"指标参数": [
{
"参数": "net_profit",
"加载路径": [
"利润表",
"year",
"净利润"
]
},
{
"参数": "total_owners_equity",
"加载路径": [
"资产负债表",
"year",
"所有者权益合计"
]
}
]
},
{
"指标": "defective_rate_of_leased_assets",
"中文": "租赁资产不良率(%",
"计算请求": true,
"指标参数": [
{
"参数": "balance_of_non_performing_financial_leasing_assets",
"加载路径": [
"补充数据表",
"year",
"不良融资租赁资产余额"
]
},
{
"参数": "balance_of_finance_lease_assets_receivable",
"加载路径": [
"补充数据表",
"year",
"应收融资租赁资产余额"
]
}
]
},
{
"指标": "provision_coverage",
"中文": "总拨备覆盖率(%",
"计算请求": true,
"指标参数": [
{
"参数": "balance_of_non_performing_financial_leasing_assets",
"加载路径": [
"补充数据表",
"year",
"不良融资租赁资产余额"
]
},
{
"参数": "balance_of_finance_lease_assets_receivable",
"加载路径": [
"补充数据表",
"year",
"应收融资租赁资产余额"
]
}
]
},
{
"中文": "流动性比率(%",
"指标": "ratio_of_liquidity",
"计算请求": true,
"指标参数": [
{
"参数": "cash",
"加载路径": [
"补充数据表",
"year",
"现金"
]
},
{
"参数": "creditors_rights_to_the_central_bank",
"加载路径": [
"补充数据表",
"year",
"对央行的债权"
]
},
{
"参数": "claims_on_peers",
"加载路径": [
"补充数据表",
"year",
"对同业的债权"
]
},
{
"参数": "trading_financial_assets",
"加载路径": [
"补充数据表",
"year",
"交易性金融资产"
]
},
{
"参数": "related_restricted_assets",
"加载路径": [
"补充数据表",
"year",
"相关受限资产"
]
},
{
"参数": "total_assets",
"加载路径": [
"year",
"资产负债表",
"资产总计"
]
}
]
},
{
"中文": "资本充足率(%",
"指标": "capital_adequacy_ratio_for_financial_leasing_company",
"计算请求": true,
"指标参数": [
{
"参数": "risk_assets",
"加载路径": [
"补充数据表",
"year",
"资本净额"
]
},
{
"参数": "total_owners_equity",
"加载路径": [
"补充数据表",
"year",
"风险加权资产"
]
}
]
}
]