Charon107 commited on
Commit
8f9f11d
2 Parent(s): 205af3e a981c6a

Merge branch 'main' of https://huggingface.co/datasets/Charon107/Financial_Parameter_From_Moneycontrol

Browse files
Files changed (1) hide show
  1. README.md +121 -0
README.md CHANGED
@@ -1,3 +1,124 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text2text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - finance
9
  ---
10
+ # Financial Parameter Database Overview
11
+
12
+ ## Overview
13
+ The Financial Parameter Database includes financial statements and parameters from 992 companies over the past five years (2019-2023), totaling 4,960 datasets. The training set contains 3,968 datasets, while the test set comprises 992 datasets. This database is specifically crafted to aid in training text-to-text generation NLP models that focus on analyzing financial reports.
14
+
15
+ Information on the 992 companies featured in this database can be found in the [Companies_List](https://huggingface.co/datasets/Charon107/Financial_Parameter_From_Moneycontrol/tree/main/Companies_List).
16
+
17
+ ## Data Description
18
+ Each dataset encompasses a company's annual report. The labels for each dataset consist of specific financial parameters derived from these documents. These financial parameters include, but are not limited to, Equity and Liabilities, Assets, Income, Expenses, and various financial ratios such as Earnings Per Share (EPS), Price-to-Earnings (P/E) ratio, and liquidity ratios.
19
+
20
+ Each dataset comprises three attributes: `CompanyName_Year`, `text`, and `label`:
21
+
22
+ - `CompanyName_Year`: This attribute represents the company's symbol followed by the fiscal year, appearing in formats such as `3MINDIA_2021`. Here, `CompanyName_Year` combines the company's symbol and the corresponding year of the report.
23
+ - `text`: This attribute contains the text of the company's annual report.
24
+ - `label`: This attribute holds the financial parameters extracted from the annual report.
25
+
26
+ ## Data Source
27
+ The annual reports, originates from [NSE (National Stock Exchange of India)](https://www.nseindia.com/), where it is downloaded.Report have undergone pre-processing to eliminate stop words and special symbols, enhancing both clarity and efficiency in model training. The labels for the data, which consist of detailed financial data, are derived from [Moneycontrol](https://www.moneycontrol.com/).
28
+
29
+ ## Tokenization
30
+ Initial tests indicate that approximately 98,304 tokens (16384*6) are necessary to tokenize a complete annual report, rendering this database both extensive and comprehensive for deep learning applications in financial text analysis.
31
+
32
+ ## Purpose
33
+ This database forms a part of the ongoing project hosted on [GitHub - charon107/FYP](https://github.com/charon107/FYP), which aims to develop robust models capable of understanding and generating insights from detailed financial reports.
34
+
35
+ ## Utilization
36
+ Researchers and developers can utilize this dataset to train models for automated text generation, financial analysis, and decision-making tasks, significantly enhancing the automation of financial report assessments with AI.
37
+
38
+ # Financial Parameters Overview
39
+
40
+ ## Equities and Liabilities
41
+ ### Shareholder's Funds:
42
+ - Equity Share Capital
43
+ - Total Share Capital
44
+ - Reserves and Surplus
45
+ - Total Reserves and Surplus
46
+ - Total Shareholders Funds
47
+
48
+ ### Non-Current Liabilities:
49
+ - Long Term Borrowings
50
+ - Deferred Tax Liabilities [Net]
51
+ - Other Long Term Liabilities
52
+ - Long Term Provisions
53
+ - Total Non-Current Liabilities
54
+
55
+ ### Current Liabilities:
56
+ - Short Term Borrowings
57
+ - Trade Payables
58
+ - Other Current Liabilities
59
+ - Short Term Provisions
60
+ - Total Current Liabilities
61
+ - Total Capital And Liabilities
62
+
63
+ ## Assets
64
+ ### Non-Current Assets:
65
+ - Tangible Assets
66
+ - Intangible Assets
67
+ - Capital Work-In-Progress
68
+ - Other Assets
69
+ - Fixed Assets
70
+ - Non-Current Investments
71
+ - Deferred Tax Assets [Net]
72
+ - Long Term Loans And Advances
73
+ - Other Non-Current Assets
74
+ - Total Non-Current Assets
75
+
76
+ ### Current Assets:
77
+ - Current Investments
78
+ - Inventories
79
+ - Trade Receivables
80
+ - Cash And Cash Equivalents
81
+ - Short Term Loans And Advances
82
+ - Other Current Assets
83
+ - Total Current Assets
84
+ - Total Assets
85
+
86
+ ## Additional Financial Information
87
+ ### Contingent Liabilities, Commitments:
88
+ - Contingent Liabilities
89
+ - CIF Value of Imports
90
+ - Expenditure in Foreign Exchange
91
+ - Remittances in Foreign Currencies for Dividends
92
+ - Earnings in Foreign Exchange
93
+ - Bonus Details
94
+ - Non-Current Investments (Quoted and Unquoted)
95
+
96
+ ## Income and Expenses
97
+ - Revenue from Operations [Gross and Net]
98
+ - Total Operating Revenues
99
+ - Other Income
100
+ - Total Revenue
101
+ - Expenses Breakdown (Material, Stock, Employee Benefits, Depreciation, etc.)
102
+ - Profit/Loss Before and After Tax
103
+
104
+ ## Ratios and Other Metrics
105
+ ### Per Share Data:
106
+ - Basic and Diluted EPS
107
+ - Cash EPS
108
+ - Dividend per Share
109
+ - Revenue from Operations per Share
110
+
111
+ ### Profitability Ratios:
112
+ - PBDIT, PBIT, PBT, and Net Profit Margins
113
+
114
+ ### Liquidity and Solvency Ratios:
115
+ - Current Ratio
116
+ - Quick Ratio
117
+ - Inventory Turnover Ratio
118
+ - Debt to Equity Ratio
119
+
120
+ ### Valuation Ratios:
121
+ - Enterprise Value (EV)
122
+ - Market Cap to Revenue
123
+ - Price to Book Value
124
+ - Earnings Yield