From korean-trading
3-Statement(재무3표) 연결 모델 분석. "재무제표", "3-statement", "재무3표", "BS", "IS", "CF" 등에 자동 활성화
How this skill is triggered — by the user, by Claude, or both
Slash command
/korean-trading:3-statementsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
# 요약재무제표 (매출, 영업이익, 총자산, 총부채)
node plugins/korean-trading/dist/fsc/financial-statements.js {crno} {year} summary
# 재무상태표 (계정과목별)
node plugins/korean-trading/dist/fsc/financial-statements.js {crno} {year} bs
# 손익계산서 (계정과목별)
node plugins/korean-trading/dist/fsc/financial-statements.js {crno} {year} income
# DART 재무공시 (연간 사업보고서)
node plugins/korean-trading/dist/dart/disclosure.js {ticker} financial {year}
# 재무비율
node plugins/korean-trading/dist/kis/financial-ratio.js {ticker}
K-IFRS 기준 핵심 항목:
| 항목 | 설명 |
|---|---|
| 매출액 | 제품/서비스 매출 합계 |
| 매출원가 | 직접 생산비용 |
| 매출총이익 | 매출액 - 매출원가 |
| 판관비 | 판매비와관리비 |
| 영업이익 | 매출총이익 - 판관비 |
| 금융수익/비용 | 이자수익, 이자비용, 외환차손익 |
| 법인세비용 | |
| 당기순이익 |
핵심 마진 계산:
| 구분 | 핵심 항목 |
|---|---|
| 유동자산 | 현금, 매출채권, 재고자산 |
| 비유동자산 | 유형자산, 무형자산, 투자자산 |
| 유동부채 | 매입채무, 단기차입금 |
| 비유동부채 | 장기차입금, 사채 |
| 자본 | 자본금, 이익잉여금 |
핵심 비율:
직접적인 CF 데이터가 없을 경우 IS + BS 변동으로 추정:
## 재무3표 분석 — {종목명} ({ticker})
### 손익계산서 요약 (최근 2개년)
| 항목 | {당기} | {전기} | 증감률 |
|------|--------|--------|--------|
| 매출액 | ... | ... | ...% |
| 영업이익 | ... | ... | ...% |
| 당기순이익 | ... | ... | ...% |
| 영업이익률 | ...% | ...% | |
| 순이익률 | ...% | ...% | |
### 재무상태표 요약
| 항목 | {당기} | {전기} | 증감 |
|------|--------|--------|------|
| 총자산 | ... | ... | ...% |
| 총부채 | ... | ... | ...% |
| 자기자본 | ... | ... | ...% |
| 부채비율 | ...% | ...% | |
| 순부채 | ... | ... | |
### 추정 현금흐름
| 항목 | 추정액 | 비고 |
|------|--------|------|
| 영업활동 CF | ... | |
| 투자활동 CF | ... | |
| 재무활동 CF | ... | |
| 순현금흐름 | ... | |
### 재무 건전성 평가
| 지표 | 값 | 판단 |
|------|-----|------|
| 부채비율 | ...% | {양호/주의/위험} |
| 유동비율 | ...% | {양호/주의/위험} |
| 이자보상배율 | ... | {양호/주의/위험} |
| ROE | ...% | {우수/보통/부진} |
### 핵심 시사점
- ...
npx claudepluginhub aydenden/cc-plugins --plugin korean-tradingCompletes and populates 3-statement financial model templates (Income Statement, Balance Sheet, Cash Flow Statement) in Excel using Office JS or Python/openpyxl with formula linkages and projections.
Constructs integrated three-statement financial models linking income, balance sheet, and cash flow. Useful for corporate finance, valuation, and scenario analysis.
Builds CAS-compliant analysis and prediction models for China's three financial statements (profit, balance sheet, cash flow statement) with data extraction, trend analysis, verification, and Excel output.