ZedLow commited on
Commit
bdca465
·
verified ·
1 Parent(s): a24954e

Update data/dataset.json

Browse files
Files changed (1) hide show
  1. data/dataset.json +12 -48
data/dataset.json CHANGED
@@ -1,68 +1,32 @@
1
  [
2
  {
3
- "id": "MSFT_2023_INCOME",
4
- "company": "Microsoft",
5
- "ticker": "MSFT",
6
- "year": 2023,
7
- "doc_type": "Annual Report",
8
- "section": "Income Statement",
9
- "page_num": 42,
10
  "image_path": "data/images/msft_income.jpeg",
11
- "text": "INCOME STATEMENT Year Ended June 30, 2023. Revenue: Product $64,560, Service and other $147,355. Total revenue $211,915. Cost of revenue..."
12
  },
13
  {
14
- "id": "MSFT_2023_BALANCE",
15
- "company": "Microsoft",
16
- "ticker": "MSFT",
17
- "year": 2023,
18
- "doc_type": "Annual Report",
19
- "section": "Balance Sheet",
20
- "page_num": 55,
21
  "image_path": "data/images/msft_balance.jpeg",
22
- "text": "BALANCE SHEET As of June 30, 2023. Assets. Current assets: Cash and cash equivalents $34,704. Short-term investments $76,558..."
23
  },
24
  {
25
- "id": "MSFT_2023_NOTE",
26
- "company": "Microsoft",
27
- "ticker": "MSFT",
28
- "year": 2023,
29
- "doc_type": "Annual Report",
30
- "section": "Note 15 - Contingencies",
31
- "page_num": 84,
32
  "image_path": "data/images/msft_note.jpeg",
33
- "text": "Note 15 — Contingencies. Government Competition and Regulatory Matters. U.S. Cell Phone Litigation..."
34
  },
35
  {
36
- "id": "AAPL_2023_INCOME",
37
- "company": "Apple",
38
- "ticker": "AAPL",
39
- "year": 2023,
40
- "doc_type": "10-K Report",
41
- "section": "Consolidated Statements of Operations",
42
- "page_num": 30,
43
  "image_path": "data/images/apple_income.jpeg",
44
- "text": "Apple Inc. CONSOLIDATED STATEMENTS OF OPERATIONS. Net sales: Products $298,085, Services $85,200. Total net sales $383,285..."
45
  },
46
  {
47
- "id": "AAPL_2023_BALANCE",
48
- "company": "Apple",
49
- "ticker": "AAPL",
50
- "year": 2023,
51
- "doc_type": "10-K Report",
52
- "section": "Consolidated Balance Sheets",
53
- "page_num": 32,
54
  "image_path": "data/images/apple_balance.jpeg",
55
- "text": "Apple Inc. CONSOLIDATED BALANCE SHEETS. ASSETS. Current assets: Cash and cash equivalents $29,965..."
56
  },
57
  {
58
- "id": "AAPL_2023_NOTE",
59
- "company": "Apple",
60
- "ticker": "AAPL",
61
- "year": 2023,
62
- "doc_type": "10-K Report",
63
- "section": "Note 5 - Income Taxes",
64
- "page_num": 46,
65
  "image_path": "data/images/apple_note.jpeg",
66
- "text": "Note 5 – Income Taxes. The provision for income taxes for 2023, 2022 and 2021 consisted of the following..."
67
  }
68
  ]
 
1
  [
2
  {
3
+ "doc_name": "Microsoft - Income Statement 2023",
 
 
 
 
 
 
4
  "image_path": "data/images/msft_income.jpeg",
5
+ "text": "INCOME STATEMENT Year Ended June 30, 2023. Revenue: Product $64,560, Service and other $147,355. Total revenue $211,915. Research and development $27,195."
6
  },
7
  {
8
+ "doc_name": "Microsoft - Balance Sheet 2023",
 
 
 
 
 
 
9
  "image_path": "data/images/msft_balance.jpeg",
10
+ "text": "BALANCE SHEET As of June 30, 2023. Assets. Current assets: Cash and cash equivalents $34,704."
11
  },
12
  {
13
+ "doc_name": "Microsoft - Notes 2023",
 
 
 
 
 
 
14
  "image_path": "data/images/msft_note.jpeg",
15
+ "text": "Note 15 — Contingencies. Government Competition and Regulatory Matters."
16
  },
17
  {
18
+ "doc_name": "Apple - Income Statement 2023",
 
 
 
 
 
 
19
  "image_path": "data/images/apple_income.jpeg",
20
+ "text": "Apple Inc. CONSOLIDATED STATEMENTS OF OPERATIONS. Net sales: Products $298,085, Services $85,200. Research and development $29,915."
21
  },
22
  {
23
+ "doc_name": "Apple - Balance Sheet 2023",
 
 
 
 
 
 
24
  "image_path": "data/images/apple_balance.jpeg",
25
+ "text": "Apple Inc. CONSOLIDATED BALANCE SHEETS. ASSETS. Current assets: Cash and cash equivalents $29,965."
26
  },
27
  {
28
+ "doc_name": "Apple - Notes 2023",
 
 
 
 
 
 
29
  "image_path": "data/images/apple_note.jpeg",
30
+ "text": "Note 5 – Income Taxes. The provision for income taxes for 2023."
31
  }
32
  ]