Spaces:
Sleeping
Sleeping
Update data/dataset.json
Browse files- data/dataset.json +12 -48
data/dataset.json
CHANGED
|
@@ -1,68 +1,32 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"
|
| 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.
|
| 12 |
},
|
| 13 |
{
|
| 14 |
-
"
|
| 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.
|
| 23 |
},
|
| 24 |
{
|
| 25 |
-
"
|
| 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.
|
| 34 |
},
|
| 35 |
{
|
| 36 |
-
"
|
| 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.
|
| 45 |
},
|
| 46 |
{
|
| 47 |
-
"
|
| 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 |
-
"
|
| 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
|
| 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 |
]
|