Azzindani commited on
Commit
860f8e1
·
verified ·
1 Parent(s): 29474f1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - table-question-answering
5
+ - feature-extraction
6
+ - text-generation
7
+ - summarization
8
+ language:
9
+ - id
10
+ - en
11
+ tags:
12
+ - finance
13
+ - indonesia
14
+ - idx
15
+ - stock-market
16
+ - financial-statements
17
+ - excel-parsing
18
+ - fundamental-analysis
19
+ - accounting
20
+ ---
21
+
22
+ # IDX_Financial_Statements_Excel
23
+
24
+ This repository contains a comprehensive collection of financial statement data from public companies listed on the **Indonesia Stock Exchange (IDX)**. The data is structured to facilitate automated financial analysis, trend monitoring, and the training of machine learning models for the Indonesian capital market.
25
+
26
+ ## Dataset Overview
27
+
28
+ The dataset provides structured access to the primary components of corporate financial reporting:
29
+ - **Statement of Financial Position** (Neraca)
30
+ - **Statement of Comprehensive Income** (Laporan Laba Rugi)
31
+ - **Statement of Cash Flows** (Laporan Arus Kas)
32
+ - **Statement of Changes in Equity** (Laporan Perubahan Ekuitas)
33
+
34
+ The data originates from Excel-based reporting submissions, which have been processed into a format suitable for computational use while maintaining the integrity of the original accounting figures.
35
+
36
+ ## Key Features
37
+
38
+ - **Standardized Labels**: Mapping of various Indonesian accounting terms to standardized fields for easier cross-company comparison.
39
+ - **Multi-Year Coverage**: Historical data allowing for time-series analysis of company performance.
40
+ - **Bilingual Context**: Includes both Indonesian (ID) and English (EN) financial terminology as per IDX reporting standards.
41
+ - **Ready for RAG**: Optimized for Financial RAG (Retrieval-Augmented Generation) where users can ask complex questions about a company's debt-to-equity ratio, revenue growth, or liquidity.
42
+
43
+ ## Use Cases
44
+
45
+ 1. **Automated Fundamental Analysis**: Calculate financial ratios (PER, PBV, ROE, DER) automatically across the entire IDX universe.
46
+ 2. **Financial Chatbots**: Power AI assistants that can answer specific questions like *"Berapa laba bersih PT Telkom pada tahun 2023?"*
47
+ 3. **Anomaly Detection**: Identify unusual accounting patterns or outliers in financial reporting.
48
+ 4. **Investment Research**: Data sourcing for quantitative investment strategies and equity research reports.
49
+
50
+ ## Data Schema
51
+
52
+ The dataset typically includes:
53
+ - `ticker`: The 4-letter company stock code (e.g., BBCA, TLKM).
54
+ - `period`: The reporting period (e.g., FY 2023, Q1 2024).
55
+ - `account_name`: The specific line item (e.g., Total Assets, Net Profit).
56
+ - `value`: The numerical amount recorded.
57
+ - `currency`: Usually IDR (Rupiah).
58
+
59
+ ## License
60
+
61
+ This dataset is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). You are free to share, copy, and adapt the data for commercial and non-commercial purposes, provided you give appropriate credit to the source.
62
+
63
+ ## Disclaimer
64
+
65
+ This dataset is intended for educational and research purposes. While efforts are made to ensure data accuracy, users should verify critical financial information against official disclosures on the [IDX Website](https://www.idx.co.id).
66
+
67
+ ---