feat(pipeline): update transition_matrices and config for 7x7 Zt estimation
This commit is contained in:
@@ -18,14 +18,14 @@ ecos:
|
||||
# 전이행렬 데이터 소스
|
||||
data:
|
||||
transition_source: "real" # "real" (3사 실제) | "builtin" (내장 샘플)
|
||||
transition_dir: null # null이면 기본 data/real/
|
||||
transition_dir: null # null이면 기본 data/real_v2/
|
||||
|
||||
# 모형 파라미터
|
||||
model:
|
||||
# 자산상관계수 (Basel IRB 기준 0.12~0.24, 기업 평균 ~0.20)
|
||||
rho: 0.20
|
||||
# 신용등급 체계 (한국 3사 공통)
|
||||
rating_grades: ["AAA", "AA", "A", "BBB", "BB", "B", "CCC", "D"]
|
||||
rating_grades: ["AAA", "AA", "A", "BBB", "BB", "B", "D"] # 7x7 (CCC제외, Zt추정용)
|
||||
|
||||
# 시나리오 설정
|
||||
scenarios:
|
||||
|
||||
Reference in New Issue
Block a user