chore: 업종 매핑 캐시 갱신 (2026-05 → 2026-08) - #462
Merged
Merged
Conversation
8/26 사이클이 캐시를 다시 만들면서 항목이 2765 → 2761로 줄었다. 3개월치 상장 변동 반영이고, 운영 중인 바스켓 9종목은 매핑을 전부 유지한다(확인함). sector_map_strict가 true라 매핑이 빠지면 그 종목은 매수가 막히므로 줄어든 26개가 보유 종목에 걸리는지 대조했다 — 전부 무관한 종목이다. 069500·357870은 이전에도 지금도 매핑이 없다. ETF는 KRX 업종 코드가 없어서 정상이고, 그래서 instrument_classes.non_company_symbols로 업종 검사를 면제한다.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
8/26 사이클이
reports/sector_map_cache.json을 다시 만들면서 항목이 2765 → 2761로 줄었다. 5월에 생성된 캐시라 3개월치 상장 변동이 반영된 것이다.sector_map_strict: true라 매핑이 빠지면 그 종목은 매수가 막힌다. 그래서 줄어든 26개가 보유 종목에 걸리는지 대조했다.069500·357870은 이전에도 지금도 매핑이 없다. ETF는 KRX 업종 코드가 없어서 정상이고, 그래서 #457에서
instrument_classes.non_company_symbols로 업종 검사를 면제했다.커밋하지 않으면 git 추적 파일이 계속 dirty로 남고 매 사이클마다 다시 바뀐다.