research: add KSEI ownership data analysis and feature design

- Parse 73-page KSEI/IDX >1% ownership PDF (27-Feb-2026 snapshot)
- 7,257 ownership records across 955 tickers, 5,195 unique investors
- OWNERSHIP_FEATURE_DESIGN.md: SQLite schema, entity graph model, CLI commands,
  data pipeline, entity resolution strategy
- Raw analysis artifacts (extracted text, analysis JSON)
This commit is contained in:
Ciphercat 2026-03-05 16:19:49 +00:00
commit e3fa777e1a
5 changed files with 8538 additions and 0 deletions

16
research/package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "research",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"pdf-parse": "^1.1.1",
"pdf2json": "^4.0.2"
}
}