image imagewidth (px) 840 952 | system stringclasses 1
value | instruction stringclasses 1
value | text stringlengths 143 26.9k |
|---|---|---|---|
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"1","page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"מאזנים"},"facts":[{"value":"73655","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"129928","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"524076","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"484069","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"597731","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"613997","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"104442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"119251","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"702173","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"733248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"692","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3568","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"511790","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"518614","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"512482","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"522182","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5950","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","התחייבויות בשל סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5950","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","התחייבויות בשל סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"518432","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"528132","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"79299","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"85865","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"104442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"119251","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","נכסים נטו - שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"183741","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ נכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"205116","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה\"כ נכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"702173","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"733248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"952249","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"948278","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"768697","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"690550","comment_ref":"מוין מחדש.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"183552","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"257728","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"203469","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"195241","comment_ref":"מוין מחדש.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(19917)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62487","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1458","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1868","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(21375)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות (גרעון) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"60619","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות (גרעון) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוחת על השינויים בנכסים נטו"},"facts":[{"value":"9750","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"134747","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"144497","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"60619","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"60619","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(4280)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4280","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"19776","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(19776)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"85865","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"119251","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"205116","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2013","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(21375)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(21375)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(3954)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","ששימשו לרכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"18763","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(18763)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה:","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"79299","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2014","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"104442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2014","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"183741","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר, 2014","נכסים נטו שלא קיימת לגביהם הגבלה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"6-7","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת","רהוט וציוד משרדי"],"path_source":"inferred","currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"15-33","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת","מחשבים וציוד היקפי"],"path_source":"inferred","currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"4","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת","שיפורים במושכר"],"path_source":"inferred","currency":null,"scale":null,"value_type":"percent","value_context":"mixed"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"524076","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"484069","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"167945","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"50657","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"312101","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 1 בינואר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3954","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3954","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"171899","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"50657","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"316055","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","עלות","יתרה ליום 31 בדצמבר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"122644","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"41163","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"29043","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"192850","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 1 בינואר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10371","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4652","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3740","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"18763","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"133015","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"45815","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"32783","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"211613","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","פחת שנצבר","יתרה ליום 31 בדצמבר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"38884","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4842","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"60716","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"104442","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2014","יתרת עלות מופחתת ליום 31 בדצמבר, 2014","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"167945","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"46377","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"307821","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 1 בינואר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4280","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4280","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"167945","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"50657","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"93499","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"312101","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","עלות","יתרה ליום 31 בדצמבר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"110934","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"36837","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"25303","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"173074","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 1 בינואר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11710","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4326","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3740","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"19776","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"122644","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"41163","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"29043","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"192850","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","פחת שנצבר","יתרה ליום 31 בדצמבר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"45301","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","ריהוט ציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9494","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","מחשבים וציוד היקפי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"64456","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","שיפורים במושכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"119251","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הרכב ותנועה","שנת 2013","יתרת עלות מופחתת ליום 31 בדצמבר, 2013","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"9","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"156","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1268","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"536","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2300","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"692","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3568","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לספקים ולנותני שירות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"33446","comment_ref":"כולל הפרשה לחופשה","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות לעובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"33288","comment_ref":"כולל הפרשה לחופשה","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["התחייבויות לעובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8161","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9176","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"450123","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"461990","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20060","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"14160","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"511790","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"518614","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"96672","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["ההרכב","התחייבויות בשל סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"96672","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["ההרכב","התחייבויות בשל סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"90722","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["ההרכב","בניכוי - יעודה שהופקדה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"90722","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["ההרכב","בניכוי - יעודה שהופקדה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5950","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["ההרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5950","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד-מעביד, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["ההרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"687492","comment_ref":"באמצעות מכללת אורנים, ראה ביאור 11","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":"11","period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מדמי חבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"693645","comment_ref":"באמצעות מכללת אורנים, ראה ביאור 11","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":"11","period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מדמי חבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"173785","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מאירועים, חסויות ושונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"157169","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מאירועים, חסויות ושונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62585","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות ממתן שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"65544","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות ממתן שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"28387","comment_ref":"הכנסות מהקצבות הן כספי תמיכה אשר התאחדות הסטודנטים בישראל מעבירה לאגודת הסטודנטים כתוצאה מחלוקת דיבידנד מחברת איסת״א.","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מהקצבות*"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"31920","comment_ref":"הכנסות מהקצבות הן כספי תמיכה אשר התאחדות הסטודנטים בישראל מעבירה לאגודת הסטודנטים כתוצאה מחלוקת דיבידנד מחברת איסת״א.","note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מהקצבות*"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"952249","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"948278","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"304636","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"279064","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"72891","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"105847","comment_ref":"מוין מחדש","note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שירותים לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"347275","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["אירועים והפקות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"262658","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["אירועים והפקות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10971","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מלגות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11000","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מלגות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9668","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["פרסום ואחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"6844","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["פרסום ואחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4493","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5361","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"18763","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"19776","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"768697","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"690550","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"121507","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"110450","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שכר עבודה והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4962","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5811","comment_ref":"מוין מחדש","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"68142","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["שרותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"68710","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["שרותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4493","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5361","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1608","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1291","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2757","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["כיבודים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2718","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["כיבודים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"900","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"203469","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"195241","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת הסטודנטים אורנים - בחטיבה האוניברסיטאית ובמכללה (ע״ר)","page_num":"11","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"687492","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות","דמי חבר באמצעות מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"693645","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות","דמי חבר באמצעות מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"96386","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות","השתתפות של מכללת אורנים בהוצאות שוטפות של אגודת הסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"73952","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות","השתתפות של מכללת אורנים בהוצאות שוטפות של אגודת הסטודנטים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"524076","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרות","יתרות לחובת מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"484069","comment_ref":null,"note_flag":true,"note_name":"עסקאות ויתרות עם צדדים קשורים","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרות","יתרות לחובת מכללת אורנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":null,"page_type":"title","statement_type":null,"title":"מידע כספי נפרד"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":null,"page_type":"declaration","statement_type":"auditors_report","title":"דוח מיוחד של רואה החשבון המבקר על מידע כספי נפרד"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"נתונים על המצב הכספי"},"facts":[{"value":"2","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"205","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"31814","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","חלויות שוטפות של הלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"30003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","חלויות שוטפות של הלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2923","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1997","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","מלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"34739","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"32205","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"257474","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","השקעות והלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"203783","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","השקעות והלוואות לחברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5390","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","רכוש קבוע על בסיס שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5391","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","רכוש קבוע על בסיס שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"262864","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"209174","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","נכסים שאינם שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"297603","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"241379","comment_ref":"cc","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26090","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","חלויות שוטפות בגין אגרות חוב (סדרה 4)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"25952","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","חלויות שוטפות בגין אגרות חוב (סדרה 4)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירותים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","התחייבויות לספקים ולנותני שירותים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1454","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1359","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"450","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","הפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"460","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","הפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"28009","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"27781","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"84917","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"51904","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1053","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","מיסים נדחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"506","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","מיסים נדחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"239","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"262","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"86209","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"52672","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","התחייבויות שאינן שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"114218","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"80453","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"183385","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"160926","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"297603","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"241379","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["התחייבויות והון","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"4","page_type":"statements","statement_type":"income_statement","title":"נתונים על הרווח הכולל"},"facts":[{"value":"13639","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15871","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12976","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(10044)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["עלות ההכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(10339)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["עלות ההכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(8746)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["עלות ההכנסות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3595","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח גולמי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5532","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח גולמי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4230","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח גולמי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1016)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(998)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1173)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2579","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח מפעולות רגילות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4534","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח מפעולות רגילות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3057","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח מפעולות רגילות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"6816","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"8778","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(7632)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(5826)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(11614)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הוצאות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2521)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"990","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2836)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"58","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח לפני מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5524","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח לפני מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"221","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח לפני מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(443)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1013)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"110","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(385)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) אחרי מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4511","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) אחרי מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"331","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) אחרי מיסים על ההכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26655","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7443","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17548","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26270","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4503)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","התאמות הנובעות מתרגום דוחות כספיים של חברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2889)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","התאמות הנובעות מתרגום דוחות כספיים של חברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2010)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","התאמות הנובעות מתרגום דוחות כספיים של חברות מוחזקות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"392","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","הערכה מחדש בגין שערוך רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1165","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","הערכה מחדש בגין שערוך רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","הערכה מחדש בגין שערוך רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4111)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","סה\"כ רווח (הפסד) כולל אחר לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1724)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","סה\"כ רווח (הפסד) כולל אחר לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(899)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["רווח (הפסד) כולל אחר","סה\"כ רווח (הפסד) כולל אחר לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"22159","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["סה\"כ רווח כולל לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10230","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["סה\"כ רווח כולל לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"16980","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["סה\"כ רווח כולל לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"5","page_type":"statements","statement_type":"cash_flow_statement","title":"נתונים על תזרימי המזומנים"},"facts":[{"value":"26270","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","רווח נקי לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(25660)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","התאמות הדרושות להצגת תזרימי המזומנים לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4643)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","התאמות הדרושות להצגת תזרימי המזומנים לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(19004)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","התאמות הדרושות להצגת תזרימי המזומנים לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"610","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","מזומנים נטו שנבעו מפעילות (ששימשו לפעילות) שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7311","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","מזומנים נטו שנבעו מפעילות (ששימשו לפעילות) שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1125)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות שוטפת","מזומנים נטו שנבעו מפעילות (ששימשו לפעילות) שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(55)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(33)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(32590)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","פירעון (מתן) הלוואות לחברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"19465","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","פירעון (מתן) הלוואות לחברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"27498","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","פירעון (מתן) הלוואות לחברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(32645)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו שנבעו מפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"19432","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו שנבעו מפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"27498","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו שנבעו מפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(26608)","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","פירעון אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(26744)","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","פירעון אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(26373)","comment_ref":"סדרה 4","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","פירעון אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"58645","comment_ref":"סדרה 5","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","הנפקת אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"סדרה 5","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","הנפקת אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"סדרה 5","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","הנפקת אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"32037","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","מזומנים נטו ששימשו לפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(26744)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","מזומנים נטו ששימשו לפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(26373)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["תזרימי מזומנים לפעילות מימון","מזומנים נטו ששימשו לפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["עליה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["עליה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["עליה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2013-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"6","page_type":"statements","statement_type":"cash_flow_statement","title":"נתונים על תזרימי המזומנים"},"facts":[{"value":"(26655)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(7443)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(17548)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","חלק החברה ברווחי חברות מוחזקות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"443","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1013","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(110)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","מיסים על הכנסה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"448","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"427","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"339","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1114","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הפרשי התאמה בגין אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1866","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הפרשי התאמה בגין אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4689","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הפרשי התאמה בגין אגרות חוב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(23)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(141)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","התחייבויות בגין סיום יחסי עובד-מעביד, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(356)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הלוואה לחברה מוחזקת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(692)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הלוואה לחברה מוחזקת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4542)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","הלוואה לחברה מוחזקת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(25029)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4825)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(17313)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"205","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(205)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"100","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בספקים, בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(504)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בספקים, בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(361)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בספקים, בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(926)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) במלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) במלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1368)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) במלאי חומרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(10)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בהפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"52","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בהפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"23","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עליה (ירידה) בהפרשה להשלמת עבודות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(631)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"182","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1691)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(25660)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4643)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(19004)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","התאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4771","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית ששולמה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4412","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית ששולמה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4235","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית ששולמה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4771","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית שנתקבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4412","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית שנתקבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4235","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":null,"path":["נספח א","מידע נוסף","ריבית שנתקבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[{"value":"271","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","נכס מס בגין הפסדים לצרכי מס","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"825","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","נכס מס בגין הפסדים לצרכי מס","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1387)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","עתודה למס בגין רכוש קבוע","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1399)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","עתודה למס בגין רכוש קבוע","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"63","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","הפרשים בעיתוי הוצאות והכנסות","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"68","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","הפרשים בעיתוי הוצאות והכנסות","יתרה ליום 31 בדצמבר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1053)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","יתרה ליום 31 בדצמבר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(506)","comment_ref":null,"note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["מיסים נדחים","הפסדים לצרכי מס להעברה לשנים הבאות","יתרה ליום 31 בדצמבר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1","comment_ref":"כ-1 מיליון ש\"ח","note_flag":true,"note_name":"מיסים על ההכנסה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["הפסדים וניכויים לצרכי מס להעברה לשנים הבאות","הפסדים לצרכי מס המועברים לשנים הבאות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual"},{"value":"109490","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["הלוואות שהועמדו לחברות מוחזקות","יתרת הלוואה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"33194","comment_ref":"כ-33,194 אלפי ש\"ח","note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["הלוואות שהועמדו לחברות מוחזקות","יתרת הלוואה צמודת דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"9","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[{"value":"237","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ערבויות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual"},{"value":"186","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ערבויות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual"},{"value":"3492","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"6813","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"8778","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["הכנסות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"13639","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","מכירות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15871","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","מכירות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12976","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","מכירות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(104)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","שרותי ניהול"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(104)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","שרותי ניהול"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(104)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","שרותי ניהול"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(380)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2015-01-01","period_end":"2015-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","דמי שכירות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(247)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2014-01-01","period_end":"2014-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","דמי שכירות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(274)","comment_ref":null,"note_flag":true,"note_name":"יתרות ועסקאות מהותיות בין החברה ובין החברות המוחזקות","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2013-01-01","period_end":"2013-12-31","duration_type":"recurrent","path":["עסקאות עם חברות מוחזקות","הכנסות (הוצאות) מחברה מוחזקת","דמי שכירות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"28484","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"27234","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנתיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","3 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","4 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"סדרה 4","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","מעל 5 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"55718","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3330","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3330","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","שנתיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17914","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","3 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17081","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","4 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"31665","comment_ref":"סדרה 5","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","מעל 5 שנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"73320","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["ריכוז סיכון נזילות","אגרות חוב","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"מרדכי אביב תעשיות בניה (1973) בע״מ","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"מידע כספי נפרד נוסף"},"facts":[{"value":"53078","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"79215","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"53858","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"81000","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 4)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"59384","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","יתרה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"61980","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"השווי ההוגן מבוסס על מחירים מצוטטים בשוק פעיל לתאריך המאזן.","note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2014-12-31","duration_type":null,"path":["שווי הוגן","התחייבויות פיננסיות","אגרות חוב (סדרה 5)","שווי הוגן"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"77676","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17752","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע חוץ","דולר"],"path_source":"observed","currency":"USD","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15442","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","מטבע חוץ","יורו"],"path_source":"observed","currency":"EUR","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"146604","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"257474","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","השקעות בחברות מוחזקות","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5390","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5390","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","רכוש קבוע, נטו","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"77676","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע ישראלי","צמוד","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע ישראלי","לא צמוד","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17752","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע חוץ","דולר","סה״כ"],"path_source":"inferred","currency":"USD","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15442","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","מטבע חוץ","יורו","סה״כ"],"path_source":"inferred","currency":"EUR","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"151994","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","השקעות, הלוואות ויתרות חובה לזמן ארוך","פריט לא כספי","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"262864","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26090","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"58827","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"84917","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","אגרות חוב","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1053","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1053","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מיסים נדחים","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע ישראלי","צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע ישראלי","לא צמוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע חוץ","דולר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","מטבע חוץ","יורו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"239","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","פריט לא כספי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"239","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26090","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע ישראלי","צמוד"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"58827","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע ישראלי","לא צמוד"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע חוץ","דולר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","מטבע חוץ","יורו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1292","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ","פריט לא כספי"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"86209","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2015-12-31","duration_type":null,"path":["תנאי הצמדה של מכשירים פיננסיים לזמן ארוך","התחייבויות לזמן ארוך","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(5308)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","גידול ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2654)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","גידול ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2654","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","קיטון ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5308","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2015","רווח (הפסד) מהשינוי","קיטון ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(7922)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","גידול ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3961)","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","גידול ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3961","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","קיטון ב- 5%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7921","comment_ref":null,"note_flag":true,"note_name":"שווי הוגן של מכשירים פיננסיים","note_num":5,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["מבחן רגישות לשינויים במדד המחירים לצרכן","2014","רווח (הפסד) מהשינוי","קיטון ב- 10%"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"3","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואי החשבון המבקרים לבעלי המניות"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"4","page_type":"declaration","statement_type":"board_of_directors_report","title":"הצהרת יו״ר הדירקטוריון"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"5","page_type":"declaration","statement_type":"other_declaration","title":"הצהרת מנכ״ל המועצה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"6","page_type":"declaration","statement_type":"other_declaration","title":"הצהרת האחראי על ענייני הכספים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"7","page_type":"statements","statement_type":"balance_sheet","title":"דוח על המצב הכספי"},"facts":[{"value":"871984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"259086","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"35000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62896","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"906984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"321982","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"105449","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"159710","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1012433","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"481692","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"675195","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"715025","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"122787","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות בשל סיום יחסי עובד מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"114829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות בשל סיום יחסי עובד מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"214451","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","נכסים נטו לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(348162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","נכסים נטו לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"214451","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(348162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו ששימשו לפעילות שאין לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1012433","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"481692","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות ונכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"8","page_type":"statements","statement_type":"income_statement","title":"דו\"ח רווח והפסד"},"facts":[{"value":"9030855","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"9055500","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"4726509","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"5109546","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"4304346","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"3945954","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"3931442","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"3981689","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"4515","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"4968","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"368389","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני הוצאות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(40703)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני הוצאות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"194224","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"9401","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות אחרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(31302)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"9","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דו\"ח על השינויים בנכסים נטו"},"facts":[{"value":"(610860)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"293700","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(316860)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(31302)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","(הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","(הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(31302)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","(הוצאות) נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(30793)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"30793","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"164783","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(164783)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(507872)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"159710","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2022","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(348162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","הכנסות (הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","הכנסות (הוצאות) נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","הכנסות (הוצאות) נטו לשנה","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(3194)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"3194","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לרכישת רכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"57455","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"(57455)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך השנה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"109002","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","נכסים נטו שלא קיימת לגביהם הגבלה","שלא יועדו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"105449","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"214451","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"10","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי המזומנים (שקלים חדשים)"},"facts":[{"value":"562613","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","(הפסד) נקי לפי דוח התוצאות העסקיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(31303)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","(הפסד) נקי לפי דוח התוצאות העסקיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"53479","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","ההתאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת (נספח א')"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(155484)","comment_ref":"נספח א׳","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","ההתאמות הדרושות להצגת תזרימי המזומנים מפעילות שוטפת (נספח א')"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"616092","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו ששימשו לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(186787)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו ששימשו לפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(3194)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת נכסים קבועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(30793)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת נכסים קבועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(3194)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(30793)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","אשראי לזמן קצר מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","אשראי לזמן קצר מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"612898","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלייה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(217580)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלייה (ירידה) במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"259086","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"476666","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"871984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"259086","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרת מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"57455","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת והפחתות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"164783","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","פחת והפחתות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(60732)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","(ירידה) עליה בהפרשה לחופשת עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(13717)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","(ירידה) עליה בהפרשה לחופשת עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7958","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","עליה (ירידה) בעתודה לפיצויי פרישה -נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(104388)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","עליה (ירידה) בעתודה לפיצויי פרישה -נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4681","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"46678","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","הכנסות והוצאות שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"27896","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(18075)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עליה) בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20902","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","(ירידה) עליה בזכאים אחרים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(184087)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","(ירידה) עליה בזכאים אחרים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"48798","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(202162)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"53479","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(155484)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נספח א' - ההתאמות הדרושות להצגת תזרים המזומנים מפעילות שוטפת","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"11","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"12","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"9","comment_ref":"מעל 9","note_flag":true,"note_name":"כללי (המשך)","note_num":1,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוחזר לצרכנים סכום","סה״כ"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual"},{"value":"6.6","comment_ref":"מעל 6.6","note_flag":true,"note_name":"כללי (המשך)","note_num":1,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוחזר לצרכנים סכום","באמצעות מחלקת הטיפול בתלונות"],"path_source":"observed","currency":"ILS","scale":1000000,"value_type":"amount","value_context":"textual"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"13","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"14","page_type":"statements","statement_type":"notes_to_financial_statements","title":"ביאור 2 - עיקרי המדיניות החשבונאית"},"facts":[{"value":"7 - 15","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","ריהוט וציוד"],"path_source":"observed","currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"20 - 33","comment_ref":"לרבות עלויות הקמת אתר אינטרנט","note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","מחשבים וציוד היקפי"],"path_source":"observed","currency":null,"scale":null,"value_type":"percent","value_context":"mixed"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"15","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים (שקלים חדשים)"},"facts":[{"value":"-","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"27896","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"35000","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["פקדון לערבות בית משפט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"35000","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פקדון לערבות בית משפט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"35000","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62896","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1435857","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"478911","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1229368","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3144136","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","עלות","יתרה לתחילת השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3194","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3194","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","תוספות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","גריעות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1439051","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"478911","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1229368","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3147330","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות","יתרת סגירה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1395824","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"367059","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1221543","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2984426","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["ההרכב","פחת שנצבר","יתרה לתחילת השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"28294","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"26180","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2981","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"57455","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","תוספות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר","גריעות השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1424118","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"393239","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1224524","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3041881","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","א. ההרכב","פחת שנצבר","יתרת סגירה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"14933","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"85672","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4844","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"105449","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2023","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"40033","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","מחשבים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"111852","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","ריהוט וציוד משרדי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7825","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","פרויקטים למחשוב"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"159710","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ההרכב","עלות מופחתת ליום 31 בדצמבר, 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"16","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים (שקלים חדשים)"},"facts":[{"value":"207571","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"21805","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"101255","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"111411","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"90000","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"228474","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"289206","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"105934","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["מוסדות בגין שכר עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"234564","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["מוסדות בגין שכר עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"675195","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"715025","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"155786","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עתודה לפיצויי פרישה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"147828","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עתודה לפיצויי פרישה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(32999)","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["בניכוי יעודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(32999)","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["בניכוי יעודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"122787","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"114829","comment_ref":null,"note_flag":true,"note_name":"התחייבויות בשל סיום יחסי עובד מעביד","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9030855","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הקצבה שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9055500","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הקצבה שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9030855","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9055500","comment_ref":null,"note_flag":true,"note_name":"מחזור הפעילויות","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4592085","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכר עבודה ונילוות עובדים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4894359","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכר עבודה ונילוות עובדים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["קשרים בינלאומיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(91914)","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["קשרים בינלאומיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"69424","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["דוברות והסברה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"103756","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["דוברות והסברה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"65000","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מיתוג המועצה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"203345","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מיתוג המועצה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4726509","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5109546","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"המועצה הישראלית לצרכנות (חברה מוגבלת בערבות)","page_num":"17","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"1549844","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכר הנהלה וסוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"1675803","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכר הנהלה וסוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"71804","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["דירקטורים תגמול וביטוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"65218","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["דירקטורים תגמול וביטוחים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"8689","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["אחזקת משרדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"49287","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["אחזקת משרדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"38082","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["דואר ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"40845","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["דואר ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"577789","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"363839","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"912208","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכירות משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"773434","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכירות משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"320584","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחשוב והדפסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"414841","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחשוב והדפסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"199392","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מיסים עירוניים וחשמל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"239776","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מיסים עירוניים וחשמל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"133163","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["נסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"148085","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["נסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"22395","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["כיבודים ומתנות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"30414","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["כיבודים ומתנות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"57455","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"164783","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"40037","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ביטוח משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"15364","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["ביטוח משרד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"3931442","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"3981689","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":null},{"value":"9030","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["העברת הקצבות לחברה ע״י המדינה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"9056","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["העברת הקצבות לחברה ע״י המדינה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"5.9","comment_ref":null,"note_flag":true,"note_name":"אירועים לאחר תאריך המאזן","note_num":12,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הופחת תקציב המועצה לסך של כ- 5.9 מיליון ש\"ח"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"textual"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"מאזנים"},"facts":[{"value":"2002","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8196","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"14854","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","דמי חבר לקבל / לקוחות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3800","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","דמי חבר לקבל / לקוחות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"16856","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11996","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"26003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42859","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה״כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20277","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה״כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"27709","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","אשראי מתאגידים בנקאיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11460","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","אשראי מתאגידים בנקאיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"15927","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים ונותני שרותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"12230","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים ונותני שרותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"37348","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים שונים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"30594","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","זכאים שונים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"80984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"54284","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"80984","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"54284","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(64128)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(42288)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(64128)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(42288)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"26003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(38125)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","גרעון בנכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(34007)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["גרעון בהון","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","גרעון בנכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42859","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20277","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"1445674","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות ממתן שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1280395","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות ממתן שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1304248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1344239","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"141426","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(63844)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","הכנסות (הוצאות) נטו מפעילויות (לפעילויות)"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"134960","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"142051","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"6466","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(205895)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10584","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9102","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(4118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גרעון לתקופה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(214997)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גרעון לתקופה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוחות על השינויים בגרעון בהון"},"facts":[{"value":"180990","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"180990","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(214997)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(214997)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(9401)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9401","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1120","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(1120)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(8281)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סה\"כ","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(42288)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8281","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(34007)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(4118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(4118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תוספות במהלך השנה","גרעון לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(20160)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20160","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2438","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(2438)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(17722)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"17722","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סה\"כ","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(64128)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","לשימוש לפעילויות שיועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"26003","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(38125)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2023","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"29561","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","עלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3558","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","פחת שנצבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"26003","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8281","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["ריהוט וציוד משרדי","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"עתיד הטניס - עמותה לקידום הטניס באזור ראשון לציון והסביבה (ע״ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"8230","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20021","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["מוסדות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"25780","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10573","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עובדים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3338","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"37348","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"30594","comment_ref":null,"note_flag":true,"note_name":"זכאים שונים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"483409","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכר עבודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"389331","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכר עבודה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"88943","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות נלוות לשכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"80649","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות נלוות לשכר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"330793","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["קבלני משנה ועבודות חוץ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"434594","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["קבלני משנה ועבודות חוץ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"118105","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שכירות מתקנים ומגרשים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"168043","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שכירות מתקנים ומגרשים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4461","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הסעות והובלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8495","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הסעות והובלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"80865","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["קניות פרסים, ציוד וביגוד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"91309","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["קניות פרסים, ציוד וביגוד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"197672","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הפקת פרוייקטים ואירועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"171818","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הפקת פרוייקטים ואירועים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1304248","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1344239","comment_ref":null,"note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10389","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["משרדיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11572","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["משרדיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10134","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["אחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4983","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["אחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"31856","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"39560","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["כיבודים ואש\"ל"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4384","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["כיבודים ואש\"ל"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11658","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["ביטוחים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"12971","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["ביטוחים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"45309","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["אחזקת רכב"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"45984","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["אחזקת רכב"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"702","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["משפטיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["משפטיות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"18964","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["פרסום"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"13122","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פרסום"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1715","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4966","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מיסים ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(35)","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שונות ובטולי יתרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(261)","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["שונות ובטולי יתרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1830","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מתנות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3650","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מתנות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2438","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1120","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"134960","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"142051","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":6,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דוחות כספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"1","page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"דוחות על המצב הכספי"},"facts":[{"value":"10255","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4851","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3283","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","ניירות ערך סחירים לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5240","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","ניירות ערך סחירים לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"963","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","לקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1361","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","לקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11337","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26665","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"22789","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2296","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","מזומנים המיועדים לכיסוי קרנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2123","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","מזומנים המיועדים לכיסוי קרנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"23878","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12,5א'","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","ניירות ערך לזמן ארוך מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"20340","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12,5א'","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","ניירות ערך לזמן ארוך מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3104","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3252","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"42289","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"99","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","נכסים בלתי מוחשיים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"75","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","נכסים בלתי מוחשיים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"71666","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים לא שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"69856","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים לא שוטפים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"98331","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"92645","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"4","page_type":"statements","statement_type":"balance_sheet","title":"דוחות על המצב הכספי"},"facts":[{"value":"8330","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","מקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"6077","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","מקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3671","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3201","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12407","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11263","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5179","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7080","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"29587","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"27621","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"118","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","זכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"318","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"13א'","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","זכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"18093","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","התחייבויות בשל זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"18731","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"12","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","התחייבויות בשל זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1422","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"14","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","שטרי הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1422","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"14","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","שטרי הון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"19633","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"20471","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["התחייבויות לא שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1391","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4887)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"42388","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44141","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"43779","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"39254","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5315","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"135","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5332","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5299","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["נכסים נטו שקיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"49111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סך הכל נכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44553","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סך הכל נכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"98331","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סך הכל התחייבויות ונכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"92645","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סך הכל התחייבויות ונכסים נטו"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"47121","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"15","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות מסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"47463","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"15","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות מסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"75887","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"16","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"76814","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"16","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות ממשרד החינוך לשימוש לפעילות הוראה (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7213","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות אחרות ממשרדי ממשלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5289","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הקצבות אחרות ממשרדי ממשלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"20081","comment_ref":"העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"17","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","תרומות והקצבות (ב)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"19336","comment_ref":"העמותה לא קיבלה תרומה מישות מדינית זרה כמשמעותה בסעיף 36ב׳ לחוק העמותות.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"17","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","תרומות והקצבות (ב)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2288","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"18","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2511","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"18","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","הכנסות שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"152590","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"151413","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"130782","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"19","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עלות הפעילויות","הוראה, מחקר ושירותי עזר (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"129337","comment_ref":"כולל הכנסות (הוצאות) התקבלות (הניתנות) ישירות למורים ממשרד החינוך.","note_flag":false,"note_name":null,"note_num":null,"note_ref":"19","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עלות הפעילויות","הוראה, מחקר ושירותי עזר (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7765","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"20","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עלות הפעילויות","שירותים ומלגות לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"8542","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"20","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עלות הפעילויות","שירותים ומלגות לסטודנטים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"138547","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עלות הפעילויות"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"137879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עלות הפעילויות"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"14043","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"13534","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7098","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"21","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"6427","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"21","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2356","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"22","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2371","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"22","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4589","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות נטו לפני מימון ואחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4736","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות נטו לפני מימון ואחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1274","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"23","period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(561)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"23","period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות (הוצאות) מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-09-30","duration_type":null,"path":["עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-01-01","period_end":"2020-09-30","duration_type":null,"path":["עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"6","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוח על השינויים בנכסים נטו"},"facts":[{"value":"(4887)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44141","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"135","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44553","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3096)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1338)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1338)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת פעילות מהעמותה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4857)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4857","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1198","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1198)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","הפחתת מענק נגישות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5412","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(5412)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1391","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשמוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"42388","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5315","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"17","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"49111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2021","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"7","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוח על השינויים בנכסים נטו"},"facts":[{"value":"(10152)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"45866","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5381","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"145","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"41240","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["יתרה ליום 1 באוקטובר, 2019","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","עודף לשנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","תרומות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3737)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(10)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3747)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(635)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(635)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","סכומים ששוחררו מהגבלות","שינוי בקרנות לפעילות שוטפת","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3815)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3815","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5540","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(5540)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שינויים במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4887)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","לשימוש לפעילויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44141","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שלא קיימת לגביהם הגבלה (גירעון מצטבר מפעילויות)","ששימשו לרכישת רכוש קבוע ונכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5164","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"135","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","נכסים נטו שקיימת לגביהם הגבלה","בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44553","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרה ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"8","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי המזומנים"},"facts":[{"value":"5863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4175","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","עודף לשנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"139","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"א","period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1078","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"א","period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת (א)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"6002","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו שנבעו מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5253","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","מזומנים נטו שנבעו מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(173)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","קיטון (גידול) במזומנים מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"91","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","קיטון (גידול) במזומנים מיועדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4764)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3777)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1198","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","הפחתת מענק נגישות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","הפחתת מענק נגישות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(93)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","השקעה בנכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(37)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","השקעה בנכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2105","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מכירת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מכירת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2000)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1000)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","רכישת ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3727)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(4723)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים לפעילות השקעה","מזומנים נטו ששימשו לפעילות השקעה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","תרומות שהתקבלו לנכסים נטו שקיימת לגביהם הגבלה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3129","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3520","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תזרימי מזומנים מפעילות מימון","מזומנים נטו שנבעו מפעילות מימון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5404","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עליה במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4050","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עליה במזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4851","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"801","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["מזומנים ושווי מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10255","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4851","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["מזומנים ושווי מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"9","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי המזומנים"},"facts":[{"value":"(2978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3737)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי זמני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(118)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(10)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סכומים ששוחררו מנכסים נטו שקיימת לגביהם הגבלה בעלת אופי קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1686)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","שערוך השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"285","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","שערוך השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(638)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","עלייה בהתחייבויות בגין זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(137)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","עלייה בהתחייבויות בגין זכויות עובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5343","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5473","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"69","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת נכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"66","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת נכסים בלתי מוחשיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(8)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1940","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"398","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה בלקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1180","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה בלקוחות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(679)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(2846)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בחייבים ויתרות חובה והוצאות מראש לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2253","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עלייה) במקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1079)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","ירידה (עלייה) במקדמות על חשבון שכר לימוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(3439)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"243","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה (ירידה) בזכאים ויתרות זכות וזכאים לזמן ארוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"470","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"777","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בספקים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1144","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"863","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","עלייה בהתחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"147","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(862)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","שינויים בסעיפי רכוש והתחייבויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"139","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1078","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["(א) התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת:","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"11","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"12","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"4","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","מבנים על קרקע חכורה"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"7-15","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","ריהוט וציוד משרדי"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"15","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","כלי רכב"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"33","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מחושב בשיוערים שנתיים על בסיס שיטת הקו הישר","מחשבים"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"33","comment_ref":null,"note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["נכסים בלתי מוחשיים","אורך החיים השימושיים של נכסים בלתי מוחשיים","תוכנות מחשב"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"13","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"14","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"15","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"16","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"9217","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["מזומנים במטבע ישראלי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3549","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["מזומנים במטבע ישראלי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"921","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["מזומנים במטבע חוץ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1207","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["מזומנים במטבע חוץ"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"48","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["שווי מזומנים - פקדונות לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["שווי מזומנים - פקדונות לזמן קצר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"69","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["קופות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"95","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["קופות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10255","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4851","comment_ref":null,"note_flag":true,"note_name":"מזומנים ושווי מזומנים","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"6384","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["משרד החינוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5179","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["משרד החינוך"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["המחאות לגבייה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"52","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["המחאות לגבייה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"259","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"230","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5457","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5766","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הלוואות לעובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"42","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הלוואות לעובדים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"38","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"68","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12164","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11337","comment_ref":null,"note_flag":true,"note_name":"חייבים ויתרות חובה","note_num":6,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"17","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"162883","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"503","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12575","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"20360","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"196321","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 1 באוקטובר, 2019","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3135","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"952","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"677","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4764","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","תוספות במשך השנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1198)","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(1198)","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","מימון מענק","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"164820","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"503","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"13527","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"21037","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"199887","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות","יתרה ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"124838","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"467","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11800","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15150","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"152255","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2019-10-01","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 1 באוקטובר, 2019","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3902","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"562","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"868","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5343","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","תוספות במשך השנה","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"128740","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"478","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12362","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"16018","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"157598","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","פחת שנצבר","יתרה ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"36080","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"25","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1165","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5019","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"42289","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2021","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"38045","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","מבנים על קרקע חכורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"36","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","כלי רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"775","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","מחשבים ללא תוכנות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5210","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","ריהוט וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"44066","comment_ref":"כל הרכוש הקבוע משמש לפעילות הוראה ומחקר, מינהל ושירותים לסטודנטים.","note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":7,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב:","עלות מופחתת ליום 30 בספטמבר, 2020","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3312","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["עלות","יתרה ליום 1 באוקטובר, 2020","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"93","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עלות","תוספות במשך השנה","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3405","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["עלות","יתרה ליום 30 בספטמבר, 2021","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3237","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-10-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 באוקטובר, 2020","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"69","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3306","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["פחת שנצבר","יתרה ליום 30 בספטמבר, 2021","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"99","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["עלות מופחתת ליום 30 בספטמבר, 2021","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"75","comment_ref":"8","note_flag":true,"note_name":"נכסים בלתי מוחשיים, נטו","note_num":8,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["עלות מופחתת ליום 30 בספטמבר, 2020","תוכנות מחשב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"18","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"3671","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3198","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["חובות פתוחים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["המחאות לפירעון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["המחאות לפירעון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3671","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3201","comment_ref":null,"note_flag":true,"note_name":"ספקים","note_num":9,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"9032","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["עובדים ומוסדות בגין שכר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"8451","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["עובדים ומוסדות בגין שכר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3375","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2812","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הפרשה לחופשה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12407","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11263","comment_ref":null,"note_flag":true,"note_name":"התחייבויות לעובדים והתחייבויות אחרות בגין שכר ומשכורת","note_num":10,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1708","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13ג׳","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הפרשות לתביעות תלויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3046","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13ג׳","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הפרשות לתביעות תלויות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"751","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"962","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הוצאות לשלם"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2520","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2872","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הכנסות מראש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"200","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13א׳","period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"200","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":"13א׳","period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["אחרים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5179","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7080","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":11,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3344","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","קרן קשרי מדע (ראה ב' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3399","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","קרן קשרי מדע (ראה ב' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5247","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","פיצויי פרישה (ראה ג' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4860","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","פיצויי פרישה (ראה ג' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"9502","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","שבתון (ראה ד' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10472","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","שבתון (ראה ד' להלן)"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"18093","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["הרכב היתרה:","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"18731","comment_ref":null,"note_flag":true,"note_name":"התחייבות בשל זכויות עובדים","note_num":12,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["הרכב היתרה:","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"19","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"20","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"28473","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10390","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12997","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"51860","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4181","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","שכר לימוד רגיל נטו","בניכוי:","שיפוי שכר","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4181","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"207","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"73","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"280","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שנתנו","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"36","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"14","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"228","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"278","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"24049","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר ראשון"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10303","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר שני"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"12769","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","אחר"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"47121","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","סך הכל"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"21","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"30938","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"9587","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11483","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"52008","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4043","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4043","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","שיפוי שכר לימוד","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"191","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"74","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"265","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","מלגות שניתנו","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"41","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"193","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"237","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר לימוד רגיל ברוטו","בניכוי:","פטורים משכר לימוד","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"26663","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר ראשון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"9510","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","תואר שני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"11290","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","אחר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"47463","comment_ref":null,"note_flag":true,"note_name":"הכנסות מסטודנטים","note_num":15,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות משכר לימוד רגיל","סך הכל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"61109","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שעות הוראה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"62565","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שעות הוראה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"6626","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר עבודה עובדי מדינה ישיר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7889","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר עבודה עובדי מדינה ישיר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4181","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שיפוי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4043","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שיפוי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3971","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2317","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"75887","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"76814","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הקצבות ממשרד החינוך לשימוש לפעילות הוראה","note_num":16,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1969","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["תרומות לעמותה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"734","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["תרומות לעמותה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3096","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סכומים ששוחררו מהגבלות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3747","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סכומים ששוחררו מהגבלות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"15016","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הקצבות אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"14855","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הקצבות אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"20081","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"19336","comment_ref":null,"note_flag":true,"note_name":"תרומות והקצבות","note_num":17,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"22","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"18","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["השתתפות באחזקת מתקנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"520","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["השתתפות באחזקת מתקנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"599","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות מדמי שימוש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"633","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות מדמי שימוש"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות גן בוטני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"45","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות גן בוטני"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"269","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הכנסות מחיוב תקורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"403","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הכנסות מחיוב תקורה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"909","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שירותי ייעוץ ואבחון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"516","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שירותי ייעוץ ואבחון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"491","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"394","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2288","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2511","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הכנסות שונות","note_num":18,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"89062","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","הוראה ושירותי עזר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"89766","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","הוראה ושירותי עזר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"22254","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","יחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"18587","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","יחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1106","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","מחקר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1039","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","מחקר"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"112422","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שכר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"109392","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שכר","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1068","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","ספרים ומאגרי מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1041","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","ספרים ומאגרי מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"492","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","חומרי עזר וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"538","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","חומרי עזר וציוד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2009","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","מערכות מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1928","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","מערכות מידע"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2193","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","מחקרים ויחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3042","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","מחקרים ויחידות חוץ אקדמיות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4779","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4875","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4015","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","אחזקה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4579","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","אחזקה"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3804","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","הוצאות הוראה אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3942","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","הוצאות הוראה אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"18360","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות שוטפות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"19945","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות שוטפות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"130782","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"129337","comment_ref":"מויין מחדש","note_flag":true,"note_name":"הוראה, מחקר ושרותי עזר","note_num":19,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"23","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"2355","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2174","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"80","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["כנסים ותערוכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["כנסים ותערוכות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4852","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["מלגות תלמידים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5890","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["מלגות תלמידים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"191","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"165","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"287","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"279","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שונות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7765","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"8542","comment_ref":null,"note_flag":true,"note_name":"שירותים ומלגות לסטודנטים","note_num":20,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"5319","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"4506","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["משכורות והוצאות נלוות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"206","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"196","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"16","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["נסיעות ואש\"ל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"13","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["נסיעות ואש\"ל"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"13","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["צורכי משרד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"18","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["צורכי משרד"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"494","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["משפטיות וביקורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"525","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["משפטיות וביקורת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"48","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"41","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["דואר וטלפון"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"96","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחזקת רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"90","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחזקת רכב"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"633","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"665","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["פחת"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"273","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"373","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"7098","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"6427","comment_ref":null,"note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":21,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1083","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1504","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["פרסום ושיווק"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1263","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"844","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["שירותים מקצועיים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"10","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"23","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["אחרות"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2356","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"2371","comment_ref":null,"note_flag":true,"note_name":"הוצאות פרסום ושיווק","note_num":22,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"24","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"1666","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["רווח (הפסד) מניירות ערך סחירים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(286)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["רווח (הפסד) מניירות ערך סחירים, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(331)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עמלות כרטיסי אשראי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(251)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עמלות כרטיסי אשראי"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"102","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הפרשי שער משערוך יתרות מט\"ח"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הפרשי שער משערוך יתרות מט\"ח"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(163)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["הוצאות אחרות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(58)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["הוצאות אחרות, נטו"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"1274","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"(561)","comment_ref":null,"note_flag":true,"note_name":"הכנסות (הוצאות) מימון, נטו","note_num":23,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["סה״כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"68","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","שכר עבודה עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"96","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","שכר עבודה עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"3","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים והוצאות משרד עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"115","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים והוצאות משרד עבור דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"112","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"75","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","שירותים מקצועיים שניתנים ע\"י דרכים לאורנים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"183","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2020-10-01","period_end":"2021-09-30","duration_type":null,"path":["עסקאות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"286","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"duration","period_start":"2019-10-01","period_end":"2020-09-30","duration_type":null,"path":["עסקאות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרות","יתרה בחובה דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"59","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרות","יתרה בחובה דרכים"],"path_source":"observed","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"34","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-09-30","duration_type":null,"path":["יתרות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"},{"value":"59","comment_ref":null,"note_flag":true,"note_name":"צדדים קשורים","note_num":25,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["יתרות","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אורנים - המכללה האקדמית לחינוך, התנועה הקיבוצית (ע״ר)","page_num":"25","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"726","comment_ref":"בגין סיומי יחסי עובד מעביד עבור עובדים אלו","note_flag":true,"note_name":"אירועים משמעותיים בתקופת הדיווח","note_num":26,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["העברה כספית לעמותת דרכים","התחייבות בגין סיומי יחסי עובד מעביד"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"635","comment_ref":"סכום שהועבר","note_flag":true,"note_name":"אירועים משמעותיים בתקופת הדיווח","note_num":26,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2020-09-30","duration_type":null,"path":["העברת העודפים שנצברו בגין העברת חלק מפעילויות המדרשה לעמותת דרכים"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"},{"value":"1338","comment_ref":"בשנת הכספים","note_flag":true,"note_name":"אירועים משמעותיים בתקופת הדיווח","note_num":26,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["העברת העודפים שנצברו בגין העברת חלק מפעילויות המדרשה לעמותת דרכים"],"path_source":"inferred","currency":"ILS","scale":1000,"value_type":"amount","value_context":"textual"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"1","page_type":"contents","statement_type":null,"title":"התוכן"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"דוחות על המצב הכספי"},"facts":[{"value":"745384","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"851625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","מזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"322816","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"537962","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","השקעות בניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"6644","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","חייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1074844","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1389587","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"40006913","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","השקעות - פקדונות בבנקים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7016757","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","השקעות - פקדונות בבנקים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1642248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"810066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42724005","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["רכוש","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9216410","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["רכוש","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"43125","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"14250","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","המחאות לפרעון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"137754","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"84159","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","מקדמות על-חשבון מכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7864400","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"6","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","מקדמות על-חשבון מכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"180879","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7962809","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"247368","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","בגין סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"247368","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"7","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות לזמן ארוך","בגין סיום יחסי עובד-מעביד"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(1537213)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שלא יועדו ע\"י מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(464404)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שלא יועדו ע\"י מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42190723","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שיועדו ע\"י מוסדות המלכ\"ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"660571","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","שיועדו ע\"י מוסדות המלכ\"ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1642248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"810066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42295758","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1006233","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42724005","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9216410","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"1182689","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","הקצבות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1200704","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"8","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","הקצבות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"929884","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","שכר לימוד והשתתפויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"864227","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","שכר לימוד והשתתפויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"411371","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"614831","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","תרומות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2523944","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2679762","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"795690","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ותוספות סוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"919976","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ותוספות סוציאליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"754895","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","מלגות לאברכים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"849868","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","מלגות לאברכים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"471840","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","כלכלת תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"448860","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"9","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","כלכלת תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"186727","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","אחזקת מבנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"243092","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","אחזקת מבנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20755","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","אירועים וכנסים חברתיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"22586","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","אירועים וכנסים חברתיים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"48392","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","הסעות תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"28663","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","הסעות תלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"16030","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"17069","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2294329","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2530114","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"229615","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"149648","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"489126","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"290228","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"10","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות הנהלה וכלליות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(259511)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(140580)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"18884","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"98807","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"11","period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות","בתוספת הכנסות מימון, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(41773)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","בניכוי הוצאות הנהלה וכלליות","בתוספת הכנסות מימון, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות אחרות, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"85099","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות","הוצאות אחרות, נטו"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"5","page_type":"statements","statement_type":"cash_flow_statement","title":"דוחות על תזרימי מזומנים"},"facts":[{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","הכנסות (הוצאות) נטו לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"53905","comment_ref":"ראה להלן","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(74279)","comment_ref":"ראה להלן","note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(186722)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(30953)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"253097","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת ניירות ערך, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"327","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת ניירות ערך, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"32667923","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7864400","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","תמורה ממכירת מקרקעין"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(31992327)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה בפיקדונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(7016757)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","השקעה בפיקדונות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(848212)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(286449)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","רכישת רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"80481","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"561521","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["תזרימי מזומנים מפעילות השקעה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(106241)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"530568","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"851625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-01-01","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים","יתרת מזומנים ושווה מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"321057","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["גידול (קיטון) במזומנים ושווה מזומנים","יתרת מזומנים ושווה מזומנים לתחילת השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"745384","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרת מזומנים ושווה מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"851625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרת מזומנים ושווה מזומנים לסוף השנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"16030","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"17068","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","פחת מרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(37951)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(31369)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(21921)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(14301)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","הוצאות (הכנסות) שאינן כרוכות בתזרימי מזומנים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(6644)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול בחייבים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"82470","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול (קיטון) בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(59978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות","גידול (קיטון) בזכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"75826","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(59978)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","שינויים בסעיפי רכוש והתחייבויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"53905","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(74279)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["התאמות הדרושות כדי להציג את תזרימי המזומנים מפעילות שוטפת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"6","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוח על השינויים בנכסים נטו שלא קיימת לגביהם הגבלה"},"facts":[{"value":"(238349)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"660571","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"540685","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"962907","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2023","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"43326","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","הכנסות נטו לשנה","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(286449)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"286449","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","העברת סכומים לרכישת רכוש קבוע","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"17068","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(17068)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["שינויים במהלך שנת 2023","סכומים שיועדו לכיסוי הוצאות פחת","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(464404)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"660571","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"810066","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1006233","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2023","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(240627)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הוצאות נטו לשנה","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"40532323","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"40532323","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"1ב.","period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שהתקבלו ויועדו לרכישת רכוש קבוע","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"997829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"997829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","הכנסות מימון שנצברו בפקדונות בבנק","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(848212)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"848212","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","העברת סכומים לרכישת רכוש קבוע","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"16030","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(16030)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["שינויים במהלך שנת 2024","סכומים שיועדו לכיסוי הוצאות פחת","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(1537213)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","לשימוש לפעילויות שלא יועדו ע''י מוסדות המלכ''ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42190723","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","שיועדו ע''י מוסדות המלכ''ר להשקעה ברכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1642248","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42295758","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2024","סה''כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"4","comment_ref":null,"note_flag":true,"note_name":"עקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מהרכוש הקבוע מחושב בשיטת הקו הישר בשיעורים השנתיים הבאים","מבנה"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed"},{"value":"7-10","comment_ref":null,"note_flag":true,"note_name":"עקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["רכוש קבוע","פחת מהרכוש הקבוע מחושב בשיטת הקו הישר בשיעורים השנתיים הבאים","ריהוט וציוד"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"mixed"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"1299782","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","מבנה","עלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1214744","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","מבנה","פחת שנצבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"85038","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","מבנה","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"86974","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","מבנה","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"475416","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","עלות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"276813","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","פחת שנצבר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"198603","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"140060","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","ריהוט וציוד","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1775198","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","עלות"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1491557","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","פחת שנצבר"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"283641","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","עלות מופחתת"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"227034","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ מבנה ריהוט וציוד","עלות מופחתת"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1358607","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":"ב.","period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","תשלומים על-חשבון מבנה בתכנון","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"583032","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":"ב.","period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","תשלומים על-חשבון מבנה בתכנון","עלות מופחתת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1642248","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","עלות מופחתת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"810066","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","עלות מופחתת","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"61907","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"40447","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","ספקים ונותני שירותים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"25000","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","בעלי מניות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","בעלי מניות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"50847","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","שכר ונלוות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"43712","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","שכר ונלוות לשלם"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"137754","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"84159","comment_ref":null,"note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה\"כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"9","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"990027","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"973336","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"192662","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך - מוסדות דת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"227368","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","ממשרד החינוך - מוסדות דת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1182689","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1200704","comment_ref":"8","note_flag":true,"note_name":"הקצבות ותמיכות","note_num":8,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"81990","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות לעובדי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"81529","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות לעובדי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"389850","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","קניות מזון וכלי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"367331","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","קניות מזון וכלי מטבח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"471840","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"448860","comment_ref":"9","note_flag":true,"note_name":"כלכלת תלמידים","note_num":9,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"382675","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"217349","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"80212","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","שכר מקצועי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"51728","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","שכר מקצועי"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7093","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","טלפון ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"6533","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","טלפון ותקשורת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"16484","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","משרדיות ונסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"12203","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","משרדיות ונסיעות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2662","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2415","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"489126","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"290228","comment_ref":"10","note_flag":true,"note_name":"הוצאות הנהלה וכלליות","note_num":10,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"המעיין\" קרן מלגות למחוננים (ע\"ר)","page_num":"10","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"-","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","רבית מפקדונות בבנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"84155","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","רבית מפקדונות בבנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"37951","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"31369","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","רווח ממימוש והתאמת ערך ניירות ערך"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(19067)","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","ריבית ועמלות בנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(16717)","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","ריבית ועמלות בנק"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"18884","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2024-01-01","period_end":"2024-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"98807","comment_ref":null,"note_flag":true,"note_name":null,"note_num":11,"note_ref":null,"period_type":"duration","period_start":"2023-01-01","period_end":"2023-12-31","duration_type":null,"path":["הרכב","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":null,"page_type":"title","statement_type":null,"title":"דין וחשבון כספי ליום 31 בדצמבר 2022"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן העניינים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"2","page_type":"declaration","statement_type":"auditors_report","title":"ד״וח רואה חשבון המבקר לוועד המנהל"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"3","page_type":"statements","statement_type":"balance_sheet","title":"דוח על המצב הכספי"},"facts":[{"value":"205367","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"232629","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"923382","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","הכנסות לקבל"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"77876","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","אשראי ושקים לגבייה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"179711","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","אשראי ושקים לגבייה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","הלוואות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"145000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","הלוואות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"6000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","חייבים אחרים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8089","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","חייבים אחרים ויתרות חובה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1212625","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"565429","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"274117","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"73839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["רכוש קבוע, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1486742","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"639268","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["סה\"כ נכסים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2367","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"78883","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","ספקים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"221680","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","עובדים ומוסדות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"120897","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","עובדים ומוסדות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"316670","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","הלוואות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","הלוואות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"540717","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"199780","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות שוטפות","סה״כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"121530","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["התחייבויות לזמן ארוך","עתודות לזכויות עובדים בעת פרישה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["התחייבויות לזמן ארוך","עתודות לזכויות עובדים בעת פרישה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"662247","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"199780","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["סה\"כ התחייבויות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"550378","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ״ר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"365649","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","שלא יועדו על ידי מוסדות המלכ״ר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"274117","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו ששימשו לרכוש קבוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"73839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["נכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו ששימשו לרכוש קבוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"824495","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"439488","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["נכסים נטו שלא קיימת לגביהם הגבלה (גרעון)","נכסים נטו לשימוש לפעילויות","נכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1486742","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"639268","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["סה\"כ התחייבויות ונכסים נטו"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"4","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"1092756","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","קופות חולים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["מחזור הפעילויות","קופות חולים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1683166","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1836651","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["מחזור הפעילויות","הכנסות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2775922","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1836651","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["מחזור הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1613739","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"384014","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"389985","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","הפעלת שיעורי מוזיקה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"947139","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","הפעלת שיעורי מוזיקה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"110000","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","תמיכות בתלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","תמיכות בתלמידים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4029","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","ביטוח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","ביטוח"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9671","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"891","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","פחת"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2127424","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1332044","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["עלות הפעילויות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"648498","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"504607","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הכנסות נטו מפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"201584","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11111","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משכורות ונלוות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8474","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"30195","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","משרדיות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"21812","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","פרסום"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","פרסום"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"153","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1153","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","אגרות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"232023","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"42459","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות הנהלה וכלליות","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"416475","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"462148","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הכנסות נטו לפני מימון"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"31468","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הוצאות מימון נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"26480","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הוצאות מימון נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"385007","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["הכנסות נטו (גרעון) לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"435668","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["הכנסות נטו (גרעון) לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"5","page_type":"statements","statement_type":"statement_of_changes_in_equity","title":"דוחות על השינויים בנכסים נטו"},"facts":[{"value":"3820","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2021","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2021","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3820","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-01-01","duration_type":null,"path":["יתרות ליום 1 בינואר 2021","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"435668","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"435668","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(74730)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"74730","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"891","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(891)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2021-01-01","period_end":"2021-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"365649","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2021","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"73839","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2021","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"439488","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2021","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"385007","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"385007","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["תוספות במהלך השנה","הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(209949)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"209949","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9671","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(9671)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["גריעות במהלך השנה","העברת סכומים שלא קיימת לגביהם הגבלה","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"550378","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","לשימוש לפעילויות שלא יועדו על ידי מוסדות המלכ\"ר"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"274117","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","שאין לגביהם הגבלה","נכסים נטו ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"824495","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["יתרות ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"7","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"\"מיוזיק״ בית ספר למוזיקה (ע״ר)","page_num":"8","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"45080","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"17550","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"12100","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"74730","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["עלות","יתרה ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"103149","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"30000","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"76800","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"209949","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["עלות","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"148229","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"47550","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"88900","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"284679","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות","יתרה ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"794","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"97","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"891","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-01-01","duration_type":null,"path":["פחת שנצבר","יתרה ליום 1 בינואר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7974","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1697","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9671","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"duration","period_start":"2022-01-01","period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","תוספות במשך השנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"8768","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1794","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10562","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["פחת שנצבר","יתרה ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"139461","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"45756","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"88900","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"274117","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2022-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2022","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"44286","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","כלי נגינה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"17453","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","ציוד וריהוט"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"12100","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","שיפוצים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"73839","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע, נטו","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2021-12-31","duration_type":null,"path":["עלות מופחתת ליום 31 בדצמבר 2021","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״ ברמת גן","page_num":null,"page_type":"contents","statement_type":null,"title":"תוכן"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״ ברמת גן","page_num":"1","page_type":"declaration","statement_type":"auditors_report","title":"דוח רואה החשבון המבקר לחברי העמותה"},"facts":[]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"2","page_type":"statements","statement_type":"balance_sheet","title":"מאזנים"},"facts":[{"value":"135493","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"116887","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","מזומנים ושווי מזומנים"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"255","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה – הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","חייבים ויתרות חובה – הוצאות מראש"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"135748","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"116887","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש שוטף","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"502745","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"509563","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"3","period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","רכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"638493","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"626450","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["נכסים","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62929","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62715","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"4","period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","התחייבויות שוטפות","זכאים ויתרות זכות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"72819","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"54172","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"502745","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"509563","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"575564","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"563735","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","נכסים נטו שלא קיימת לגביהם הגבלה","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"638493","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"626450","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["התחייבויות ונכסים נטו","סה״כ"],"path_source":"inferred","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"3","page_type":"statements","statement_type":"statement_of_activities","title":"דוחות על הפעילויות"},"facts":[{"value":"111161","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות מהשכרת אולמות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"132083","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות מהשכרת אולמות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"100605","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"32742","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":"5","period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["עלות הפעילויות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"10556","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות לפני הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות לפני הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1273","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות מימון, נטו"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו מפעולות רגילות לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו מפעולות רגילות לשנה"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"4","page_type":"statements","statement_type":"income_statement","title":"דוחות על השינויים בנכסים נטו"},"facts":[{"value":"(66406)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"530800","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"464394","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-01-01","duration_type":null,"path":["יתרה ליום 1 בינואר 2007","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"99341","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"21237","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(21237)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"54172","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"509563","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2007","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"563735","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2007","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו לשנה","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"11829","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["הכנסות נטו לשנה","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(13420)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"13420","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לרכישת רכוש קבוע","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לרכישת רכוש קבוע","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20238","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"(20238)","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["העברת סכומים שלא קיימת לגביהם הגבלה :","סכומים שהועברו לכיסוי הוצאות פחת","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"72819","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2008","נכסים נטו שלא קיימת לגביהם הגבלה","לשימוש לפעילות"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"502745","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2008","נכסים נטו שלא קיימת לגביהם הגבלה","ששימשו לרכוש קבוע"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"575564","comment_ref":null,"note_flag":false,"note_name":null,"note_num":null,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["יתרה ליום 31 בדצמבר 2008","סה\"כ"],"path_source":"observed","currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"5","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"3.8%","comment_ref":"בשנת הדוח","note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":"duration","period_start":"2008-01-01","period_end":"2008-12-31","duration_type":null,"path":["א. ירידת כח הקניה של המטבע הישראלי","עליית מדד המחירים לצרכן"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"textual"},{"value":"3.4%","comment_ref":"אשתקד","note_flag":true,"note_name":"עיקרי המדיניות החשבונאית","note_num":2,"note_ref":null,"period_type":"duration","period_start":"2007-01-01","period_end":"2007-12-31","duration_type":null,"path":["א. ירידת כח הקניה של המטבע הישראלי","עליית מדד המחירים לצרכן"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"textual"},{"value":"743166","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","בניינים","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"265746","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","בניינים","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"477420","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","בניינים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"492391","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","בניינים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"74901","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"58619","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"16282","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4700","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","מתקני ספורט","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"90244","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"81201","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9043","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"12472","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","ריהוט וציוד","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"49149","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מחשבים","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"49149","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מחשבים","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מחשבים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","מחשבים","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"957460","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","עלות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"454715","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","פחת שנצבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"502745","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"509563","comment_ref":"3","note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","יתרה להפחתה ליום 31 בדצמבר"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2% - 10%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","בניינים"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular"},{"value":"7%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","מתקני ספורט"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular"},{"value":"7% - 15%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","ריהוט וציוד"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular"},{"value":"25% - 33%","comment_ref":null,"note_flag":true,"note_name":"רכוש קבוע","note_num":3,"note_ref":null,"period_type":null,"period_start":null,"period_end":null,"duration_type":null,"path":["שעורי פחת","מחשבים"],"path_source":null,"currency":null,"scale":null,"value_type":"percent","value_context":"tabular"}]} | |
You are a precise financial statement extraction system. Return only valid JSON that matches the required schema. | You are extracting financial-statement annotations from a single page image.
Return ONLY valid JSON.
Do NOT return markdown, code fences, comments, prose, or extra keys.
Return the exact page-level object shown below. Include only the selected page-meta and fact keys.
Selected page meta keys:
- entity_name, page_num, page_type, statement_type, title
Selected fact keys:
Exact schema:
{
"meta": {
"entity_name": "<string or null>",
"page_num": "<string or null>",
"page_type": "title|contents|declaration|statements|other",
"statement_type": "balance_sheet|income_statement|cash_flow_statement|statement_of_changes_in_equity|notes_to_financial_statements|board_of_directors_report|auditors_report|statement_of_activities|other_declaration|null",
"title": "<string or null>"
},
"facts": [
{
"value": "<string>",
"comment_ref": "<string or null>",
"note_flag": <true|false>,
"note_name": "<string or null>",
"note_num": "<integer or null>",
"note_ref": "<string or null>",
"period_type": "instant|duration|expected|null",
"period_start": "<YYYY-MM-DD|null>",
"period_end": "<YYYY-MM-DD|null>",
"duration_type": "recurrent|null",
"path": ["<string>", "..."],
"path_source": "observed|inferred|null",
"currency": "ILS|USD|EUR|GBP|null",
"scale": 1|1000|1000000|null,
"value_type": "amount|percent|ratio|count|points|null",
"value_context": "textual|tabular|mixed|null"
}
]
}
Rules:
1. Return only a single page-level object with `meta` and `facts`.
2. Extract only visible numeric/table facts. Do not emit standalone labels or headings as facts.
4. Preserve value text exactly as printed, including `%`, commas, parentheses, and dash placeholders.
5. Use JSON `null` for missing optional values. Do not emit the string `"null"`.
6. Keep UTF-8 Hebrew directly; do not escape it to unicode sequences.
7. Order facts top-to-bottom; within each row use right-to-left for Hebrew pages and left-to-right for English pages.
8. Keep `path` as a list of visible hierarchy labels; use `[]` when unknown.
9. Classify page type and statement type from visible page context only. | {"meta":{"entity_name":"אגודת ״מכבי רמת יצחק״","page_num":"6","page_type":"statements","statement_type":"notes_to_financial_statements","title":"באורים לדוחות הכספיים"},"facts":[{"value":"6041","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","מס ערך מוסף"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","מס ערך מוסף"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"51818","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","הכנסות מראש"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"50350","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","הכנסות מראש"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1070","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","המחאות לפרעון"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"9365","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","המחאות לפרעון"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4000","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","הוצאות לשלם"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3000","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","הוצאות לשלם"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62929","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["ההרכב","סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"62715","comment_ref":"4","note_flag":true,"note_name":"זכאים ויתרות זכות","note_num":4,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["ההרכב","סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"66000","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["מלגות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"5000","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["מלגות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"7500","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"3000","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["שירותים מקצועיים"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["אירוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1700","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["אירוע"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"2503","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["מסי עירייה ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["מסי עירייה ואגרות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"4081","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["משרדיות ואחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"-","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["משרדיות ואחזקה"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"20238","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"21237","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["פחת"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"283","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["שונות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"1805","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["שונות"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"100605","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2008-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"},{"value":"32742","comment_ref":"5","note_flag":true,"note_name":"עלות הפעילויות","note_num":5,"note_ref":null,"period_type":"instant","period_start":null,"period_end":"2007-12-31","duration_type":null,"path":["סה\"כ"],"path_source":null,"currency":"ILS","scale":1,"value_type":"amount","value_context":"tabular"}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.