recipes.fundamental.credit.creditRatingMigration Recipes Recipe drafted

Credit Rating Migration — 신용등급 변동 추적

KR 신용평가 3 사 (NICE/KIS/한신평) 신용등급 변동 추적 + dCR rating delta 비교. 등급 하향 = 진짜 신호 (lag 큼 그러나 강도 강). **status=drafted — 신용평가 3 사 API 인프라 선결**. 트리거 — '신용등급 변동', 'rating migration', '등급 하향', 'rating downgrade', 'dCR rating delta'.

이 스킬

Credit Rating Migration — 신용등급 변동 추적

KR 신용평가 3 사 (NICE/KIS/한신평) 신용등급 변동 추적 + dCR rating delta 비교. 등급 하향 = 진짜 신호 (lag 큼 그러나 강도 강). **status=drafted — 신용평가 3 사 API 인프라 선결**. 트리거 — '신용등급 변동', 'rating migration', '등급 하향', 'rating downgrade', 'dCR rating delta'.

Recipes drafted recipes.fundamental.credit.creditRatingMigration

이어 가기

공개 호출 방식

import dartlab
c = dartlab.Company("005930")
dcr = c.credit().get("rating")
# external rating 3 사 (NICE/KIS/한신평) — 별 endpoint

호출 동작

3 사 rating + dCR rating + 직전 12 개월 migration history + delta.

대표 반환 형태

dict — ratingNice + ratingKis + ratingHankyung + ratingDcr + migration12m + consensusDelta.

연계 절차

  1. 본 recipe → rating migration 추적.
  2. 하향 cluster (3 사 중 2 사 하향) → spread widening 사전 detection.
  3. dCR vs external divergence → forensics 검토.

런타임

실행 환경별 호환성

환경상태비고 / 제한
Local Python limited
Server limited
MCP limited
Web AI limited
Pyodide limited

실패 회피

흔한 실패 · 절대 금지

절대 금지
  • 단일 평가사 등급 변동 = 절대 신호 X — 3 사 합의 권장.
  • dCR vs 외부 rating divergence 단방향 해석 X (모델 차이 + 정보 가용성 차이).