This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ====== 설정 부분 ====== | |
n = 10 # 최대 수집 기업 수 | |
# ===================== | |
# 시뮬레이션 데이터 사용 부분들: | |
# 영업이익률: 업종별 기본값 + 해시 변동성으로 생성 | |
# 부채비율: 업종별 평균값 + 랜덤 변동 | |
# 현금흐름: 시가총액 기반 추정값 | |
# 재무지표: pykrx 실패 시 해시 기반 기본값 |