feat(phase9): add real corporate bond pipeline and fix rate mapping

This commit is contained in:
variet-worker
2026-04-03 22:46:56 +09:00
parent f777a0d2a9
commit b691324685
47 changed files with 6587 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
ksic_code,sector_name,carbon_beta
C,제조업 (Manufacturing),1.8
C19,"코크스, 연탄 및 석유정제품 제조업",2.5
C24,1차 금속 제조업,2.2
D,"전기, 가스, 증기 및 공기조절 공급업",2.8
F,건설업 (Construction),1.2
H,운수 및 창고업 (Transport & Storage),1.6
J,정보통신업 (Information & Communication),0.4
K,금융 및 보험업 (Financial & Insurance),0.3
M,"전문, 과학 및 기술 서비스업",0.2
GOV,국채 및 정부기관 (Sovereign proxy),1.0
1 ksic_code sector_name carbon_beta
2 C 제조업 (Manufacturing) 1.8
3 C19 코크스, 연탄 및 석유정제품 제조업 2.5
4 C24 1차 금속 제조업 2.2
5 D 전기, 가스, 증기 및 공기조절 공급업 2.8
6 F 건설업 (Construction) 1.2
7 H 운수 및 창고업 (Transport & Storage) 1.6
8 J 정보통신업 (Information & Communication) 0.4
9 K 금융 및 보험업 (Financial & Insurance) 0.3
10 M 전문, 과학 및 기술 서비스업 0.2
11 GOV 국채 및 정부기관 (Sovereign proxy) 1.0