Files
LifetimePD/.agent/.agents/references/architecture.md
Variet Agent 3a9374c61a feat: Lifetime PD (50yr) - Belkin & Suchower + Vasicek model
- Belkin & Suchower (1998) credit cycle index (Zt) estimation via WLS
- Vasicek single-factor conditional PD/TM model
- Macro-Zt OLS regression with stepwise variable selection
- 3-scenario (boom/neutral/recession) 50yr PD projection
- Statistical validation suite (ADF, Ljung-Box, R2, ARCH)
- BOK ECOS API integration with fallback data
- Visualization module (7 chart types)
- Detailed theoretical methodology docs/methodology.md
2026-03-10 21:57:34 +09:00

903 B

Architecture

이 프로젝트의 아키텍처를 설명하는 문서입니다. AI 에이전트는 구현 전 이 문서를 반드시 확인합니다.

프로젝트 개요

(프로젝트 설명을 여기에 작성하세요)

디렉토리 구조

project-root/
├── src/                  # 소스 코드
├── tests/                # 테스트
├── docs/                 # 문서
├── .agents/              # AI 에이전트 설정
└── ...

핵심 모듈

모듈 역할 의존성
(모듈명) (역할 설명) (의존하는 모듈)

데이터 흐름

(데이터 흐름을 여기에 작성하세요)