GAAP-Implementation-Toolkit
Track how U.S. public companies implement complex accounting standards, using SEC EDGAR public data. 11 GAAP areas, enforcement actions, and federal grants.
File Explorer
Download Latest Version (.zip)- config.toml
- __init__.py
- cache.py
- efts.py
- pipeline.py
- xbrl.py
- 1_topic832.py
- 2_asc815.py
- 3_restatements.py
- 4_about.py
- asc-326.json
- asc-606.json
- asc-718.json
- asc-740.json
- asc-810.json
- asc-815.json
- asc-820.json
- asc-842.json
- company-tickers.json
- enforcement.json
- federal-grants.json
- restatements.json
- sic-codes.json
- summary.json
- topic-832.json
- refresh-data.ts
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- globals.css
- layout.tsx
- page.tsx
- area-timeline-chart.tsx
- bar-chart.tsx
- donut-chart.tsx
- heatmap-chart.tsx
- treemap-chart.tsx
- us-map-chart.tsx
- us-map-inner.tsx
- data-table.tsx
- metric-card.tsx
- nav.tsx
- section-intro.tsx
- data.ts
- registry.ts
- types.ts
- efts.ts
- types.ts
- xbrl.ts
- __init__.py
- test_pipeline.py
- .gitignore
- app.py
- CONTRIBUTING.md
- gaap-tracker-overview.html
- LICENSE
- next-env.d.ts
- next.config.mjs
- package.json
- postcss.config.js
- README.md
- requirements.txt
- tailwind.config.ts
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/zgu-usgaap-fr/GAAP-Implementation-Toolkit
Downloads the entire project code from GitHub to your computer.
cd GAAP-Implementation-Toolkit
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
