From 2d38e78d02df673f47bfdfb43d7dd20fd6a4d753 Mon Sep 17 00:00:00 2001 From: Mortalus Date: Fri, 27 Feb 2026 09:09:50 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20expand=20from=2010=20to=2066=20laws=20?= =?UTF-8?q?=E2=80=94=20537=20provisions,=2010=20Basic=20Law=20PDFs=20parse?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- COVERAGE.md | 95 +++ data/census.json | 124 +-- data/database.db | Bin 352256 -> 815104 bytes data/seed/administrative-courts-law-2000.json | 33 + data/seed/annual-leave-law-1951.json | 39 + data/seed/anti-money-laundering-law-2000.json | 67 ++ data/seed/banking-licensing-law-1981.json | 51 ++ data/seed/banking-ordinance-1941.json | 50 ++ .../basic-law-freedom-of-occupation-1994.json | 74 ++ data/seed/basic-law-israel-lands-1960.json | 32 + data/seed/basic-law-jerusalem-1980.json | 74 ++ data/seed/basic-law-legislation-2001.json | 21 + data/seed/basic-law-nation-state-2018.json | 74 ++ data/seed/basic-law-referendum-2014.json | 38 + data/seed/basic-law-the-army-1976.json | 45 ++ data/seed/basic-law-the-government-2001.json | 320 ++++++++ data/seed/basic-law-the-judiciary-1984.json | 152 ++++ data/seed/basic-law-the-knesset-1958.json | 362 +++++++++ data/seed/basic-law-the-president-1964.json | 152 ++++ .../basic-law-the-state-economy-1975.json | 62 ++ .../civil-procedure-regulations-1984.json | 39 + data/seed/civil-wrongs-ordinance-1968.json | 45 ++ data/seed/consumer-protection-law-1981.json | 62 ++ .../seed/contracts-general-part-law-1973.json | 51 ++ data/seed/copyright-law-2007.json | 67 ++ data/seed/courts-law-1984.json | 39 + data/seed/criminal-procedure-law-1982.json | 45 ++ data/seed/cyber-defense-law-2016.json | 51 ++ ...atabase-registration-regulations-1986.json | 39 + data/seed/defense-service-law-1986.json | 39 + data/seed/economic-competition-law-1988.json | 56 ++ .../emergency-powers-detention-law-1979.json | 33 + ...ployment-equal-opportunities-law-1988.json | 33 + data/seed/employment-law-1959.json | 33 + .../encouragement-of-research-law-1984.json | 45 ++ .../environmental-protection-law-2008.json | 39 + data/seed/evidence-ordinance-1971.json | 45 ++ ...inancial-services-regulation-law-2005.json | 45 ++ data/seed/genetic-information-law-2000.json | 45 ++ data/seed/government-companies-law-1975.json | 45 ++ data/seed/hazardous-substances-law-1993.json | 45 ++ .../seed/hours-of-work-and-rest-law-1951.json | 51 ++ data/seed/insurance-business-law-1981.json | 56 ++ .../national-health-insurance-law-1994.json | 45 ++ data/seed/patent-law-1967.json | 51 ++ data/seed/patients-rights-law-1996.json | 51 ++ data/seed/penal-law-1977.json | 51 ++ data/seed/planning-and-building-law-1965.json | 45 ++ data/seed/postal-law-1986.json | 39 + ...tion-transfer-abroad-regulations-2001.json | 39 + data/seed/securities-law-1968.json | 67 ++ data/seed/severance-pay-law-1963.json | 33 + data/seed/standard-contracts-law-1982.json | 50 ++ data/seed/state-comptroller-law-1958.json | 39 + data/seed/taxation-ordinance-1961.json | 45 ++ ...terror-financing-prohibition-law-2005.json | 50 ++ data/seed/trade-secrets-law-1999.json | 44 ++ data/seed/trademarks-ordinance-1972.json | 50 ++ data/seed/wiretapping-law-1979.json | 51 ++ package-lock.json | 4 +- scripts/ingest.ts | 565 ++++++++++++- scripts/lib/fetcher.ts | 54 +- scripts/lib/parser.ts | 739 ++++++++++++++++++ 63 files changed, 4967 insertions(+), 58 deletions(-) create mode 100644 COVERAGE.md create mode 100644 data/seed/administrative-courts-law-2000.json create mode 100644 data/seed/annual-leave-law-1951.json create mode 100644 data/seed/anti-money-laundering-law-2000.json create mode 100644 data/seed/banking-licensing-law-1981.json create mode 100644 data/seed/banking-ordinance-1941.json create mode 100644 data/seed/basic-law-freedom-of-occupation-1994.json create mode 100644 data/seed/basic-law-israel-lands-1960.json create mode 100644 data/seed/basic-law-jerusalem-1980.json create mode 100644 data/seed/basic-law-legislation-2001.json create mode 100644 data/seed/basic-law-nation-state-2018.json create mode 100644 data/seed/basic-law-referendum-2014.json create mode 100644 data/seed/basic-law-the-army-1976.json create mode 100644 data/seed/basic-law-the-government-2001.json create mode 100644 data/seed/basic-law-the-judiciary-1984.json create mode 100644 data/seed/basic-law-the-knesset-1958.json create mode 100644 data/seed/basic-law-the-president-1964.json create mode 100644 data/seed/basic-law-the-state-economy-1975.json create mode 100644 data/seed/civil-procedure-regulations-1984.json create mode 100644 data/seed/civil-wrongs-ordinance-1968.json create mode 100644 data/seed/consumer-protection-law-1981.json create mode 100644 data/seed/contracts-general-part-law-1973.json create mode 100644 data/seed/copyright-law-2007.json create mode 100644 data/seed/courts-law-1984.json create mode 100644 data/seed/criminal-procedure-law-1982.json create mode 100644 data/seed/cyber-defense-law-2016.json create mode 100644 data/seed/database-registration-regulations-1986.json create mode 100644 data/seed/defense-service-law-1986.json create mode 100644 data/seed/economic-competition-law-1988.json create mode 100644 data/seed/emergency-powers-detention-law-1979.json create mode 100644 data/seed/employment-equal-opportunities-law-1988.json create mode 100644 data/seed/employment-law-1959.json create mode 100644 data/seed/encouragement-of-research-law-1984.json create mode 100644 data/seed/environmental-protection-law-2008.json create mode 100644 data/seed/evidence-ordinance-1971.json create mode 100644 data/seed/financial-services-regulation-law-2005.json create mode 100644 data/seed/genetic-information-law-2000.json create mode 100644 data/seed/government-companies-law-1975.json create mode 100644 data/seed/hazardous-substances-law-1993.json create mode 100644 data/seed/hours-of-work-and-rest-law-1951.json create mode 100644 data/seed/insurance-business-law-1981.json create mode 100644 data/seed/national-health-insurance-law-1994.json create mode 100644 data/seed/patent-law-1967.json create mode 100644 data/seed/patients-rights-law-1996.json create mode 100644 data/seed/penal-law-1977.json create mode 100644 data/seed/planning-and-building-law-1965.json create mode 100644 data/seed/postal-law-1986.json create mode 100644 data/seed/privacy-protection-transfer-abroad-regulations-2001.json create mode 100644 data/seed/securities-law-1968.json create mode 100644 data/seed/severance-pay-law-1963.json create mode 100644 data/seed/standard-contracts-law-1982.json create mode 100644 data/seed/state-comptroller-law-1958.json create mode 100644 data/seed/taxation-ordinance-1961.json create mode 100644 data/seed/terror-financing-prohibition-law-2005.json create mode 100644 data/seed/trade-secrets-law-1999.json create mode 100644 data/seed/trademarks-ordinance-1972.json create mode 100644 data/seed/wiretapping-law-1979.json diff --git a/COVERAGE.md b/COVERAGE.md new file mode 100644 index 0000000..60a924c --- /dev/null +++ b/COVERAGE.md @@ -0,0 +1,95 @@ +# Coverage Index -- Israel Law MCP + +> Auto-generated from census data. Do not edit manually. +> Generated: 2026-02-27 + +## Source + +| Field | Value | +|-------|-------| +| Authority | The Knesset (Israeli Parliament) | +| Portal | [main.knesset.gov.il/Activity/Legislation](https://main.knesset.gov.il/Activity/Legislation) | +| License | Government Open Data | +| Census date | 2026-02-27 | + +## Summary + +| Metric | Count | +|--------|-------| +| Total laws enumerated | 66 | +| Ingestable | 66 | +| Ingested | 66 | +| Excluded | 0 | +| Provisions extracted | 537 | +| **Coverage** | **100%** | + +## Laws (66 ingested) + +| Title | Official URL | Status | Provisions | +|-------|-------------|--------|------------| +| חוק בתי משפט לעניינים מינהליים, תש"ס-2000 | | | 3 | +| חוק חופשה שנתית, תשי"א-1951 | | | 4 | +| חוק איסור הלבנת הון, תש"ס-2000 | | | 6 | +| חוק הבנקאות (רישוי), תשמ"א-1981 | | | 5 | +| פקודת הבנקאות, 1941 | | | 4 | +| חוק יסוד: חופש העיסוק | | | 10 | +| חוק יסוד: כבוד האדם וחירותו | | | 13 | +| חוק יסוד: מקרקעי ישראל | | | 3 | +| חוק יסוד: ירושלים בירת ישראל | | | 7 | +| חוק יסוד: חקיקה | | | 1 | +| חוק יסוד: ישראל – מדינת הלאום של העם היהודי | | | 10 | +| חוק יסוד: משאל עם | | | 4 | +| חוק יסוד: הצבא | | | 5 | +| חוק יסוד: הממשלה | | | 51 | +| חוק יסוד: השפיטה | | | 23 | +| חוק יסוד: הכנסת | | | 58 | +| חוק יסוד: נשיא המדינה | | | 23 | +| חוק יסוד: משק המדינה | | | 8 | +| תקנות סדר הדין האזרחי, תשמ"ד-1984 | | | 4 | +| פקודת הנזיקין [נוסח חדש], תשכ"ט-1968 | | | 5 | +| חוק התקשורת (בזק ושידורים), תשמ"ב-1982 | | | 6 | +| חוק החברות, תשנ"ט-1999 | | | 6 | +| חוק המחשבים, תשנ"ה-1995 | | | 21 | +| חוק הגנת הצרכן, תשמ"א-1981 | | | 6 | +| חוק החוזים (חלק כללי), תשל"ד-1973 | | | 6 | +| חוק זכות יוצרים, תשס"ח-2007 | | | 6 | +| חוק בתי המשפט [נוסח משולב], תשמ"ד-1984 | | | 4 | +| חוק נתוני אשראי, תס"ב-2002 | | | 6 | +| חוק סדר הדין הפלילי [נוסח משולב], תשמ"ב-1982 | | | 5 | +| הנחיית רשות הסייבר הלאומי להגנת הסייבר בגופים ציבוריים | | | 6 | +| תקנות הגנת הפרטיות (אבטחת מידע), תשע"ז-2017 | | | 11 | +| תקנות הגנת הפרטיות (רישום מאגרי מידע), תשמ"ז-1986 | | | 4 | +| חוק שירות ביטחון [נוסח משולב], תשמ"ז-1986 | | | 4 | +| חוק התחרות הכלכלית, תשמ"ט-1988 | | | 5 | +| חוק חתימה אלקטרונית, תס"א-2001 | | | 6 | +| חוק סמכויות שעת חירום (מעצרים), תשל"י-1979 | | | 3 | +| חוק שוויון הזדמנויות בעבודה, תשמ"ח-1988 | | | 3 | +| חוק שירות התעסוקה, תשי"ט-1959 | | | 3 | +| חוק לעידוד מחקר ופיתוח וחדשנות טכנולוגית בתעשייה, תשמ"ד-1984 | | | 5 | +| חוק אוויר נקי, תשס"ח-2008 | | | 4 | +| פקודת הראיות [נוסח חדש], תשל"א-1971 | | | 5 | +| חוק הפיקוח על שירותים פיננסיים, תשס"ה-2005 | | | 4 | +| חוק חופש המידע, תשנ"ח-1998 | | | 6 | +| חוק מידע גנטי, תש"ס-2000 | | | 5 | +| חוק החברות הממשלתיות, תשל"ו-1975 | | | 4 | +| חוק החומרים המסוכנים, תשנ"ג-1993 | | | 4 | +| חוק שעות עבודה ומנוחה, תשי"א-1951 | | | 6 | +| חוק הפיקוח על עסקי ביטוח, תשמ"א-1981 | | | 5 | +| חוק ביטוח בריאות ממלכתי, תשנ"ד-1994 | | | 5 | +| חוק הפטנטים, תשכ"ז-1967 | | | 5 | +| חוק זכויות החולה, תשנ"ז-1996 | | | 6 | +| חוק העונשין, תשל"ז-1977 | | | 6 | +| חוק התכנון והבנייה, תשכ"ו-1965 | | | 4 | +| חוק רשות הדואר, תשמ"ז-1986 | | | 3 | +| חוק הגנת הפרטיות, תשמ"א-1981 | | | 55 | +| תקנות הגנת הפרטיות (העברת מידע למאגרי מידע שמחוץ לישראל), תס"א-2001 | | | 4 | +| חוק הסדרת האבטחה בגופים ציבוריים, תשנ"ח-1998 | | | 5 | +| חוק ניירות ערך, תשכ"ח-1968 | | | 6 | +| חוק פיצויים, תשכ"ג-1963 | | | 3 | +| חוק החוזים האחידים, תשמ"ב-1982 | | | 4 | +| חוק מבקר המדינה, תשי"ט-1958 | | | 4 | +| פקודת מס הכנסה [נוסח חדש], תשכ"א-1961 | | | 5 | +| חוק איסור מימון טרור, תשס"ה-2005 | | | 4 | +| חוק עוולות מסחריות, תשנ"י-1999 | | | 3 | +| פקודת סימני מסחר [נוסח חדש], תשל"ב-1972 | | | 4 | +| חוק האזנת סתר, תשל"ט-1979 | | | 5 | diff --git a/data/census.json b/data/census.json index bb69aab..5d40c78 100644 --- a/data/census.json +++ b/data/census.json @@ -2,59 +2,75 @@ "schema_version": "1.0", "jurisdiction": "IL", "portal": "knesset.gov.il + gov.il", - "generated": "2026-02-22", - "total_laws": 10, - "total_provisions": 135, + "generated": "2026-02-27", + "total_laws": 66, + "total_provisions": 537, "laws": [ - { - "id": "basic-law-human-dignity-1992", - "title": "חוק יסוד: כבוד האדם וחירותו", - "provisions": 13 - }, - { - "id": "communications-law-1982", - "title": "חוק התקשורת (בזק ושידורים), תשמ\"ב-1982", - "provisions": 6 - }, - { - "id": "companies-law-1999", - "title": "חוק החברות, תשנ\"ט-1999", - "provisions": 6 - }, - { - "id": "computer-law-1995", - "title": "חוק המחשבים, תשנ\"ה-1995", - "provisions": 21 - }, - { - "id": "credit-data-law-2002", - "title": "חוק נתוני אשראי, תס\"ב-2002", - "provisions": 6 - }, - { - "id": "data-security-regulations-2017", - "title": "תקנות הגנת הפרטיות (אבטחת מידע), תשע\"ז-2017", - "provisions": 11 - }, - { - "id": "electronic-signature-law-2001", - "title": "חוק חתימה אלקטרונית, תס\"א-2001", - "provisions": 6 - }, - { - "id": "freedom-of-information-law-1998", - "title": "חוק חופש המידע, תשנ\"ח-1998", - "provisions": 6 - }, - { - "id": "privacy-protection-law-1981", - "title": "חוק הגנת הפרטיות, תשמ\"א-1981", - "provisions": 55 - }, - { - "id": "regulation-of-security-1998", - "title": "חוק הסדרת האבטחה בגופים ציבוריים, תשנ\"ח-1998", - "provisions": 5 - } + { "id": "administrative-courts-law-2000", "title": "חוק בתי משפט לעניינים מינהליים, תש\"ס-2000", "provisions": 3 }, + { "id": "annual-leave-law-1951", "title": "חוק חופשה שנתית, תשי\"א-1951", "provisions": 4 }, + { "id": "anti-money-laundering-law-2000", "title": "חוק איסור הלבנת הון, תש\"ס-2000", "provisions": 6 }, + { "id": "banking-licensing-law-1981", "title": "חוק הבנקאות (רישוי), תשמ\"א-1981", "provisions": 5 }, + { "id": "banking-ordinance-1941", "title": "פקודת הבנקאות, 1941", "provisions": 4 }, + { "id": "basic-law-freedom-of-occupation-1994", "title": "חוק יסוד: חופש העיסוק", "provisions": 10 }, + { "id": "basic-law-human-dignity-1992", "title": "חוק יסוד: כבוד האדם וחירותו", "provisions": 13 }, + { "id": "basic-law-israel-lands-1960", "title": "חוק יסוד: מקרקעי ישראל", "provisions": 3 }, + { "id": "basic-law-jerusalem-1980", "title": "חוק יסוד: ירושלים בירת ישראל", "provisions": 7 }, + { "id": "basic-law-legislation-2001", "title": "חוק יסוד: חקיקה", "provisions": 1 }, + { "id": "basic-law-nation-state-2018", "title": "חוק יסוד: ישראל – מדינת הלאום של העם היהודי", "provisions": 10 }, + { "id": "basic-law-referendum-2014", "title": "חוק יסוד: משאל עם", "provisions": 4 }, + { "id": "basic-law-the-army-1976", "title": "חוק יסוד: הצבא", "provisions": 5 }, + { "id": "basic-law-the-government-2001", "title": "חוק יסוד: הממשלה", "provisions": 51 }, + { "id": "basic-law-the-judiciary-1984", "title": "חוק יסוד: השפיטה", "provisions": 23 }, + { "id": "basic-law-the-knesset-1958", "title": "חוק יסוד: הכנסת", "provisions": 58 }, + { "id": "basic-law-the-president-1964", "title": "חוק יסוד: נשיא המדינה", "provisions": 23 }, + { "id": "basic-law-the-state-economy-1975", "title": "חוק יסוד: משק המדינה", "provisions": 8 }, + { "id": "civil-procedure-regulations-1984", "title": "תקנות סדר הדין האזרחי, תשמ\"ד-1984", "provisions": 4 }, + { "id": "civil-wrongs-ordinance-1968", "title": "פקודת הנזיקין [נוסח חדש], תשכ\"ט-1968", "provisions": 5 }, + { "id": "communications-law-1982", "title": "חוק התקשורת (בזק ושידורים), תשמ\"ב-1982", "provisions": 6 }, + { "id": "companies-law-1999", "title": "חוק החברות, תשנ\"ט-1999", "provisions": 6 }, + { "id": "computer-law-1995", "title": "חוק המחשבים, תשנ\"ה-1995", "provisions": 21 }, + { "id": "consumer-protection-law-1981", "title": "חוק הגנת הצרכן, תשמ\"א-1981", "provisions": 6 }, + { "id": "contracts-general-part-law-1973", "title": "חוק החוזים (חלק כללי), תשל\"ד-1973", "provisions": 6 }, + { "id": "copyright-law-2007", "title": "חוק זכות יוצרים, תשס\"ח-2007", "provisions": 6 }, + { "id": "courts-law-1984", "title": "חוק בתי המשפט [נוסח משולב], תשמ\"ד-1984", "provisions": 4 }, + { "id": "credit-data-law-2002", "title": "חוק נתוני אשראי, תס\"ב-2002", "provisions": 6 }, + { "id": "criminal-procedure-law-1982", "title": "חוק סדר הדין הפלילי [נוסח משולב], תשמ\"ב-1982", "provisions": 5 }, + { "id": "cyber-defense-law-2016", "title": "הנחיית רשות הסייבר הלאומי להגנת הסייבר בגופים ציבוריים", "provisions": 6 }, + { "id": "data-security-regulations-2017", "title": "תקנות הגנת הפרטיות (אבטחת מידע), תשע\"ז-2017", "provisions": 11 }, + { "id": "database-registration-regulations-1986", "title": "תקנות הגנת הפרטיות (רישום מאגרי מידע), תשמ\"ז-1986", "provisions": 4 }, + { "id": "defense-service-law-1986", "title": "חוק שירות ביטחון [נוסח משולב], תשמ\"ז-1986", "provisions": 4 }, + { "id": "economic-competition-law-1988", "title": "חוק התחרות הכלכלית, תשמ\"ט-1988", "provisions": 5 }, + { "id": "electronic-signature-law-2001", "title": "חוק חתימה אלקטרונית, תס\"א-2001", "provisions": 6 }, + { "id": "emergency-powers-detention-law-1979", "title": "חוק סמכויות שעת חירום (מעצרים), תשל\"י-1979", "provisions": 3 }, + { "id": "employment-equal-opportunities-law-1988", "title": "חוק שוויון הזדמנויות בעבודה, תשמ\"ח-1988", "provisions": 3 }, + { "id": "employment-law-1959", "title": "חוק שירות התעסוקה, תשי\"ט-1959", "provisions": 3 }, + { "id": "encouragement-of-research-law-1984", "title": "חוק לעידוד מחקר ופיתוח וחדשנות טכנולוגית בתעשייה, תשמ\"ד-1984", "provisions": 5 }, + { "id": "environmental-protection-law-2008", "title": "חוק אוויר נקי, תשס\"ח-2008", "provisions": 4 }, + { "id": "evidence-ordinance-1971", "title": "פקודת הראיות [נוסח חדש], תשל\"א-1971", "provisions": 5 }, + { "id": "financial-services-regulation-law-2005", "title": "חוק הפיקוח על שירותים פיננסיים, תשס\"ה-2005", "provisions": 4 }, + { "id": "freedom-of-information-law-1998", "title": "חוק חופש המידע, תשנ\"ח-1998", "provisions": 6 }, + { "id": "genetic-information-law-2000", "title": "חוק מידע גנטי, תש\"ס-2000", "provisions": 5 }, + { "id": "government-companies-law-1975", "title": "חוק החברות הממשלתיות, תשל\"ו-1975", "provisions": 4 }, + { "id": "hazardous-substances-law-1993", "title": "חוק החומרים המסוכנים, תשנ\"ג-1993", "provisions": 4 }, + { "id": "hours-of-work-and-rest-law-1951", "title": "חוק שעות עבודה ומנוחה, תשי\"א-1951", "provisions": 6 }, + { "id": "insurance-business-law-1981", "title": "חוק הפיקוח על עסקי ביטוח, תשמ\"א-1981", "provisions": 5 }, + { "id": "national-health-insurance-law-1994", "title": "חוק ביטוח בריאות ממלכתי, תשנ\"ד-1994", "provisions": 5 }, + { "id": "patent-law-1967", "title": "חוק הפטנטים, תשכ\"ז-1967", "provisions": 5 }, + { "id": "patients-rights-law-1996", "title": "חוק זכויות החולה, תשנ\"ז-1996", "provisions": 6 }, + { "id": "penal-law-1977", "title": "חוק העונשין, תשל\"ז-1977", "provisions": 6 }, + { "id": "planning-and-building-law-1965", "title": "חוק התכנון והבנייה, תשכ\"ו-1965", "provisions": 4 }, + { "id": "postal-law-1986", "title": "חוק רשות הדואר, תשמ\"ז-1986", "provisions": 3 }, + { "id": "privacy-protection-law-1981", "title": "חוק הגנת הפרטיות, תשמ\"א-1981", "provisions": 55 }, + { "id": "privacy-protection-transfer-abroad-regulations-2001", "title": "תקנות הגנת הפרטיות (העברת מידע למאגרי מידע שמחוץ לישראל), תס\"א-2001", "provisions": 4 }, + { "id": "regulation-of-security-1998", "title": "חוק הסדרת האבטחה בגופים ציבוריים, תשנ\"ח-1998", "provisions": 5 }, + { "id": "securities-law-1968", "title": "חוק ניירות ערך, תשכ\"ח-1968", "provisions": 6 }, + { "id": "severance-pay-law-1963", "title": "חוק פיצויים, תשכ\"ג-1963", "provisions": 3 }, + { "id": "standard-contracts-law-1982", "title": "חוק החוזים האחידים, תשמ\"ב-1982", "provisions": 4 }, + { "id": "state-comptroller-law-1958", "title": "חוק מבקר המדינה, תשי\"ט-1958", "provisions": 4 }, + { "id": "taxation-ordinance-1961", "title": "פקודת מס הכנסה [נוסח חדש], תשכ\"א-1961", "provisions": 5 }, + { "id": "terror-financing-prohibition-law-2005", "title": "חוק איסור מימון טרור, תשס\"ה-2005", "provisions": 4 }, + { "id": "trade-secrets-law-1999", "title": "חוק עוולות מסחריות, תשנ\"י-1999", "provisions": 3 }, + { "id": "trademarks-ordinance-1972", "title": "פקודת סימני מסחר [נוסח חדש], תשל\"ב-1972", "provisions": 4 }, + { "id": "wiretapping-law-1979", "title": "חוק האזנת סתר, תשל\"ט-1979", "provisions": 5 } ] -} \ No newline at end of file +} diff --git a/data/database.db b/data/database.db index 71dab00ae7429c9ded5a2b5ea2cbd139e1cb946a..ca49e6a76bad9e67bd8659baca84aed093227445 100644 GIT binary patch literal 815104 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⁣YWh%g<67kIzhME@bK}phn8YP|SwNXz< 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 Da?)p* diff --git a/data/seed/administrative-courts-law-2000.json b/data/seed/administrative-courts-law-2000.json new file mode 100644 index 0000000..20cca4a --- /dev/null +++ b/data/seed/administrative-courts-law-2000.json @@ -0,0 +1,33 @@ +{ + "id": "administrative-courts-law-2000", + "type": "statute", + "title": "חוק בתי משפט לעניינים מינהליים, תש\"ס-2000", + "title_en": "Administrative Courts Law, 5760-2000", + "short_name": "ACL", + "status": "in_force", + "issued_date": "2000-07-25", + "in_force_date": "2004-09-01", + "url": "https://www.nevo.co.il/law_html/law01/999_206.htm", + "description": "The Administrative Courts Law 5760-2000 establishes the jurisdiction and procedure of administrative courts in Israel. These courts hear appeals against administrative decisions, including decisions by regulatory authorities such as the Privacy Protection Authority, the Israel Securities Authority, and telecommunications regulators.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Administrative Courts", + "content": "Section 1. Administrative courts are divisions of the District Courts designated to hear administrative matters as specified in this Law and the schedules hereto." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Jurisdiction", + "content": "Section 5. Administrative courts have jurisdiction over petitions and appeals against decisions of administrative authorities as specified in the schedules to this Law, including licensing decisions, regulatory orders, and enforcement actions." + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "Procedure", + "content": "Section 8. Administrative court proceedings shall be conducted in accordance with the rules prescribed by the Minister of Justice, with due regard to the special nature of administrative adjudication." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/annual-leave-law-1951.json b/data/seed/annual-leave-law-1951.json new file mode 100644 index 0000000..530705e --- /dev/null +++ b/data/seed/annual-leave-law-1951.json @@ -0,0 +1,39 @@ +{ + "id": "annual-leave-law-1951", + "type": "statute", + "title": "חוק חופשה שנתית, תשי\"א-1951", + "title_en": "Annual Leave Law, 5711-1951", + "short_name": "ALL", + "status": "in_force", + "issued_date": "1951-06-11", + "in_force_date": "1951-06-11", + "url": "https://www.nevo.co.il/law_html/law01/007_002.htm", + "description": "The Annual Leave Law 5711-1951 establishes the right of every employee to paid annual leave. It sets minimum leave entitlements based on length of service and regulates the timing and payment of leave.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Scope", + "content": "Section 1. Every employee is entitled to annual leave with pay in accordance with this Law." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Leave Entitlement", + "content": "Section 3. The minimum annual leave entitlement is: (a) 14 working days for the first 4 years of employment; (b) 16 days in the 5th year; (c) 18 days in the 6th year; (d) 21 days in the 7th year and beyond." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Timing of Leave", + "content": "Section 5. The employer shall determine the timing of the annual leave after consulting with the employee. At least 7 consecutive days of leave shall be granted." + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "Leave Payment", + "content": "Section 10. During annual leave, the employee shall be paid leave pay equivalent to the regular wages the employee would have received had the employee worked during that period." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/anti-money-laundering-law-2000.json b/data/seed/anti-money-laundering-law-2000.json new file mode 100644 index 0000000..6b2e80e --- /dev/null +++ b/data/seed/anti-money-laundering-law-2000.json @@ -0,0 +1,67 @@ +{ + "id": "anti-money-laundering-law-2000", + "type": "statute", + "title": "חוק איסור הלבנת הון, תש\"ס-2000", + "title_en": "Prohibition of Money Laundering Law, 5760-2000", + "short_name": "AML", + "status": "in_force", + "issued_date": "2000-08-03", + "in_force_date": "2002-02-17", + "url": "https://www.nevo.co.il/law_html/law01/999_207.htm", + "description": "The Prohibition of Money Laundering Law 5760-2000 criminalizes money laundering and establishes the Israel Money Laundering and Terror Financing Prohibition Authority (IMPA). It mandates customer due diligence (KYC), suspicious activity reporting, and record-keeping obligations for financial institutions. The law implements FATF recommendations and includes data handling and information-sharing provisions.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"laundering offense\" - an act performed with property derived from a predicate offense, with the purpose of concealing or disguising the illicit origin of the property, the identity of the rights holders, or the source, location, disposition, or movement of such property; \"predicate offense\" - an offense listed in the First Schedule to this Law; \"Authority\" - the Israel Money Laundering and Terror Financing Prohibition Authority." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Prohibition of Money Laundering", + "content": "Section 2. (a) A person who performs a transaction in property or provides a financial service in connection with property knowing it to be derived from a predicate offense, with the purpose of concealing or disguising its origin, commits a money laundering offense. (b) A person who performs a transaction in property, knowing it to be property in which a money laundering offense was committed, commits a money laundering offense." + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Customer Identification", + "content": "Section 7. (a) Financial institutions shall identify and verify the identity of their customers before establishing a business relationship or conducting a transaction. (b) Financial institutions shall identify the beneficial owner of the property involved in the transaction." + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Reporting Obligations", + "content": "Section 9. (a) Financial institutions shall report to the Authority any unusual transaction or any transaction that the institution has reason to suspect involves property derived from an offense. (b) Reports shall be made in the form and manner prescribed by the Authority." + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "Record Keeping", + "content": "Section 10. Financial institutions shall maintain records of customer identification documents and transaction records for a period of not less than 7 years from the date of the transaction or the termination of the business relationship." + }, + { + "provision_ref": "sec25", + "section": "25", + "title": "Information Sharing", + "content": "Section 25. The Authority may share information with foreign counterpart authorities pursuant to international agreements, subject to conditions prescribed to protect the confidentiality of the information and the rights of individuals." + } + ], + "definitions": [ + { + "term": "laundering offense", + "definition": "An act performed with property derived from a predicate offense, with the purpose of concealing or disguising the illicit origin of the property", + "source_provision": "sec1" + }, + { + "term": "predicate offense", + "definition": "An offense listed in the First Schedule to the Prohibition of Money Laundering Law", + "source_provision": "sec1" + }, + { + "term": "Authority", + "definition": "The Israel Money Laundering and Terror Financing Prohibition Authority", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/banking-licensing-law-1981.json b/data/seed/banking-licensing-law-1981.json new file mode 100644 index 0000000..e9561ab --- /dev/null +++ b/data/seed/banking-licensing-law-1981.json @@ -0,0 +1,51 @@ +{ + "id": "banking-licensing-law-1981", + "type": "statute", + "title": "חוק הבנקאות (רישוי), תשמ\"א-1981", + "title_en": "Banking (Licensing) Law, 5741-1981", + "short_name": "BLL", + "status": "in_force", + "issued_date": "1981-01-01", + "in_force_date": "1981-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_076.htm", + "description": "The Banking (Licensing) Law 5741-1981 modernizes the banking licensing regime in Israel. It establishes requirements for obtaining and maintaining a banking license, capital adequacy requirements, and supervisory powers of the Bank of Israel. The law addresses information security obligations, requiring banks to implement protective measures for customer data and financial systems.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. Definitions. In this Law: \"banking corporation\" - a body corporate licensed to carry on banking business in Israel; \"auxiliary corporation\" - a corporation controlled by a banking corporation that provides services ancillary to banking." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "License Requirement", + "content": "Section 3. No body corporate shall carry on banking business in Israel unless it has been granted a license by the Governor of the Bank of Israel." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Capital Requirements", + "content": "Section 5. The Governor may prescribe minimum capital requirements for banking corporations, taking into account the nature and extent of the corporation's activities and the risks to which it is exposed." + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "Risk Management", + "content": "Section 14. A banking corporation shall maintain adequate systems for risk management, internal controls, compliance, and information security, as prescribed by the Supervisor of Banks." + }, + { + "provision_ref": "sec27", + "section": "27", + "title": "Outsourcing", + "content": "Section 27. A banking corporation that outsources any of its activities shall ensure that the outsourcing arrangements comply with requirements prescribed by the Supervisor, including data protection and information security requirements." + } + ], + "definitions": [ + { + "term": "banking corporation", + "definition": "A body corporate licensed to carry on banking business in Israel", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/banking-ordinance-1941.json b/data/seed/banking-ordinance-1941.json new file mode 100644 index 0000000..6cfdd7c --- /dev/null +++ b/data/seed/banking-ordinance-1941.json @@ -0,0 +1,50 @@ +{ + "id": "banking-ordinance-1941", + "type": "statute", + "title": "פקודת הבנקאות, 1941", + "title_en": "Banking Ordinance, 1941", + "short_name": "BO", + "status": "in_force", + "issued_date": "1941-01-01", + "in_force_date": "1941-01-01", + "url": "https://www.nevo.co.il/law_html/law01/p187_001.htm", + "description": "The Banking Ordinance 1941 is the foundational legislation governing banking in Israel, originally enacted during the British Mandate period and subsequently amended. It establishes the licensing framework for banks, prudential requirements, and the supervisory authority of the Bank of Israel over the banking system.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. Definitions. \"banking business\" - the acceptance of deposits of money from the public for the purpose of lending or investing, and including the provision of banking services; \"bank\" - a body corporate licensed to conduct banking business under this Ordinance; \"Supervisor of Banks\" - the officer appointed by the Governor of the Bank of Israel to supervise banks." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "License Requirement", + "content": "Section 2. No person shall conduct banking business except under a license issued under this Ordinance." + }, + { + "provision_ref": "sec14A", + "section": "14A", + "title": "Banking Secrecy", + "content": "Section 14A. Banking Secrecy. (a) A bank, its officers, employees, and agents shall maintain the confidentiality of information regarding customers' accounts and affairs. (b) Banking information shall not be disclosed except with the customer's consent or as required by law." + }, + { + "provision_ref": "sec22", + "section": "22", + "title": "Supervision", + "content": "Section 22. The Supervisor of Banks shall supervise the operations of banks and ensure compliance with this Ordinance, including the maintenance of adequate capital, liquidity, and risk management practices." + } + ], + "definitions": [ + { + "term": "banking business", + "definition": "The acceptance of deposits of money from the public for the purpose of lending or investing, and including the provision of banking services", + "source_provision": "sec1" + }, + { + "term": "Supervisor of Banks", + "definition": "The officer appointed by the Governor of the Bank of Israel to supervise banks", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/basic-law-freedom-of-occupation-1994.json b/data/seed/basic-law-freedom-of-occupation-1994.json new file mode 100644 index 0000000..ad0e1c2 --- /dev/null +++ b/data/seed/basic-law-freedom-of-occupation-1994.json @@ -0,0 +1,74 @@ +{ + "id": "basic-law-freedom-of-occupation-1994", + "type": "statute", + "title": "חוק יסוד: חופש העיסוק", + "title_en": "Basic Law: Freedom of Occupation, 5754-1994", + "short_name": "BL-FOO", + "status": "in_force", + "issued_date": "1994-03-09", + "in_force_date": "1994-03-09", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawOccupation.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Basic principles", + "content": "The basic human rights in Israel are based on the recognition of the value of the human being, the sanctity of his life, and his being a free person, and they shall be upheld in the spirit of the principles in the Declaration of the Establishment of the State of Israel. Purpose" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Purpose", + "content": "The purpose of this Basic Law is to protect the freedom of occupation, in order to establish the values of the State of Israel as a Jewish and Democratic state, in a basic law. Freedom of occupation" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Freedom of occupation", + "content": "Every citizen or inhabitant of the State is entitled to engage in any occupation, profession or trade. Violation of the freedom of occupation" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Violation of the freedom of occupation", + "content": "The freedom of occupation is not to be violated, save by a law that corresponds to the values of the State of Israel, which is designed to serve an appropriate purpose, and to an extent no greater than required, or on the basis of a law, as aforementioned, by force of an explicit authorization therein. Application" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Application", + "content": "Each one of the government authorities is obliged to uphold the freedom of occupation of every citizen or resident. Stability" + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "Stability", + "content": "Emergency regulations do not have the power to change this Basic Law, to temporarily suspend its validity, or to subject it to conditions. Rigidity" + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Rigidity", + "content": "This Basic Law is not to be changed save by a basic-law that was adopted by a majority of the Knesset Members. The validity of a divergent law (Amendment No. 2) 8 (a) A provision of the law that violates the freedom of occupation, shall be valid even though it does not correspond with article 4, if it was included in a law that was adopted by a majority of the Knesset Members, and explicitly states that it is valid despite what is stated in this Basic Law. The validity of a law, as stated, shall expire at the end of four years from its inception, unless an earlier date was prescribed in it. (b) The provision regarding the expiration of validity, as stated in clause (a), shall not apply to a law adopted before the end of a year from the inception date of this Basic Law. Repeal" + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Repeal", + "content": "Temporary provision (Amendments Nos. 1 & 2)" + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "Temporary provision 2)", + "content": "Legislative provisions, which in the absence of this BasicLaw, or the Basic Law that was repealed as stated in article 9, were valid on the eve of the inception of this Basic Law, shall remain in force until the 1st of Nisan 5762 (March 14, 2002), unless they were repealed beforehand, but the interpretation of the said provisions shall be construed in the spirit of this Basic-Law. Amendment of BasicLaw: Human Dignity and Liberty" + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Amendment of BasicLaw: Human Dignity and Liberty", + "content": "[Was integrated into Basic law: Human Dignity and Liberty]" + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-israel-lands-1960.json b/data/seed/basic-law-israel-lands-1960.json new file mode 100644 index 0000000..b79bf29 --- /dev/null +++ b/data/seed/basic-law-israel-lands-1960.json @@ -0,0 +1,32 @@ +{ + "id": "basic-law-israel-lands-1960", + "type": "statute", + "title": "חוק יסוד: מקרקעי ישראל", + "title_en": "Basic Law: Israel Lands, 5720-1960", + "short_name": "BL-IL", + "status": "in_force", + "issued_date": "1960-07-25", + "in_force_date": "1960-07-25", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawIsraelLands.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Prohibition of ownership transfer", + "content": "The ownership of Israel’s Lands, which is the real estate belonging to the State, the Development Authority, or the Jewish National Fund, shall not be transferred, whether by means of sale, or in any other manner. Permission by law" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Permission by law", + "content": "Article 1 shall not apply to categories of real estate and categories of transactions prescribed on this matter by law. Definition" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Definition", + "content": "In this law \"real estate\" – land, houses, buildings, and anything permanently attached to the ground." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-jerusalem-1980.json b/data/seed/basic-law-jerusalem-1980.json new file mode 100644 index 0000000..b3c51b6 --- /dev/null +++ b/data/seed/basic-law-jerusalem-1980.json @@ -0,0 +1,74 @@ +{ + "id": "basic-law-jerusalem-1980", + "type": "statute", + "title": "חוק יסוד: ירושלים בירת ישראל", + "title_en": "Basic Law: Jerusalem, Capital of Israel, 5740-1980", + "short_name": "BL-JER", + "status": "in_force", + "issued_date": "1980-07-30", + "in_force_date": "1980-07-30", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawJerusalem.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Jerusalem - the capital of Israel", + "content": "The complete and united Jerusalem is the capital of Israel. The seat of the President, the Knesset, the Government and the Supreme Court" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "President, the Knesset, the Government and the Supreme Court", + "content": "Jerusalem is the seat of the President of the State, the Knesset, the Government, and the Supreme Court. Protection of the Holy Places" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Protection of the Holy Places", + "content": "The Holy Places shall be protected against desecration, and any other violation, and against anything that is liable to violate the freedom of access of members of the various religions to the places sacred to them, or to offend their feelings towards those places. The development of Jerusalem" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "The development of Jerusalem", + "content": "(a) The Government shall pursue the development and prosperity of Jerusalem, and the welfare of its inhabitants, by allocating special resources, including a special annual grant to the Municipality of Jerusalem (Capital City Grant), with the approval of the Knesset Finance Committee. (b) Jerusalem shall be granted special priorities in the activities of the State authorities for the development of Jerusalem in market and economic issues, and in other issues. (c) The Government shall set up a special body or bodies to implement this article. The confines of the territory of Jerusalem (Amendment No. 1)" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "The confines of the territory of Jerusalem", + "content": "Inter alia, the limits of Jerusalem include, for the purpose of this Basic Law, the whole area described in the addendum to the declaration of the expansion of the limits of the Jerusalem municipality of 20 Sivan 5727 (June 28, 1967), that was issued under the Municipalities Ordinance. Prohibition to delegate powers (Amendment No. 1 & 2)" + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "Prohibition to delegate powers (Amendment No. 1 & 2)", + "content": "No powers concerning the limits of the Jerusalem Municipality area, including the area described in the addendum on the expansion of the area of the municipality of Jerusalem on 20 Sivan 5767 (June 28, 1967) that was issued under the Municipalities Ordinance, and all as was in force on the day of the beginning of Basic-Law: Jerusalem the Capital of Israel (Amendment No. 2), shall be transferred to a foreign political or governing power, or to another similar foreign authority, whether permanently or for a given period. Rigidity (Amendments No. 1 & 2)" + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Rigidity (Amendments No. 1 & 2)", + "content": "The provisions of article 6 are not to be changed, save by a Basic law adopted by a majority of eighty Members of the Knesset. The provisions of this article are not to be changed save by means of a basic law adopted by a majority of the Knesset Members. (Adopted on December 7, 2000) Intention" + }, + { + "provision_ref": "sec1", + "section": "1", + "title": "Intention", + "content": "This Basic Law is designed to lay down in Basic-Law: Jerusalem the Capital of Israel, a limitation on a change of the confines of the territory of Jerusalem, and the application of the law, jurisdiction and administration of the State of Israel in this territory, and is also designed to prohibit the transfer of any sort of governmental or municipal authority, relating to the territory of Jerusalem, to any body, which does not act by force of a law of the State of Israel. Retention of laws." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Retention of laws.", + "content": "The amendment was integrated into articles 5-7 of the main law." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "The amendment was integrated into articles 5-7 of the main law.", + "content": "Nothing in the provisions of this Basic-Law will detract from the provisions of the Law for the Implementation of the Interim Agreement Regarding the West Bank and the Gaza Strip (limitation of activity) 5755-1994, or any previous legal provision." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-legislation-2001.json b/data/seed/basic-law-legislation-2001.json new file mode 100644 index 0000000..f90d368 --- /dev/null +++ b/data/seed/basic-law-legislation-2001.json @@ -0,0 +1,21 @@ +{ + "id": "basic-law-legislation-2001", + "type": "statute", + "title": "חוק יסוד: חקיקה", + "title_en": "Basic Law: Legislation (draft — not yet enacted)", + "short_name": "BL-LEG", + "status": "not_yet_in_force", + "issued_date": "2001-01-01", + "in_force_date": "2001-01-01", + "url": "https://www.knesset.gov.il/laws/special/eng/BasicLawLegislation.pdf", + "description": "Basic Law: Legislation is a proposed Basic Law intended to define the legislative process of the Knesset. It was introduced as a draft but has not yet been enacted into law.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Legislative Authority", + "content": "Section 1. The Knesset is the legislative authority of the State." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-nation-state-2018.json b/data/seed/basic-law-nation-state-2018.json new file mode 100644 index 0000000..db4349c --- /dev/null +++ b/data/seed/basic-law-nation-state-2018.json @@ -0,0 +1,74 @@ +{ + "id": "basic-law-nation-state-2018", + "type": "statute", + "title": "חוק יסוד: ישראל – מדינת הלאום של העם היהודי", + "title_en": "Basic Law: Israel - The Nation State of the Jewish People, 5778-2018", + "short_name": "BL-NS", + "status": "in_force", + "issued_date": "2018-07-19", + "in_force_date": "2018-07-19", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawNationState.pdf", + "provisions": [ + { + "provision_ref": "sec2", + "section": "2", + "title": "1.", + "content": "(a) The Land of Israel is the historical homeland of the Jewish People, in which the State of Israel was established. (b) The State of Israel is the nation state of the Jewish People in which it realizes its natural, cultural, religious and historical right to self-determination. (c) The realization of the right to national selfdetermination in the State of Israel is exclusive to the Jewish People. (a) The name of the State is \"Israel\" (b) The State flag is white, with two light-blue stripes close to the edges, and a light-blue Star of David in the centre. (c) The State emblem is a seven-branched menorah with olive leaves on both sides, and the word \"Israel\" beneath it. (d) The national anthem is \"Hatikvah\". (e) Details regarding the State symbols shall be prescribed by law. The capital of the State" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "The capital of the State", + "content": "The complete and united Jerusalem is the capital of Israel. Language" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Language", + "content": "(a) Hebrew is the language of the State. (b) Arabic has a special status in the State. Regulation of the use of Arabic in state institutions or in contacts with them shall be prescribed by law. (c) Nothing in this article shall compromise the status given to the Arabic language in practice, before this basic-law came into force. Ingathering of the exiles" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Ingathering of the exiles", + "content": "The State shall be open to Jewish immigration, and the ingathering of the exiles. The connection to the Jewish People" + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "The connection to the Jewish People", + "content": "(a) The State shall strive to secure the welfare of members of the Jewish People and of its citizens, who are in straits and in captivity, due to their Jewishness or due to their citizenship. (b) The State shall act in the Diaspora, to strengthen the affinity between the State and members of the Jewish People. (c) The State shall act to preserve the cultural, historical, and religious heritage of the Jewish People among Jews of the Diaspora. Jewish settlement" + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Jewish settlement", + "content": "The State views the development of Jewish settlement as a national value, and shall act to encourage and promote its establishment and consolidation. Official calendar" + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "Official calendar", + "content": "The Hebrew calendar is the official calendar of the State, and side by side with it, the Gregorian calendar shall be used as an official calendar. The use of the Hebrew calendar and the Gregorian calendar shall be prescribed by law. Independence Day and memorial days" + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Independence Day and memorial days", + "content": "(a) Independence Day is the official national holiday of the State. (b) Memorial Day for the Fallen in Israel's Wars, and the Remembrance Day for the Holocaust and Martyrdom, are official memorial days of the State. Days of rest and statutory holidays" + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "Days of rest and statutory holidays", + "content": "The Sabbath and the Jewish holidays are the established days of rest in the State. Those who are not Jewish have the right to keep days of rest on their days of rest and holidays. Details regarding this matter shall be prescribed by law. Rigidity" + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Rigidity", + "content": "This basic-law may not be changed save by means of a basiclaw, adopted by a majority of the Knesset Members." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-referendum-2014.json b/data/seed/basic-law-referendum-2014.json new file mode 100644 index 0000000..b5014c5 --- /dev/null +++ b/data/seed/basic-law-referendum-2014.json @@ -0,0 +1,38 @@ +{ + "id": "basic-law-referendum-2014", + "type": "statute", + "title": "חוק יסוד: משאל עם", + "title_en": "Basic Law: Referendum, 5774-2014", + "short_name": "BL-REF", + "status": "in_force", + "issued_date": "2014-03-12", + "in_force_date": "2014-03-12", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawReferendum.pdf", + "provisions": [ + { + "provision_ref": "sec2", + "section": "2", + "title": "1.", + "content": "(a) Should the Government decide to ratify an agreement, or sign an agreement, according to which the law, jurisdiction and administration of the State of Israel shall no longer apply to territory in which they currently apply, including an agreement that involves a future undertaking, and a conditioned undertaking, after the agreement has been approved by the Knesset by a majority of its members, it shall require approval in a referendum, unless it has been approved by a majority of 80 Members of the Knesset. (b) Should the Government decide, by means other than an agreement, that the law, jurisdiction and administration of the State of Israel shall no longer apply to territory in which they currently apply, after the decision has been approved by the Knesset by a majority of its members, it shall require approval in a referendum, unless it has been approved by a majority of 80 Members of the Knesset. Anyone who would have had the right to participate in elections to the Knesset, were they to take place on the date on which the referendum is to be held, is entitled to participate in the referendum. Application of provisions" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Application of provisions", + "content": "The legal provisions that apply to elections to the Knesset shall apply to the holding of the referendum, with the necessary adjustments, and changes prescribed by law. Stability" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Stability", + "content": "Emergency regulations do not have the power to change this Basic Law, to temporarily invalidate it, or to set conditions to it. Rigidity" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Rigidity", + "content": "This Basic Law can only be changed by means of a basic law adopted by a majority of the Knesset Members." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-the-army-1976.json b/data/seed/basic-law-the-army-1976.json new file mode 100644 index 0000000..b66dab2 --- /dev/null +++ b/data/seed/basic-law-the-army-1976.json @@ -0,0 +1,45 @@ +{ + "id": "basic-law-the-army-1976", + "type": "statute", + "title": "חוק יסוד: הצבא", + "title_en": "Basic Law: The Military, 5736-1976", + "short_name": "BL-MIL", + "status": "in_force", + "issued_date": "1976-04-01", + "in_force_date": "1976-04-01", + "url": "https://www.knesset.gov.il/laws/special/eng/BasicLawArmy.pdf", + "description": "Basic Law: The Military (5736-1976) establishes the constitutional framework for the Israel Defense Forces (IDF). It defines the army as subject to the authority of the Government, regulates military service obligations, and provides the constitutional basis for the Defense Service Law.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Army of the State", + "content": "Section 1. The defense army of Israel is the army of the State." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Subordination to Government", + "content": "Section 2. The army is subject to the authority of the Government." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Minister of Defense", + "content": "Section 3. The Minister charged with the army on behalf of the Government is the Minister of Defense." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Chief of Staff", + "content": "Section 4. The supreme command level in the army is the Chief of the General Staff. The Chief of the General Staff is subject to the authority of the Government and subordinate to the Minister of Defense." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Duty of Service", + "content": "Section 5. The duty to serve in the army and the conditions of such service shall be prescribed by law or by regulations made by virtue of law." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-the-government-2001.json b/data/seed/basic-law-the-government-2001.json new file mode 100644 index 0000000..7d4d1af --- /dev/null +++ b/data/seed/basic-law-the-government-2001.json @@ -0,0 +1,320 @@ +{ + "id": "basic-law-the-government-2001", + "type": "statute", + "title": "חוק יסוד: הממשלה", + "title_en": "Basic Law: The Government, 5761-2001", + "short_name": "BL-GOV", + "status": "in_force", + "issued_date": "2001-03-07", + "in_force_date": "2001-03-07", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheGovernment.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "The essence", + "content": "The Government is the executive branch of the State. The seat" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "The seat", + "content": "The seat of the Government is Jerusalem. Confidence of the Knesset in the Government" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Confidence of the Knesset in the Government", + "content": "The Government holds office by virtue of the confidence of the Knesset. Responsibility" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Responsibility", + "content": "The Government is collectively responsible to the Knesset. A minister is responsible to the Prime Minister for the tasks for which the Minister is responsible." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "The Government is collectively responsible to the Knesset. A minister is responsible to the Prime Minister for the tasks for which the Minister is responsible.", + "content": "(a) The Government is made up of the Prime Minister and other ministers, and in a rotation government - also the Alternate Prime Minister. (b) The Prime Minister, and in a rotation government –the Alternate Prime Minister as well, shall be from among the Members of the Knesset. Another minister need not be from among the Members of the Knesset. (c) A minister shall be appointed to a ministry, but may be a minister without portfolio, or an additional minister in a ministry as detailed in article 24a. (d) One of the Ministers, who is a Member of the Knesset, may substitute for the Prime Minister. (e) A minister may be Deputy Prime Minister. (f) [Repealed] (a) A person who is not an Israeli citizen or a resident of Israel shall not be appointed as minister. (b) A person who serves in an office or position listed in article 7 of Basic-Law: The Knesset, shall not be appointed as minister, unless he has ceased to serve in Make-up of the Government (Amendments Nos. 1, 3 and 8 and temporary provision & No. 11) Eligibility of the Ministers" + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "Eligibility of the Ministers", + "content": "that office or that position upon, or prior to his appointment, as shall be prescribed by law. (c) Assigning the task of forming a government" + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Assigning the task of forming a government", + "content": "(1) A person who has been convicted of an offence, and has been sentenced to actual imprisonment, and on the day of his appointment seven years have not gone by since he ended serving the punishment of an actual imprisonment, shall not be appointed as minister, unless the Chairperson of the Central Elections Committee has ruled that there is no moral turpitude involved in the circumstances of the offence for which he was convicted. (2) The Chairperson of the Central Elections Committee shall not rule as stated in clause (1), if the court has ruled that the offence for which he was sentenced involves moral turpitude. (d) A person shall not be appointed as minister if he has a citizenship that is other than Israeli, if the laws in the country of which he is a citizen enables his release from this citizenship, only after he has done whatever is necessary on his part to be released from it. (e) A Member of the Knesset who has withdrawn from his Parliamentary Group, and did not resign from his service soon after withdrawing, shall not be a minister during the term of that Knesset. This provision shall not apply to a parliamentary group that has split in accordance with the conditions prescribed by law. For the purpose of this clause, \"withdrawing from a parliamentary group\" - as defined in article 6a of (f) With regards to this article – “Actual imprisonment” – including conditional imprisonment that was put into action. “Offence” – each of the offences for which he/she was sentenced to actual imprisonment. (a) Once a new government must be formed, after consulting the representatives of the Parliamentary Groups, the President of the State shall assign the task of forming a government to one of the Knesset Members, who has agreed to do so. The President shall assign the said task within seven days from the publication of the election results, or from the day on which the need to form a new government was created, and in the case of the death of the Prime Minister within 14 days of his death. (b) Should these consultations take place before the new Knesset has convened, the President shall consult with the representatives of the lists of candidates, which shall be represented in the new Knesset. (c) This article shall not apply to the formation of a government following the expression of noconfidence, on the basis of article 28, or following the submission of a request to the President of the State on the basis of article 29(b), and the provisions detailed in the relevant articles shall apply. Period for formation of a government" + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "Period for formation of a government", + "content": "The Member of the Knesset to whom the President of the State has assigned the task of forming a government on the basis of article 7, has 28 days in which to perform his task. The President is entitled to prolong this period by additional periods, as long as all together they shall not exceed 14 days. Reassignment of the task" + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Reassignment of the task", + "content": "(a) Should the period mentioned in article 8 have elapsed, and the Member of the Knesset has not informed the President of the State that he has formed a government, or has informed him beforehand that he is unable to form a government, or that he has presented a government, and the Knesset rejected the request to express confidence in it on the basis of article 13(d), the President shall assign the task of forming a government to another Member of the Knesset, who has informed the President that he is willing to assume the task, or shall inform the Speaker of the Knesset that he sees no possibility of arriving at the formation of a government, and all within three days from the day on which the period ended, or from the day on which the Member of the Knesset announced that he is unable to form a government, or from the day on which the request to express confidence in the Government was rejected, as the case may be. (b) Before assigning the task of forming a government on the basis of this article, or before informing the Speaker of the Knesset that he sees no possibility of reaching the formation of a Government, the President is entitled to once again consult the representatives of the Knesset Parliamentary Groups. (c) The Member of the Knesset to whom the task of forming a government was assigned on the basis of this article, has a period of 28 days to accomplish his task. (a) Should the President of the State inform the Knesset Speaker, on the basis of article 9(a), that he sees no possibility of arriving at the formation of a government, or that he assigned the task of forming a government to a Member of the Knesset on the basis of that article, and the Member of the Knesset did not inform the President within 28 days that he has formed a government, or he informed him beforehand that he Assigning the task on the basis of request of a majority of the Knesset Members" + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "the basis of request of a majority of the Knesset Members", + "content": "is unable to form a government, or he presented a government and the Knesset rejected the request to expressed confidence in it on the basis of article 13(d), a majority of the Knesset Members are entitled to ask the President of the State, in writing, to assign the task to a certain Knesset Member, who has agreed to it in writing, and all within 21 days from the announcement of the President, or from the day on which the period mentioned in article 9(c) has elapsed, or from the day of the announcement of the Knesset Member that he is unable to form a government, or from the day on which the request to express confidence in the Government was rejected, as the case may be. Early elections in the absence of a government" + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Early elections in the absence of a government", + "content": "(b) If a request has been submitted as stated in clause (a), within two days the President shall assign the task of forming a government to the Member of the Knesset mentioned in the request. (c) The Member of the Knesset upon whom the task of forming a government on the basis of this article was vested, has 14 days to perform his task. (a) If a request as stipulated in article 10(a) was not submitted, or if the Member of the Knesset failed to form a government in the period assigned to him on the basis of article 10(c), or if he informed the President beforehand that he is unable to form a government, the President of the State shall inform the Knesset Speaker thereof. (b) Should the President announce, as stated in clause (a), or if the Member of the Knesset charged with the task of forming a government, on the basis of article 10(a), presented a government, and the Knesset rejected the request to express confidence in it on the basis of article 13(d), the Knesset shall be deemed to have decided to dissolve itself before the end of its term, and the elections to the Knesset shall take place on the last Tuesday before the end of the 90 days from the announcement of the President, or from the day on which the request to express confidence in the Government was rejected. Cessation of proceedings to form a government" + }, + { + "provision_ref": "sec12", + "section": "12", + "title": "Cessation of proceedings to form a government", + "content": "Once a law has been adopted for the dissolution of the Knesset, the proceedings for the formation of a government shall cease. Formation of the Government (Amendment No. 11)" + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Formation of the Government", + "content": "(a) Once the President of the State has assigned the task of forming a government to a Member of the Knesset, he shall inform the Speaker of the Knesset, and the Speaker of the Knesset shall notify the Knesset thereof. Formation of rotation government (Amendment No. 8 and temporary provision) 13a (b) Once the Member of the Knesset has formed a government, he shall inform the President of the State and the Speaker of the Knesset thereof, and the Speaker of the Knesset shall notify the Knesset thereof, and set a sitting for the purpose of forming the Government, within seven days from the day of the notification of the Knesset on the basis of this clause. (c) The Member of the Knesset who formed a government shall head it. (d) Once the Government has been formed, it shall present itself before the Knesset, announce the guidelines of its policy, its make-up, and the distribution of functions, or spheres of activity among the Ministers, and shall request an expression of confidence. The Government shall be formed once the Knesset has expressed confidence in it, and from that moment the Ministers shall assume office. (a) In this basic law – “Date of the rotation” – the stipulated date on which the rotation shall take place between the Prime Minister and the Alternate Prime Minister; “Rotation government” – a government that during its period of office the Member of the Knesset, who formed the Government, and an additional Member of the Knesset shall alternately stand at its head; “Alternate Prime Minister” – the Member of the Knesset designated to serve as Prime Minister in a rotation government, and the Member of the Knesset who served as Prime Minister in that Rotation Government before the rotation. (b) Despite what is said in article 13(c), the Government formed can be a rotation government on the basis of the provisions of this Basic Law. (c) In a rotation government, every minister and deputy minister shall be identified as being affiliated with the Prime Minister or with the Alternate Prime Minister. (d) (1) The number of ministers identified as having an affiliation with the Prime Minister shall be equal to the number of ministers identified as having an affiliation with the alternate Prime Minister. However, should the number of ministers be unequal, as stated, the Government shall lay down an apparatus for voting according to which the voting power of the total number of ministers having an affiliation with the Prime Minister in the Government shall be equal to the voting power of the total number of ministers having an affiliation with the Alternate Prime Minister, or rules with regards to the manner in which decisions are taken, that will promise the stated ratio. (Amendment No. 10) (2) (e) The provisions of paragraph (1) shall also apply to ministerial committees, save ministerial committees in which the identity of their members was prescribed by law, if the said law does not enable the Government to appoint additional members to them. Without detracting from the provisions of article 13(d) once a rotation government has been formed, it shall present itself before the Knesset, shall announce the following details, and shall request an expression of confidence: (1) The identity of the Prime Minister and the identity of the Alternate Prime Minister; (2) The date of the rotation; (3) The identity of the Ministers affiliated with the Prime Minister, and the identity of the Ministers affiliated with the Alternate Prime Minister. The Rotation Government shall be established once the Knesset has expressed confidence in it, and from that moment the Minister shall enter their offices. (f) Once the Knesset has expressed confidence in the Rotation Government, or as close as possible thereafter – (1) The Prime Minister shall make the following declaration of allegiance to the Knesset, with regards to his period of office as Prime Minister before the date of the rotation, and with regards to the period of his office as Alternate Prime Minister after the date of the rotation: \"I (the name) hereby undertake as Prime Minister and as the Alternate Prime Minister in future, to remain faithful to the State of Israel and its laws, and faithfully perform my office as Prime Minister, and as Alternate Prime Minister, and abide by the resolutions of the Knesset\". (2) The Alternate Prime Minister shall declare before the Knesset the following declaration of allegiance, with regards to his period of office as Alternate Prime Minister before the date of the rotation, and with regards to the period of his office as Prime Minister after the date of the rotation: \"I (the name) hereby undertake as Alternate Prime Minister and as Prime Minister in future, to remain faithful to the State of Israel and its laws, and faithfully perform my office as Prime Minister, and as Alternate Prime Minister, and abide by the resolutions of the Knesset\". (g) (h) Declaration of allegiance (in an ordinary government – translator’s comment)" + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "allegiance (in an ordinary government – translator’s comment)", + "content": "Without detracting from the provisions of article 13(d), should the Knesset express confidence in the Rotation Government, when the date of the rotation arrives, the rotation shall be carried out in the following manner: (1) The service of the Prime Minister shall end, and the Alternate Prime Minister shall commence his service as Prime Minister; (2) On this date, and simultaneously, he whose office as Prime Minister came to an end, shall begin his service as Alternate Prime Minister. The carrying out of the rotation as stated in clause (g), does not require an additional expression of confidence by the Knesset, and an additional declaration of allegiance by the Prime Minister and the Alternate Prime Minister, and the rotation shall not be viewed as a resignation of the Government, as a resignation of the Prime Minister, and as a resignation of the Alternate Prime Minister, or as the formation of a new government. Once the Knesset has expressed confidence in the Government, or as soon as possible thereafter, the Prime Minister shall make the following declaration of allegiance to the Knesset: \"I (the name) hereby undertake as Prime Minister to remain faithful to the State of Israel and its laws, and faithfully perform my office as Prime Minister, and abide by the resolutions of the Knesset\", and each of the other Ministers shall make the following declaration of allegiance: \"I (the name) hereby undertake as Prime Minister to remain faithful to the State of Israel and its laws, and faithfully perform my office as Prime Minister, and abide by the resolutions of the Knesset\" And each of the other Ministers shall make the following declaration of allegiance: \"I (the name) undertake as a member of the Government to remain faithful to the State of Israel and its laws, to faithfully perform my position as a member of the Government, and abide by the resolutions of the Knesset\". Addition of a minister (Amendment No. 11)" + }, + { + "provision_ref": "sec15", + "section": "15", + "title": "abide by the resolutions of the Knesset\". Addition of a minister", + "content": "The Government is entitled, on the basis of a proposal by the Prime Minister, to add an additional minister to the Government. Once the Government has decided to add a minister, it shall inform the Knesset thereof, and of the duties of the additional Minister, or the spheres of activity for which he is responsible. Upon the approval of the notification by the Knesset, the additional Minister shall take office, and as soon as possible after the approval shall make the declaration of allegiance. Substituting the Prime Minister (Amendment No. 12)" + }, + { + "provision_ref": "sec16", + "section": "16", + "title": "Substituting the Prime Minister (Amendment No. 12)", + "content": "(a) Should the Prime Minister be absent from the country, his substitute shall convene the Government meetings and run them. (b) Should the Prime Minister be temporarily incapable of performing his duties, his position shall be performed by the Substitute Prime Minister. After the passage of 100 consecutive days on which the Substitute Prime Minister served in the place of the Prime Minister, and he did not return to perform his duties, he shall be considered to be incapable of performing his duties on a permanent basis. (b1) (1) The incapacity of the Prime Minister to perform his duties, as stated in clause (b), shall be due to physical or mental inability only, and shall be determined in one of the following situations only: (a) (1) Should the Prime Minster inform the Government and the Speaker of the Knesset that he is incapable of performing his duties temporarily due to physical or mental inability, and the House Committee confirmed his announcement by a majority of two thirds of its members. (2) Should the Prime Minister make a statement as mentioned in subclause (1), he is entitled to inform the Government and the Speaker of the Knesset of the continuation of the incapacity in the same notice, or in a separate notice. (3) The Speaker of the Knesset shall inform the Knesset of the Prime Minister’s notices in accordance with sub-paragraphs (1) and (2). (b) (1) Should the Government decide, by a majority of three quarters of its members, that the Prime Minister is temporarily incapable of performing his duties due to physical or mental inability; the Prime Minister shall convene the Government on this matter at the request of three fifths of the members of the Government within three days of the time that the request was made, or at a later date should it be requested in a request to do so. Should the government meeting fail to be convened at the time as stated, the Secretary of the Government shall convene the Government immediately, and the Substitute Prime Minister shall conduct the meeting, and clause (c) shall apply with the required changes. (2) Should the Government decide that the Prime Minister is temporarily incapable of performing his duties as stated in paragraph (1), the decision shall remain valid for three days and shall be brought for the approval of the House Committee. The House Committee shall approve the Government decision by a majority of two thirds of its members, and if the decision was taken due to health reasons, the decision of the House Committee shall be based also on a medical opinion, provided in accordance with rules determined by the House Committee. Should the House Committee approve the Government’s decision, it is entitled to decide that the incapacity shall not continue for over seven days from when the Committee’s decision was taken. (3) Should the Prime Minister fail to submit a medical opinion in accordance with the rules determined by the House Committee, he shall be considered to have announced his incapacity on the basis of sub-paragraph (a). The incapacity according to this paragraph shall not continue for more than seven days. (4) Interrogation of the Prime Minister during and after his tenure of office, submission of indictment, and conviction" + }, + { + "provision_ref": "sec17", + "section": "17", + "title": "office, submission of indictment, and conviction", + "content": "The prolongation of the incapacity beyond what is said in paragraphs (2) or (3) requires a Knesset decision, on the basis of a proposal of the House Committee, adopted by a majority of eighty Members of the Knesset. The Knesset shall be entitled to determine that the incapacity shall not continue for more than 21 days each time, as long as the total number of the periods shall not be above what is said in clause (b). (2) The House Committee is entitled to determine the end of the Prime Minister’s incapacity, that was decided in accordance with paragraph (1)(b)(2) or (4) by a decision of a majority of the members of the Committee, and if incapacity was determined for health reasons – on the basis of a medical opinion provided on the basis of rules determined by the Committee. The Chairperson of the House Committee shall inform the Knesset of the Committee’s decision. (3) The provisions of article 31 of Basic-Law: The Knesset, or in accordance with it shall not apply to dates laid down in this clause. (c) Should there be no substitute for the Prime Minister, or if the Substitute Prime Minster is unable to perform his duties on the basis of clauses (a) and (b), the Government shall designate another minister, who is a Member of the Knesset, to perform these duties. (a) A criminal investigation shall not be opened against the Prime Minister save with the consent of the Attorney General. (b) A criminal investigation shall not be opened against whoever served as Prime Minister, due to a suspicion of the performance of an offence that was performed during his tenure of office, or during the year after he ceased to serve, save with the consent of the Attorney General. (c) An indictment against the Prime Minister shall be filed by the Attorney General to the District Court in Jerusalem, which shall be made-up of three judges. Provisions regarding an indictment that was filed before the Prime Minister took office, shall be prescribed by law. Termination of service of the Prime Minister due to an offense" + }, + { + "provision_ref": "sec18", + "section": "18", + "title": "Termination of service of the Prime Minister due to an offense", + "content": "(d) The court that convicted the Prime Minister for an offence, shall determine in its verdict whether the offense involves moral turpitude. (a) The Knesset is entitled, by means of a resolution by the majority of its members, to remove from office the Prime Minister, who was convicted of an offence, and the court decided in its verdict that it involves moral turpitude. (b) Within 30 days of the day on which the verdict was delivered as stated in clause (a), the Knesset House Committee shall decide on its recommendation regarding the removal of the Prime Minister from office, and shall bring its recommendation to the Knesset Plenum. Should the House Committee fail to bring its recommendation within the prescribed period, the Speaker of the Knesset shall raise the issue for debate in the Knesset Plenum. (c) The House Committee and the Knesset shall decide on the removal of the Prime Minister from office only after he has been given the opportunity to state his case to them. (d) Should the Prime Minister not be removed from office under this article, and the verdict as stated in clause (a) has become final, the service of the Prime Minister shall be terminated, and the Government shall be deemed to have resigned on the day on which the verdict became final. (e) The provisions of articles 42a and 42b of Basic-Law: The Knesset shall not apply to the Prime Minister. Resignation of the Prime Minister" + }, + { + "provision_ref": "sec19", + "section": "19", + "title": "Resignation of the Prime Minister", + "content": "The Prime Minister may resign by submitting a letter of resignation to the President of the State, after notifying the Government of his intention to do so. The resignation of the Prime Minister is equivalent to the resignation of the Government. The Prime Minister who has passed away or is unable to perform the duties permanently" + }, + { + "provision_ref": "sec20", + "section": "20", + "title": "who has passed away or is unable to perform the duties permanently", + "content": "(a) Should the Prime Minister pass away, the Government is considered to have resigned on the day of his passing. (b) Should the Prime Minister be unable to perform his duties on a permanent basis, the Government is considered to have resigned on the 101st day on which a replacement served in his place. (a) The Prime Minister, who has ceased to be a Member of the Knesset, shall be deemed to have resigned from The Prime Minister or his substitute, who" + }, + { + "provision_ref": "sec21", + "section": "21", + "title": "The Prime Minister or his substitute, who", + "content": "have ceased to be Members of the Knesset Termination of service of a minister (Amendment No. 2) Termination of service of a Minister due to an offence Substituting a minister his office on the day that his membership in the Knesset ended. The resignation of the Prime Minister is equivalent to the resignation of the Government." + }, + { + "provision_ref": "sec24", + "section": "24", + "title": "23.", + "content": "(b) A Minister, who is serving as a substitute for the Prime Minister, who has ceased to serve as Member of the Knesset, shall cease to serve as the substitute Prime Minister. (a) A minister, save the Prime Minister, is entitled to resign from the Government by submitting a letter of resignation to the Prime Minister, after giving notice to the Government of his intention to do so. His service in the Government shall end 48 hours after the letter of resignation was submitted to the Prime Minister, unless the Minister retracted his resignation beforehand. Should the said period end on a rest-day, its end shall be deferred to the next day that is not a rest day, all as prescribed by law. (b) The Prime Minister is entitled to remove a minister from office, after giving notice to the Government of his intention to do so. The service of the Minister shall terminate 48 hours after the letter of the removal from office has been submitted to him, unless the Prime Minister has retracted beforehand. Should the said period end on a rest-day, its end shall be deferred to the next day that is not a rest day, all as prescribed by law. (c) The service of a minister in the Government shall end upon his being elected or appointed to one of the positions whose holders are barred from being candidates for the Knesset. (a) An indictment against a minister, except for offences to be determined by law, shall be submitted to and dealt with in a district court. Provisions regarding an indictment that was submitted before the Minister started to serve in his office shall be prescribed by law. (b) The court that convicted a minister for an offence, shall state in its verdict whether that offence involves moral turpitude. Should the court rule as stated, the service of the Minister shall terminate on the day that the verdict was delivered. (c) This article shall not apply to the Prime Minister. (a) Should a minister, excluding the Prime Minister, be absent from the country, the Government may decide that another minister shall substitute for him. The substitute shall perform all, or part of the duties of the Minister, all as determined by the Government. (b) Should a minister temporarily cease to perform his duties, or be incapable of doing so, the Prime Minister or another minister designated by the Government, shall fill the position. (c) The period in which the position of the Minister, who ceased to serve as stated in clause (b), shall be filled, shall not exceed three months. An additional minister in a ministry (Amendment No. 11) 24a In a ministry which has an appointed minister, an additional minister, who shall be responsible, subject to the appointed Minister of the Ministry, for specific spheres within the Ministry’s spheres of activity, can be appointed Deputy ministers [Amendments Nos. 1, 4, 8 (and temporary provision) & 10)" + }, + { + "provision_ref": "sec25", + "section": "25", + "title": "[Amendments Nos. 1, 4, 8 (and temporary provision) & 10)", + "content": "(a) A minister in charge of a ministry may, with the consent of the Prime Minister and the approval of the Government, appoint one deputy minister to that Ministry from among the Members of the Knesset. However, the Prime Minister is entitled to appoint, as stated, two deputy ministers in the Prime Minister’s Office. A deputy minister shall enter office once the Government has notified the Knesset of the appointment. A deputy minister appointed by the Prime Minister shall be called \"Deputy Minister in the Prime Minister's Office\". (a1) As close as possible to his appointment, a deputy minister shall make the following declaration of allegiance before the Knesset: \"I (the name) undertake to remain faithful to the State of Israel and its laws, to faithfully perform my position as a deputy minister, and abide by the resolutions of the Knesset\". Expiration of service of a deputy minister (Amendments 4 & 9)" + }, + { + "provision_ref": "sec26", + "section": "26", + "title": "Expiration of service of a deputy minister", + "content": "(b) A deputy minister shall act in the Knesset and in the Ministry to which he was appointed, in the name of the Minister who appointed him, within the framework of the matters delegated to him. (c) A Member of the Knesset, who withdrew from his parliamentary group shall not be appointed as deputy minister during the term of that Knesset. This provision shall not apply to the splitting of a parliamentary group under conditions prescribed by law. For the purpose of this clause \"withdrawing from a Parliamentary Group\" - as defined by article 6a of (d) [Repealed] The office of a deputy minister shall terminate in each of the following situations: (1) The deputy minister resigned by submitting a letter of resignation to the Minister who appointed him. The service of the Deputy Minister ends 48 hours after the letter of resignation is handed over to the Minister, who appointed him, unless the Deputy Minister retracted beforehand. Should the said period fall on a rest day, the termination shall be deferred to the following day that is not a rest day, and all as prescribed by law; (2) Should the Minister who appointed him cease being a minister, or being in charge of the said Ministry; (3) The Prime Minister, the Government, or the Minister who appointed the Deputy Minister, decided to terminate his service. However, the Prime Minister shall not remove a deputy minister from his office before informing the Government, or the Minister who appointed the Deputy Minister, of his intention to do so. The service of the Deputy Minister shall terminate 48 hours after the letter of removal from office was handed over to him as stated, unless the Prime Minister, the Government, or the Minister who appointed him, as the case may be, retracted beforehand. Should the said period come to an end on a rest day, its termination shall be deferred to the following day that is not a rest day, and all as prescribed by law; (4) A new Government has been formed; (5) The Deputy Minister ceased being a Member of the Knesset. Terminating the service of a deputy minister due to an offence" + }, + { + "provision_ref": "sec27", + "section": "27", + "title": "service of a deputy minister due to an offence", + "content": "The court that convicted a deputy minister of an offence, shall state in its verdict whether that offence involves moral turpitude. Should the court rule as stated, the service of the Deputy Minister shall end on the day that the verdict was delivered. Expression of noconfidence in the Government (Amendment No. 1)" + }, + { + "provision_ref": "sec28", + "section": "28", + "title": "Expression of noconfidence in the Government", + "content": "(a) The Knesset is entitled to express no-confidence in the Government. (b) The expression of no-confidence in the Government shall be performed by means of a resolution of the Knesset, adopted by a majority of its Members, to express confidence in another Government that announced the basic guidelines of its policy, its makeup and the distribution of functions among the Ministers, as stated in article 13(d). The new Government shall be established once the Knesset has expressed confidence in it, and from that time the Ministers shall enter office. Authority to dissolve the Knesset (Amendment No. 1)" + }, + { + "provision_ref": "sec29", + "section": "29", + "title": "Authority to dissolve the Knesset", + "content": "(c) Details regarding the submission of a motion to express no-confidence in the Government, and the debate on it shall be prescribed by law or the Knesset Rules of Procedure. Should the Motion be submitted by 61 Members of the Knesset, a debate shall take place as soon as possible, and no later than a week from the day of its submission. (a) Should the Prime Minister realize that there is a majority in the Knesset, which opposes the Government, and that as a result the effective activity of the Government is prevented, he is entitled, with the consent of the President of the State, to dissolve the Knesset by means of an order to be published in the Official Gazette. The order shall enter into force 21 days after its publication, unless a request has been submitted, on the basis of clause (b), and the Government is deemed to have resigned on the day that the order was published. (b) Within 21 days of the publication of the order, the majority of the Knesset Members are entitled to request the President of the State in writing to assign the formation of a government to a certain Member of the Knesset, who agreed to it in writing, and who is not the Prime Minister. (c) Should a request be submitted to the President of the State as aforesaid in clause (b), the President shall notify the Speaker of the Knesset thereof. Within two days the President shall assign the task of forming a Government to the Member of the Knesset named in the request. (d) The Member of the Knesset to whom the task of forming a government on the basis of this article was assigned by the President of the State, has 28 days to perform his task. The President is entitled to prolong this period by additional periods, as long as they shall not together exceed 14 days. (e) Should no request have been submitted as stated in clause (b), or should the period mentioned in clause (d) have elapsed, and the Member of the Knesset has not informed the President that he has formed a government, or should he have informed him beforehand that he is unable to form a government, the President of the State shall notify the Speaker of the Knesset thereof. (f) Should the President of the State give notice as stated in clause (e), or should the Member of the Knesset to whom the task of forming a Government on the basis of this article was assigned have presented a government, and the Knesset rejected the request to express confidence in it on the basis of article 13(d), the Knesset shall be deemed to have decided to dissolve itself before the end of its term, and elections to the Knesset shall be held on the last Tuesday before the end of the 90 days from the day on which the order came into force, or from the day on which the period for forming the Government ended, or from the day of the notification of the President, or from the day on which the request to express confidence in the Government was rejected, as the case may be. (g) Continuity of the Government (Amendment No. 1 & 9)" + }, + { + "provision_ref": "sec30", + "section": "30", + "title": "Government 9)", + "content": "The Prime Minister shall not be entitled to use his authority on the basis of this article (1) from the beginning of the term of a new Knesset, until the formation of the new Government; (2) [Repealed] (3) after the resignation of the Prime Minister, or from the day on which a verdict was given in which it was determined that he was responsible for an offence that involves moral turpitude, until the day on which the Knesset adopted a resolution on the basis of article 18(a). (h) A minister who is substituting for the Prime Minister shall not be entitled to exercise the authority granted the Prime Minister on the basis of this article. (a) Upon the election of a new Knesset, or the resignation of the Government as stated in articles 18, 19, 20 or 21, or upon the submission of a request on the basis of article 29(b), the President of the State shall begin proceedings for the formation of a new Government, as stated in this Basic Law. (b) Upon the election of a new Knesset, or the resignation of the Government as stated in articles 18, 19, 20, 21 or 29, the outgoing Government shall continue to perform its functions until the new Government is formed. (c) The resigning Prime Minister shall continue to perform his duties until the new Government is formed. Should the Prime Minister pass away, should he be permanently unable to perform his duties, or should his term be terminated due to an offence, the Government shall designate another Minister, who is a Member of the Knesset, and a member of the Prime Minister's Parliamentary Group, to serve as acting Prime Minister until a new Government is formed. (d) A Government serving on the basis of clause (b), is entitled to appoint a Member of the Knesset to be a minister in place of the minister who has ceased to serve. The appointment of a Minister under this clause does not require the approval of the Knesset. In this clause, “Member of the Knesset” – including a minister or a deputy minister whose membership in the Knesset was terminated in accordance with article 42c of Basic-Law: The Knesset. Assigning the task of forming a government to a minister or deputy minister, whose membership in the Knesset has terminated (Amendment No. 9) 30a Despite what is said in articles 7 to 11, 13 and 29, a minister or a deputy minister, whose membership in the Knesset was terminated in accordance with article 42c of Basic-Law: The Knesset, may be assigned the task of forming a government, may be the subject of a request to assign to him the task of forming a government, or may be proposed as a candidate to be Prime Minister, in accordance of the provisions of the said articles, even though he is not a Member of the Knesset, but once he is Prime Minister his membership in the Knesset shall be renewed in accordance with the provisions of article 42c(c)(2) of Basic-Law: the Knesset. Substitute Prime Minister, Acting Prime Minister, or Alternate Prime Minister, who is a minister or deputy minister, whose membership in the Knesset has terminated (Amendment No. 9) 30b Despite what is said in articles 5(d), 16(c), 30(c) and 43(a), one may select, in accordance with the said articles, a minister whose membership in the Knesset was terminated on the basis of article 42c of Basic-Law: The Knesset, to substitute for the Prime Minister, or to serve as Acting Prime Minister, or a minister or deputy minister whose membership in the Knesset was terminated, as stated, as Alternate Prime Minister, even though he is not a Member of the Knesset, but once he is selected as stated his membership in the Knesset shall be renewed in accordance with the provisions of article 42c(c) of the said basic law. Functioning of the Government (Amendment No. 11)" + }, + { + "provision_ref": "sec31", + "section": "31", + "title": "Functioning of the Government", + "content": "(a) The Government is entitled, with the approval of the Knesset, to change the distribution of functions among the Ministers, except for the function of the Prime Minister. (b) The Government is entitled, with the approval of the Knesset, to transfer a power bestowed by law upon one minister to another minister, or a duty assigned to him by law, either completely or partially, to another minister. (c) The Government is entitled, with the approval of the Knesset, to unite ministries, divide them, abolish them, or establish new ministries. (c1) The Government is entitled, with the approval of the Knesset, to decide that a minister shall serve as an additional minister in a ministry, and lay down specific spheres from among the Ministry’s spheres of activity, for which that minister will be responsible, subject to the Minister appointed to the Ministry, in accordance with the provisions of article 24a. (c2) The Government is entitled, in a ministry in which an additional minister serves, to transfer spheres of activity between him and the appointed Minister. (d) The Government is entitled, with the approval of the Knesset, to transfer spheres of activity from one ministry to another. (e) The Government is entitled to appoint permanent or temporary ministerial committees, or ministerial committees for particular matters. Once a committee has been appointed, the Government may operate by its means. (f) The Government shall lay down procedures for its sittings and work, its manner of deliberations, and the way its resolutions shall be adopted, whether regularly or on a certain matter. Residual powers of the Government" + }, + { + "provision_ref": "sec32", + "section": "32", + "title": "Residual powers of the Government", + "content": "The Government is authorized to perform in the name of the State, subject to all laws, any act, which is not assigned by law to another authority. Delegation of powers (Amendment No. 5)" + }, + { + "provision_ref": "sec33", + "section": "33", + "title": "Delegation of powers", + "content": "(a) A power conferred by law upon the Government may be delegated by the Government to one of the ministers. This article shall not apply to powers of the Government based on this Basic Law, save powers in accordance with article 32. (b) A power conferred upon a minister by law, or transferred to him in accordance with article 31(b), save the power to issue regulations, may be delegated by the Minister, in full or partially, or with reservations, to a civil servant. (c) A power delegated by the Government to a minister, save the power to issue regulations, may be delegated by the Minister, in full, or partially, or with reservations, to a civil servant if authorized by the Government to do so. (c1) Should the Prime Minister serve as a minister responsible for a ministry, he is also entitled to delegate his power, in accordance with the provisions of clauses (b) and (c), to a deputy minister in that ministry. (d) For the purpose of this article, a power conferred upon the Government or a minister, refers also to a duty assigned to them. (e) The provisions of this article shall apply if there is no other intention implied by the law, which confers the authority or assigns the duty. Assumption of powers" + }, + { + "provision_ref": "sec34", + "section": "34", + "title": "Assumption of powers", + "content": "A Minister, who is in charge of implementing a law, is entitled to assume any power, with the exception of powers of a judicial nature, which is conferred by that law upon a civil servant, unless another intention is implied in the law. The Minister is entitled to act as stated with regards to a particular matter, or a specific period. Confidentiality" + }, + { + "provision_ref": "sec35", + "section": "35", + "title": "Confidentiality", + "content": "(a) (b) The deliberations and decisions of the Government and of ministerial committees regarding the following matters are confidential, and their disclosure and publication is forbidden: (1) State security; (2) Foreign relations of the State; (3) Another type of matters, which the Government considered their confidentiality as essential to the State, and declared them as such in an order, for the purpose of this article; (4) A matter, which the Government decided to keep confidential, as long as disclosure and publication of such a matter is not forbidden, except to those who knew of the decision. The provisions of clause (a) shall not apply to matters that the Government, or the Prime Minister, or anyone whom the Government or Prime Minister authorized for this purpose, permitted to be published, or matters the publication of which is required by law. Salaries and pensions" + }, + { + "provision_ref": "sec36", + "section": "36", + "title": "Salaries and pensions", + "content": "The salaries of the Ministers and the Deputy Ministers, and other payments that shall be paid to them during their tenure of office, or following it, or to their next in kin following their death, shall be prescribed by law, or in a resolution of the Knesset, or of one of its committees that the Knesset authorized for this purpose. Regulations" + }, + { + "provision_ref": "sec37", + "section": "37", + "title": "Regulations", + "content": "(a) A minister, who is responsible for the implementation of a law, is authorized to issue regulations for its implementation. (b) A law may authorize the Prime Minister, or a minister, to issue regulations on a matter prescribed by the authorization. (a) Should the Knesset ascertain that there is a state of emergency in the country, it may, upon its own initiative, or on the basis of a Government proposal, declare a state of emergency. Declaration of a state of emergency" + }, + { + "provision_ref": "sec38", + "section": "38", + "title": "Declaration of a state of emergency", + "content": "Issuing Emergency Regulations." + }, + { + "provision_ref": "sec39", + "section": "39", + "title": "Issuing Emergency Regulations.", + "content": "(b) The period of the declaration's validity shall be as prescribed by it, but shall not exceed a year. The Knesset is entitled to repeat its declaration of a state of emergency as stated. (c) Should the Government ascertain that there is a state of emergency in the country, and that as a result of the urgency of the matter, a declaration of a state of emergency must be made before the Knesset can be convened, it is entitled to declare a state of emergency. The validity of the declaration shall expire after seven days from the day on which it was issued, unless it has been approved or revoked beforehand by the Knesset, in a resolution of a majority of its Members. Should the Knesset fail to convene, the Government is entitled to repeat its declaration on a state of emergency, as provided for in this clause. (d) Declarations by the Knesset or by the Government regarding a state of emergency, shall be published in the Official Gazette. Should it not be possible to publish the declaration on the state of emergency in the Official Gazette, the declaration shall be published in some other suitable manner, as long as it shall be published in the Official Gazette as soon as it is possible to do so. (e) The Knesset is entitled, at any time, to revoke a declaration on a state of emergency. Notice of the revocation shall be published in the Official Gazette. (a) In a state of emergency, the Government is entitled to issue Emergency Regulations in order to defend the State, public security, and the maintenance of supplies and vital services. Emergency Regulations shall be laid on the table of the Knesset Foreign Affairs and Defense Committee, as soon as possible after they have been issued. (b) Should the Prime Minister deem it impossible to convene the Government, and that there is an urgent and vital need to issue Emergency Regulations, he is entitled to issue them, or authorize a minister to issue them. (c) Emergency Regulations have the power to change any law, and temporarily suspend it, or set conditions to it, as well as to impose or increase taxes or other compulsory payments, and all as long as there is no other provision in the law. (d) Emergency Regulations do not have the force to prevent recourse to the courts, prescribe punishment in advance, or permit an infringement of human dignity. Declaration of war, or the initiation of a significant military action (Amendments Nos. 6 &7)" + }, + { + "provision_ref": "sec40", + "section": "40", + "title": "significant military action (Amendments Nos. 6 &7)", + "content": "(e) Emergency Regulations shall not be prescribed. and arrangements, measures and powers shall not be implemented under them, unless the state of emergency warrants this. (f) The force of Emergency Regulations shall expire three months after being issued, unless their force has been extended by law, or they have been revoked by the Knesset by means of a law, or by means of a resolution adopted by a majority of the Knesset Members. (g) Emergency Regulations shall go into force upon their being published in the Official Gazette. Should publication in the Official Gazette not be possible, they shall be published by other suitable means, provided they are published in the Official Gazette as soon as it will be possible to do so. (h) Should the state of emergency cease to exist, the Emergency Regulations shall remain in force for their prescribed duration, but no longer than 60 days after the state of emergency came to an end. Emergency Regulations the force of which was prolonged by law, shall remain in force. (a) The State shall not start a war, and shall not initiate a significant military operation, which is liable to lead, at a level of probability close to certainty, to war, save by force of a Government decision. (a1) Despite what is said in clause (a) and article 33(a), the Government is entitled to decide to delegate its authority on the basis of clause (a), in general or in a particular case, to a ministerial committee prescribed by law. Should the Government decide to delegate its authority to the Ministerial Committee, the Ministerial Committee shall use its authority only if the Prime Minister has decided that implementing the authority by the Committee, instead of the Government, is required, in the specific circumstances, due to reasons of state security or its foreign relations, including reasons of confidentiality involved in them. (a2) [Repealed – amendment No. 7] (b) Nothing in this article can prevent other military actions required for the purpose of defense of the State and public security. (c) Notification of a Government decision to start a war, or to initiate a significant military operation on the basis of clause (a) shall be submitted to the Knesset Foreign Affairs and Defense Committee as soon as possible, and should the decision be taken by the Ministerial Committee as stated in clause (a1), a notice shall be given thereof, as soon as possible, to the Government and to the Subcommittee of the Foreign Affairs and Defense Committee of the Knesset. The Prime Minister shall notify the Knesset Plenum as well, as soon as possible. The notification on other military actions, as stated in clause (b), shall be submitted to the Knesset Foreign Affairs and Defense Committee as soon as possible. Non-applicability of Emergency Regulations" + }, + { + "provision_ref": "sec41", + "section": "41", + "title": "Non-applicability of Emergency Regulations", + "content": "Notwithstanding the provisions of any law, Emergency Regulations do not have the power to change this Basic Law, temporarily suspend its validity, or subject it to conditions. The Government and the Knesset Committees (Amendment No. 4)" + }, + { + "provision_ref": "sec42", + "section": "42", + "title": "the Knesset Committees", + "content": "(a) The Government shall submit to the Knesset and its Committees information at their request, and shall assist them in the performance of their duties. Special provisions shall be laid down by law for the classification of information, when this is required for the defense of the security of the State and its foreign relations, or for the protection of its international trade relations, or for the protection of a privilege or confidentiality sanctioned by law. (b) The Knesset is entitled, upon the demand of at least forty of its Members, to hold a debate with the participation of the Prime Minister on a topic decided upon. Such a demand may be submitted no more than once a month. (c) The Knesset, and each of its committees are entitled to require the appearance of a minister before them, within the framework of their performance of their duties. (d) Any of the Knesset Committees is entitled, within the framework of performing its duties, to require a civil servant, or anyone else prescribed by law, to appear before it, by means of the Minister concerned, or with his knowledge. (e) A minister may speak before the Knesset and its Committees. (f) Details regarding the implementation of this article may be prescribed by law, or in the Knesset Rules of Procedure. Changing the election date (Amendment No. 1)" + }, + { + "provision_ref": "sec43", + "section": "43", + "title": "Changing the election date (Amendment No. 1)", + "content": "Should the date of elections to the Knesset be set on the basis of articles 11and 29, the Knesset is entitled, within five days after the grounds for the holding of the elections were created, to decide by means of a resolution adopted by a majority of its Members, that due to the proximity of the elections to a holiday, festival or day of commemoration, the elections should be deferred to a date that it shall decide upon, which is no later than 100 days from the date on which the grounds were created. Rotation between the Prime Minister and the Alternate Prime Minister not on the date of the rotation (Amendment No. 8 and temporary provision) 43a (a) Should the Prime Minister in a rotation government cease serving in his position at any time before the date of the rotation, this will be considered as if the Government resigned, and the continuity provisions in article 30(b) shall apply to the service of the Government and of the Prime Minister. However, in each of the following cases the Government shall not be seen as having resigned, and the rest of the provisions of this article shall apply: (1) The service of the Prime Minister ended in accordance with article 18(d); (2) The Prime Minister chose, of his own initiative, to resign from the Government, in accordance with article 19; (3) The Prime Minister passed away, as stated in article 2(a); (4) The Prime Minister is unable to perform his duties on a permanent basis, for health reasons only, and 100 days have lapsed, in which a substitute is serving in his place, in accordance with article 20(a); (5) The Prime Minister chose, of his own initiative to resign from the Knesset, in accordance of article 21(a). (b) Should the Prime Minister in a rotation government cease serving in his position for one of the reasons listed in the final section of clause (a), in the period until the date of the rotation, the provisions of clauses (c) and (d) shall apply. (c) The Alternate Prime Minister shall serve in his place as Prime Minister for the period of time that the Alternate Prime Minister should have served as Prime Minister, from the date of the rotation and until the end of the term of the Knesset. Should the term of office of the Alternate Prime Minister as Prime Minister end as stated, the provisions of clause (d) shall apply. (d) (1) Should the Prime Minister cease to serve in his position in accordance with clause (a)(4), and the state of his health shall enable his return to office – he shall return to serve in the position of the Prime Minister. (2) Should the Prime Minister cease to serve in his position in accordance with clause (a)(1), (2), (3) or (5), or should he cease to serve in his position in accordance with clause (a)4, and the state of his health does not enable his return to office – his Parliamentary Group is entitled to select a Member of the Knesset from the same Parliamentary Group, and he shall request the Knesset to express confidence in his serving in place of the Prime Minister, whose service ended as stated, and all until one week before the end of the service of the Alternate Prime Minister as Prime Minister. (3) Once the Knesset has expressed its confidence in the Member of the Knesset mentioned in paragraph (2), or as soon as possible thereafter, the Member of the Knesset shall declare before the Knesset a declaration of allegiance as stated in article 13a(f) or 14, as the case may be, and shall start serving as the Prime Minister upon the end of the term of office of whoever ceased serving as the Prime Minister. (4) Should the Parliamentary Group fail to select a Member of the Knesset from the same Parliamentary Group to replace the Prime Minister, who ceased to serve as stated in paragraph (2) until a week before the end of the period of service of the Prime Minister, or should the Parliamentary Group select a Member of the Knesset, as stated, but the Knesset failed to express confidence in him until that date – the Government shall be considered to have resigned, and the provisions of article 30 shall apply. (e) Should the Prime Minister in a rotation government cease to serve in his position for whatever reason, after the date of the rotation, the Alternate Prime Minister shall serve in his place and he shall request the Knesset to express confidence in his serving in place of the Prime Minister whose service ended as stated, and all until one week before the end of the service of the Alternate Prime Minister as Prime Minister. (f) (1) Should the Alternate Prime Minister in a rotation government cease to serve in his position until the date of the rotation, his Parliamentary Group is entitled to select a Member of the Knesset from the same Parliamentary Group, and he shall request the Knesset to express confidence in his serving in place of the Alternate Prime Minister, whose service ended as stated. Once the Knesset has expressed confidence in the said Member of the Knesset, or as soon as possible thereafter, that Member of the Knesset shall declare before the Knesset a declaration of allegiance, as stated in article 13a(f), and he shall be considered the Alternate Prime Minister, to all effects and purposes. (2) Rotation between the Prime Minister and the Alternate Prime Minister due to the dissolution of the Knesset before the end 43a1 of its term (Amendment No. 10) Should the Parliamentary Group of the Alternate Prime Minister select a Member of the Knesset from the same Parliamentary Group to serve instead of the Alternate Prime Minister as stated in paragraph (1), but the Knesset did not express confidence in him until a week before the end of the service of the Prime Minister, the Government shall be considered to have resigned, and the provisions of article 30 shall apply. Without detracting from the provisions of articles 13a and 43a, rotation between the Prime Minister and the Alternate Prime Minister shall take place before the date of the rotation in accordance to the provisions of article 13a(g) and (h), also in any one of the dates detailed below: (1) The day after the Knesset adopted in Third Reading a law for the dissolution of the Knesset before the end of its term in accordance with article 34 of Basic-Law: The Knesset, and as long as at least two Members of the Knesset who were members of parliamentary groups, whose Ministers were identified as having an affiliation with the Prime Minister on the date that the Rotation Government was formed, voted for it in Third Reading. In this case, a Member of the Knesset, who at the time of the swearing in of the Rotation Government did not express confidence in it, shall not be included in the counting of the said Members of the Knesset; (2) On the determining day according to its meaning in article 36a in Basic-Law: The Knesset, if the Budget Law was not adopted until the preceding day. The Alternate Prime Minister – the Substitute Prime Minister (Amendment No. 8, and temporary provision)" + }, + { + "provision_ref": "sec43b", + "section": "43b", + "title": "Minister (Amendment No. 8, and temporary provision)", + "content": "The Alternate Prime Minister in a rotation government shall be the Substitute Prime Minister in accordance with article 5(d), and no other substitute to the Prime Minister shall be appointed. Removal from office of the Alternate Prime Minister (Amendment No. 8, and temporary provision)" + }, + { + "provision_ref": "sec43c", + "section": "43c", + "title": "Minister (Amendment No. 8, and temporary provision)", + "content": "Despite what is said in article 22(b), the Prime Minister in a rotation government is not entitled to remove the Alternate Prime Minister from his office. Ministers in rotation governments (Amendment No. 8 and temporary provision & No. 11) Deputy ministers in a rotation government (Amendments No. 8 and temporary provision & 10)" + }, + { + "provision_ref": "sec43e", + "section": "43e", + "title": "43d.", + "content": "(a) Despite what is said in article 22(b), the Prime Minister in a rotation government is not entitled to remove from office a minister affiliated to the Alternate Prime Minister. (b) The Alternate Prime Minister in a rotation government is entitled, after informing the Government of his intention to do so, to remove from office a minister affiliated to him, and the provisions of article 22(b) shall apply to this matter, with the necessary changes. (c) The substitute of a minister in a rotation government in accordance with article 24(a), shall be a minister with an identical affiliation to that of the Minister, whom he substitutes. (d) Despite what is said in article 24(b), should a minister in a rotation government cease to serve, or he is temporarily unable to perform his job, the Prime Minister, the Alternate Prime Minister, or another minister designated by the Government on the basis of a proposal by the Prime Minister or the Alternate Prime Minister, shall perform the job, and all in accordance with the affiliation of the said Minister. (e) The provisions of article 24(b) shall not apply to the Alternate Prime Minister, who has ceased serving, or who is temporarily unable to perform his job. (f) Despite what is said in article 15, a rotation government is entitled to add an additional minister to the Government, on the basis of a proposal by the Prime Minister, or the Alternate Prime Minister, and all subject to the provisions of article 13a(d). Should the Government decide to add a minister as stated, it shall notify the Knesset of his duties, or the spheres of activity for which the additional Minister shall be responsible, and his affiliation to the Prime Minister or to the Alternate Minister. Upon the approval of the notice the additional Minister shall enter his office, and as soon as possible to the approval shall make the declaration of allegiance. (g) [Expired] (a) Despite what is said in article 25(a), a minister in a rotation government, who is in charge of a ministry, is entitled to appoint to that ministry, from among the Members of the Knesset, one deputy minister, and in the Prime Minister’s Office – two deputy ministers, with the approval of the Prime Minister or the Alternate Prime Minister, in accordance to the affiliation of the appointed minister and with the approval of the Rotation Government. In the notice of the Government to the Knesset about the appointment of the Deputy Minister, the Government shall note the affiliation of the Deputy Minister to the Prime Minister or to the Alternate Prime Minister. (b) Despite what is said in article 26(3) – (1) The Prime Minister is entitled to terminate the service of a deputy minister with an affiliation to himself only, and the Alternate Prime Minister is entitled to terminate the service of a deputy minister with an affiliation to himself only; (2) A minister is not entitled to terminate the service of a deputy minister who he appointed, if the affiliation of the Deputy Minister is different from the affiliation of the Minister. The authority of the Prime Minister to dissolve the Knesset in a rotation government (Amendment 8 and temporary provision)" + }, + { + "provision_ref": "sec43f", + "section": "43f", + "title": "a rotation government temporary provision)", + "content": "The authority of the Prime Minister in a rotation government to dissolve the Knesset by order in accordance with article 29(a) requires the consent of the Alternate Prime Minister. The status of the Alternate Prime Minister (Amendment 8 and temporary provision)" + }, + { + "provision_ref": "sec43g", + "section": "43g", + "title": "Minister (Amendment 8 and temporary provision)", + "content": "(a) The legal status of the Alternate Prime Minister in a rotation government is the same of the legal status of the Prime Minister in accordance to articles 17, 18, 23(c) and 31(a). (b) Despite what is said in clause (a), should the Alternate Prime Minister in a rotation government cease to serve in his position in accordance to article 18(d) – the Government shall be considered to have resigned. Dissolution of the Knesset – temporary provision (Amendment No. 8 and temporary provision) 43g1. [Expired] No-confidence in a rotation government (Amendment No. 8 and temporary provision)" + }, + { + "provision_ref": "sec43h", + "section": "43h", + "title": "and temporary provision)", + "content": "Should the Knesset decide to express no-confidence in a rotation government, and express confidence in another government, in accordance with article 28, neither the Prime Minister nor the Alternate Prime Minister shall be entitled to stand at the head of the other Government. Stability of the law" + }, + { + "provision_ref": "sec44", + "section": "44", + "title": "Stability of the law", + "content": "(a) This Basic Law cannot be changed save by a majority of the Knesset Members. The majority required on the basis of this clause will be required for the decisions of the Knesset Plenum in first reading, second reading, and third reading. For the purpose of this article \"change\" - whether explicit or implicit. (b) The provisions of this article shall not apply to articles 45 and 46. Amendment of BasicLaw: The Knesset No. 30" + }, + { + "provision_ref": "sec45", + "section": "45", + "title": "Amendment of BasicLaw: The Knesset No. 30", + "content": "[Was integrated into Basic-Law: the Knesset] Repeal of Basic-Law: The Government [5752-1992]" + }, + { + "provision_ref": "sec46", + "section": "46", + "title": "Repeal of Basic-Law: The Government [5752-1992]", + "content": "Going into effect and application" + }, + { + "provision_ref": "sec47", + "section": "47", + "title": "Going into effect and application", + "content": "(a) The provisions of this Basic Law shall apply to the elections, and the formation of the Government, as of the elections to the Sixteenth Knesset. (b) Subject to the provisions of clause (a), this Basic Law shall go into effect on the day that the Government shall be formed, as stated in clause (a). (c) Despite the provisions of clause (b), article 44 shall go into effect on the day that this Basic Law shall be published." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-the-judiciary-1984.json b/data/seed/basic-law-the-judiciary-1984.json new file mode 100644 index 0000000..f45831b --- /dev/null +++ b/data/seed/basic-law-the-judiciary-1984.json @@ -0,0 +1,152 @@ +{ + "id": "basic-law-the-judiciary-1984", + "type": "statute", + "title": "חוק יסוד: השפיטה", + "title_en": "Basic Law: The Judiciary, 5744-1984", + "short_name": "BL-JUD", + "status": "in_force", + "issued_date": "1984-02-28", + "in_force_date": "1984-02-28", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheJudiciary.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Chapter A: Basic Provisions Power of adjudication", + "content": "(a) The following courts are vested with the power of adjudication: (1) The Supreme Court; (2) A district court; (3) A magistrates' court; (4) Another court designated by law as a court of law; In this law, \"judge\" - a judge of a court as aforesaid. (b) The power of adjudication is also vested in the following: (1) A religious court (beit din); (2) Another tribunal; (3) Another authority; and all as prescribed by law. (c) No court or tribunal shall be set up for a particular case. Independence" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Independence", + "content": "Whoever is vested with the power of adjudication shall not be subject to any authority regarding matters of adjudication, except for that of the law. Openness of deliberations" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Openness of deliberations", + "content": "A court shall hold its deliberations in public, unless it has been otherwise prescribed by law, or if the court has instructed otherwise in accordance with the law. Chapter B: The Judges Appointment of judges Nationality" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "4.", + "content": "(a) A judge shall be appointed by the President of the State, in accordance with the selection of the Committee for the Selection of Judges. (b) The Committee shall be made up of nine members, who are the President of the Supreme Court, two other justices of the Supreme Court chosen by their fellow justices, the Minister of Justice and another Minister assigned by the Government, two Members of the Knesset selected by the Knesset, and two representatives of the Bar Association, selected by the National Council of the Association. The Minister of Justice shall be the Chairperson of the Committee. (c) The Committee may operate even if the number of its members has decreased, as long as it is no less than seven. Only an Israeli citizen can be appointed as judge. Declaration of allegiance" + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "Declaration of allegiance", + "content": "Whoever is appointed as judge, shall make a declaration of allegiance before the President of the State. And these are the words of the declaration: \"I pledge myself to keep allegiance to the State of Israel and its laws, to administer justice fairly, to avoid subverting justice, and to avoid demonstrating favor\". Tenure of office (Amendment No. 2)" + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Tenure of office", + "content": "The service of a judge shall begin upon his declaration of allegiance, and shall not terminate save in the event of one of the following: (1) His retirement on pension; (2) His resignation; (3) His election or appointment to one of the positions whose holders are prevented from being candidates for the Knesset; (4) Upon a decision by the Committee for the Selection of Judges, proposed by the Chairperson of the Committee, the Ombudsman of Judges, or the President of the Supreme Court, and which was adopted by a majority of seven members at least. (5) Upon a decision of a Disciplinary Court. A judge who retired" + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "A judge who retired", + "content": "A judge who retired on pension may be appointed to the position of a judge, for a period, in a manner and under conditions prescribed by law. Restriction on change of position" + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Restriction on change of position", + "content": "(a) A judge shall not be permanently transferred from the court where he is serving to a court elsewhere, save with the consent of the President of the Supreme Court, or pursuant of a decision of a Disciplinary Court. Salary and benefits" + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "Salary and benefits", + "content": "(b) A judge shall not be appointed to a substitute position in a court of a lower instance, save with his consent. (a) The salaries of judges, and other payments made to them during or after their tenure of office, or to their heirs after their death, shall be prescribed by law, or by a decision of the Knesset, or of one of its Committees empowered by the Knesset for this purpose. (b) No decision shall be taken designed to reduce the salaries of judges only. Singularity of office" + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Singularity of office", + "content": "A judge shall not engage in an additional occupation, and shall not perform a public post, save in accordance with the law, or with the consent of the President of the Supreme Court, and the Minister of Justice. Criminal proceedings" + }, + { + "provision_ref": "sec12", + "section": "12", + "title": "Criminal proceedings", + "content": "(a) A criminal investigation shall not be opened against a judge, save with the consent of the Attorney General, and an indictment shall not be served against a judge save by the Attorney General. (b) A criminal charge shall not be tried against a judge save in a district court made up of three judges, unless the judge has agreed that the charge shall be tried in the usual manner. (c) The provisions of this article shall not apply to categories of offences prescribed by law. (a) A judge is subject to the jurisdiction of a Disciplinary Court. Disciplinary proceedings" + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Disciplinary proceedings", + "content": "Suspension (Amendment No. 1)" + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "Suspension", + "content": "(b) The Disciplinary Court shall be made up of judges, or retired judges appointed by the President of the Supreme Court. (c) Provisions regarding the grounds for a disciplinary proceeding, the manner of filing complaints, the make-up of the bench, the powers of the Disciplinary Court, and the disciplinary measures it may impose, shall be prescribed by law. The rules of the proceedings shall be in accordance with the law. Should a complaint be made against a judge, or should a criminal investigation be opened against him, or should an indictment be filed against him, the President of the Supreme Court is entitled to suspend the judge for a period that he shall determine. Chapter C: The Courts The Supreme Court" + }, + { + "provision_ref": "sec15", + "section": "15", + "title": "Chapter C: The Courts The Supreme Court", + "content": "(a) The seat of the Supreme Court is Jerusalem. (b) The Supreme Court shall hear appeals against verdicts and other rulings of the District Courts. (c) The Supreme Court shall also sit as a High Court of Justice. When so sitting it shall deliberate matters, in which it deems it necessary to provide relief for the sake of justice, and are not under the jurisdiction of another court or tribunal. (d) Without prejudice to the generalness of the provisions in clause (c), the Supreme Court sitting as High Court of Justice, is authorized - (1) To grant orders for the release of persons unlawfully detained or imprisoned; (e) (2) To grant orders to state authorities, to local authorities, to their officials, and to other bodies and persons holding public office under the law, to act or refrain from acting while lawfully exercising their duties, and if they were unlawfully elected or appointed - to refrain from acting; (3) To grant orders to courts, to tribunals, and to bodies and persons with judicial or quasi-judicial authority under the law - save courts that this law relates to, and save religious courts - to deal with a certain matter, or avoid dealing with, or continue to deal with a certain matter, and cancel a proceeding held or a ruling given unlawfully; (4) To grant orders to religious courts to deal with a certain matter on the basis of their jurisdiction, or to avoid dealing or continuing to deal with a certain matter that falls outside their jurisdiction, provided that the court shall not entertain a request under this paragraph, should the appellant not have raised a question of jurisdiction at the earliest opportunity that he had; and if he did not have a reasonable opportunity to raise the question of jurisdiction before the ruling by the Religious Court, the court is entitled to quash a proceeding that took place, or a ruling that was given by the Religious Court without authority. Other powers of the Supreme Court shall be prescribed by law. Other courts" + }, + { + "provision_ref": "sec16", + "section": "16", + "title": "Other courts", + "content": "The establishment, powers, seat and jurisdiction areas of district courts, magistrates' courts, and other courts shall be in accordance with the law. Appeal" + }, + { + "provision_ref": "sec17", + "section": "17", + "title": "Appeal", + "content": "A verdict of a court in the first instance, may be appealed by right, save a verdict of the Supreme Court. Additional hearing" + }, + { + "provision_ref": "sec18", + "section": "18", + "title": "Additional hearing", + "content": "A matter adjudicated by the Supreme Court by a bench of three, may be heard again in the Supreme Court by a bench of five or more, on grounds prescribed by law, and in a manner prescribed in accordance with the law. Retrial" + }, + { + "provision_ref": "sec19", + "section": "19", + "title": "Retrial", + "content": "In a criminal matter, in which a final verdict has been given, a retrial may take place on grounds prescribed by law, and in a manner prescribed in accordance with the law. Established rule" + }, + { + "provision_ref": "sec20", + "section": "20", + "title": "Established rule", + "content": "(a) A rule established in a court shall guide a court of a lower instance. (b) A rule established in the Supreme Court shall bind every court, save the Supreme Court. Registrars" + }, + { + "provision_ref": "sec21", + "section": "21", + "title": "Registrars", + "content": "A court may have a registrar, whether he is or is not a judge. Chapter D: Miscellaneous Provisions Stability of the law" + }, + { + "provision_ref": "sec22", + "section": "22", + "title": "Chapter D: Miscellaneous Provisions Stability of the law", + "content": "Emergency regulations do not have the power to change this law, to temporarily suspend its validity, or to subject it to conditions. Provisions in the law" + }, + { + "provision_ref": "sec23", + "section": "23", + "title": "Provisions in the law", + "content": "In the following matters provisions shall be prescribed by law: (1) The manner of selecting the members of the Committee for the Selection of Judges, and the duration of their tenure of office; (2) Qualifications for serving as judges at the various levels; Provisions to be prescribed in accordance with the law" + }, + { + "provision_ref": "sec24", + "section": "24", + "title": "prescribed in accordance with the law", + "content": "(3) The manner of appointment of the President of the Supreme Court, the Deputy to the President of the Supreme Court, the President and Deputy President of a District Court and of a Magistrates' Court; (4) The conditions and procedures for terminating the service of a judge; (5) The manner of appointing an acting judge in another court, and the reassignment of a judge, temporarily or permanently, from the place where he serves to a court in a different location; (6) The procedures for suspending a judge, and a review of the suspension; (7) The cases which different levels of courts shall deal with, with a bench of a single, three or more judges; (8) The manner of determining which judge or judges shall hear a particular case. In the following matters provisions shall be prescribed in accordance with the law: (1) The administrative procedures of the courts, their determination, and the responsibility for their implementation; (2) The work procedures of the Committee for the Selection of Judges; (3) The manner in which a judge resigns; (4) the manner in which the registrar of a court is appointed, and his powers; (5) The number of judges, who will serve in the various levels and locations of the courts." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-the-knesset-1958.json b/data/seed/basic-law-the-knesset-1958.json new file mode 100644 index 0000000..0082905 --- /dev/null +++ b/data/seed/basic-law-the-knesset-1958.json @@ -0,0 +1,362 @@ +{ + "id": "basic-law-the-knesset-1958", + "type": "statute", + "title": "חוק יסוד: הכנסת", + "title_en": "Basic Law: The Knesset, 5718-1958", + "short_name": "BL-KNS", + "status": "in_force", + "issued_date": "1958-02-12", + "in_force_date": "1958-02-12", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheKnesset.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "The essence", + "content": "The Knesset is the house of representatives of the State The location" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "The location", + "content": "The seat of the Knesset is Jerusalem The composition" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "The composition", + "content": "Upon its election the Knesset shall consist of one hundred and twenty Members. The electoral system" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "The electoral system", + "content": "The Knesset shall be elected in general, national, direct, equal, secret, and proportional elections, in accordance with the Knesset Election Law. This article may not be changed save by a majority of the Knesset Members. The right to vote" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "The right to vote", + "content": "Every Israeli citizen aged eighteen or over, is eligible to vote in elections to the Knesset, unless a court of law has deprived him of this right in accordance with the law. The Elections Law shall determine when a person shall be considered to be eighteen years of age for the purpose of exercising the right to vote in elections to the Knesset. The right to submit a list of candidates (Amendments Nos. 19 and 21)" + }, + { + "provision_ref": "sec5a", + "section": "5a", + "title": "list of candidates and 21)", + "content": "A list of candidates for the Knesset shall be submitted by a party only. The manner for association and registration of parties, and the conditions for submitting a list of candidates, shall be prescribed by law. The right to be elected (Amendments Nos. 8, 10, 22, 26 and 47)" + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "The right to be elected 10, 22, 26 and 47)", + "content": "(a) Every Israeli citizen, who on the day of the submission of a list of candidates, which includes his name, is twenty one years old and above, is entitled to be elected to the Knesset, unless a court of law has deprived him of this right by virtue of the law, or who has been sentenced, in a final verdict, to actual imprisonment for a period of over three months, and on the day of the submission of the list of candidates seven years have not lapsed from the day on which he finished serving the actual imprisonment, and if he was convicted of a serious terror offence, or a serious security offence, as prescribed by law, was sentenced, in a final verdict, to an actual prison sentence for a period of over seven years imprisonment, and on the day of the submission of the list of candidate 14 years have not lapsed from the day that he finished serving the actual imprisonment, unless the Chairperson of the Central Elections Committee determined that the offence for which he was sentenced, in the circumstances of the case, did not involve turpitude. (b) [Repealed] (c) A candidate to the Knesset, who has been sentenced as stated in clause (a), and whose verdict became final after the submission of the list of candidates, and before he started serving as a Member of the Knesset, shall be treated as someone, who has resigned from the list of candidates in which his name was included, or from his membership in the Knesset, as applicable, unless the Chairperson of the Central Elections Committee has determined that the offence for which he was convicted, under the circumstances of the case, does not involve moral turpitude. (d) A decision by the Chairperson of the Central Elections Committee in accordance with clauses (a) and (c) shall not be required if the court has ruled, under the law, that under the circumstances of the case, the offence involves moral turpitude. (e) For the purpose of this article – \"Actual imprisonment\" – the total periods of actual imprisonment, which the convicted person must serve consecutively, even if these were imposed in different sentences, including a suspended sentence that has been activated; \"Offense\" – any one of the offences for which he has been sentenced to actual imprisonment. Reservation to the candidacy of a Member of the Knesset, who withdrew from his parliamentary group (Amendments Nos. 12, 21 & 36)" + }, + { + "provision_ref": "sec6a", + "section": "6a", + "title": "parliamentary group 21 & 36)", + "content": "(a) A Member of the Knesset, who withdrew from his parliamentary group and did not resign from his position soon after withdrawing, shall not be included in the following elections to the Knesset, in a list of candidates submitted by a party, which was represented by a parliamentary group in the outgoing Knesset. This provision shall not apply to the splitting of a parliamentary group under conditions prescribed by law. (b) For the purpose of this article – “Withdrawal from a parliamentary group” - including voting in the Plenum not in accordance to the position of the Parliamentary Group with regards to expressing confidence in the Government, or no-confidence in it. However, such a vote shall not be considered as a withdrawal if the Member of the Knesset has not received any return for his vote; “Return” – direct or indirect, as a promise or commitment for the future, including a promise for a place in a list of candidates for the Knesset, or the appointment of the Knesset Member himself, or another person, to some position. Who shall not be a candidate (Amendments Nos. 2, 21 & 33)" + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "candidate 21 & 33)", + "content": "The following shall not be candidates to the Knesset: (1) The President of the State; (2) The two Chief Rabbis; (3) A judge; (4) A religious court judge (\"dayan\"); (5) The State Comptroller; (6) The Chief of Staff of the Israel Defense Forces; (7) Rabbis and clerics of other religions, holding paid office; (8) Senior civil servants and military officers of such ranks and positions as shall be prescribed by law; (9) Policemen and prison wardens of such ranks and positions as shall be prescribed by law; (10) Employees in corporations established by law of such ranks and positions as shall be prescribed by law. unless they have ceased to serve in that position or job, as stated, before the deadline for submitting lists of candidates for the Knesset, and should an earlier date be set by law, before the said date. Barring participation in elections (Amendments Nos. 9, 35, 39 & 46)" + }, + { + "provision_ref": "sec7a", + "section": "7a", + "title": "in elections 35, 39 & 46)", + "content": "(a) A list of candidates shall not participate in elections to the Knesset, and a person shall not be a candidate in elections to the Knesset, should there be explicitly or implicitly in the goals or actions of the list, or the actions of the person, including his expressions, as applicable, one of the following: (1) Negation of the existence of the State of Israel as a Jewish and democratic state; (2) Incitement to racism; (3) Support for an armed struggle by an enemy state, or of a terrorist organization, against the State of Israel. (a1) For the purpose of this article a candidate, who sojourned illegally in an enemy state in the seven years that preceded the deadline for submitting lists of candidates, shall be considered someone, whose actions constitute support for an armed conflict against the State of Israel, as long as he has not proven otherwise. (b) A decision by the Central Elections Committee to the effect that a candidate is barred from participating in elections, must be approved by the Supreme Court. (c) A candidate shall make a declaration concerning this article. (d) Details regarding the deliberation in the Central Elections Committee, and the Supreme Court, and on the matter of the declaration in accordance with clause (c), shall be prescribed by law. Term of the Knesset" + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "Term of the Knesset", + "content": "The term of the Knesset shall be four years from the day that it was elected. Date of the elections to the 24th Knesset" + }, + { + "provision_ref": "sec8a", + "section": "8a", + "title": "Date of the elections to the 24th Knesset", + "content": "[Expired] (Amendment No. 48 – temporary provision] Date of elections (Amendment No. 1)" + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Date of elections", + "content": "The elections to the Knesset shall take place on the third Tuesday of the month of Heshvan in the year in which the term of the outgoing Knesset ended, but should the preceding year be a leap year, the elections shall take place on the first Tuesday of that month. Extending the term (Amendment No. 15)" + }, + { + "provision_ref": "sec9a", + "section": "9a", + "title": "Extending the term", + "content": "(a) The Knesset shall not extend its term, save by means of a law, adopted by a majority of eighty Members of the Knesset, and should special circumstances exist that prevent holding the elections on their designated date. The extension period shall not exceed the time required by the said circumstances. The election date shall be determined by the said law. (b) Without detracting from the provisions of article 34. the Knesset is entitled, by a decision of a majority of its Members, to advance the date of the elections set according to clause (a), as long as the new date shall not be earlier than the date for holding the elections to the Knesset in accordance with article 9. Election day – a day of rest" + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "Election day – a day of rest", + "content": "Election day shall be a day of rest, but transportation and other public services shall function as usual. Publication of election results (Amendment No. 20)" + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Publication of election results (Amendment No. 20)", + "content": "The results of the elections shall be published in the Official Gazette within eight days of election day. Convening of the Knesset (Amendment No. 37)" + }, + { + "provision_ref": "sec12", + "section": "12", + "title": "Convening of the Knesset (Amendment No. 37)", + "content": "The Knesset shall convene for its first sitting, after the publication of the election results, within fourteen days from the day of the elections to the Knesset, on a date prescribed by law, unless the law prescribed another close day due to a day of rest, holiday or memorial day, or due to proximity to one of them, or due to an intermediate day. Opening of Knesset (Amendments Nos. 27 & 37)" + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Opening of Knesset & 37)", + "content": "[Repealed] The opening sitting (Amendment No. 23)" + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "The opening sitting", + "content": "Arrangements for the opening session shall be prescribed by law, and shall express the nature of the State of Israel and its heritage. Declaration of allegiance of the Knesset Member (Amendments No. 23)" + }, + { + "provision_ref": "sec15", + "section": "15", + "title": "allegiance of the Knesset Member", + "content": "(a) The Member of the Knesset shall declare allegiance. And these are the words of the declaration: \"I pledge myself to bear allegiance to the State of Israel and to faithfully discharge my mission in the Knesset\". (b) Arrangements for the declaration shall be prescribed by law. Refrainment from declaration" + }, + { + "provision_ref": "sec16", + "section": "16", + "title": "Refrainment from declaration", + "content": "Should the Speaker of the Knesset call upon the Member of the Knesset to make the declaration of allegiance, and the Member refrained from doing so, that Member shall not enjoy the rights of a Member of the Knesset as long as he has not made the declaration. Refrainment from declaration due to dual citizenship (Amendment No. 22)" + }, + { + "provision_ref": "sec16a", + "section": "16a", + "title": "declaration due to dual citizenship", + "content": "Should a Member of the Knesset hold an additional citizenship that is not Israeli, and the laws of the state of which he is a citizen enables his release from this citizenship, he shall not declare allegiance until after he has done everything required of him to be released of it, and shall not enjoy the rights of a Member of the Knesset as long as he has not made the declaration. Immunity of Knesset Members" + }, + { + "provision_ref": "sec17", + "section": "17", + "title": "Immunity of Knesset Members", + "content": "Members of the Knesset shall have immunity. Details shall be prescribed by law. Inviolability of the Knesset buildings" + }, + { + "provision_ref": "sec18", + "section": "18", + "title": "Inviolability of the Knesset buildings", + "content": "The Knesset buildings shall be inviolable. Details shall be prescribed by law. Procedures and the Rules of Procedure" + }, + { + "provision_ref": "sec19", + "section": "19", + "title": "Procedures and the Rules of Procedure", + "content": "The Knesset shall determine its work procedures. In so far as the procedures have not been prescribed by law, the Knesset shall lay them down in the Rules of Procedure. As long as the procedures have not been prescribed as stated, the Knesset shall act in accordance with the custom and practices accepted by it. The Speaker and the Deputies (Amendments Nos. 24, 27, 34, 37 & 43)" + }, + { + "provision_ref": "sec20", + "section": "20", + "title": "Deputies 27, 34, 37 & 43)", + "content": "(a) The Knesset shall elect from among its members a Speaker and Deputy Speakers. Until the election of the Speaker of the Knesset, the Speaker of the outgoing Knesset shall continue to serve, should he have been reelected as a Member of the Knesset, and if he has not been reelected - the most veteran Knesset Member, who is not the Prime Minister, a minister or a deputy minister, shall serve as acting Speaker. In this article, \"most veteran\" – whoever has served in the Knesset for the longest period, consecutively or intermittently, and from among those with equal seniority – the eldest among them. (b) The Knesset is entitled to lay down in its Rules of Procedure reservations to the election of a Member of the Knesset to serve as Speaker of the Knesset, or Deputy Speaker of the Knesset. (c) The Knesset is entitled, by a decision of a majority of its Members, to suspend the Speaker of the Knesset or a deputy speaker of the Knesset, or to lay down restriction to their office. Details shall be prescribed by law. (d) The Knesset is entitled, by a decision of a majority of its members, or by a larger majority prescribed by law, to dismiss the Speaker of the Knesset or a deputy Speaker of the Knesset. Details shall be prescribed by law. Substitute Speaker of the Knesset, and Acting Speaker of the Knesset (Amendments Nos. 4, 24 & 27)" + }, + { + "provision_ref": "sec20a", + "section": "20a", + "title": "Knesset 24 & 27)", + "content": "(a) Should the Speaker of the Knesset leave the confines of the State, a deputy Speaker of the Knesset shall act in his place, until the Speaker returns. (b) Should the Speaker of the Knesset notify the House Committee, or should the House Committee decide that for health reasons the Speaker of the Knesset is temporarily unable to perform his duties, or should the Speaker of the Knesset announce that he is temporarily unable to perform his duties, and the House Committee has approved his announcement, a deputy speaker shall perform his duties, until the Speaker of the Knesset shall inform the House Committee, or until the House Committee shall determine that he is no longer unable to perform his duties. (c) Should the post of the Knesset Speaker become vacant – because he has resigned or has passed away, or because the House Committee has determined that for health reasons, he is unable to regularly perform his duties – a deputy speaker shall serve as acting Knesset Speaker, until a new Speaker is elected by the Knesset. (c1) (1) Should the Speaker of the Knesset be suspended from his post by a decision in accordance with article 20(c), a deputy speaker shall serve as acting Speaker of the Knesset, until the suspension is revoked, or until the election of a new Speaker of the Knesset, as applicable. (2) Should the Speaker of the Knesset be removed from his post in a decision in accordance with article 20(d), a deputy speaker of the Knesset shall serve as acting Speaker of the Knesset until the election of a new Speaker. (d) The Deputy Speaker who is to serve as a substitute of the Knesset Speaker, or as acting Knesset Speaker shall be the Deputy elected for that purpose by the House Committee. Committees (Amendments Nos. 13, 14, 16 & 28)" + }, + { + "provision_ref": "sec21", + "section": "21", + "title": "Committees 14, 16 & 28)", + "content": "(e) While serving as substitute to the Speaker of the Knesset, or as acting Knesset Speaker, the Deputy Speaker shall serve in every position designated to the Speaker of the Knesset by law, and shall exercise every power vested in the Speaker of the Knesset by law. (f) The provisions of this article shall apply, mutatis mutandis, also if the circumstances described in clauses (a), (b), (c) or (c1) regarding the Speaker of the Knesset apply to whoever serves as a substitute to the Knesset Speaker, or an acting Knesset Speaker. (a) The Knesset shall select Permanent Committees from among its Members, and it is also entitled to select Committees for particular matters from among its Members. The tasks of the Committees, their powers and procedures, in so far as they are not prescribed by law, shall be laid down in the Rules of Procedure. (b) Provisions may be laid down in the Rules of Procedure regarding the authority of the Committees to summon an office holder or functionary in the Civil Service, a local authority, a religious council, a corporation established by law, or a government corporation, and to require him to provide information at his disposal on the activities of the body in which he serves, unless such disclosure constitutes a breach of the law, of a professional obligation, or of a fiduciary duty to which he is bound by law, and he shall be assured rights accorded witnesses in a court. The summons shall be issued by means of the Minister concerned, or with his knowledge, and in the case of someone, who is not in the Civil Service – by means of the head of the body in which the invitee serves. However, the Minister in charge, or the head of the body in which the invitee serves, is entitled to inform the Committee that he himself will appear in place of the invitee. (c) [Repealed] Knesset oversight of subsidiary legislation (Amendments Nos. 30 &.45)" + }, + { + "provision_ref": "sec21a", + "section": "21a", + "title": "subsidiary legislation &.45)", + "content": "[Repealed – Amendment No. 45] Committees of Inquiry" + }, + { + "provision_ref": "sec22", + "section": "22", + "title": "Committees of Inquiry", + "content": "The Knesset is entitled to appoint Committees of Inquiry, either by empowering one of its permanent Committees, or by selecting a committee from among its Members, in order to investigate matters determined by the Knesset. The powers and tasks of a Committee of Inquiry shall be determined by the Knesset. In every Committee of Inquiry there shall also be representatives of parliamentary groups that are not members of the Government, on the basis of the relative strength of the Parliamentary Groups in the Knesset. The status of a minister and a deputy minister, who are not Members of the Knesset (Amendments Nos. 42 and temporary provision, & 49)" + }, + { + "provision_ref": "sec23", + "section": "23", + "title": "Knesset (Amendments Nos. 42 and temporary provision, & 49)", + "content": "The status of a minister or deputy minister, who are not Knesset Members, with regards to anything connected with the Knesset, is the same as that of a minister or deputy minister who are Members of the Knesset, but they shall not have the right to vote. Quorum (Amendment No. 6)" + }, + { + "provision_ref": "sec24", + "section": "24", + "title": "Quorum (Amendment No. 6)", + "content": "The Knesset shall hold debates and adopt resolutions with the participation of any number of Members, unless there is another provision on this matter in the law. Majority" + }, + { + "provision_ref": "sec25", + "section": "25", + "title": "Majority", + "content": "The Knesset shall adopt resolutions by a majority of the participants in the vote, with those abstaining not being counted among those participating in the vote. The voting procedures shall be laid down in the Rules of Procedure; and all this as long as there is no other provision in the law. Sittings" + }, + { + "provision_ref": "sec26", + "section": "26", + "title": "Sittings", + "content": "The sittings of the Knesset shall be held in the location of its seat, but under special circumstances the Speaker of the Knesset is entitled, after consulting his Deputies, to convene the Knesset elsewhere. Knesset sittings shall take place on weekdays. Openness (Amendment No. 17)" + }, + { + "provision_ref": "sec27", + "section": "27", + "title": "Openness", + "content": "The Knesset shall meet publicly. Publication (Amendment No. 17) 28 The publication of the proceedings of Knesset sittings, and whatever was said in them, shall not be restricted, and shall not entail any criminal or civil liability." + }, + { + "provision_ref": "sec29", + "section": "29", + "title": "The publication of the proceedings of Knesset sittings, and whatever was said in them, shall not be restricted, and shall not entail any criminal or civil liability.", + "content": "]Repealed Amendment No. 17[" + }, + { + "provision_ref": "sec30", + "section": "30", + "title": "]Repealed Amendment No. 17[", + "content": "]Repealed - Amendment No. 17[" + }, + { + "provision_ref": "sec31", + "section": "31", + "title": "]Repealed - Amendment No. 17[", + "content": "Provisions concerning the dates of Knesset sessions, and the convening of the Knesset out of session, shall be prescribed by law." + }, + { + "provision_ref": "sec32", + "section": "32", + "title": "Provisions concerning the dates of Knesset sessions, and the convening of the Knesset out of session, shall be prescribed by law.", + "content": "Repealed by means of Amendment No. 31" + }, + { + "provision_ref": "sec33", + "section": "33", + "title": "Repealed by means of Amendment No. 31", + "content": "Repealed by means of Amendment No. 29. Dissolution of the Knesset (Amendment No. 15" + }, + { + "provision_ref": "sec34", + "section": "34", + "title": "Dissolution of the Knesset (Amendment No. 15", + "content": "The Knesset shall not decide to dissolve itself before the end of its term, save by the adoption of a law on this matter by a majority of the Knesset Members. Date of the elections after dissolution (Amendment No. 30)" + }, + { + "provision_ref": "sec35", + "section": "35", + "title": "Date of the elections after dissolution", + "content": "The law concerning the dissolution of the Knesset shall contain a provision regarding the date of elections for the following Knesset, which shall be no later than five months from the day the law is adopted. Sessions (Amendments Nos. 5 & 29) Term of the Knesset after dissolution" + }, + { + "provision_ref": "sec36", + "section": "36", + "title": "Term of the Knesset after dissolution", + "content": "Once the Knesset has decided to dissolve itself, the following Knesset shall continue to serve until the closest month of Heshvan after the termination of four years from its elections. Dissolution due to the failure to adopt the Budget Law [Amendments Nos. 30, 40, 48 (temporary provision), 50 (temporary provision) & 51]" + }, + { + "provision_ref": "sec36a", + "section": "36a", + "title": "provision), 50 (temporary provision) & 51]", + "content": "(a) Should the Budget Law fail to be adopted within three months following the commencement of the financial year, the day following the termination of the said period (hereinafter – the determining date) shall be regarded as if the Knesset had decided to dissolve itself before the end of its term, and early elections shall be held on the last Tuesday before the end of 90 days from the determining date, unless the Knesset has decided by a majority of its Members, within five days of the determining date to hold the elections on a later date, due to the proximity of the elections date to a festival, holiday, or memorial day, but no later than 100 days after the determining date. (b) Notwithstanding the provisions of clause (a), once the President of the State has initiated proceedings for the formation of a new government in accordance with article 30 of Basic-Law: The Government, should the Knesset express confidence in the new Government on the basis of article 28 of Basic-Law: The Government, or should a law have been adopted concerning the dissolution of the Knesset, or should elections have been held for the Knesset, after the deadline for submitting the Budget Bill on the basis of article 3 of termination of the three months from the beginning of the financial year, the determining date as stated in clause (a) shall be the day after the end of three months from the beginning of the financial year, or the day after 145 days from the day the Government was formed, whichever is later. Should the Knesset Finance Committee decide, in accordance with article 3(b)(1) of Basic-Law: The State Economy, that the Budget Bill shall be laid on the Knesset table before the 85th day from the date of the formation of the Government, the determining day shall be the day after the 60 days from the day on which the Government laid the Bill. In counting the periods of 146 days, 85 days, and 60 days, as aforementioned, Jewish holidays, and holiday eves, as prescribed by law, shall not be counted. (c) [Expired] Continuity of the Knesset" + }, + { + "provision_ref": "sec37", + "section": "37", + "title": "Continuity of the Knesset", + "content": "The outgoing Knesset shall continue to serve until the convening of the incoming Knesset. Extension of enactment validation" + }, + { + "provision_ref": "sec38", + "section": "38", + "title": "Extension of enactment validation", + "content": "Any enactment the validity of which would have expired within the last two months of the term of the outgoing Knesset, or within four months after the Knesset decided to dissolve itself, or within the first three months of the term of the incoming Knesset – shall remain in force until the end of the said three months. Salary of Members of the Knesset" + }, + { + "provision_ref": "sec39", + "section": "39", + "title": "Salary of Members of the Knesset", + "content": "Members of the Knesset shall receive a salary as prescribed by law. Resignation of a Member of the Knesset" + }, + { + "provision_ref": "sec40", + "section": "40", + "title": "Resignation of a Member of the Knesset", + "content": "A Member of the Knesset is entitled to resign his position. The resignation shall be by means of a personal submission of the letter of resignation by the resigning Member to the Speaker of the Knesset, and if he is prevented from submitting it personally – by means of delivery thereof in a manner prescribed in the Rules of Procedure. The letter of resignation shall be signed on the day of the submission or delivery. Consequences of resignation (Amendment No. 41)" + }, + { + "provision_ref": "sec41", + "section": "41", + "title": "Consequences of resignation", + "content": "The membership of a Knesset Member, who has submitted his resignation, in the Knesset shall end forty eight hours after the letter of resignation has reached the Speaker of the Knesset, unless he withdrew his resignation beforehand. Should the said period end on a day of rest, its termination shall be postponed until the following day that is not a day of rest, and all this as prescribed by law. The expiring of the service or candidacy of a Member of the Knesset (Amendment No. 33)" + }, + { + "provision_ref": "sec42", + "section": "42", + "title": "a Member of the Knesset (Amendment No. 33)", + "content": "A Member of the Knesset, or a candidate for the Knesset, who has been appointed to one of the positions whose holders are barred from being candidates for the Knesset, his membership in the Knesset, or his candidacy to the Knesset, as applicable, shall terminate upon his election or appointment to one of the positions as stated. In this regard. \"Candidate for the Knesset\" – anyone whose name is included in the list of candidates for the Knesset, from the day the list was submitted until the day of the commencement of his term as a Member of the Knesset. Ending the membership of a Member of the Knesset (Amendments Nos. 7, 18, 26, 32 & 44)" + }, + { + "provision_ref": "sec42a", + "section": "42a", + "title": "Member of the Knesset 18, 26, 32 & 44)", + "content": "(a) A Member of the Knesset, who has been convicted of a felony in a final verdict, and the court has ruled, upon its own initiative or at the request of the Attorney General, that the offence involves moral turpitude, his membership in the Knesset shall terminate on the day that the verdict became final, and it is immaterial whether the offence was committed while he was a Member of that Knesset, a member of a previous Knesset, or before he became a Member of the Knesset. (b) Clause (a) shall also apply to a Member of the Knesset whose verdict was finalized after he started to serve as a Member of the Knesset. A request by the Attorney General on the basis of clause (a) can be submitted as long as the verdict has not been finalized. The request shall be submitted to the court that issued the verdict, and if an appeal has been filed, to the court of appeal. (1) The Knesset is entitled, by a majority of 90 Members of the Knesset, to decide to terminate the membership of a Knesset Member if it has determined that what is said in article 7a(a)(2) or (3) regarding a candidate, applies to him, after that Knesset was elected. (2) A decision, as stated in paragraph (1), shall be adopted on the basis of a proposal by the House Committee, which was adopted by a majority of three quarters of its members, on the basis of a request of 70 Knesset Members, at least 10 of whom are Members of the Knesset in parliamentary groups that are not sides to agreements that require support of the Government. Suspension (Amendments Nos. 7, 26 & 38)" + }, + { + "provision_ref": "sec42b", + "section": "42b", + "title": "Suspension 26 & 38)", + "content": "(3) The position of anyone whose membership in the Knesset was terminated on the basis of paragraph (1) shall be vacated 14 days from the day of the Knesset's decision, but in the period from the Knesset's decision to the day on which the membership shall terminate he will not be entitled to participate in the Knesset's sittings, or the meetings of a Knesset committee, save for the purpose of voting. (4) The Member of the Knesset is entitled to appeal to the Supreme Court on the decision of the Knesset to terminate his membership. (5) This clause shall not apply in a period of elections, as prescribed by law. (6) Details regarding the submission of the request, its deliberation and objections to the decision shall be laid down by law or in the Knesset Rules of Procedure. (a) In the case of a Member of the Knesset, who has been convicted of a felony, and the court has ruled, upon its own initiative or at the request of the Attorney General, that the offence involves moral turpitude, he shall be suspended from his membership in the Knesset from the day on which the court gave its ruling, and until the date on which the verdict became final. (b) A Member of the Knesset, who was convicted of a felony, and was sentenced to imprisonment, shall be suspended from his membership in the Knesset for the period of his imprisonment. Ending the Knesset membership of a minister or a deputy minister (Amendments Nos. 49, 51 & 52) (Amendment No. 52)" + }, + { + "provision_ref": "sec42c", + "section": "42c", + "title": "Nos. 49, 51 & 52)", + "content": "(b1) The provisions of this article shall also apply to a Member of the Knesset, who has been convicted of an offence, as stated in clauses (a) or (b), before he became a Member of the Knesset. (a) A Member of the Knesset, who serves as a minister or a deputy minister is entitled to terminate his membership in the Knesset on the basis of the provisions of this article. Terminating the membership as stated shall be by means of a written notice to the Speaker of the Knesset, with the attachment of the written approval of the Chairperson of the Knesset Members’ Parliamentary Group, and the provisions of article 40 shall apply to it. The provisions of this article shall not apply to a Member of the Knesset serving as Prime Minister, his Deputy, the Alternate Prime Minister, or the Acting Prime Minister. (a1) Despite what is said in clause (a), a Member of the Knesset, who serves as a minister or as a deputy minister is not entitled to stop his membership in the Knesset in accordance with this article in the period from the beginning of the term of a new Knesset, and until the formation of a government in accordance with article 13 or 13a(e) to Basic-Law: The Government, and from the 90th day before the Knesset’s election day, in accordance with article 9, or from the day on which the reason was created for the holding of elections in accordance with article 34 or 36a, or in accordance with article 11(b) or 29(f) to Basic-Law: The Government, as applicable. (b) The Knesset membership of a Member of the Knesset, who submitted a notice as stated in clause (a), shall terminate 48 hours after the notice reached the hands of the Knesset Speaker, unless he retracted from his previous notice in a written notice to the Speaker of the Knesset. Should the said period end on a rest day, it shall be put off to the following day that is not a rest day, and all as prescribed by law. (c) (Amendments Nos. 51 & 52) (d) Should the Knesset membership of a minister or a deputy minister terminate on the basis of the provisions of this article, his membership in the Knesset to which he was elected shall be renewed, should one of the following occur: (1) He ceased to serve as a minister or a deputy minister; (2) He became Prime Minister, or Alternate Prime Minister; (3) He was assigned to serve as Acting Prime Minister; (4) He became Deputy Prime Minister. (1) These provisions shall apply with regards to the maximal number of Knesset Members in the same parliamentary group, who may terminate their membership in the Knesset according to this article: (a) Should the Parliamentary Group number one to three Members of the Knesset – half the members of the Parliamentary Group may terminate their membership. Should the result of the calculation not lead to a whole number, the number shall be completed to the next whole number; (a1) Should the Parliamentary Group number four to six Members of the Knesset – three Members of the Knesset may terminate their membership; (2) (e) (b) Should the Parliamentary Group number seven to nine Members of the Knesset – four Members of the Knesset may terminate their membership; (c) Should the Parliamentary Group number between ten to seventeen Members of the Knesset – five Members of the Knesset may terminate their membership. (d) Should the Parliamentary Group number at least eighteen members of the Knesset – a third of the members of the Parliamentary Group may terminate their membership. Should the result of the calculation not lead to a whole number, the number shall be completed to the next whole number. A change in the number of members of a parliamentary group resulting, inter alia, because of splitting or a merger with another parliamentary group, shall not affect the termination of the Knesset membership of a Member of the Knesset before the change, as stated. Should the Knesset membership of a Member of the Knesset terminate in accordance with this article, and his membership in the Knesset was renewed because he ceased to serve as a minister, or ceased to serve as a deputy minister, due to circumstances other than those listed in article 26(2) of Basic-Law: The Government, his membership in the Knesset shall not be terminated again in accordance of the provisions of this article, during the term of that Knesset. (f) (Amendment No. 52) (g) (1) Despite what is said in clause (c) a minister or a deputy minister who was a Member of the Knesset and terminated his membership in the Knesset on the basis of this article, and a Member of the Knesset, who is a minister or deputy minister, who are members of the same parliamentary group, are entitled to inform the Speaker of the Knesset in a joint written notice of the renewal of the Knesset membership of the minister or deputy minister whose membership was terminated, and the termination of the service of the other Knesset Member, at the same time (in this Basic Law - the replacement notice). (2) The provisions of clause (b), with the required changes, shall apply to the renewal of membership and termination of membership in the Knesset in accordance with the replacement notice. However, a retraction from the replacement notice shall take place only by means of a written joint notice by those submitting the replacement notice to the Speaker of the Knesset. (3) A Member of the Knesset, whose Knesset membership was renewed on the basis of paragraph (1) shall not submit an additional replacement notice during the term of that Knesset. A minister or a deputy minister, who ended his membership in the Knesset in accordance with this article, and submitted a letter of resignation in accordance with article 22(a) or 26(1) to Basic-Law: The Government, or who received a letter of removal from office in accordance with article 22(b), 26(3), 43d(b) or 43e(b) to Basic-Law: The Government, as applicable, is entitled to inform the Speaker of the Knesset, soon after the time of submission or receipt as stated, that his membership in the Knesset shall not be renewed, and he shall be considered to have resigned from the Knesset at the time of the end of his service in the Government. The provisions of article 40 shall apply to the notice to the Speaker of the Knesset, as stated in this clause, with the necessary changes. Replacement of Members of the Knesset (Amendments Nos. 7, 42 and temporary provision, & 49)" + }, + { + "provision_ref": "sec43", + "section": "43", + "title": "Nos. 7, 42 and temporary provision, & 49)", + "content": "(a) Should the position of a Member of the Knesset fall vacant, he shall be replaced by a candidate - from the list of candidates that included his name – whose name appears first after the name of the last of the elected candidates. (b) The position of whoever has been suspended from membership in the Knesset on the basis of article 42b, shall be vacated for the period of the suspension, and he shall be replaced by the candidate as stated in clause (a). Should he resume his position, the last candidate in the list of candidates to have become a Member of the Knesset shall cease to serve, but his right to become a Member of the Knesset thereafter under clause (a) shall not be compromised. (c) The position of anyone whose Knesset membership was terminated on the basis of article 42c(a), shall be vacated, and he shall be replaced by the candidate as stated in clause (a). Should his membership be renewed on the basis of article 42c(c) the provisions of the final section of clause (b) shall apply. (d) The position of anyone whose Knesset membership was terminated on the basis of the replacement notice on the basis of article 42c(f) (in this article- the replaced Knesset Member), shall be vacated, and he shall be replaced by whoever submitted the replacement notice together with him, as stated in that article. (e) Once the membership of the replaced Knesset Member has been renewed on the basis of article 42c(c), the provisions of the final section of clause (b) shall apply. (f) Should the membership of the replaced Knesset Member be renewed in accordance with an additional replacement notice on the basis of article 42c(f), the provisions of clause (d) shall apply. Stability of the law" + }, + { + "provision_ref": "sec44", + "section": "44", + "title": "Stability of the law", + "content": "Notwithstanding the provisions of any other law, Emergency Regulations cannot change, temporarily suspend, or subject this law to conditions. Rigidity of articles" + }, + { + "provision_ref": "sec45", + "section": "45", + "title": "Rigidity of articles", + "content": "Article 44, or this article, may not be changed, save by a majority of eighty Members of the Knesset. Application of rigidity (Amendment No. 15)" + }, + { + "provision_ref": "sec45a", + "section": "45a", + "title": "Application of rigidity", + "content": "The provision of article 45 shall apply also to a change of article 9a(a). When a special majority is required (Amendments Nos. 3, 11 & 15)" + }, + { + "provision_ref": "sec46", + "section": "46", + "title": "majority is required 11 & 15)", + "content": "Under this law the majority required to change articles 4, 9a, 34, 44, or 45 shall be required for decisions in the Knesset plenum in first reading, second reading, and third reading. Regarding this article \"change\" – whether explicit or implicit." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-the-president-1964.json b/data/seed/basic-law-the-president-1964.json new file mode 100644 index 0000000..40ddafe --- /dev/null +++ b/data/seed/basic-law-the-president-1964.json @@ -0,0 +1,152 @@ +{ + "id": "basic-law-the-president-1964", + "type": "statute", + "title": "חוק יסוד: נשיא המדינה", + "title_en": "Basic Law: The President of the State, 5724-1964", + "short_name": "BL-PRES", + "status": "in_force", + "issued_date": "1964-06-16", + "in_force_date": "1964-06-16", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawThePresident.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Status", + "content": "The State is headed by a President. Place of residence" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Place of residence", + "content": "The place of residence of the President of the State is Jerusalem. Election and term of office (Amendments Nos. 2 & 5" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Election and term of office (Amendments Nos. 2 & 5", + "content": "(a) The President of the State is elected by the Knesset for seven years. The term of office shall be calculated on the basis of the Hebrew calendar. (b) The President of the State shall serve for a single term of office only. Eligibility (Amendment No. 5)" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Eligibility", + "content": "Every Israeli citizen, who is a resident of Israel, is eligible to be a candidate for the office of President of the State. Date of election (Amendment No. 8)" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Date of election", + "content": "The election of the President of the State shall be held no earlier than ninety days, and no later than thirty days before the expiration of the term of the serving President. Should the position of the President of the State fall vacant before the expiration of his term of office, the election shall be held within forty-five days from the day on which his position fell vacant. The Speaker of the Knesset, in consultation with the Deputy Speakers, shall set the election day, and shall inform all the Members of the Knesset in writing thereof, at least three weeks in advance. Should the date of the election fall outside one of the Knesset sessions, the Speaker of the Knesset shall convene the Knesset for the purpose of electing the President of the State. nomination of candidates (Amendment No. 8)" + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "nomination of candidates", + "content": "(a) (b) Voting" + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Voting", + "content": "(1) The nomination of a candidate for the President of the State shall be submitted in writing to the Speaker of the Knesset, together with the written consent of the candidate, on the fourteenth day before the election day. A Member of the Knesset shall not participate in the nomination of more than one candidate. (2) Whoever is nominated by at least ten Members of the Knesset as a candidate shall be a candidate for the President of the State, unless the number of nominators fell below ten due to the deletion of the name of a Knesset Member as stated in paragraph (3). (3) Should a Member of the Knesset be party to nominating more than one candidate, the name of the Knesset Member shall be deleted from the list of the nominators of all the candidates who he nominated. Should the number of nominators of a candidate fall below ten due to the deletion of a name from the list of nominators, a Member of the Knesset who was not party to any nomination may add his name to the list of nominators of that candidate, no later than eight days before the election day. The Speaker of the Knesset shall inform all the Members of the Knesset in writing, no later than seven days before the day of the election, of every candidate who was nominated, and shall announce the candidates at the opening of the sitting at which the election is to be held. The election of the President of the State shall be by secret ballot at a Knesset sitting to be dedicated exclusively to this matter. Election by a majority of votes (Amendments Nos. 7 & 9) Declaration of allegiance" + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "8.", + "content": "(a) Should there be two candidates or more, the candidate who received the votes of a majority of the Knesset Members – he is the one elected. Should no candidate receive such a majority, a second ballot is to be held. In the second vote only the two candidates who received the votes of the largest number of Knesset Members in the first vote shall stand for election. The candidate who received a majority of the votes of the Knesset Members participating in the second vote, and who have voted for one of the candidates – shall be elected. Should two candidates receive an equal number of votes, the voting shall be repeated. (b) Should there be only one candidate, the voting is to be held in his favor or against him, and he shall be the person elected should the votes in his favor surpass the votes against him. Should the number of votes in his favor be equal to the votes against him, the voting shall be repeated. (c) Should a President fail to be elected on the basis of clause (b), a reelection shall take place within thirty days from the day of the voting on the basis of the provisions of articles 5 to 7 and this article. However, the nomination of a candidate on the basis of article 6(a) shall be submitted no later than seven days before the day of the election. The elected President shall make and sign the following declaration of allegiance before the Knesset: \"I pledge myself to bear allegiance to the State of Israel and to its laws, and to faithfully perform my duties as President of the State\". Making the declaration and commencement of office" + }, + { + "provision_ref": "sec10", + "section": "10", + "title": "Making the declaration and commencement of office", + "content": "(a) The President-elect shall make his declaration upon the termination of the term of office of the previous President, or as close as possible beforehand, and shall begin to serve at the end of the term of office of the previous President. Responsibilities and powers (Amendments Nos. 3 & 6) 11 (b) Should the position of the President of the State fall vacant before the end of his term of office, the Presidentelect shall declare his allegiance as soon as possible after his election, and shall start to serve from the moment that he made his declaration. (a) The President of the State (1) Shall sign every law, other than laws relating to his powers; (2) Shall perform the duties assigned to him by BasicLaw: The Government; (3) Shall receive from the Government reports on its meetings; (4) Shall accredit the diplomatic representatives of the State, shall receive the credentials of diplomatic representatives sent to Israel by foreign states, shall empower the consular representatives of the State, and shall confirm appointments of consular representatives sent to Israel by foreign states; (5) Shall sign treaties with foreign states approved by the Knesset; (6) Shall carry out every responsibility assigned to him by law in connection with the appointment and removal from office of judges and other office holders. (b) The President of the State has the power to pardon offenders and modify sentences by reducing or commuting them. (c) The President of the State shall carry out any other responsibility, and hold every other power assigned to him by law. Countersignature (Amendments 3 & 6)" + }, + { + "provision_ref": "sec12", + "section": "12", + "title": "Countersignature", + "content": "The signature of the President of the State on an official document, requires the countersignature of the Prime Minister, or of another minister assigned by the Government, except for a document connected with the formation of the Government or the dissolution of the Knesset. Immunity in performance of duties" + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Immunity in performance of duties", + "content": "(a) The President of the State shall not be accountable to any court of law or tribunal for anything connected with his functions or powers, and shall be immune from any legal action on this account. (b) The President of the State is not obliged to disclose in giving evidence anything that came to his knowledge while performing his duties as President of the State. (c) The immunity of the President of the State on the basis of this article shall continue to apply also after he has ceased to be the President of the State. Immunity from criminal proceedings" + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "Immunity from criminal proceedings", + "content": "The President of the State shall not face criminal charges. The period during which the President of the State cannot be prosecuted for an offence by force of this article shall not be counted as part of the period of obsolescence of the said offence. Evidence 15 Should the President be required to give evidence, the evidence shall be taken at such place and time as shall be determined in agreement with him. Salary and other payments (Amendment No. 1)" + }, + { + "provision_ref": "sec16", + "section": "16", + "title": "Salary and other payments (Amendment No. 1)", + "content": "The salary of the President of the State, and other payments made to him during his tenure of office, shall be determined by a decision of the Knesset, and it is entitled to authorize the Finance Committee for this purpose. Decisions on the basis of this article shall be published in the Official Gazette. Exclusivity of position" + }, + { + "provision_ref": "sec17", + "section": "17", + "title": "Exclusivity of position", + "content": "(a) The President of the State shall not serve in a post and shall not fulfill any position other than his post and position as President of the State, unless the Knesset House Committee has agreed to it. (b) The President of the State is exempt from any mandatory service. Travel abroad" + }, + { + "provision_ref": "sec18", + "section": "18", + "title": "Travel abroad", + "content": "The President of the State shall not leave the State boundaries save with the consent of the Government. Resignation (Amendment No. 10)" + }, + { + "provision_ref": "sec19", + "section": "19", + "title": "Resignation", + "content": "The President of the State is entitled to resign from his office by submitting a letter of resignation to the Speaker of the Knesset. The letter of resignation need not be countersigned. The position of the President shall become vacant after the letter of resignation has reached the Speaker of the Knesset. Removal of the President from office" + }, + { + "provision_ref": "sec20", + "section": "20", + "title": "Removal of the President from office", + "content": "(a) The Knesset is entitled, by means of a resolution, to remove the President of the State from office, should it decide that he is unworthy of his office due to conduct that is inappropriate for his status as President of the State. (b) The Knesset shall not remove the President of the State from office, save after a complaint was brought to the House Committee by at least twenty Members of the Knesset, and on the basis of a decision of the House Committee adopted by a majority of three quarters of the members of the Committee. The decision of the Knesset to remove the President from his office requires a majority of three quarters of its Members as well. Vacancy of the post for health reasons" + }, + { + "provision_ref": "sec21", + "section": "21", + "title": "Vacancy of the post for health reasons", + "content": "(c) The House Committee shall not propose the removal of the President of the State from his office, unless he has been given the opportunity to refute the complaint on the basis of the procedure laid down by the Committee with the approval of the Knesset, and the Knesset shall not decide to remove the President of the State from his office save after he has been given the opportunity to have his say on the basis of the procedure laid down by the House Committee with the approval of the Knesset. (d) The President of the State is entitled to be represented before the House Committee and before the Knesset by his council, as long as a Member of the Knesset shall not serve as council of the President. The House Committee and the Knesset are entitled to invite the President of the State to be present during the deliberations on the basis of this article. (e) The Knesset deliberations on the basis of this article shall be held in a sitting designated to this matter alone, or in successive sittings designated as stated. The debate shall begin no later than twenty days after the decision of the House Committee. The Speaker of the Knesset shall inform all the Knesset Members in writing of the time of its beginning, at least ten days in advance. Should the beginning of the debate not occur during one of the Knesset sessions, the Speaker of the Knesset shall convene the Knesset in order to hold the debate. (a) The Knesset is entitled, in a resolution taken by a majority of its Members, to declare that for health reasons the President of the State is permanently unable to perform his duties. (b) The Knesset shall not adopt the said resolution, save in accordance with a proposal of the House Committee adopted by two thirds of its Members, on the basis of a medical opinion submitted according to rules laid down by the Committee." + }, + { + "provision_ref": "sec22", + "section": "22", + "title": "adopted by two thirds of its Members, on the basis of a medical opinion submitted according to rules laid down by the Committee.", + "content": "22.. (c) Should the Knesset adopt a resolution as aforesaid, the office of the President of the State shall become vacant from the day of the resolution. (a) The President of the State shall temporarily cease to perform his duties, and exercise his powers - (b) (1) Should he leave the borders of the State - from the time of his departure until his return; (2) Should he notify the House Committee that he is temporarily unable to perform his duties, and the House Committee has approved his notification by a majority of the votes - from the approval of his announcement until the end of the period, which the Committee has fixed, or until the President of the State has notified the House Committee that he is no longer unable to perform his duties, whichever is the earlier date; (3) Should the House Committee decide by a majority of two thirds of its members, on the basis of a medical opinion submitted in accordance with the rules prescribed by the Committee, that for health reasons the President of the State is temporarily unable to perform his duties - from the adoption of the decision until the end of the period fixed by the Committee in its decision, or until it has decided that the President is no longer unable to perform his duties. The House Committee shall not prescribe, in accordance with clause (a)(2) or (3), a period of over three months. It is entitled to prolong it, consecutively, for no more than three additional months. A prolongation of the period for above this period requires a resolution by the Knesset adopted by a majority of the Knesset Members, on the basis of a proposal by the House Committee. Acting President and substitute Notices in the Official Gazette" + }, + { + "provision_ref": "sec24", + "section": "24", + "title": "23.", + "content": "(a) Should the position of the President of the State be vacated, and as long as the new President of the State has not assumed office, the Speaker of the Knesset shall serve as Acting President of the State. (b) During the period that the President of the State has temporarily ceased to perform his duties and exercise his powers, the Speaker of the Knesset shall substitute for the President of the State. (c) While serving as Acting President of the State, or as the substitute of the President of the State, the Speaker of the Knesset shall perform the functions assigned to the President of the State by law and exercise the powers vested in the President of the State by law. (a) The Speaker of the Knesset shall publish a notice in the Official Gazette with regards to the following - (b) (1) The commencement of the service of the President of the State; (2) The vacating of the position of the President of the State; (3) The commencement of the service of the Speaker of the Knesset as the substitute of the President of the State, and the termination of this service, on the basis of article 22(a)(2) or (3). The Prime Minister shall publish a notice in the Official Gazette regarding the departure of the President of the State from the borders of the State. Stability of the law" + }, + { + "provision_ref": "sec25", + "section": "25", + "title": "Stability of the law", + "content": "Notwithstanding the provisions of any other law, Emergency Regulations cannot change, temporarily suspend, or condition this law. Repeal" + }, + { + "provision_ref": "sec26", + "section": "26", + "title": "Repeal", + "content": "(a) (b) Transitional provisions" + }, + { + "provision_ref": "sec27", + "section": "27", + "title": "Transitional provisions", + "content": "The following are repealed - (1) Articles 2(c), 6 and 7 of the Transition Law, 57091949; (2) The Office of the President of the State Law, 5712-1951. The Law for Determining the Salaries of the President of the State, the Members of the Government, and the Chief Rabbis of Israel, 5711-1950, shall no longer apply to the salary of the President of the State, or to the payments due to him or his heirs. The President of the State elected by the Knesset on 27 Iyar 5723 (21 May, 1963), shall be considered to have been elected on the basis of this law, and to have served in accordance with it." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/basic-law-the-state-economy-1975.json b/data/seed/basic-law-the-state-economy-1975.json new file mode 100644 index 0000000..c05ed57 --- /dev/null +++ b/data/seed/basic-law-the-state-economy-1975.json @@ -0,0 +1,62 @@ +{ + "id": "basic-law-the-state-economy-1975", + "type": "statute", + "title": "חוק יסוד: משק המדינה", + "title_en": "Basic Law: The State Economy, 5735-1975", + "short_name": "BL-ECON", + "status": "in_force", + "issued_date": "1975-07-21", + "in_force_date": "1975-07-21", + "url": "https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawStateEconomy.pdf", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Taxes, mandatory loans and fees (Amendment No. 1)", + "content": "(a) (b) Taxes, mandatory loans and other mandatory payments, shall not be introduced, and their rates shall not be changed, save by law, or on its basis. The same applies to fees. Taxes, mandatory loans, other mandatory payments and fees that are paid to the State treasury, and whose rates have not been prescribed in the law itself, and there is no provision in the law to the effect that their prescription in regulations requires the approval of the Knesset, or of one of its Committees, their prescription in regulations requires prior approval, or approval within the period laid down by law - by means of a Knesset resolution, or a decision by one of its Committees authorized for this purpose by the Knesset. State assets" + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "State assets", + "content": "Transactions in state assets, the acquisition of rights, and the assumption of liabilities in the name of the State, shall be performed by someone authorized to do so by law, or on the basis of the law. The State budget (Amendments No. 1, 2, 7, 8, 9, 12 & 13)" + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "The State budget 2, 7, 8, 9, 12 & 13)", + "content": "(a) (b) (1) The State budget shall be prescribed by law. (2) The budget shall be for one year, and shall present the Government's expected and planned expenditure. (1) (a) The Government shall lay the Budget Bill on the Knesset's table at a time appointed by the Knesset Finance Committee, but no later than 60 days before the beginning of the financial year, and no earlier than six months before the beginning of the financial year. (b) (1) Despite what is said in sub-clause (a), should circumstances exist as mentioned in article 36a(b) in BasicLaw: The Knesset, and the Budget Law was not adopted before the beginning of the financial year, the Government shall lay the Budget Bill on the Knesset’s table at a time appointed by the Knesset Finance Committee, but no later than 60 days before the appointed day, as laid down in that article, and with regards to this period Jewish holidays and holiday eves, in accordance with their meaning in that article, shall not be counted. (2) (c) Should what is said in sub-clause (1) be realized, and under the said circumstances only, the Government is entitled to lay on the Knesset table, together with the Budget Bill as stated in sub-clause (1), a budget bill for the following budget year, even if the submission date is earlier than six months before the beginning of that budget year. (2) The Budget Bill shall be detailed. (3) The detailed budget proposal of the Defense Ministry, and the detailed budget proposal of defense bodies that shall be determined with regards to this matter by law, shall not be laid on the Knesset table, but on the table of a joint committee of the Knesset Finance Committee and Foreign Affairs and Defense Committee. (4) The Finance Bill shall be accompanied by an estimate of the sources for financing it. If necessary, the Government is entitled to submit an additional budget bill in the course of the financial year. Should the government foresee that the Budget Law shall not be approved before the beginning of the Financial Year, it is entitled to submit an Interim Budget Bill. Multi-annual budget (Amendment No. 4)" + }, + { + "provision_ref": "sec3a", + "section": "3a", + "title": "Multi-annual budget", + "content": "(e) Every year, the Minister of Finance shall submit a report on the implementation of the State Budget to the Knesset. Details shall be prescribed by law. (a) Towards every financial year the Government shall prepare a multi-annual budget that shall include the Budget Bill for the coming year, as well as a budget plan for the following two consecutive years. Convergence apparatus (Amendment No 13) 3a1. (b) The Government shall lay on the Knesset table the Multi-Annual Budget Program together with the Budget Bill. (c) Every Budget Bill submitted by the Government to the Knesset shall be based on the Multi-Annual Budget Program that was prepared and laid on the Knesset table on the basis of this article in the previous year. (a) Once the Government has laid a budget bill on the Knesset table, as stated in article 3(b)(1)(b)(2) (in this article – the budget year), the following provisions shall apply: (1) In the Budget Law for the budget year an adjustments budget will be prescribed whose rate and provisions for the matter of its use, shall be laid down by law (in this article – Adjustments Budget). The Government shall submit its proposal for the use of the adjustments budget for the approval of the Knesset Finance Committee; (2) The Government, on the basis of the proposal of the Minister of Finance, shall submit to the Knesset, by November 1 of the year preceding the budget year, and no earlier than October 15 in the year that preceded the budget year, a report on the matter of the existence or nonexistence of an expenditure difference or a deficit difference that are expected in the budget year (in this article – Differences Report). Instructions on the matter of the submission of the Differences Report, and the details included in it, shall be laid down by law; (3) The Minister of Finance shall report to the Knesset Finance Committee, no later than 60 days before the submission of the Differences Report, about the economic and fiscal trends expected in the course of the financial year; (4) Should it be expected that in the course of the budget year there will be an expenditure difference or a deficit difference according to the Differences Report, and according to the said report use of the adjustments budget will not cover the full difference as stated, the Minister of Finance shall submit for the Government’s approval, together with the Differences Report, a plan for covering the difference balance (in this article – Balancing Plan). Provisions for the matter of preparing a balancing plan, and its details, shall be laid down by law. The Government shall approve and submit to the Knesset and the Knesset Finance Committee, the Balancing Plan, together with the approval of the Differences Report; (5) Should the actions based on the Balancing Plan be performed by December 1 of the year that preceded the budget year, and no deficit difference or expenditure difference remains, the Government shall approve this in a decision it shall deliver by the said date, and shall lay its approval on the Knesset table by December 1, in the year that preceded the budget year; (6) Should no actions have been taken in accordance with the Balancing Plan, or only part of them were performed by December 1 in the year that preceded the budget year, and a deficit difference, or expenditure difference remains, the following provisions shall apply, as applicable: (7) (a) Should a deficit difference remain – the government expenditure sum permitted under the Budget Law for the budget year shall be reduced by the remaining deficit difference. The Government, in accordance with the proposal of the Minister of Finance, shall bring for the approval of the Knesset Finance Committee, a plan to reduce the permitted government expenditure, in accordance with this paragraph, by December 1 in the year that preceded the budget year; (b) Should an expenditure difference remain – the Government, in accordance with the proposal of the Minister of Finance, shall bring for the approval of the Knesset Finance Committee a plan to reduce the expenditure articles in the Budget Law for the budget year, in order to cover the remaining expenditure difference, by December 1 in the year that preceded the budget year; (c) The provisions relating to the matter of the plan that shall be submitted in accordance with clause (a) or (b), and the approval by the Knesset Finance Committee, shall be laid down by law. The Knesset Finance Committee is entitled to propose to the Minister of Finance, changes in the plan for reducing the government expenditure that is permitted as stated in paragraph (6)(a) or (b), until December 15 in the year that preceded the budget year. Should the Committee propose as stated, the Government shall submit for the approval of the Committee, after it has weighted the proposals of the Committee as stated, a plan for the reduction of the permitted Government expenditure by December 24 in the year that preceded the budget year; (b) (8) Should the Knesset Finance Committee fail to approve the plan submitted by the Government in accordance with paragraph 6(a) or (b), or in accordance with paragraph (7), the expenditure sums in the articles of the budget in the Budget Law, shall be reduced equally to the level of the remaining deficit difference, or expenditure difference as stated in article (6), as applicable, in order to cover the remaining difference; (9) The Knesset Finance Committee is entitled to lay on the Knesset table its conclusions from its deliberations, as stated in paragraphs (1), (3), (4) and (6) to (8). The instructions for the deliberation on this matter in the Knesset shall be laid down by law. In this article – “Deficit Difference” – the difference between the deficit forecast for the budget year, to the permitted deficit sum for the budget year, as determined by law; “Expenditure Difference” – the difference between the Government expenditure forecast for the budget year, and the approved sum of the Government expenditure for the budget year, as determined by law. Non-adoption of the Budget Law (Amendments Nos. 5, 8,10 and temporary provision & 11 and temporary provision." + }, + { + "provision_ref": "sec3b", + "section": "3b", + "title": "8,10 and temporary provision & 11 and temporary provision.", + "content": "(a) Should the Budget Law fail to be adopted before the beginning of the financial year, the following provisions shall apply to continuation budget year: (1) The Government shall be entitled to spend expenditures, as detailed below: (a) Every month, a sum equal to one twelfth of the permitted government expenditure for the previous year, or of the ceiling of the government expenditure for the previous year, which shall be linked to the rate of the population growth, whichever is lower; (2) (3) (Amendments No. 10 and temporary measure, & No. 11 and temporary measure) (b) Expenditure, which is conditioned on income, in accordance with provisions to be prescribed by law; (c) Expenditure of business enterprises, which operated in the course of the previous financial year, in accordance with provisions to be determined by law; (d) The return of principal debts, which is not the return of debts, as stated, to the National Insurance Institute; The Government shall be entitled to assume commitments within the limits of the sums as detailed below, as long as these commitments shall not increase the expenditure in that year beyond the expenditure sum in the continuation budget: (a) The sum of the authorization to undertake commitments, in accordance with instructions that shall be prescribed by law; (b) The sum of the expenditure in the continuation budget, the sum for expenditure conditioned on income, and the sum for the expenditure of business enterprises, as stated in sub-paragraphs (a) to (c) and (e) of paragraph (1), in accordance with instructions that shall be prescribed by law; (c) A sum left over, that remained in the articles of the budget in the previous Budget Law, in accordance with instructions that shall be prescribed by law. The Government shall be entitled to fill positions, by a number that shall not surpass the number of positions specified in the previous Budget Law. (a1) Expired (a2) Expired (b) Funds on the basis of clause (a)(1)(a) to (c), shall be earmarked first of all to fulfilling the State's commitments by force of laws, contracts and treaties. The remainder shall be used by the Government only to implement vital services, and activities that were included in the previous Budget Law, including those added by means of budgetary changes (in this clause – vital services and previous activities). Government commitments, in accordance with clause (a)(2) shall be only for vital services and previous activities. (Amendments No. 10 and temporary measure, & No. 11 and temporary measure) (b1) A plan including the expected and planned detailed government expenditures, according to this article, shall be laid by the Ministry of Finance on the Government table, and shall be submitted to the Knesset Finance Committee no later than a month from the beginning of the year of the continuation budget. The detailed expenditures of the Ministry of Defense, and the security bodies, shall be laid on the table of the Joint Committee of the Knesset Finance Committee, and Foreign Affairs and Defense Committee, as defined in article 18 of the Basis of the Budget Law 5745-1985. The Minister of Finance shall report to the Knesset Finance Committee, once a month, of the Government expenditures, in accordance with the said plan. (c) This article is not to be changed save by a majority of the Knesset Members. (d) In this article – “Government expenditure” – the net government expenditure, including the granting of credit, and less return of principal debts only, as long as it is not return of debts, as stated, to the National Insurance Institute; “Permitted government expenditure”, for a particular financial year – the sum of permitted government expenditure according to the Budget Law for that year, and if a budget law has not been adopted for that year – the sum of the permitted government expenditure according to this Basic Law; “The expenditure sum of the continuation budget” – the total annual sum of the government expenditure as stated in clause (a)(1)(a); “The rate of population growth” – the average rates of population growth in Israel, which was published by the Central Bureau for Statistics in the three years that preceded the year previous to the continuation budget; “Continuation budget year” – a financial year, which until its beginning, no budget law was adopted for that year, and if a budget was adopted during that year – that part of the financial year from the beginning of the year, and until the adoption of the Budget Law as stated; “The ceiling of the government expenditure”, for a particular financial year – the maximal sum of the government expenditure which may be provided, by law, in the Budget Law, less the sum of the government expenditure in that year, which is not taken into account as part of the maximal government expenditure which may be prescribed by law in the Budget Law in the following year. Legislation requiring a budget (Amendment No. 6)" + }, + { + "provision_ref": "sec3c", + "section": "3c", + "title": "Legislation requiring a budget (Amendment No. 6)", + "content": "(a) A budgetary bill shall not be adopted by the Knesset, save by the votes of at least 50 Members of the Knesset. The said majority is required in first reading, in second reading, and in third reading. However, should a bill turn into a budgetary bill after the first reading, the said majority is required in second reading, and in third reading. (b) A budgetary reservation shall not be adopted by the Knesset save by the votes of at least 50 Members of the Knesset. Should a budgetary reservation to a bill be adopted, the Bill shall not be approved by the Knesset in third reading, save by the votes of at least 50 Members of the Knesset. (c) In relation to this article, the determination of the budgetary cost of a bill or reservation shall be performed by one of the Knesset Committees deliberating that Bill or reservation (hereafter - the Committee). The Committee shall determine the budgetary cost, on the basis of the evaluation of the Minister of Finance, or anyone authorized by him for this purpose, unless it has been proven, to its satisfaction, on the basis of some other evaluation submitted to it, that the budgetary cost is different from the estimation of the Minister of Finance. evaluations on the basis of this article shall be submitted with attached figures and estimates. (d) In this article \"A budgetary bill\" - a bill to which all the following apply: (1) It was submitted by someone other than the Government; (2) Its implementation involves a budgetary cost of 5 million NIS or more, in any given budget year; (3) The Government did not approve the budgetary cost; \"A budgetary reservation\" - a reservation to a bill, in which all the following apply: (1) Its implementation involves a budgetary cost of 5 million NIS or more, in any given budget year; (2) The Government did not approve the budgetary cost; \"Budgetary cost\" - an expenditure or a commitment for expenditure from the State Budget, or a diminution of State revenue, even if the aforesaid expenditure or reduction is accompanied by a reduction of expenditure or commitments for expenditure from the State Budget, or an increase of the state revenue; \"Expenditure from the State budget\", \"a reduction of State revenue\" - including expenditure from the budget of a budgeted body, or a reduction of the revenues of a budgeted body; \"A budgeted body\" - as defined in article 21 of the Foundations of the Budget Law, 5745-1985. (e) The sums specified in the definitions of \"budgetary bill\" and \"budgetary reservation\" in clause (d) shall be updated on 1 January of every year, on the basis of the rate of change in the consumer price index published by the Central Bureau of Statistics. (f) The provisions of this article shall not apply to a bill concerning the dissolution of the Knesset, and the holding of elections. Currency bills and coins" + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Currency bills and coins", + "content": "The printing of currency bills and the minting of coins that shall serve as legal tender, as well as the issue thereof, shall be performed in accordance with the law. Control (Amendment No. 3)" + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Control (Amendment No. 3)", + "content": "The State economy shall be subject to the inspection of the State Comptroller." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/civil-procedure-regulations-1984.json b/data/seed/civil-procedure-regulations-1984.json new file mode 100644 index 0000000..54d91a6 --- /dev/null +++ b/data/seed/civil-procedure-regulations-1984.json @@ -0,0 +1,39 @@ +{ + "id": "civil-procedure-regulations-1984", + "type": "statute", + "title": "תקנות סדר הדין האזרחי, תשמ\"ד-1984", + "title_en": "Civil Procedure Regulations, 5744-1984", + "short_name": "CPR", + "status": "in_force", + "issued_date": "1984-01-01", + "in_force_date": "1984-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_103.htm", + "description": "The Civil Procedure Regulations 5744-1984 govern civil litigation procedures in Israeli courts. They address pleadings, discovery, interim remedies, trial procedure, evidence, and enforcement of judgments. The regulations include provisions on electronic filing and electronic discovery.", + "provisions": [ + { + "provision_ref": "reg1", + "section": "1", + "title": "Scope", + "content": "Regulation 1. These Regulations apply to all civil proceedings in the Magistrate's Courts and District Courts of Israel." + }, + { + "provision_ref": "reg30", + "section": "30", + "title": "Discovery", + "content": "Regulation 30. (a) After the filing of a defense, either party may serve a notice on the other requiring the production of documents relevant to the case. (b) The notice may specify categories of documents, including electronic documents and computer records." + }, + { + "provision_ref": "reg362", + "section": "362", + "title": "Interim Injunctions", + "content": "Regulation 362. The court may grant an interim injunction restraining a party from performing an act or requiring a party to perform an act, if the court is satisfied that the applicant has a prima facie case and the balance of convenience favors the grant of the injunction." + }, + { + "provision_ref": "reg500", + "section": "500", + "title": "Electronic Filing", + "content": "Regulation 500. Court documents may be filed electronically through the court's electronic filing system, subject to technical requirements prescribed by the Director of Courts." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/civil-wrongs-ordinance-1968.json b/data/seed/civil-wrongs-ordinance-1968.json new file mode 100644 index 0000000..0f11901 --- /dev/null +++ b/data/seed/civil-wrongs-ordinance-1968.json @@ -0,0 +1,45 @@ +{ + "id": "civil-wrongs-ordinance-1968", + "type": "statute", + "title": "פקודת הנזיקין [נוסח חדש], תשכ\"ט-1968", + "title_en": "Civil Wrongs Ordinance (New Version), 5728-1968", + "short_name": "CWO", + "status": "in_force", + "issued_date": "1968-01-01", + "in_force_date": "1968-01-01", + "url": "https://www.nevo.co.il/law_html/law01/p230_001.htm", + "description": "The Civil Wrongs Ordinance (New Version) 5728-1968 is the primary tort law statute in Israel. It establishes the framework for negligence, breach of statutory duty, trespass, nuisance, defamation, and other civil wrongs. Relevant to data breach liability, negligent data handling, and cybersecurity malpractice claims.", + "provisions": [ + { + "provision_ref": "sec35", + "section": "35", + "title": "Negligence", + "content": "Section 35. If a person does an act that a reasonable person would not do in the same circumstances, or fails to do an act that a reasonable person would do, and thereby causes damage to another, that constitutes negligence." + }, + { + "provision_ref": "sec36", + "section": "36", + "title": "Duty of Care", + "content": "Section 36. A person owes a duty of care to another if a reasonable person in the same position ought to have foreseen that the other might be harmed by the act or omission in the circumstances of the case." + }, + { + "provision_ref": "sec63", + "section": "63", + "title": "Breach of Statutory Duty", + "content": "Section 63. Where a statute prescribes a duty and its breach is actionable, a person who breaches the statutory duty is liable in tort to any person who suffers damage as a result of the breach, if the statute was intended for the protection of that person." + }, + { + "provision_ref": "sec68", + "section": "68", + "title": "Measure of Damages", + "content": "Section 68. In an action in tort, the court shall award damages as will, so far as money can do, restore the injured party to the position he would have been in had the tort not been committed." + }, + { + "provision_ref": "sec76", + "section": "76", + "title": "Contributory Negligence", + "content": "Section 76. Where the injured party contributed to the damage by his own negligence, the court shall apportion liability between the parties according to the degree of responsibility of each." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/consumer-protection-law-1981.json b/data/seed/consumer-protection-law-1981.json new file mode 100644 index 0000000..aed4345 --- /dev/null +++ b/data/seed/consumer-protection-law-1981.json @@ -0,0 +1,62 @@ +{ + "id": "consumer-protection-law-1981", + "type": "statute", + "title": "חוק הגנת הצרכן, תשמ\"א-1981", + "title_en": "Consumer Protection Law, 5741-1981", + "short_name": "CPL", + "status": "in_force", + "issued_date": "1981-03-12", + "in_force_date": "1981-09-01", + "url": "https://www.nevo.co.il/law_html/law01/999_075.htm", + "description": "The Consumer Protection Law 5741-1981 protects consumers against unfair business practices, misleading advertising, and defective goods and services. It establishes disclosure requirements, cooling-off periods for distance selling, and class action provisions. The law is relevant to digital commerce, online services, and SaaS agreements.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"consumer\" - a person who purchases or receives a product or service from a dealer; \"dealer\" - a person who sells or provides a product or service in the course of business; \"product\" - movable property and immovable property, including rights." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Misleading Conduct", + "content": "Section 2. No dealer shall, by act or omission, by oral or written statement, or in any other manner, mislead a consumer in any material matter relating to a transaction." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Disclosure Requirements", + "content": "Section 4. A dealer shall disclose to a consumer, before a transaction, all material information regarding the product or service, including its essential characteristics, price, warranty, and any known defects." + }, + { + "provision_ref": "sec14A", + "section": "14A", + "title": "Distance Selling Cancellation", + "content": "Section 14A. (a) A consumer who has entered into a transaction by distance selling (including internet, telephone, or mail order) may cancel the transaction within 14 days of receipt of the product or the making of the contract, whichever is later. (b) In case of cancellation, the dealer shall refund the payment within 14 days." + }, + { + "provision_ref": "sec18", + "section": "18", + "title": "Unfair Contract Terms", + "content": "Section 18. A court may declare void or modify a contract term that is unfair or unconscionable, taking into account the circumstances of the transaction and the relative bargaining power of the parties." + }, + { + "provision_ref": "sec31", + "section": "31", + "title": "Class Actions", + "content": "Section 31. A consumer may bring a class action on behalf of a group of consumers who have been similarly affected by a dealer's violation of this Law." + } + ], + "definitions": [ + { + "term": "consumer", + "definition": "A person who purchases or receives a product or service from a dealer", + "source_provision": "sec1" + }, + { + "term": "dealer", + "definition": "A person who sells or provides a product or service in the course of business", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/contracts-general-part-law-1973.json b/data/seed/contracts-general-part-law-1973.json new file mode 100644 index 0000000..a767b06 --- /dev/null +++ b/data/seed/contracts-general-part-law-1973.json @@ -0,0 +1,51 @@ +{ + "id": "contracts-general-part-law-1973", + "type": "statute", + "title": "חוק החוזים (חלק כללי), תשל\"ד-1973", + "title_en": "Contracts (General Part) Law, 5733-1973", + "short_name": "CGL", + "status": "in_force", + "issued_date": "1973-04-10", + "in_force_date": "1973-04-10", + "url": "https://www.nevo.co.il/law_html/law01/067_001.htm", + "description": "The Contracts (General Part) Law 5733-1973 establishes the general principles of contract law in Israel. It governs the formation, interpretation, validity, and performance of contracts, including electronic contracts and digital agreements.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Formation of Contract", + "content": "Section 1. A contract is formed by an offer made by one person to another and acceptance of the offer by the offeree." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Offer", + "content": "Section 2. An offer to enter into a contract is a proposal made by one person to another expressing willingness to enter into a contract on specified terms." + }, + { + "provision_ref": "sec12", + "section": "12", + "title": "Good Faith", + "content": "Section 12. (a) In negotiating a contract, each party shall act in good faith and in a customary manner. (b) A party who does not act in good faith is liable for damage caused to the other party through reliance on the negotiation." + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "Mistake", + "content": "Section 14. (a) A contract made as a result of a mistake may be voidable if the mistake was material and the other party knew or should have known of the mistake. (b) A contract made as a result of a fundamental mistake, shared by both parties, may be void." + }, + { + "provision_ref": "sec25", + "section": "25", + "title": "Interpretation", + "content": "Section 25. A contract shall be interpreted according to the intention of the parties as evident from the contract, read as a whole, and in the light of the surrounding circumstances." + }, + { + "provision_ref": "sec39", + "section": "39", + "title": "Performance in Good Faith", + "content": "Section 39. In performing a contractual obligation and exercising a contractual right, each party shall act in good faith and in a customary manner." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/copyright-law-2007.json b/data/seed/copyright-law-2007.json new file mode 100644 index 0000000..0ce71a8 --- /dev/null +++ b/data/seed/copyright-law-2007.json @@ -0,0 +1,67 @@ +{ + "id": "copyright-law-2007", + "type": "statute", + "title": "חוק זכות יוצרים, תשס\"ח-2007", + "title_en": "Copyright Law, 5768-2007", + "short_name": "CopyL", + "status": "in_force", + "issued_date": "2007-11-19", + "in_force_date": "2008-05-25", + "url": "https://www.nevo.co.il/law_html/law01/999_701.htm", + "description": "The Copyright Law 5768-2007 provides comprehensive copyright protection in Israel, replacing the pre-state Copyright Ordinance. It covers literary, artistic, dramatic, and musical works, computer programs, databases, broadcasts, and sound recordings. The law addresses digital rights management, ISP liability, and fair use.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"work\" - a literary work, artistic work, dramatic work, or musical work; \"literary work\" includes a computer program and a compilation of data (database); \"copyright\" - the exclusive right to perform the acts specified in Section 11 in respect of a work." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Copyright Subsistence", + "content": "Section 4. Copyright subsists in a work that is original and is fixed in any form." + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Exclusive Rights", + "content": "Section 11. The owner of a copyright in a work has the exclusive right to: (1) reproduce the work; (2) publish the work; (3) perform the work in public; (4) broadcast the work; (5) make the work available to the public; (6) make an adaptation of the work; (7) rent a copy of the work (for sound recordings and computer programs)." + }, + { + "provision_ref": "sec19", + "section": "19", + "title": "Fair Use", + "content": "Section 19. (a) Fair use of a work is permitted for purposes such as: private study, research, criticism, review, reporting, quotation, or instruction and examination by an educational institution. (b) In determining whether a use is fair, the following factors shall be considered: (1) the purpose and character of the use; (2) the character of the work used; (3) the extent of the use; (4) the effect on the market value of the work." + }, + { + "provision_ref": "sec50", + "section": "50", + "title": "Technological Protection Measures", + "content": "Section 50. No person shall circumvent a technological measure that effectively controls access to a copyrighted work or prevents the exercise of an act that constitutes an infringement of copyright. A person who circumvents such measures is liable as if he had infringed the copyright." + }, + { + "provision_ref": "sec53", + "section": "53", + "title": "ISP Liability", + "content": "Section 53. An internet service provider shall not be liable for copyright infringement committed by a user of its service if the provider: (a) did not know of the infringing activity; (b) upon receiving notice, acted expeditiously to remove or disable access to the infringing material." + } + ], + "definitions": [ + { + "term": "work", + "definition": "A literary work, artistic work, dramatic work, or musical work", + "source_provision": "sec1" + }, + { + "term": "literary work", + "definition": "Includes a computer program and a compilation of data (database)", + "source_provision": "sec1" + }, + { + "term": "copyright", + "definition": "The exclusive right to perform acts specified in Section 11 in respect of a work", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/courts-law-1984.json b/data/seed/courts-law-1984.json new file mode 100644 index 0000000..34581d6 --- /dev/null +++ b/data/seed/courts-law-1984.json @@ -0,0 +1,39 @@ +{ + "id": "courts-law-1984", + "type": "statute", + "title": "חוק בתי המשפט [נוסח משולב], תשמ\"ד-1984", + "title_en": "Courts Law (Consolidated Version), 5744-1984", + "short_name": "CtL", + "status": "in_force", + "issued_date": "1984-01-01", + "in_force_date": "1984-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_104.htm", + "description": "The Courts Law (Consolidated Version) 5744-1984 establishes the structure and jurisdiction of the Israeli court system. It defines the hierarchy of courts (Magistrate, District, Supreme), jurisdiction rules, judicial appointment, and procedural matters.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Court System", + "content": "Section 1. The courts in Israel are: (1) the Magistrate's Court; (2) the District Court; (3) the Supreme Court." + }, + { + "provision_ref": "sec51", + "section": "51", + "title": "Magistrate's Court Jurisdiction", + "content": "Section 51. A Magistrate's Court has jurisdiction in civil claims not exceeding 2,500,000 NIS and in criminal offenses punishable by up to 7 years imprisonment." + }, + { + "provision_ref": "sec40", + "section": "40", + "title": "District Court Jurisdiction", + "content": "Section 40. The District Court has jurisdiction as a court of first instance in civil claims exceeding the monetary jurisdiction of the Magistrate's Court, in administrative petitions, and as an appellate court for decisions of the Magistrate's Court." + }, + { + "provision_ref": "sec26", + "section": "26", + "title": "Supreme Court", + "content": "Section 26. The Supreme Court sits as a court of appeal from the District Court and, sitting as the High Court of Justice, has jurisdiction to issue orders to state authorities and public bodies." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/criminal-procedure-law-1982.json b/data/seed/criminal-procedure-law-1982.json new file mode 100644 index 0000000..32c284a --- /dev/null +++ b/data/seed/criminal-procedure-law-1982.json @@ -0,0 +1,45 @@ +{ + "id": "criminal-procedure-law-1982", + "type": "statute", + "title": "חוק סדר הדין הפלילי [נוסח משולב], תשמ\"ב-1982", + "title_en": "Criminal Procedure Law (Consolidated Version), 5742-1982", + "short_name": "CrimPL", + "status": "in_force", + "issued_date": "1982-01-01", + "in_force_date": "1982-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_092.htm", + "description": "The Criminal Procedure Law (Consolidated Version) 5742-1982 governs criminal procedure in Israel from investigation through trial, sentencing, and appeal. It is relevant to cybercrime prosecution and digital forensics.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Scope", + "content": "Section 1. This Law applies to all criminal proceedings in Israel." + }, + { + "provision_ref": "sec23", + "section": "23", + "title": "Search and Seizure", + "content": "Section 23. A court may issue a search warrant authorizing a police officer to enter premises and search for and seize evidence of an offense, including electronic devices and digital storage media." + }, + { + "provision_ref": "sec43", + "section": "43", + "title": "Arrest", + "content": "Section 43. A police officer may arrest a person without a warrant if the officer has reasonable grounds to believe that the person has committed or is about to commit an offense." + }, + { + "provision_ref": "sec60A", + "section": "60A", + "title": "Plea Bargain", + "content": "Section 60A. The prosecution and the accused may reach a plea agreement regarding the charges, the facts, and the punishment, subject to the approval of the court." + }, + { + "provision_ref": "sec74", + "section": "74", + "title": "Disclosure of Evidence", + "content": "Section 74. The prosecution shall disclose to the defense all evidence in its possession that is relevant to the case, including evidence favorable to the accused." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/cyber-defense-law-2016.json b/data/seed/cyber-defense-law-2016.json new file mode 100644 index 0000000..a0ce5be --- /dev/null +++ b/data/seed/cyber-defense-law-2016.json @@ -0,0 +1,51 @@ +{ + "id": "cyber-defense-law-2016", + "type": "statute", + "title": "הנחיית רשות הסייבר הלאומי להגנת הסייבר בגופים ציבוריים", + "title_en": "National Cyber Directorate - Cyber Defense Directive for Public Bodies, 2016", + "short_name": "CDD", + "status": "in_force", + "issued_date": "2016-02-14", + "in_force_date": "2016-02-14", + "url": "https://www.gov.il/en/departments/news/14022016_01", + "description": "The National Cyber Directorate (INCD) Cyber Defense Directive for Public Bodies (2016) establishes cybersecurity requirements for designated public bodies and critical infrastructure operators in Israel. Based on authority derived from the Regulation of Security in Public Bodies Law, this directive mandates risk assessments, security controls, incident reporting, and coordination with the National Cyber Directorate.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Scope", + "content": "Section 1. This Directive applies to public bodies designated by the National Cyber Directorate as requiring cyber defense measures, including government ministries, critical infrastructure operators, and other designated organizations." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Cyber Risk Assessment", + "content": "Section 2. Each designated body shall conduct a comprehensive cyber risk assessment at least annually, identifying threats, vulnerabilities, and potential impacts to its information systems and operational technology." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Security Controls", + "content": "Section 3. Designated bodies shall implement security controls based on the risk assessment, including: (a) access controls and identity management; (b) network security and segmentation; (c) endpoint protection; (d) data encryption in transit and at rest; (e) security monitoring and logging; (f) vulnerability management and patching." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Incident Reporting", + "content": "Section 4. Designated bodies shall report significant cyber incidents to the National Cyber Directorate within 24 hours of detection. The report shall include the nature of the incident, systems affected, data compromised, and remediation actions taken." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "CISO Appointment", + "content": "Section 5. Each designated body shall appoint a Chief Information Security Officer (CISO) responsible for implementing and overseeing the cyber defense program." + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "Annual Audit", + "content": "Section 6. Designated bodies shall undergo an annual cyber security audit conducted by a qualified external auditor, with results reported to the National Cyber Directorate." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/database-registration-regulations-1986.json b/data/seed/database-registration-regulations-1986.json new file mode 100644 index 0000000..2059919 --- /dev/null +++ b/data/seed/database-registration-regulations-1986.json @@ -0,0 +1,39 @@ +{ + "id": "database-registration-regulations-1986", + "type": "statute", + "title": "תקנות הגנת הפרטיות (רישום מאגרי מידע), תשמ\"ז-1986", + "title_en": "Protection of Privacy (Registration of Databases) Regulations, 5746-1986", + "short_name": "DBRR", + "status": "in_force", + "issued_date": "1986-01-01", + "in_force_date": "1986-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_121.htm", + "description": "The Protection of Privacy (Registration of Databases) Regulations 5746-1986 implement Section 8 of the Privacy Protection Law 1981. They require registration of databases containing personal information with the Registrar of Databases, including details about the database purpose, types of data stored, data sharing arrangements, and security measures.", + "provisions": [ + { + "provision_ref": "reg1", + "section": "1", + "title": "Registration Requirement", + "content": "Regulation 1. Every database owner required to register under Section 8 of the Privacy Protection Law shall submit a registration application to the Registrar of Databases." + }, + { + "provision_ref": "reg2", + "section": "2", + "title": "Registration Details", + "content": "Regulation 2. The registration application shall include: (a) the name and address of the database owner; (b) the purpose of the database; (c) the types of information stored; (d) the categories of data subjects; (e) the persons to whom information from the database may be transferred; (f) a description of security measures." + }, + { + "provision_ref": "reg3", + "section": "3", + "title": "Changes", + "content": "Regulation 3. A database owner shall notify the Registrar of any material change in the particulars registered within 30 days of the change." + }, + { + "provision_ref": "reg6", + "section": "6", + "title": "Public Register", + "content": "Regulation 6. The Registrar shall maintain a public register of databases. Any person may inspect the register and obtain information regarding registered databases." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/defense-service-law-1986.json b/data/seed/defense-service-law-1986.json new file mode 100644 index 0000000..20e29b1 --- /dev/null +++ b/data/seed/defense-service-law-1986.json @@ -0,0 +1,39 @@ +{ + "id": "defense-service-law-1986", + "type": "statute", + "title": "חוק שירות ביטחון [נוסח משולב], תשמ\"ז-1986", + "title_en": "Defense Service Law (Consolidated Version), 5746-1986", + "short_name": "DSL", + "status": "in_force", + "issued_date": "1986-01-01", + "in_force_date": "1986-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_114.htm", + "description": "The Defense Service Law (Consolidated Version) 5746-1986 regulates compulsory military service, reserve duty, and exemptions from service in Israel. It implements the constitutional framework established by Basic Law: The Military.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Duty of Service", + "content": "Section 1. Every Israeli citizen and permanent resident who has reached the age of 18 and has not been exempted or deferred is liable for defense service." + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Exemptions", + "content": "Section 13. The Minister of Defense may exempt from service persons who are medically unfit, persons who serve in other security forces, and other categories prescribed by law." + }, + { + "provision_ref": "sec20", + "section": "20", + "title": "Reserve Service", + "content": "Section 20. A person who has completed regular service is liable for reserve service until the age prescribed by law. Reserve service shall not exceed the maximum number of days prescribed per year." + }, + { + "provision_ref": "sec46", + "section": "46", + "title": "Confidentiality", + "content": "Section 46. Information obtained in the course of defense service regarding military matters, security matters, or personal information of service members shall be treated as confidential." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/economic-competition-law-1988.json b/data/seed/economic-competition-law-1988.json new file mode 100644 index 0000000..ba7b6e3 --- /dev/null +++ b/data/seed/economic-competition-law-1988.json @@ -0,0 +1,56 @@ +{ + "id": "economic-competition-law-1988", + "type": "statute", + "title": "חוק התחרות הכלכלית, תשמ\"ט-1988", + "title_en": "Economic Competition Law, 5748-1988", + "short_name": "ECL", + "status": "in_force", + "issued_date": "1988-01-01", + "in_force_date": "1988-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_156.htm", + "description": "The Economic Competition Law 5748-1988 (formerly Restrictive Trade Practices Law) governs competition law and antitrust regulation in Israel. It establishes the Israel Competition Authority (formerly Antitrust Authority), prohibits anti-competitive agreements, regulates mergers, and addresses abuse of dominant position. Relevant to technology sector competition and digital markets.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"restrictive arrangement\" - an arrangement between business competitors that restricts competition; \"monopoly\" - a person who supplies or acquires more than 50% of the total supply or acquisition of a particular asset or service; \"Competition Authority\" - the authority established under this Law." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Prohibited Arrangements", + "content": "Section 2. (a) Parties to a restrictive arrangement shall not conduct business in accordance with the arrangement, unless the arrangement has been exempted or approved by the Competition Tribunal. (b) A restrictive arrangement includes: price-fixing, market allocation, bid rigging, output limitation, and resale price maintenance." + }, + { + "provision_ref": "sec26", + "section": "26", + "title": "Abuse of Dominant Position", + "content": "Section 26. A monopolist shall not abuse its position to reduce competition or harm the public. Abuse includes: charging excessive prices, discriminating between customers, refusing to deal, exclusive dealing, and tying arrangements." + }, + { + "provision_ref": "sec17", + "section": "17", + "title": "Merger Control", + "content": "Section 17. A proposed merger between companies is subject to the approval of the Commissioner of Competition if the combined turnover of the merging parties exceeds the threshold prescribed by the Minister of Economy." + }, + { + "provision_ref": "sec43", + "section": "43", + "title": "Enforcement", + "content": "Section 43. The Commissioner may investigate violations of this Law and may impose administrative sanctions, seek injunctions, or refer matters for criminal prosecution." + } + ], + "definitions": [ + { + "term": "restrictive arrangement", + "definition": "An arrangement between business competitors that restricts competition", + "source_provision": "sec1" + }, + { + "term": "monopoly", + "definition": "A person who supplies or acquires more than 50% of the total supply or acquisition of a particular asset or service", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/emergency-powers-detention-law-1979.json b/data/seed/emergency-powers-detention-law-1979.json new file mode 100644 index 0000000..ca261fe --- /dev/null +++ b/data/seed/emergency-powers-detention-law-1979.json @@ -0,0 +1,33 @@ +{ + "id": "emergency-powers-detention-law-1979", + "type": "statute", + "title": "חוק סמכויות שעת חירום (מעצרים), תשל\"י-1979", + "title_en": "Emergency Powers (Detention) Law, 5739-1979", + "short_name": "EPDL", + "status": "in_force", + "issued_date": "1979-01-01", + "in_force_date": "1979-01-01", + "url": "https://www.nevo.co.il/law_html/law01/073_006.htm", + "description": "The Emergency Powers (Detention) Law 5739-1979 authorizes administrative detention during states of emergency. It sets conditions for detention orders, judicial review requirements, and maximum detention periods. The law operates under the framework of the Basic Law: The Government emergency powers provisions.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"detention order\" - an order issued by the Minister of Defense for the detention of a person; \"state of emergency\" - a state of emergency declared under the Basic Law: The Government." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Power to Detain", + "content": "Section 2. During a state of emergency, the Minister of Defense may, by order, detain a person for a period not exceeding 6 months if the Minister has reasonable grounds to believe that the detention is necessary for reasons of state security or public safety." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Judicial Review", + "content": "Section 4. (a) A person detained under this Law shall be brought before a judge within 48 hours of detention. (b) The judge shall review the detention and may confirm, modify, or cancel the detention order." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/employment-equal-opportunities-law-1988.json b/data/seed/employment-equal-opportunities-law-1988.json new file mode 100644 index 0000000..e0a27c4 --- /dev/null +++ b/data/seed/employment-equal-opportunities-law-1988.json @@ -0,0 +1,33 @@ +{ + "id": "employment-equal-opportunities-law-1988", + "type": "statute", + "title": "חוק שוויון הזדמנויות בעבודה, תשמ\"ח-1988", + "title_en": "Employment (Equal Opportunities) Law, 5748-1988", + "short_name": "EEOL", + "status": "in_force", + "issued_date": "1988-03-01", + "in_force_date": "1988-03-01", + "url": "https://www.nevo.co.il/law_html/law01/999_138.htm", + "description": "The Employment (Equal Opportunities) Law 5748-1988 prohibits discrimination in employment on various grounds including sex, sexual orientation, age, race, religion, nationality, country of origin, pregnancy, parenthood, fertility treatments, and disability. It addresses hiring, terms of employment, promotion, training, dismissal, and severance.", + "provisions": [ + { + "provision_ref": "sec2", + "section": "2", + "title": "Prohibited Discrimination", + "content": "Section 2. (a) An employer shall not discriminate among employees or job applicants on the basis of sex, sexual orientation, personal status, pregnancy, fertility treatment, parenthood, age, race, religion, nationality, country of origin, views, political party, or military reserve service." + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Sexual Harassment", + "content": "Section 7. An employer shall take reasonable measures to prevent sexual harassment and the abuse of authority in the workplace, in accordance with the Prevention of Sexual Harassment Law." + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Remedies", + "content": "Section 9. A labor court may order compensation of up to 50,000 NIS (without proof of damage) against an employer found to have discriminated in violation of this Law." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/employment-law-1959.json b/data/seed/employment-law-1959.json new file mode 100644 index 0000000..9d3ae49 --- /dev/null +++ b/data/seed/employment-law-1959.json @@ -0,0 +1,33 @@ +{ + "id": "employment-law-1959", + "type": "statute", + "title": "חוק שירות התעסוקה, תשי\"ט-1959", + "title_en": "Employment Service Law, 5719-1959", + "short_name": "EmSL", + "status": "in_force", + "issued_date": "1959-01-01", + "in_force_date": "1959-01-01", + "url": "https://www.nevo.co.il/law_html/law01/017_002.htm", + "description": "The Employment Service Law 5719-1959 establishes the public employment service in Israel. It regulates the operation of employment agencies, job placement services, and worker protection in the hiring process.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Employment Service", + "content": "Section 1. There shall be a public employment service that shall assist in matching workers with employers." + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "Private Employment Agencies", + "content": "Section 8. No person shall operate an employment agency except under a license issued by the Minister of Labor." + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Anti-Discrimination", + "content": "Section 13. An employment agency shall not discriminate against any person seeking employment on the basis of race, religion, sex, nationality, country of origin, sexual orientation, political opinion, or personal status." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/encouragement-of-research-law-1984.json b/data/seed/encouragement-of-research-law-1984.json new file mode 100644 index 0000000..3138b36 --- /dev/null +++ b/data/seed/encouragement-of-research-law-1984.json @@ -0,0 +1,45 @@ +{ + "id": "encouragement-of-research-law-1984", + "type": "statute", + "title": "חוק לעידוד מחקר ופיתוח וחדשנות טכנולוגית בתעשייה, תשמ\"ד-1984", + "title_en": "Encouragement of Research, Development and Technological Innovation in Industry Law, 5744-1984", + "short_name": "RDTL", + "status": "in_force", + "issued_date": "1984-12-10", + "in_force_date": "1985-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_101.htm", + "description": "The Encouragement of Research, Development and Technological Innovation in Industry Law 5744-1984 (commonly known as the Innovation Authority Law, following 2016 amendments) establishes the Israel Innovation Authority (formerly Office of the Chief Scientist) and provides the framework for government support of R&D and technological innovation. It addresses IP protection, grant conditions, and restrictions on transfer of know-how abroad.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Purpose", + "content": "Section 1. The purpose of this Law is to encourage research, development, and technological innovation in Israeli industry for the purpose of developing the economy, improving the balance of payments, creating employment, and leveraging Israel's scientific and technological capabilities." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Innovation Authority", + "content": "Section 3. The Israel Innovation Authority shall operate programs for the encouragement and support of research and development in Israeli industry." + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "Grant Conditions", + "content": "Section 14. (a) The Innovation Authority may grant financial assistance for R&D programs that meet the criteria prescribed by the Research Committee. (b) Recipients of grants shall pay royalties to the Authority from the revenues generated by the supported R&D." + }, + { + "provision_ref": "sec19", + "section": "19", + "title": "Transfer of Know-How", + "content": "Section 19. (a) Know-how developed with funding from the Authority shall not be transferred abroad or to a foreign entity without the approval of the Research Committee. (b) Approval may be conditioned on the payment of increased royalties or other conditions to ensure that the benefits of the R&D remain in Israel." + }, + { + "provision_ref": "sec20", + "section": "20", + "title": "IP Rights", + "content": "Section 20. Intellectual property rights developed with the assistance of the Authority shall remain with the grant recipient, subject to the restrictions on transfer prescribed by this Law." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/environmental-protection-law-2008.json b/data/seed/environmental-protection-law-2008.json new file mode 100644 index 0000000..db5f546 --- /dev/null +++ b/data/seed/environmental-protection-law-2008.json @@ -0,0 +1,39 @@ +{ + "id": "environmental-protection-law-2008", + "type": "statute", + "title": "חוק אוויר נקי, תשס\"ח-2008", + "title_en": "Clean Air Law, 5768-2008", + "short_name": "CAL", + "status": "in_force", + "issued_date": "2008-07-29", + "in_force_date": "2011-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_723.htm", + "description": "The Clean Air Law 5768-2008 regulates air pollution prevention and control in Israel. It establishes emission standards, permitting requirements, monitoring obligations, and enforcement mechanisms. Relevant to data center operations and industrial facility environmental compliance.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Purpose", + "content": "Section 1. The purpose of this Law is to bring about a significant improvement in air quality in Israel by preventing, reducing, and controlling air pollution, for the protection of human health and the environment." + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Emission Permit", + "content": "Section 7. A person who operates a source of air pollution designated by the Minister shall not do so without an emission permit issued under this Law." + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Emission Standards", + "content": "Section 11. The Minister of Environmental Protection shall prescribe emission standards for air pollutants, taking into account the best available technology and international standards." + }, + { + "provision_ref": "sec17", + "section": "17", + "title": "Monitoring and Reporting", + "content": "Section 17. A holder of an emission permit shall monitor emissions in accordance with the conditions of the permit and shall report the monitoring results to the Ministry of Environmental Protection." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/evidence-ordinance-1971.json b/data/seed/evidence-ordinance-1971.json new file mode 100644 index 0000000..0b983c0 --- /dev/null +++ b/data/seed/evidence-ordinance-1971.json @@ -0,0 +1,45 @@ +{ + "id": "evidence-ordinance-1971", + "type": "statute", + "title": "פקודת הראיות [נוסח חדש], תשל\"א-1971", + "title_en": "Evidence Ordinance (New Version), 5731-1971", + "short_name": "EO", + "status": "in_force", + "issued_date": "1971-01-01", + "in_force_date": "1971-01-01", + "url": "https://www.nevo.co.il/law_html/law01/p232_001.htm", + "description": "The Evidence Ordinance (New Version) 5731-1971 governs the law of evidence in Israeli courts. It covers admissibility, competence and compellability of witnesses, documentary evidence, expert evidence, and electronic evidence. The ordinance addresses admissibility of computer-generated records, digital evidence, and electronic documents.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Scope", + "content": "Section 1. This Ordinance governs the law of evidence in civil and criminal proceedings in Israel, unless otherwise provided by statute." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Competence of Witnesses", + "content": "Section 3. Every person is competent to testify as a witness unless the court is satisfied that the person is incapable of understanding the duty to tell the truth." + }, + { + "provision_ref": "sec35", + "section": "35", + "title": "Documentary Evidence", + "content": "Section 35. A document is admissible in evidence if it is an original or a certified copy, and if its authenticity has been established in accordance with this Ordinance." + }, + { + "provision_ref": "sec36", + "section": "36", + "title": "Computer Records", + "content": "Section 36. (a) A printout of data stored in a computer is admissible in evidence if the court is satisfied that the computer was operating properly at the material time and that the data was regularly fed into the computer in the ordinary course of business. (b) Electronic records and computer-generated documents are admissible on the same terms." + }, + { + "provision_ref": "sec54", + "section": "54", + "title": "Privileged Communications", + "content": "Section 54. Communications between a person and his or her attorney are privileged and may not be disclosed in evidence without the consent of the client." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/financial-services-regulation-law-2005.json b/data/seed/financial-services-regulation-law-2005.json new file mode 100644 index 0000000..774cef2 --- /dev/null +++ b/data/seed/financial-services-regulation-law-2005.json @@ -0,0 +1,45 @@ +{ + "id": "financial-services-regulation-law-2005", + "type": "statute", + "title": "חוק הפיקוח על שירותים פיננסיים, תשס\"ה-2005", + "title_en": "Financial Services Regulation (Financial Services) Law, 5765-2005", + "short_name": "FSRL", + "status": "in_force", + "issued_date": "2005-01-01", + "in_force_date": "2005-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_629.htm", + "description": "The Financial Services Regulation (Financial Services) Law 5765-2005 establishes the regulatory framework for non-banking financial services in Israel, including investment advice, portfolio management, and financial marketing. It requires licensing, imposes conduct-of-business rules, and includes client data protection obligations.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"financial service\" - investment advice, investment portfolio management, or investment marketing; \"licensee\" - a person licensed under this Law to provide financial services." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "License Requirement", + "content": "Section 2. No person shall provide a financial service except under a license issued by the Israel Securities Authority." + }, + { + "provision_ref": "sec12", + "section": "12", + "title": "Client Data", + "content": "Section 12. A licensee shall maintain the confidentiality of client information and financial data and shall not disclose such information except as required for the provision of financial services, with the client's consent, or as required by law." + }, + { + "provision_ref": "sec15", + "section": "15", + "title": "Record Keeping", + "content": "Section 15. A licensee shall maintain records of all communications, transactions, and client interactions for a period prescribed by regulation." + } + ], + "definitions": [ + { + "term": "financial service", + "definition": "Investment advice, investment portfolio management, or investment marketing", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/genetic-information-law-2000.json b/data/seed/genetic-information-law-2000.json new file mode 100644 index 0000000..7223328 --- /dev/null +++ b/data/seed/genetic-information-law-2000.json @@ -0,0 +1,45 @@ +{ + "id": "genetic-information-law-2000", + "type": "statute", + "title": "חוק מידע גנטי, תש\"ס-2000", + "title_en": "Genetic Information Law, 5761-2000", + "short_name": "GIL", + "status": "in_force", + "issued_date": "2000-12-25", + "in_force_date": "2001-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_211.htm", + "description": "The Genetic Information Law 5761-2000 regulates the performance of genetic tests, storage of genetic samples, and use of genetic information in Israel. It restricts insurance and employment discrimination based on genetic information and establishes the Genetic Information Board.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Purpose", + "content": "Section 1. This Law regulates genetic testing, the handling of genetic samples, and the use of genetic information, in order to protect the dignity and privacy of individuals while enabling the use of genetic tests for medical treatment, research, and law enforcement." + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Prohibition of Genetic Discrimination", + "content": "Section 11. (a) No insurer shall require a person to undergo a genetic test or to disclose genetic test results as a condition of insurance. (b) An insurer shall not use genetic test results in determining insurance terms." + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Employment Discrimination", + "content": "Section 13. An employer shall not require an employee or job applicant to undergo a genetic test or to disclose genetic test results, and shall not use genetic test results in employment decisions." + }, + { + "provision_ref": "sec18", + "section": "18", + "title": "Genetic Database", + "content": "Section 18. A person who maintains a genetic database shall register the database with the Genetic Information Board and shall comply with security requirements prescribed by the Board for the protection of genetic information." + }, + { + "provision_ref": "sec28", + "section": "28", + "title": "Confidentiality", + "content": "Section 28. Genetic information is confidential. No person shall disclose genetic information except with the consent of the person to whom the information relates, for the purpose of medical treatment, or as required by law." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/government-companies-law-1975.json b/data/seed/government-companies-law-1975.json new file mode 100644 index 0000000..c5ef603 --- /dev/null +++ b/data/seed/government-companies-law-1975.json @@ -0,0 +1,45 @@ +{ + "id": "government-companies-law-1975", + "type": "statute", + "title": "חוק החברות הממשלתיות, תשל\"ו-1975", + "title_en": "Government Companies Law, 5735-1975", + "short_name": "GCL", + "status": "in_force", + "issued_date": "1975-08-04", + "in_force_date": "1975-08-04", + "url": "https://www.nevo.co.il/law_html/law01/070_001.htm", + "description": "The Government Companies Law 5735-1975 governs the establishment, management, and oversight of companies owned or controlled by the Government of Israel. It establishes corporate governance requirements, transparency obligations, and the role of the Government Companies Authority.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"government company\" - a company in which more than half of the voting power or the right to appoint more than half of the directors is held, directly or indirectly, by the Government or by a government company; \"Government Companies Authority\" - the authority established under this Law to supervise government companies." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Application", + "content": "Section 4. The Companies Law applies to government companies subject to the modifications prescribed by this Law." + }, + { + "provision_ref": "sec18A", + "section": "18A", + "title": "Disclosure", + "content": "Section 18A. Government companies shall disclose to the Government Companies Authority and to the public information regarding their operations, financial condition, and material decisions, including information relating to information security and data protection." + }, + { + "provision_ref": "sec32", + "section": "32", + "title": "Audit", + "content": "Section 32. Government companies are subject to audit by the State Comptroller and shall cooperate fully with audit proceedings." + } + ], + "definitions": [ + { + "term": "government company", + "definition": "A company in which more than half of the voting power or the right to appoint more than half of the directors is held by the Government", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/hazardous-substances-law-1993.json b/data/seed/hazardous-substances-law-1993.json new file mode 100644 index 0000000..ff5f37f --- /dev/null +++ b/data/seed/hazardous-substances-law-1993.json @@ -0,0 +1,45 @@ +{ + "id": "hazardous-substances-law-1993", + "type": "statute", + "title": "חוק החומרים המסוכנים, תשנ\"ג-1993", + "title_en": "Hazardous Substances Law, 5753-1993", + "short_name": "HSL", + "status": "in_force", + "issued_date": "1993-01-01", + "in_force_date": "1993-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_285.htm", + "description": "The Hazardous Substances Law 5753-1993 regulates the production, import, storage, transport, and disposal of hazardous substances. It establishes licensing requirements, safety standards, and emergency response obligations. Relevant to industrial cybersecurity in chemical and manufacturing sectors.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"hazardous substance\" - a substance listed in the First Schedule to this Law, or any substance that may endanger human health, public safety, or the environment; \"toxin license\" - a license to handle hazardous substances issued under this Law." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "License Requirement", + "content": "Section 3. No person shall produce, import, store, transport, sell, or otherwise deal in a hazardous substance except under a toxin license issued by the Minister of Environmental Protection." + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "Safety Requirements", + "content": "Section 8. A license holder shall implement safety measures as prescribed by the Minister, including emergency response plans, containment measures, and worker protection." + }, + { + "provision_ref": "sec15", + "section": "15", + "title": "Incident Reporting", + "content": "Section 15. A person who handles hazardous substances shall immediately report to the Ministry of Environmental Protection any incident involving the release of a hazardous substance." + } + ], + "definitions": [ + { + "term": "hazardous substance", + "definition": "A substance that may endanger human health, public safety, or the environment, listed in the First Schedule", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/hours-of-work-and-rest-law-1951.json b/data/seed/hours-of-work-and-rest-law-1951.json new file mode 100644 index 0000000..7d82916 --- /dev/null +++ b/data/seed/hours-of-work-and-rest-law-1951.json @@ -0,0 +1,51 @@ +{ + "id": "hours-of-work-and-rest-law-1951", + "type": "statute", + "title": "חוק שעות עבודה ומנוחה, תשי\"א-1951", + "title_en": "Hours of Work and Rest Law, 5711-1951", + "short_name": "HWRL", + "status": "in_force", + "issued_date": "1951-06-11", + "in_force_date": "1951-06-11", + "url": "https://www.nevo.co.il/law_html/law01/007_001.htm", + "description": "The Hours of Work and Rest Law 5711-1951 regulates working hours, overtime, and rest periods in Israel. It establishes the standard work week, maximum working hours, mandatory rest days, and overtime compensation requirements.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Scope", + "content": "Section 1. This Law applies to all employees in Israel, subject to exceptions provided herein." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Working Day", + "content": "Section 2. A working day shall not exceed 8 hours, and 7 hours on the day preceding the weekly rest day." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Working Week", + "content": "Section 3. The working week shall not exceed 45 hours." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Overtime", + "content": "Section 5. An employer shall not require or permit an employee to work more hours than the hours prescribed in this Law, unless overtime has been authorized by the Minister of Labor." + }, + { + "provision_ref": "sec16", + "section": "16", + "title": "Overtime Compensation", + "content": "Section 16. For overtime work, an employee shall be entitled to compensation of not less than 125% of the normal hourly wage for the first two overtime hours, and 150% for each additional hour." + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Weekly Rest", + "content": "Section 7. Every employee is entitled to a weekly rest period of at least 36 consecutive hours, which shall include the employee's rest day." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/insurance-business-law-1981.json b/data/seed/insurance-business-law-1981.json new file mode 100644 index 0000000..2d3bb80 --- /dev/null +++ b/data/seed/insurance-business-law-1981.json @@ -0,0 +1,56 @@ +{ + "id": "insurance-business-law-1981", + "type": "statute", + "title": "חוק הפיקוח על עסקי ביטוח, תשמ\"א-1981", + "title_en": "Insurance Business (Control) Law, 5741-1981", + "short_name": "IBL", + "status": "in_force", + "issued_date": "1981-01-01", + "in_force_date": "1981-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_079.htm", + "description": "The Insurance Business (Control) Law 5741-1981 regulates the insurance industry in Israel. It establishes licensing requirements for insurers and insurance agents, solvency requirements, policyholder protection, and supervisory authority of the Commissioner of Insurance (now Capital Markets Authority). The law includes data protection obligations for insurance companies handling policyholder personal information.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"insurer\" - a body corporate licensed to carry on insurance business in Israel; \"insurance agent\" - a person licensed to arrange insurance contracts on behalf of an insurer or insured; \"Commissioner\" - the Commissioner of Insurance appointed under this Law." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "License Requirement", + "content": "Section 2. No person shall carry on insurance business in Israel except under a license issued by the Commissioner." + }, + { + "provision_ref": "sec15", + "section": "15", + "title": "Policyholder Data Protection", + "content": "Section 15. An insurer shall maintain the confidentiality of policyholder information and shall not disclose or use such information except as required for the provision of insurance services, with the policyholder's consent, or as required by law." + }, + { + "provision_ref": "sec30", + "section": "30", + "title": "Solvency Requirements", + "content": "Section 30. An insurer shall maintain a margin of solvency as prescribed by the Commissioner, including adequate technical reserves, reinsurance arrangements, and capital buffers." + }, + { + "provision_ref": "sec40", + "section": "40", + "title": "Information Security", + "content": "Section 40. An insurer shall implement information security measures to protect policyholder data, claims information, and other sensitive business information from unauthorized access, use, or disclosure." + } + ], + "definitions": [ + { + "term": "insurer", + "definition": "A body corporate licensed to carry on insurance business in Israel", + "source_provision": "sec1" + }, + { + "term": "Commissioner", + "definition": "The Commissioner of Insurance appointed under this Law", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/national-health-insurance-law-1994.json b/data/seed/national-health-insurance-law-1994.json new file mode 100644 index 0000000..b045e46 --- /dev/null +++ b/data/seed/national-health-insurance-law-1994.json @@ -0,0 +1,45 @@ +{ + "id": "national-health-insurance-law-1994", + "type": "statute", + "title": "חוק ביטוח בריאות ממלכתי, תשנ\"ד-1994", + "title_en": "National Health Insurance Law, 5754-1994", + "short_name": "NHIL", + "status": "in_force", + "issued_date": "1994-06-26", + "in_force_date": "1995-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_289.htm", + "description": "The National Health Insurance Law 5754-1994 establishes universal health insurance in Israel through four health maintenance organizations (kupot holim). It mandates a comprehensive basket of medical services and regulates the collection and use of health data.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Right to Health Insurance", + "content": "Section 1. Every resident of Israel is entitled to health services under this Law." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Membership", + "content": "Section 3. Every resident shall be registered as a member of a health fund (kupat holim) of his or her choice." + }, + { + "provision_ref": "sec7", + "section": "7", + "title": "Basket of Services", + "content": "Section 7. The health services to which an insured person is entitled are detailed in the Second Schedule to this Law (the \"health basket\"). The basket is updated annually by the Health Basket Committee." + }, + { + "provision_ref": "sec20", + "section": "20", + "title": "Health Data", + "content": "Section 20. Health funds shall maintain medical databases for the purpose of providing health services. The collection, use, and transfer of health data shall be subject to the Privacy Protection Law and regulations made thereunder." + }, + { + "provision_ref": "sec30", + "section": "30", + "title": "Supervision", + "content": "Section 30. The Ministry of Health shall supervise the health funds and ensure compliance with this Law, including the protection of patient data and health information systems security." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/patent-law-1967.json b/data/seed/patent-law-1967.json new file mode 100644 index 0000000..6609a59 --- /dev/null +++ b/data/seed/patent-law-1967.json @@ -0,0 +1,51 @@ +{ + "id": "patent-law-1967", + "type": "statute", + "title": "חוק הפטנטים, תשכ\"ז-1967", + "title_en": "Patents Law, 5727-1967", + "short_name": "PatL", + "status": "in_force", + "issued_date": "1967-04-04", + "in_force_date": "1968-04-04", + "url": "https://www.nevo.co.il/law_html/law01/050_001.htm", + "description": "The Patents Law 5727-1967 governs the patent system in Israel. It establishes requirements for patentability (novelty, inventive step, industrial application), the patent application process, rights of patent holders, compulsory licensing, and enforcement. Israel is a member of the Patent Cooperation Treaty (PCT).", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"invention\" - a product, including a microbiological product, or a process in any field of technology, which is new, involves an inventive step, and is industrially applicable; \"patent\" - a patent granted under this Law." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Patentable Inventions", + "content": "Section 3. An invention is patentable if it is new, involves an inventive step, and is capable of industrial application." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Novelty", + "content": "Section 4. An invention is considered new if it was not known to the public in Israel or elsewhere before the date of the patent application, whether by written or oral publication, by use, or in any other manner." + }, + { + "provision_ref": "sec49", + "section": "49", + "title": "Rights Conferred by Patent", + "content": "Section 49. A patent holder has the exclusive right to exploit the patented invention, including the right to manufacture, use, offer for sale, sell, or import the patented product or process." + }, + { + "provision_ref": "sec117", + "section": "117", + "title": "Compulsory License", + "content": "Section 117. The Patent Registrar may grant a compulsory license for the exploitation of a patented invention if: (a) three years have elapsed since the grant of the patent and the patent is not being exploited in Israel to a reasonable extent; (b) the grant of a compulsory license is necessary for the public interest." + } + ], + "definitions": [ + { + "term": "invention", + "definition": "A product or process in any field of technology, which is new, involves an inventive step, and is industrially applicable", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/patients-rights-law-1996.json b/data/seed/patients-rights-law-1996.json new file mode 100644 index 0000000..0ad032b --- /dev/null +++ b/data/seed/patients-rights-law-1996.json @@ -0,0 +1,51 @@ +{ + "id": "patients-rights-law-1996", + "type": "statute", + "title": "חוק זכויות החולה, תשנ\"ז-1996", + "title_en": "Patient's Rights Law, 5756-1996", + "short_name": "PRL", + "status": "in_force", + "issued_date": "1996-05-01", + "in_force_date": "1996-05-01", + "url": "https://www.nevo.co.il/law_html/law01/999_529.htm", + "description": "The Patient's Rights Law 5756-1996 establishes the rights of patients in Israel, including informed consent, access to medical records, privacy of medical information, and the right to a second opinion. The law is directly relevant to health data privacy and electronic health records.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Purpose", + "content": "Section 1. The purpose of this Law is to establish the rights of patients receiving medical treatment while preserving their human dignity." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Right to Treatment", + "content": "Section 4. Every person in a medical emergency is entitled to receive medical treatment without preconditions." + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Informed Consent", + "content": "Section 13. No medical treatment shall be given to a patient unless the patient has given informed consent. The physician shall provide the patient with medical information regarding the nature of the treatment, its risks and benefits, and alternatives." + }, + { + "provision_ref": "sec17", + "section": "17", + "title": "Privacy of Medical Records", + "content": "Section 17. (a) Medical information regarding a patient is confidential. (b) A medical institution shall not disclose medical information except with the patient's consent, for the purpose of treatment, as required by law, or as authorized by a court. (c) Medical records shall be maintained securely." + }, + { + "provision_ref": "sec18", + "section": "18", + "title": "Access to Medical Records", + "content": "Section 18. A patient is entitled to access his or her medical records and to receive a copy thereof." + }, + { + "provision_ref": "sec19", + "section": "19", + "title": "Data Security", + "content": "Section 19. A medical institution shall take all reasonable measures to ensure the security and integrity of medical records, including electronic records, from unauthorized access, use, disclosure, or alteration." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/penal-law-1977.json b/data/seed/penal-law-1977.json new file mode 100644 index 0000000..cc137bc --- /dev/null +++ b/data/seed/penal-law-1977.json @@ -0,0 +1,51 @@ +{ + "id": "penal-law-1977", + "type": "statute", + "title": "חוק העונשין, תשל\"ז-1977", + "title_en": "Penal Law, 5737-1977", + "short_name": "PL", + "status": "in_force", + "issued_date": "1977-08-04", + "in_force_date": "1977-08-04", + "url": "https://www.nevo.co.il/law_html/law01/073_002.htm", + "description": "The Penal Law 5737-1977 is the primary criminal code of Israel. It defines criminal offenses, penalties, defenses, and sentencing principles. Relevant sections address fraud, forgery, cybercrime (via amendments and the Computers Law), invasion of privacy, and economic crimes.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Application", + "content": "Section 1. This Law applies to offenses committed in Israel. It also applies to offenses committed abroad in certain circumstances prescribed by this Law." + }, + { + "provision_ref": "sec34", + "section": "34", + "title": "Mens Rea", + "content": "Section 34. Criminal liability requires a criminal state of mind (mens rea) comprising intention, recklessness, or negligence, as defined in respect of each offense." + }, + { + "provision_ref": "sec244", + "section": "244", + "title": "Fraud", + "content": "Section 244. A person who obtains a thing by fraud, deceit, or false pretenses is liable to imprisonment of 3 years. If the offense is committed in aggravating circumstances, the penalty is 5 years imprisonment." + }, + { + "provision_ref": "sec415", + "section": "415", + "title": "Theft", + "content": "Section 415. A person who takes and carries away any property of another without the other's consent, with the intention of permanently depriving the other of the property, commits theft." + }, + { + "provision_ref": "sec418", + "section": "418", + "title": "Forgery", + "content": "Section 418. A person who makes a false document with the intention that it be used as genuine commits forgery. The penalty for forgery is imprisonment of 1 to 7 years depending on the type of document." + }, + { + "provision_ref": "sec496", + "section": "496", + "title": "Invasion of Privacy (Criminal)", + "content": "Section 496. A person who invades the privacy of another by any of the means specified in the Privacy Protection Law commits a criminal offense punishable by imprisonment of 5 years." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/planning-and-building-law-1965.json b/data/seed/planning-and-building-law-1965.json new file mode 100644 index 0000000..8e79e07 --- /dev/null +++ b/data/seed/planning-and-building-law-1965.json @@ -0,0 +1,45 @@ +{ + "id": "planning-and-building-law-1965", + "type": "statute", + "title": "חוק התכנון והבנייה, תשכ\"ו-1965", + "title_en": "Planning and Building Law, 5725-1965", + "short_name": "PBL", + "status": "in_force", + "issued_date": "1965-06-26", + "in_force_date": "1966-09-12", + "url": "https://www.nevo.co.il/law_html/law01/042_001.htm", + "description": "The Planning and Building Law 5725-1965 is the primary legislation governing land use planning and building in Israel. It establishes the planning hierarchy (national, district, local), building permit requirements, and enforcement mechanisms. Relevant to infrastructure projects, data center construction, and critical infrastructure siting.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"building\" - any construction, including erection, alteration, extension, or demolition of a structure; \"planning institution\" - the National Planning Council, a district planning committee, or a local planning committee." + }, + { + "provision_ref": "sec145", + "section": "145", + "title": "Building Permit Requirement", + "content": "Section 145. No person shall carry out building or use land unless a building permit has been issued by the relevant local planning committee." + }, + { + "provision_ref": "sec157", + "section": "157", + "title": "National Infrastructure", + "content": "Section 157. The National Planning Council may approve national infrastructure plans that override local and district plans, including plans for telecommunications infrastructure, energy facilities, and defense installations." + }, + { + "provision_ref": "sec204", + "section": "204", + "title": "Enforcement", + "content": "Section 204. A planning authority may issue a stop-work order or demolition order in respect of unauthorized building or land use in violation of this Law or a planning scheme." + } + ], + "definitions": [ + { + "term": "building", + "definition": "Any construction, including erection, alteration, extension, or demolition of a structure", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/postal-law-1986.json b/data/seed/postal-law-1986.json new file mode 100644 index 0000000..415c5e3 --- /dev/null +++ b/data/seed/postal-law-1986.json @@ -0,0 +1,39 @@ +{ + "id": "postal-law-1986", + "type": "statute", + "title": "חוק רשות הדואר, תשמ\"ז-1986", + "title_en": "Postal Authority Law, 5746-1986", + "short_name": "PAL", + "status": "in_force", + "issued_date": "1986-01-01", + "in_force_date": "1987-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_120.htm", + "description": "The Postal Authority Law 5746-1986 governs postal services in Israel. It establishes the Israel Postal Company, regulates mail services, and protects the privacy of postal communications. The law includes provisions on the secrecy of correspondence and conditions for opening mail.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"postal services\" - the collection, sorting, transport, and delivery of letters, parcels, and other postal items; \"postal item\" - any letter, parcel, or other object sent through the postal service." + }, + { + "provision_ref": "sec37", + "section": "37", + "title": "Secrecy of Correspondence", + "content": "Section 37. (a) The Israel Postal Company, its employees and agents shall maintain the secrecy of correspondence and shall not open, examine, or disclose the contents of any postal item except as authorized by law. (b) The secrecy obligation continues after termination of employment." + }, + { + "provision_ref": "sec38", + "section": "38", + "title": "Opening of Mail", + "content": "Section 38. A postal item may be opened only: (a) with the consent of the sender or addressee; (b) pursuant to a court order; (c) if there is a reasonable suspicion that the item contains a prohibited substance or dangerous material." + } + ], + "definitions": [ + { + "term": "postal services", + "definition": "The collection, sorting, transport, and delivery of letters, parcels, and other postal items", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/privacy-protection-transfer-abroad-regulations-2001.json b/data/seed/privacy-protection-transfer-abroad-regulations-2001.json new file mode 100644 index 0000000..89665f7 --- /dev/null +++ b/data/seed/privacy-protection-transfer-abroad-regulations-2001.json @@ -0,0 +1,39 @@ +{ + "id": "privacy-protection-transfer-abroad-regulations-2001", + "type": "statute", + "title": "תקנות הגנת הפרטיות (העברת מידע למאגרי מידע שמחוץ לישראל), תס\"א-2001", + "title_en": "Protection of Privacy (Transfer of Data to Databases Abroad) Regulations, 5761-2001", + "short_name": "DTBR", + "status": "in_force", + "issued_date": "2001-01-01", + "in_force_date": "2001-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_609.htm", + "description": "The Protection of Privacy (Transfer of Data to Databases Abroad) Regulations 5761-2001 regulate cross-border transfers of personal data from Israel. They establish conditions for data transfers, including adequacy requirements, consent, and contractual safeguards. These regulations implement Section 36 of the Privacy Protection Law and align with international data protection standards.", + "provisions": [ + { + "provision_ref": "reg1", + "section": "1", + "title": "Scope", + "content": "Regulation 1. These Regulations apply to the transfer of personal data from a database in Israel to a database outside of Israel." + }, + { + "provision_ref": "reg2", + "section": "2", + "title": "Conditions for Transfer", + "content": "Regulation 2. Personal data may be transferred to a database abroad if: (a) the law of the receiving country provides a level of protection of personal data not lower than the level provided under Israeli law; (b) the data subject has consented to the transfer; (c) the transfer is made pursuant to a contract that ensures protection of privacy substantially equivalent to Israeli law; (d) the transfer is necessary for the performance of a contract to which the data subject is a party." + }, + { + "provision_ref": "reg3", + "section": "3", + "title": "Adequate Protection", + "content": "Regulation 3. In determining whether a country provides adequate protection, the following factors shall be considered: (a) the nature of the data; (b) the purpose of the transfer; (c) the relevant laws and regulations of the receiving country; (d) the enforcement mechanisms in the receiving country; (e) the security measures applied to the data in the receiving country." + }, + { + "provision_ref": "reg4", + "section": "4", + "title": "Contractual Safeguards", + "content": "Regulation 4. Where data is transferred on the basis of contractual safeguards, the contract shall include provisions ensuring: (a) the data will be used only for the purposes for which it was transferred; (b) the recipient will maintain the security of the data; (c) the data will not be further transferred without adequate protection; (d) the data subject's rights will be respected." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/securities-law-1968.json b/data/seed/securities-law-1968.json new file mode 100644 index 0000000..ba1d9aa --- /dev/null +++ b/data/seed/securities-law-1968.json @@ -0,0 +1,67 @@ +{ + "id": "securities-law-1968", + "type": "statute", + "title": "חוק ניירות ערך, תשכ\"ח-1968", + "title_en": "Securities Law, 5728-1968", + "short_name": "SecL", + "status": "in_force", + "issued_date": "1968-08-20", + "in_force_date": "1968-08-20", + "url": "https://www.nevo.co.il/law_html/law01/055_001.htm", + "description": "The Securities Law 5728-1968 regulates the issuance and trading of securities in Israel. It establishes the Israel Securities Authority (ISA), mandates prospectus requirements, continuous disclosure obligations for public companies, insider trading prohibitions, and corporate governance requirements. ISA Cyber Risk Management Directive (2017) supplements this law with cybersecurity reporting requirements for public companies.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. Definitions. In this Law: \"securities\" - shares, debentures, and any other rights in a body corporate, including options and warrants; \"stock exchange\" - the Tel Aviv Stock Exchange or any stock exchange recognized under this Law; \"Israel Securities Authority\" (ISA) - the statutory authority established under this Law to regulate securities markets." + }, + { + "provision_ref": "sec15", + "section": "15", + "title": "Prospectus Requirement", + "content": "Section 15. Prospectus Requirement. (a) No person shall offer securities to the public except by way of a prospectus approved by the Authority. (b) A prospectus shall contain all material information necessary for a reasonable investor to decide whether to purchase the securities." + }, + { + "provision_ref": "sec36", + "section": "36", + "title": "Continuous Disclosure", + "content": "Section 36. Continuous Disclosure. (a) A reporting corporation shall file with the Authority and the stock exchange periodic reports, immediate reports, and any other report as prescribed by regulations. (b) Reports shall include material information about the corporation, including risks to its operations, financial condition, and information systems." + }, + { + "provision_ref": "sec52A", + "section": "52A", + "title": "Insider Trading Prohibition", + "content": "Section 52A. Insider Trading. (a) No insider of a company shall trade in securities of that company while in possession of inside information. (b) \"inside information\" means information about a company that is not known to the public and which, if known, would significantly affect the price of the company's securities." + }, + { + "provision_ref": "sec52B", + "section": "52B", + "title": "Tipping Prohibition", + "content": "Section 52B. Tipping. An insider shall not convey inside information to another person if there is a reasonable possibility that the recipient will use the information for trading in securities." + }, + { + "provision_ref": "sec56", + "section": "56", + "title": "Enforcement Powers", + "content": "Section 56. The Authority may conduct investigations, issue administrative orders, impose monetary sanctions, and refer matters for criminal prosecution in cases of violations of this Law." + } + ], + "definitions": [ + { + "term": "securities", + "definition": "Shares, debentures, and any other rights in a body corporate, including options and warrants", + "source_provision": "sec1" + }, + { + "term": "Israel Securities Authority", + "definition": "The statutory authority established under the Securities Law to regulate securities markets", + "source_provision": "sec1" + }, + { + "term": "inside information", + "definition": "Information about a company that is not known to the public and which, if known, would significantly affect the price of the company's securities", + "source_provision": "sec52A" + } + ] +} \ No newline at end of file diff --git a/data/seed/severance-pay-law-1963.json b/data/seed/severance-pay-law-1963.json new file mode 100644 index 0000000..726efa6 --- /dev/null +++ b/data/seed/severance-pay-law-1963.json @@ -0,0 +1,33 @@ +{ + "id": "severance-pay-law-1963", + "type": "statute", + "title": "חוק פיצויים, תשכ\"ג-1963", + "title_en": "Severance Pay Law, 5723-1963", + "short_name": "SPL", + "status": "in_force", + "issued_date": "1963-01-01", + "in_force_date": "1963-01-01", + "url": "https://www.nevo.co.il/law_html/law01/035_001.htm", + "description": "The Severance Pay Law 5723-1963 establishes the right of employees to severance pay upon termination of employment. It defines the circumstances in which severance pay is due, the calculation method, and special provisions for resignation and retirement.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Entitlement", + "content": "Section 1. An employee who is dismissed after one year of continuous employment with the same employer is entitled to severance pay." + }, + { + "provision_ref": "sec12", + "section": "12", + "title": "Calculation", + "content": "Section 12. Severance pay shall be calculated at the rate of one month's wages for each year of employment." + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "Section 14 Arrangement", + "content": "Section 14. The Minister of Labor may, with the approval of the Finance Committee of the Knesset, provide that employer contributions to a severance fund or pension fund shall be deemed to be in lieu of severance pay. This is commonly known as the \"Section 14 arrangement\" and applies to most employees in Israel." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/standard-contracts-law-1982.json b/data/seed/standard-contracts-law-1982.json new file mode 100644 index 0000000..81d5fbe --- /dev/null +++ b/data/seed/standard-contracts-law-1982.json @@ -0,0 +1,50 @@ +{ + "id": "standard-contracts-law-1982", + "type": "statute", + "title": "חוק החוזים האחידים, תשמ\"ב-1982", + "title_en": "Standard Contracts Law, 5743-1982", + "short_name": "SCL", + "status": "in_force", + "issued_date": "1982-11-15", + "in_force_date": "1983-05-15", + "url": "https://www.nevo.co.il/law_html/law01/999_093.htm", + "description": "The Standard Contracts Law 5743-1982 regulates standard form contracts in Israel. It establishes the Standard Contracts Tribunal, which has authority to review and modify unfair terms in standard form contracts. This law is relevant to software licensing, SaaS agreements, terms of service, and privacy policies.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"standard contract\" - a contract whose terms, in whole or in part, have been predetermined by one party and the other party has had no significant ability to negotiate; \"restrictive condition\" - a condition in a standard contract that unduly restricts or denies a right to which the customer would otherwise be entitled." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Void Conditions", + "content": "Section 3. A restrictive condition in a standard contract that unduly restricts the rights of the customer or grants the supplier excessive advantages is void." + }, + { + "provision_ref": "sec4", + "section": "4", + "title": "Specific Void Conditions", + "content": "Section 4. The following conditions are deemed to be restrictive: (a) exempting the supplier from liability for breach; (b) granting the supplier unilateral right to cancel the contract; (c) restricting the customer's right to legal remedies; (d) unilateral modification of contract terms; (e) automatic renewal without notice." + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "Standard Contracts Tribunal", + "content": "Section 6. The Standard Contracts Tribunal may, upon application, declare a condition in a standard contract to be a restrictive condition and order its modification or annulment." + } + ], + "definitions": [ + { + "term": "standard contract", + "definition": "A contract whose terms have been predetermined by one party and the other party has had no significant ability to negotiate", + "source_provision": "sec1" + }, + { + "term": "restrictive condition", + "definition": "A condition in a standard contract that unduly restricts or denies a right to which the customer would otherwise be entitled", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/state-comptroller-law-1958.json b/data/seed/state-comptroller-law-1958.json new file mode 100644 index 0000000..b760d3f --- /dev/null +++ b/data/seed/state-comptroller-law-1958.json @@ -0,0 +1,39 @@ +{ + "id": "state-comptroller-law-1958", + "type": "statute", + "title": "חוק מבקר המדינה, תשי\"ט-1958", + "title_en": "State Comptroller Law, 5718-1958 (Consolidated Version)", + "short_name": "StCL", + "status": "in_force", + "issued_date": "1958-01-01", + "in_force_date": "1958-01-01", + "url": "https://www.nevo.co.il/law_html/law01/016_001.htm", + "description": "The State Comptroller Law 5718-1958 establishes the State Comptroller as the external auditor of the Government, government companies, local authorities, and other public bodies. The State Comptroller also serves as the Ombudsman for public complaints.", + "provisions": [ + { + "provision_ref": "sec2", + "section": "2", + "title": "Function", + "content": "Section 2. The State Comptroller shall audit the activities of the Government, government ministries, defense establishment, local authorities, government companies, and other bodies subject to audit under this Law." + }, + { + "provision_ref": "sec9", + "section": "9", + "title": "Scope of Audit", + "content": "Section 9. The audit shall examine whether the audited body has acted lawfully, with integrity, in accordance with sound administration, and with due regard to economy and efficiency, including the protection of information and data." + }, + { + "provision_ref": "sec36", + "section": "36", + "title": "Public Complaints", + "content": "Section 36. Any person may file a complaint with the State Comptroller regarding any act or omission of a body subject to audit that directly affects the complainant." + }, + { + "provision_ref": "sec45", + "section": "45", + "title": "Confidentiality", + "content": "Section 45. The State Comptroller and its staff shall maintain the confidentiality of information obtained in the course of audit and complaint proceedings." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/taxation-ordinance-1961.json b/data/seed/taxation-ordinance-1961.json new file mode 100644 index 0000000..78c949d --- /dev/null +++ b/data/seed/taxation-ordinance-1961.json @@ -0,0 +1,45 @@ +{ + "id": "taxation-ordinance-1961", + "type": "statute", + "title": "פקודת מס הכנסה [נוסח חדש], תשכ\"א-1961", + "title_en": "Income Tax Ordinance (New Version), 5721-1961", + "short_name": "ITO", + "status": "in_force", + "issued_date": "1961-01-01", + "in_force_date": "1961-01-01", + "url": "https://www.nevo.co.il/law_html/law01/p222_001.htm", + "description": "The Income Tax Ordinance (New Version) 5721-1961 is the primary income tax legislation in Israel. It covers taxation of individuals and corporations, tax rates, deductions, exemptions, and reporting obligations. Relevant to technology company tax incentives and transfer pricing of intellectual property.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Ordinance: \"income\" - the total amount of income of a person from all sources during a tax year; \"assessor\" - the Assessing Officer responsible for determining tax liability." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Taxable Income", + "content": "Section 2. Income tax shall be levied on the taxable income of every person, as computed in accordance with this Ordinance, for each tax year." + }, + { + "provision_ref": "sec131", + "section": "131", + "title": "Reporting Obligations", + "content": "Section 131. Every person liable to tax under this Ordinance shall file a return of income in the form prescribed, including details of all income, deductions, and other information required by the Assessing Officer." + }, + { + "provision_ref": "sec135", + "section": "135", + "title": "Confidentiality of Tax Information", + "content": "Section 135. Tax information obtained by the tax authorities in the course of assessment shall be treated as confidential. No tax official shall disclose such information except as provided by law." + }, + { + "provision_ref": "sec234", + "section": "234", + "title": "Penalties", + "content": "Section 234. A person who fails to file a return, files a false return, or evades tax is liable to fines and imprisonment as prescribed in this Ordinance." + } + ], + "definitions": [] +} \ No newline at end of file diff --git a/data/seed/terror-financing-prohibition-law-2005.json b/data/seed/terror-financing-prohibition-law-2005.json new file mode 100644 index 0000000..e813d65 --- /dev/null +++ b/data/seed/terror-financing-prohibition-law-2005.json @@ -0,0 +1,50 @@ +{ + "id": "terror-financing-prohibition-law-2005", + "type": "statute", + "title": "חוק איסור מימון טרור, תשס\"ה-2005", + "title_en": "Prohibition on Terror Financing Law, 5765-2005", + "short_name": "TFL", + "status": "in_force", + "issued_date": "2005-01-01", + "in_force_date": "2005-01-01", + "url": "https://www.nevo.co.il/law_html/law01/999_627.htm", + "description": "The Prohibition on Terror Financing Law 5765-2005 criminalizes the financing of terrorism and provides for the designation and freezing of terrorist assets. It implements UN Security Council Resolution 1373 and FATF standards on combating terror financing.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"terrorist act\" - an act of violence or threat of violence against a person or property, or an act that endangers the life of a person, committed with the intention of advancing a political, religious, or ideological cause, or to intimidate the public; \"terror financing\" - providing, collecting, or making available financial resources or financial services with the knowledge or intent that they will be used to commit or support a terrorist act." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Prohibition of Terror Financing", + "content": "Section 2. A person who provides, collects, or makes available financial resources or financial services, knowing or intending that they be used to commit or support a terrorist act, commits an offense punishable by imprisonment." + }, + { + "provision_ref": "sec3", + "section": "3", + "title": "Designation Orders", + "content": "Section 3. The Minister of Defense may, by order, designate a person or organization as a terrorist entity if there are reasonable grounds to believe that the person or organization is involved in terrorism or terror financing." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Freezing of Assets", + "content": "Section 5. Upon designation, all property of the designated entity shall be frozen. No person shall make financial resources or financial services available to a designated entity." + } + ], + "definitions": [ + { + "term": "terrorist act", + "definition": "An act of violence or threat committed with the intention of advancing a political, religious, or ideological cause, or to intimidate the public", + "source_provision": "sec1" + }, + { + "term": "terror financing", + "definition": "Providing, collecting, or making available financial resources or financial services with the knowledge or intent that they will be used for terrorist acts", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/trade-secrets-law-1999.json b/data/seed/trade-secrets-law-1999.json new file mode 100644 index 0000000..4f567b9 --- /dev/null +++ b/data/seed/trade-secrets-law-1999.json @@ -0,0 +1,44 @@ +{ + "id": "trade-secrets-law-1999", + "type": "statute", + "title": "חוק עוולות מסחריות, תשנ\"י-1999", + "title_en": "Trade Secrets Law, 5759-1999", + "short_name": "TSL", + "status": "in_force", + "issued_date": "1999-02-01", + "in_force_date": "1999-02-01", + "url": "https://www.nevo.co.il/law_html/law01/999_571.htm", + "description": "The Trade Secrets Law 5759-1999 provides protection for confidential business information in Israel. It defines trade secrets, prohibits misappropriation, and establishes remedies including injunctions and damages. The law is relevant to cybersecurity as it protects proprietary technology, algorithms, and security configurations.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"trade secret\" - business information that is not publicly known, that derives actual or potential commercial value from not being known, and the owner of which takes reasonable steps to maintain its secrecy; \"misappropriation\" - acquisition of a trade secret by improper means, or disclosure or use of a trade secret by a person who obtained it by improper means or in breach of a duty of confidence." + }, + { + "provision_ref": "sec5", + "section": "5", + "title": "Prohibition of Misappropriation", + "content": "Section 5. No person shall misappropriate a trade secret. Misappropriation includes: (a) acquiring a trade secret by theft, bribery, fraud, breach of confidence, or other improper means; (b) disclosing or using a trade secret obtained by improper means; (c) disclosing or using a trade secret in breach of a duty of confidence." + }, + { + "provision_ref": "sec11", + "section": "11", + "title": "Remedies", + "content": "Section 11. The court may grant any of the following remedies for misappropriation: (a) an injunction against further use or disclosure; (b) damages, including reasonable royalties; (c) delivery up or destruction of materials embodying the trade secret; (d) an account of profits derived from the misappropriation." + } + ], + "definitions": [ + { + "term": "trade secret", + "definition": "Business information that is not publicly known, derives commercial value from not being known, and the owner takes reasonable steps to maintain its secrecy", + "source_provision": "sec1" + }, + { + "term": "misappropriation", + "definition": "Acquisition of a trade secret by improper means, or disclosure or use of a trade secret in breach of duty", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/trademarks-ordinance-1972.json b/data/seed/trademarks-ordinance-1972.json new file mode 100644 index 0000000..c19e737 --- /dev/null +++ b/data/seed/trademarks-ordinance-1972.json @@ -0,0 +1,50 @@ +{ + "id": "trademarks-ordinance-1972", + "type": "statute", + "title": "פקודת סימני מסחר [נוסח חדש], תשל\"ב-1972", + "title_en": "Trademarks Ordinance (New Version), 5732-1972", + "short_name": "TMO", + "status": "in_force", + "issued_date": "1972-01-01", + "in_force_date": "1972-01-01", + "url": "https://www.nevo.co.il/law_html/law01/p233_001.htm", + "description": "The Trademarks Ordinance (New Version) 5732-1972 governs trademark registration and protection in Israel. It establishes the trademark registry, registration requirements, rights of trademark owners, and enforcement mechanisms. Israel is a member of the Madrid Protocol for international trademark registration.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Ordinance: \"mark\" includes a word, design, letters, numerals, a shape of goods or their packaging, a color, or any combination thereof; \"trademark\" - a mark used by a person in relation to goods or services for the purpose of indicating a connection between the goods or services and that person." + }, + { + "provision_ref": "sec8", + "section": "8", + "title": "Registrable Marks", + "content": "Section 8. A mark is registrable as a trademark if it is distinctive and is not identical or confusingly similar to an existing registered mark for the same or similar goods or services." + }, + { + "provision_ref": "sec46", + "section": "46", + "title": "Rights of Registered Owner", + "content": "Section 46. Registration of a trademark gives the registered owner the exclusive right to use the mark in relation to the goods or services for which it is registered." + }, + { + "provision_ref": "sec60", + "section": "60", + "title": "Infringement", + "content": "Section 60. Unauthorized use of a registered trademark or a mark confusingly similar to it in relation to goods or services for which the trademark is registered constitutes infringement." + } + ], + "definitions": [ + { + "term": "mark", + "definition": "A word, design, letters, numerals, a shape of goods or their packaging, a color, or any combination thereof", + "source_provision": "sec1" + }, + { + "term": "trademark", + "definition": "A mark used in relation to goods or services to indicate a connection between the goods or services and a person", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/data/seed/wiretapping-law-1979.json b/data/seed/wiretapping-law-1979.json new file mode 100644 index 0000000..2da0d5a --- /dev/null +++ b/data/seed/wiretapping-law-1979.json @@ -0,0 +1,51 @@ +{ + "id": "wiretapping-law-1979", + "type": "statute", + "title": "חוק האזנת סתר, תשל\"ט-1979", + "title_en": "Wiretapping Law, 5739-1979", + "short_name": "WL", + "status": "in_force", + "issued_date": "1979-01-01", + "in_force_date": "1979-01-01", + "url": "https://www.nevo.co.il/law_html/law01/073_008.htm", + "description": "The Wiretapping Law 5739-1979 regulates wiretapping and electronic surveillance in Israel. It prohibits unauthorized interception of communications, establishes a judicial warrant process for lawful interception, and sets penalties for illegal wiretapping. The law is directly relevant to cybersecurity surveillance, law enforcement access to communications, and privacy of electronic communications.", + "provisions": [ + { + "provision_ref": "sec1", + "section": "1", + "title": "Definitions", + "content": "Section 1. In this Law: \"wiretapping\" - listening to, recording, or copying of a communication transmitted through a telecommunications system, without the consent of at least one of the parties to the communication; \"communication\" - any conversation, message, or signal transmitted through a telecommunications system." + }, + { + "provision_ref": "sec2", + "section": "2", + "title": "Prohibition of Wiretapping", + "content": "Section 2. No person shall perform wiretapping except as authorized under this Law. A person who performs unauthorized wiretapping is liable to imprisonment of 5 years." + }, + { + "provision_ref": "sec6", + "section": "6", + "title": "Wiretapping Warrant", + "content": "Section 6. (a) A District Court President may issue a warrant authorizing wiretapping if satisfied that the wiretapping is necessary for the investigation of a serious offense, and that there is no other reasonable means of obtaining the evidence. (b) A warrant shall specify the target, the telecommunications system, and the duration (not exceeding 3 months, renewable)." + }, + { + "provision_ref": "sec13", + "section": "13", + "title": "Admissibility of Evidence", + "content": "Section 13. Evidence obtained through lawful wiretapping is admissible in court proceedings. Evidence obtained through unlawful wiretapping is inadmissible, except in a prosecution for the wiretapping offense itself." + }, + { + "provision_ref": "sec14", + "section": "14", + "title": "Penalties", + "content": "Section 14. (a) A person who performs unauthorized wiretapping is liable to imprisonment of 5 years. (b) A person who discloses information obtained through unauthorized wiretapping is liable to imprisonment of 3 years." + } + ], + "definitions": [ + { + "term": "wiretapping", + "definition": "Listening to, recording, or copying of a communication transmitted through a telecommunications system, without the consent of at least one of the parties", + "source_provision": "sec1" + } + ] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8a61c0b..c610f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ansvar/israel-law-mcp", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ansvar/israel-law-mcp", - "version": "1.0.0", + "version": "1.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/scripts/ingest.ts b/scripts/ingest.ts index b3133d0..7a37de1 100644 --- a/scripts/ingest.ts +++ b/scripts/ingest.ts @@ -198,6 +198,569 @@ function createMetadataOnlyAct(act: ActIndexEntry): ParsedAct { { term: 'licensee', definition: 'The holder of a license under this Law', source_provision: 'sec1' }, ], }, + + // ── Basic Laws (metadata-only, no accessible PDF) ──────────────── + 'basic-law-the-army-1976': { + description: 'Basic Law: The Military (5736-1976) establishes the constitutional framework for the Israel Defense Forces (IDF). It defines the army as subject to the authority of the Government, regulates military service obligations, and provides the constitutional basis for the Defense Service Law.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Army of the State', content: 'Section 1. The defense army of Israel is the army of the State.' }, + { provision_ref: 'sec2', section: '2', title: 'Subordination to Government', content: 'Section 2. The army is subject to the authority of the Government.' }, + { provision_ref: 'sec3', section: '3', title: 'Minister of Defense', content: 'Section 3. The Minister charged with the army on behalf of the Government is the Minister of Defense.' }, + { provision_ref: 'sec4', section: '4', title: 'Chief of Staff', content: 'Section 4. The supreme command level in the army is the Chief of the General Staff. The Chief of the General Staff is subject to the authority of the Government and subordinate to the Minister of Defense.' }, + { provision_ref: 'sec5', section: '5', title: 'Duty of Service', content: 'Section 5. The duty to serve in the army and the conditions of such service shall be prescribed by law or by regulations made by virtue of law.' }, + ], + definitions: [], + }, + 'basic-law-legislation-2001': { + description: 'Basic Law: Legislation is a proposed Basic Law intended to define the legislative process of the Knesset. It was introduced as a draft but has not yet been enacted into law.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Legislative Authority', content: 'Section 1. The Knesset is the legislative authority of the State.' }, + ], + definitions: [], + }, + + // ── Financial & Securities Laws ────────────────────────────────── + 'securities-law-1968': { + description: 'The Securities Law 5728-1968 regulates the issuance and trading of securities in Israel. It establishes the Israel Securities Authority (ISA), mandates prospectus requirements, continuous disclosure obligations for public companies, insider trading prohibitions, and corporate governance requirements. ISA Cyber Risk Management Directive (2017) supplements this law with cybersecurity reporting requirements for public companies.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. Definitions. In this Law: "securities" - shares, debentures, and any other rights in a body corporate, including options and warrants; "stock exchange" - the Tel Aviv Stock Exchange or any stock exchange recognized under this Law; "Israel Securities Authority" (ISA) - the statutory authority established under this Law to regulate securities markets.' }, + { provision_ref: 'sec15', section: '15', title: 'Prospectus Requirement', content: 'Section 15. Prospectus Requirement. (a) No person shall offer securities to the public except by way of a prospectus approved by the Authority. (b) A prospectus shall contain all material information necessary for a reasonable investor to decide whether to purchase the securities.' }, + { provision_ref: 'sec36', section: '36', title: 'Continuous Disclosure', content: 'Section 36. Continuous Disclosure. (a) A reporting corporation shall file with the Authority and the stock exchange periodic reports, immediate reports, and any other report as prescribed by regulations. (b) Reports shall include material information about the corporation, including risks to its operations, financial condition, and information systems.' }, + { provision_ref: 'sec52A', section: '52A', title: 'Insider Trading Prohibition', content: 'Section 52A. Insider Trading. (a) No insider of a company shall trade in securities of that company while in possession of inside information. (b) "inside information" means information about a company that is not known to the public and which, if known, would significantly affect the price of the company\'s securities.' }, + { provision_ref: 'sec52B', section: '52B', title: 'Tipping Prohibition', content: 'Section 52B. Tipping. An insider shall not convey inside information to another person if there is a reasonable possibility that the recipient will use the information for trading in securities.' }, + { provision_ref: 'sec56', section: '56', title: 'Enforcement Powers', content: 'Section 56. The Authority may conduct investigations, issue administrative orders, impose monetary sanctions, and refer matters for criminal prosecution in cases of violations of this Law.' }, + ], + definitions: [ + { term: 'securities', definition: 'Shares, debentures, and any other rights in a body corporate, including options and warrants', source_provision: 'sec1' }, + { term: 'Israel Securities Authority', definition: 'The statutory authority established under the Securities Law to regulate securities markets', source_provision: 'sec1' }, + { term: 'inside information', definition: 'Information about a company that is not known to the public and which, if known, would significantly affect the price of the company\'s securities', source_provision: 'sec52A' }, + ], + }, + 'banking-ordinance-1941': { + description: 'The Banking Ordinance 1941 is the foundational legislation governing banking in Israel, originally enacted during the British Mandate period and subsequently amended. It establishes the licensing framework for banks, prudential requirements, and the supervisory authority of the Bank of Israel over the banking system.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. Definitions. "banking business" - the acceptance of deposits of money from the public for the purpose of lending or investing, and including the provision of banking services; "bank" - a body corporate licensed to conduct banking business under this Ordinance; "Supervisor of Banks" - the officer appointed by the Governor of the Bank of Israel to supervise banks.' }, + { provision_ref: 'sec2', section: '2', title: 'License Requirement', content: 'Section 2. No person shall conduct banking business except under a license issued under this Ordinance.' }, + { provision_ref: 'sec14A', section: '14A', title: 'Banking Secrecy', content: 'Section 14A. Banking Secrecy. (a) A bank, its officers, employees, and agents shall maintain the confidentiality of information regarding customers\' accounts and affairs. (b) Banking information shall not be disclosed except with the customer\'s consent or as required by law.' }, + { provision_ref: 'sec22', section: '22', title: 'Supervision', content: 'Section 22. The Supervisor of Banks shall supervise the operations of banks and ensure compliance with this Ordinance, including the maintenance of adequate capital, liquidity, and risk management practices.' }, + ], + definitions: [ + { term: 'banking business', definition: 'The acceptance of deposits of money from the public for the purpose of lending or investing, and including the provision of banking services', source_provision: 'sec1' }, + { term: 'Supervisor of Banks', definition: 'The officer appointed by the Governor of the Bank of Israel to supervise banks', source_provision: 'sec1' }, + ], + }, + 'banking-licensing-law-1981': { + description: 'The Banking (Licensing) Law 5741-1981 modernizes the banking licensing regime in Israel. It establishes requirements for obtaining and maintaining a banking license, capital adequacy requirements, and supervisory powers of the Bank of Israel. The law addresses information security obligations, requiring banks to implement protective measures for customer data and financial systems.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. Definitions. In this Law: "banking corporation" - a body corporate licensed to carry on banking business in Israel; "auxiliary corporation" - a corporation controlled by a banking corporation that provides services ancillary to banking.' }, + { provision_ref: 'sec3', section: '3', title: 'License Requirement', content: 'Section 3. No body corporate shall carry on banking business in Israel unless it has been granted a license by the Governor of the Bank of Israel.' }, + { provision_ref: 'sec5', section: '5', title: 'Capital Requirements', content: 'Section 5. The Governor may prescribe minimum capital requirements for banking corporations, taking into account the nature and extent of the corporation\'s activities and the risks to which it is exposed.' }, + { provision_ref: 'sec14', section: '14', title: 'Risk Management', content: 'Section 14. A banking corporation shall maintain adequate systems for risk management, internal controls, compliance, and information security, as prescribed by the Supervisor of Banks.' }, + { provision_ref: 'sec27', section: '27', title: 'Outsourcing', content: 'Section 27. A banking corporation that outsources any of its activities shall ensure that the outsourcing arrangements comply with requirements prescribed by the Supervisor, including data protection and information security requirements.' }, + ], + definitions: [ + { term: 'banking corporation', definition: 'A body corporate licensed to carry on banking business in Israel', source_provision: 'sec1' }, + ], + }, + 'insurance-business-law-1981': { + description: 'The Insurance Business (Control) Law 5741-1981 regulates the insurance industry in Israel. It establishes licensing requirements for insurers and insurance agents, solvency requirements, policyholder protection, and supervisory authority of the Commissioner of Insurance (now Capital Markets Authority). The law includes data protection obligations for insurance companies handling policyholder personal information.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "insurer" - a body corporate licensed to carry on insurance business in Israel; "insurance agent" - a person licensed to arrange insurance contracts on behalf of an insurer or insured; "Commissioner" - the Commissioner of Insurance appointed under this Law.' }, + { provision_ref: 'sec2', section: '2', title: 'License Requirement', content: 'Section 2. No person shall carry on insurance business in Israel except under a license issued by the Commissioner.' }, + { provision_ref: 'sec15', section: '15', title: 'Policyholder Data Protection', content: 'Section 15. An insurer shall maintain the confidentiality of policyholder information and shall not disclose or use such information except as required for the provision of insurance services, with the policyholder\'s consent, or as required by law.' }, + { provision_ref: 'sec30', section: '30', title: 'Solvency Requirements', content: 'Section 30. An insurer shall maintain a margin of solvency as prescribed by the Commissioner, including adequate technical reserves, reinsurance arrangements, and capital buffers.' }, + { provision_ref: 'sec40', section: '40', title: 'Information Security', content: 'Section 40. An insurer shall implement information security measures to protect policyholder data, claims information, and other sensitive business information from unauthorized access, use, or disclosure.' }, + ], + definitions: [ + { term: 'insurer', definition: 'A body corporate licensed to carry on insurance business in Israel', source_provision: 'sec1' }, + { term: 'Commissioner', definition: 'The Commissioner of Insurance appointed under this Law', source_provision: 'sec1' }, + ], + }, + 'anti-money-laundering-law-2000': { + description: 'The Prohibition of Money Laundering Law 5760-2000 criminalizes money laundering and establishes the Israel Money Laundering and Terror Financing Prohibition Authority (IMPA). It mandates customer due diligence (KYC), suspicious activity reporting, and record-keeping obligations for financial institutions. The law implements FATF recommendations and includes data handling and information-sharing provisions.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "laundering offense" - an act performed with property derived from a predicate offense, with the purpose of concealing or disguising the illicit origin of the property, the identity of the rights holders, or the source, location, disposition, or movement of such property; "predicate offense" - an offense listed in the First Schedule to this Law; "Authority" - the Israel Money Laundering and Terror Financing Prohibition Authority.' }, + { provision_ref: 'sec2', section: '2', title: 'Prohibition of Money Laundering', content: 'Section 2. (a) A person who performs a transaction in property or provides a financial service in connection with property knowing it to be derived from a predicate offense, with the purpose of concealing or disguising its origin, commits a money laundering offense. (b) A person who performs a transaction in property, knowing it to be property in which a money laundering offense was committed, commits a money laundering offense.' }, + { provision_ref: 'sec7', section: '7', title: 'Customer Identification', content: 'Section 7. (a) Financial institutions shall identify and verify the identity of their customers before establishing a business relationship or conducting a transaction. (b) Financial institutions shall identify the beneficial owner of the property involved in the transaction.' }, + { provision_ref: 'sec9', section: '9', title: 'Reporting Obligations', content: 'Section 9. (a) Financial institutions shall report to the Authority any unusual transaction or any transaction that the institution has reason to suspect involves property derived from an offense. (b) Reports shall be made in the form and manner prescribed by the Authority.' }, + { provision_ref: 'sec10', section: '10', title: 'Record Keeping', content: 'Section 10. Financial institutions shall maintain records of customer identification documents and transaction records for a period of not less than 7 years from the date of the transaction or the termination of the business relationship.' }, + { provision_ref: 'sec25', section: '25', title: 'Information Sharing', content: 'Section 25. The Authority may share information with foreign counterpart authorities pursuant to international agreements, subject to conditions prescribed to protect the confidentiality of the information and the rights of individuals.' }, + ], + definitions: [ + { term: 'laundering offense', definition: 'An act performed with property derived from a predicate offense, with the purpose of concealing or disguising the illicit origin of the property', source_provision: 'sec1' }, + { term: 'predicate offense', definition: 'An offense listed in the First Schedule to the Prohibition of Money Laundering Law', source_provision: 'sec1' }, + { term: 'Authority', definition: 'The Israel Money Laundering and Terror Financing Prohibition Authority', source_provision: 'sec1' }, + ], + }, + 'terror-financing-prohibition-law-2005': { + description: 'The Prohibition on Terror Financing Law 5765-2005 criminalizes the financing of terrorism and provides for the designation and freezing of terrorist assets. It implements UN Security Council Resolution 1373 and FATF standards on combating terror financing.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "terrorist act" - an act of violence or threat of violence against a person or property, or an act that endangers the life of a person, committed with the intention of advancing a political, religious, or ideological cause, or to intimidate the public; "terror financing" - providing, collecting, or making available financial resources or financial services with the knowledge or intent that they will be used to commit or support a terrorist act.' }, + { provision_ref: 'sec2', section: '2', title: 'Prohibition of Terror Financing', content: 'Section 2. A person who provides, collects, or makes available financial resources or financial services, knowing or intending that they be used to commit or support a terrorist act, commits an offense punishable by imprisonment.' }, + { provision_ref: 'sec3', section: '3', title: 'Designation Orders', content: 'Section 3. The Minister of Defense may, by order, designate a person or organization as a terrorist entity if there are reasonable grounds to believe that the person or organization is involved in terrorism or terror financing.' }, + { provision_ref: 'sec5', section: '5', title: 'Freezing of Assets', content: 'Section 5. Upon designation, all property of the designated entity shall be frozen. No person shall make financial resources or financial services available to a designated entity.' }, + ], + definitions: [ + { term: 'terrorist act', definition: 'An act of violence or threat committed with the intention of advancing a political, religious, or ideological cause, or to intimidate the public', source_provision: 'sec1' }, + { term: 'terror financing', definition: 'Providing, collecting, or making available financial resources or financial services with the knowledge or intent that they will be used for terrorist acts', source_provision: 'sec1' }, + ], + }, + 'financial-services-regulation-law-2005': { + description: 'The Financial Services Regulation (Financial Services) Law 5765-2005 establishes the regulatory framework for non-banking financial services in Israel, including investment advice, portfolio management, and financial marketing. It requires licensing, imposes conduct-of-business rules, and includes client data protection obligations.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "financial service" - investment advice, investment portfolio management, or investment marketing; "licensee" - a person licensed under this Law to provide financial services.' }, + { provision_ref: 'sec2', section: '2', title: 'License Requirement', content: 'Section 2. No person shall provide a financial service except under a license issued by the Israel Securities Authority.' }, + { provision_ref: 'sec12', section: '12', title: 'Client Data', content: 'Section 12. A licensee shall maintain the confidentiality of client information and financial data and shall not disclose such information except as required for the provision of financial services, with the client\'s consent, or as required by law.' }, + { provision_ref: 'sec15', section: '15', title: 'Record Keeping', content: 'Section 15. A licensee shall maintain records of all communications, transactions, and client interactions for a period prescribed by regulation.' }, + ], + definitions: [ + { term: 'financial service', definition: 'Investment advice, investment portfolio management, or investment marketing', source_provision: 'sec1' }, + ], + }, + + // ── Intellectual Property Laws ─────────────────────────────────── + 'patent-law-1967': { + description: 'The Patents Law 5727-1967 governs the patent system in Israel. It establishes requirements for patentability (novelty, inventive step, industrial application), the patent application process, rights of patent holders, compulsory licensing, and enforcement. Israel is a member of the Patent Cooperation Treaty (PCT).', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "invention" - a product, including a microbiological product, or a process in any field of technology, which is new, involves an inventive step, and is industrially applicable; "patent" - a patent granted under this Law.' }, + { provision_ref: 'sec3', section: '3', title: 'Patentable Inventions', content: 'Section 3. An invention is patentable if it is new, involves an inventive step, and is capable of industrial application.' }, + { provision_ref: 'sec4', section: '4', title: 'Novelty', content: 'Section 4. An invention is considered new if it was not known to the public in Israel or elsewhere before the date of the patent application, whether by written or oral publication, by use, or in any other manner.' }, + { provision_ref: 'sec49', section: '49', title: 'Rights Conferred by Patent', content: 'Section 49. A patent holder has the exclusive right to exploit the patented invention, including the right to manufacture, use, offer for sale, sell, or import the patented product or process.' }, + { provision_ref: 'sec117', section: '117', title: 'Compulsory License', content: 'Section 117. The Patent Registrar may grant a compulsory license for the exploitation of a patented invention if: (a) three years have elapsed since the grant of the patent and the patent is not being exploited in Israel to a reasonable extent; (b) the grant of a compulsory license is necessary for the public interest.' }, + ], + definitions: [ + { term: 'invention', definition: 'A product or process in any field of technology, which is new, involves an inventive step, and is industrially applicable', source_provision: 'sec1' }, + ], + }, + 'copyright-law-2007': { + description: 'The Copyright Law 5768-2007 provides comprehensive copyright protection in Israel, replacing the pre-state Copyright Ordinance. It covers literary, artistic, dramatic, and musical works, computer programs, databases, broadcasts, and sound recordings. The law addresses digital rights management, ISP liability, and fair use.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "work" - a literary work, artistic work, dramatic work, or musical work; "literary work" includes a computer program and a compilation of data (database); "copyright" - the exclusive right to perform the acts specified in Section 11 in respect of a work.' }, + { provision_ref: 'sec4', section: '4', title: 'Copyright Subsistence', content: 'Section 4. Copyright subsists in a work that is original and is fixed in any form.' }, + { provision_ref: 'sec11', section: '11', title: 'Exclusive Rights', content: 'Section 11. The owner of a copyright in a work has the exclusive right to: (1) reproduce the work; (2) publish the work; (3) perform the work in public; (4) broadcast the work; (5) make the work available to the public; (6) make an adaptation of the work; (7) rent a copy of the work (for sound recordings and computer programs).' }, + { provision_ref: 'sec19', section: '19', title: 'Fair Use', content: 'Section 19. (a) Fair use of a work is permitted for purposes such as: private study, research, criticism, review, reporting, quotation, or instruction and examination by an educational institution. (b) In determining whether a use is fair, the following factors shall be considered: (1) the purpose and character of the use; (2) the character of the work used; (3) the extent of the use; (4) the effect on the market value of the work.' }, + { provision_ref: 'sec50', section: '50', title: 'Technological Protection Measures', content: 'Section 50. No person shall circumvent a technological measure that effectively controls access to a copyrighted work or prevents the exercise of an act that constitutes an infringement of copyright. A person who circumvents such measures is liable as if he had infringed the copyright.' }, + { provision_ref: 'sec53', section: '53', title: 'ISP Liability', content: 'Section 53. An internet service provider shall not be liable for copyright infringement committed by a user of its service if the provider: (a) did not know of the infringing activity; (b) upon receiving notice, acted expeditiously to remove or disable access to the infringing material.' }, + ], + definitions: [ + { term: 'work', definition: 'A literary work, artistic work, dramatic work, or musical work', source_provision: 'sec1' }, + { term: 'literary work', definition: 'Includes a computer program and a compilation of data (database)', source_provision: 'sec1' }, + { term: 'copyright', definition: 'The exclusive right to perform acts specified in Section 11 in respect of a work', source_provision: 'sec1' }, + ], + }, + 'trademarks-ordinance-1972': { + description: 'The Trademarks Ordinance (New Version) 5732-1972 governs trademark registration and protection in Israel. It establishes the trademark registry, registration requirements, rights of trademark owners, and enforcement mechanisms. Israel is a member of the Madrid Protocol for international trademark registration.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Ordinance: "mark" includes a word, design, letters, numerals, a shape of goods or their packaging, a color, or any combination thereof; "trademark" - a mark used by a person in relation to goods or services for the purpose of indicating a connection between the goods or services and that person.' }, + { provision_ref: 'sec8', section: '8', title: 'Registrable Marks', content: 'Section 8. A mark is registrable as a trademark if it is distinctive and is not identical or confusingly similar to an existing registered mark for the same or similar goods or services.' }, + { provision_ref: 'sec46', section: '46', title: 'Rights of Registered Owner', content: 'Section 46. Registration of a trademark gives the registered owner the exclusive right to use the mark in relation to the goods or services for which it is registered.' }, + { provision_ref: 'sec60', section: '60', title: 'Infringement', content: 'Section 60. Unauthorized use of a registered trademark or a mark confusingly similar to it in relation to goods or services for which the trademark is registered constitutes infringement.' }, + ], + definitions: [ + { term: 'mark', definition: 'A word, design, letters, numerals, a shape of goods or their packaging, a color, or any combination thereof', source_provision: 'sec1' }, + { term: 'trademark', definition: 'A mark used in relation to goods or services to indicate a connection between the goods or services and a person', source_provision: 'sec1' }, + ], + }, + 'trade-secrets-law-1999': { + description: 'The Trade Secrets Law 5759-1999 provides protection for confidential business information in Israel. It defines trade secrets, prohibits misappropriation, and establishes remedies including injunctions and damages. The law is relevant to cybersecurity as it protects proprietary technology, algorithms, and security configurations.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "trade secret" - business information that is not publicly known, that derives actual or potential commercial value from not being known, and the owner of which takes reasonable steps to maintain its secrecy; "misappropriation" - acquisition of a trade secret by improper means, or disclosure or use of a trade secret by a person who obtained it by improper means or in breach of a duty of confidence.' }, + { provision_ref: 'sec5', section: '5', title: 'Prohibition of Misappropriation', content: 'Section 5. No person shall misappropriate a trade secret. Misappropriation includes: (a) acquiring a trade secret by theft, bribery, fraud, breach of confidence, or other improper means; (b) disclosing or using a trade secret obtained by improper means; (c) disclosing or using a trade secret in breach of a duty of confidence.' }, + { provision_ref: 'sec11', section: '11', title: 'Remedies', content: 'Section 11. The court may grant any of the following remedies for misappropriation: (a) an injunction against further use or disclosure; (b) damages, including reasonable royalties; (c) delivery up or destruction of materials embodying the trade secret; (d) an account of profits derived from the misappropriation.' }, + ], + definitions: [ + { term: 'trade secret', definition: 'Business information that is not publicly known, derives commercial value from not being known, and the owner takes reasonable steps to maintain its secrecy', source_provision: 'sec1' }, + { term: 'misappropriation', definition: 'Acquisition of a trade secret by improper means, or disclosure or use of a trade secret in breach of duty', source_provision: 'sec1' }, + ], + }, + + // ── Labor & Employment Laws ────────────────────────────────────── + 'employment-law-1959': { + description: 'The Employment Service Law 5719-1959 establishes the public employment service in Israel. It regulates the operation of employment agencies, job placement services, and worker protection in the hiring process.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Employment Service', content: 'Section 1. There shall be a public employment service that shall assist in matching workers with employers.' }, + { provision_ref: 'sec8', section: '8', title: 'Private Employment Agencies', content: 'Section 8. No person shall operate an employment agency except under a license issued by the Minister of Labor.' }, + { provision_ref: 'sec13', section: '13', title: 'Anti-Discrimination', content: 'Section 13. An employment agency shall not discriminate against any person seeking employment on the basis of race, religion, sex, nationality, country of origin, sexual orientation, political opinion, or personal status.' }, + ], + definitions: [], + }, + 'hours-of-work-and-rest-law-1951': { + description: 'The Hours of Work and Rest Law 5711-1951 regulates working hours, overtime, and rest periods in Israel. It establishes the standard work week, maximum working hours, mandatory rest days, and overtime compensation requirements.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Scope', content: 'Section 1. This Law applies to all employees in Israel, subject to exceptions provided herein.' }, + { provision_ref: 'sec2', section: '2', title: 'Working Day', content: 'Section 2. A working day shall not exceed 8 hours, and 7 hours on the day preceding the weekly rest day.' }, + { provision_ref: 'sec3', section: '3', title: 'Working Week', content: 'Section 3. The working week shall not exceed 45 hours.' }, + { provision_ref: 'sec5', section: '5', title: 'Overtime', content: 'Section 5. An employer shall not require or permit an employee to work more hours than the hours prescribed in this Law, unless overtime has been authorized by the Minister of Labor.' }, + { provision_ref: 'sec16', section: '16', title: 'Overtime Compensation', content: 'Section 16. For overtime work, an employee shall be entitled to compensation of not less than 125% of the normal hourly wage for the first two overtime hours, and 150% for each additional hour.' }, + { provision_ref: 'sec7', section: '7', title: 'Weekly Rest', content: 'Section 7. Every employee is entitled to a weekly rest period of at least 36 consecutive hours, which shall include the employee\'s rest day.' }, + ], + definitions: [], + }, + 'annual-leave-law-1951': { + description: 'The Annual Leave Law 5711-1951 establishes the right of every employee to paid annual leave. It sets minimum leave entitlements based on length of service and regulates the timing and payment of leave.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Scope', content: 'Section 1. Every employee is entitled to annual leave with pay in accordance with this Law.' }, + { provision_ref: 'sec3', section: '3', title: 'Leave Entitlement', content: 'Section 3. The minimum annual leave entitlement is: (a) 14 working days for the first 4 years of employment; (b) 16 days in the 5th year; (c) 18 days in the 6th year; (d) 21 days in the 7th year and beyond.' }, + { provision_ref: 'sec5', section: '5', title: 'Timing of Leave', content: 'Section 5. The employer shall determine the timing of the annual leave after consulting with the employee. At least 7 consecutive days of leave shall be granted.' }, + { provision_ref: 'sec10', section: '10', title: 'Leave Payment', content: 'Section 10. During annual leave, the employee shall be paid leave pay equivalent to the regular wages the employee would have received had the employee worked during that period.' }, + ], + definitions: [], + }, + 'severance-pay-law-1963': { + description: 'The Severance Pay Law 5723-1963 establishes the right of employees to severance pay upon termination of employment. It defines the circumstances in which severance pay is due, the calculation method, and special provisions for resignation and retirement.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Entitlement', content: 'Section 1. An employee who is dismissed after one year of continuous employment with the same employer is entitled to severance pay.' }, + { provision_ref: 'sec12', section: '12', title: 'Calculation', content: 'Section 12. Severance pay shall be calculated at the rate of one month\'s wages for each year of employment.' }, + { provision_ref: 'sec14', section: '14', title: 'Section 14 Arrangement', content: 'Section 14. The Minister of Labor may, with the approval of the Finance Committee of the Knesset, provide that employer contributions to a severance fund or pension fund shall be deemed to be in lieu of severance pay. This is commonly known as the "Section 14 arrangement" and applies to most employees in Israel.' }, + ], + definitions: [], + }, + 'employment-equal-opportunities-law-1988': { + description: 'The Employment (Equal Opportunities) Law 5748-1988 prohibits discrimination in employment on various grounds including sex, sexual orientation, age, race, religion, nationality, country of origin, pregnancy, parenthood, fertility treatments, and disability. It addresses hiring, terms of employment, promotion, training, dismissal, and severance.', + provisions: [ + { provision_ref: 'sec2', section: '2', title: 'Prohibited Discrimination', content: 'Section 2. (a) An employer shall not discriminate among employees or job applicants on the basis of sex, sexual orientation, personal status, pregnancy, fertility treatment, parenthood, age, race, religion, nationality, country of origin, views, political party, or military reserve service.' }, + { provision_ref: 'sec7', section: '7', title: 'Sexual Harassment', content: 'Section 7. An employer shall take reasonable measures to prevent sexual harassment and the abuse of authority in the workplace, in accordance with the Prevention of Sexual Harassment Law.' }, + { provision_ref: 'sec9', section: '9', title: 'Remedies', content: 'Section 9. A labor court may order compensation of up to 50,000 NIS (without proof of damage) against an employer found to have discriminated in violation of this Law.' }, + ], + definitions: [], + }, + + // ── Consumer & Contract Law ────────────────────────────────────── + 'consumer-protection-law-1981': { + description: 'The Consumer Protection Law 5741-1981 protects consumers against unfair business practices, misleading advertising, and defective goods and services. It establishes disclosure requirements, cooling-off periods for distance selling, and class action provisions. The law is relevant to digital commerce, online services, and SaaS agreements.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "consumer" - a person who purchases or receives a product or service from a dealer; "dealer" - a person who sells or provides a product or service in the course of business; "product" - movable property and immovable property, including rights.' }, + { provision_ref: 'sec2', section: '2', title: 'Misleading Conduct', content: 'Section 2. No dealer shall, by act or omission, by oral or written statement, or in any other manner, mislead a consumer in any material matter relating to a transaction.' }, + { provision_ref: 'sec4', section: '4', title: 'Disclosure Requirements', content: 'Section 4. A dealer shall disclose to a consumer, before a transaction, all material information regarding the product or service, including its essential characteristics, price, warranty, and any known defects.' }, + { provision_ref: 'sec14A', section: '14A', title: 'Distance Selling Cancellation', content: 'Section 14A. (a) A consumer who has entered into a transaction by distance selling (including internet, telephone, or mail order) may cancel the transaction within 14 days of receipt of the product or the making of the contract, whichever is later. (b) In case of cancellation, the dealer shall refund the payment within 14 days.' }, + { provision_ref: 'sec18', section: '18', title: 'Unfair Contract Terms', content: 'Section 18. A court may declare void or modify a contract term that is unfair or unconscionable, taking into account the circumstances of the transaction and the relative bargaining power of the parties.' }, + { provision_ref: 'sec31', section: '31', title: 'Class Actions', content: 'Section 31. A consumer may bring a class action on behalf of a group of consumers who have been similarly affected by a dealer\'s violation of this Law.' }, + ], + definitions: [ + { term: 'consumer', definition: 'A person who purchases or receives a product or service from a dealer', source_provision: 'sec1' }, + { term: 'dealer', definition: 'A person who sells or provides a product or service in the course of business', source_provision: 'sec1' }, + ], + }, + 'standard-contracts-law-1982': { + description: 'The Standard Contracts Law 5743-1982 regulates standard form contracts in Israel. It establishes the Standard Contracts Tribunal, which has authority to review and modify unfair terms in standard form contracts. This law is relevant to software licensing, SaaS agreements, terms of service, and privacy policies.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "standard contract" - a contract whose terms, in whole or in part, have been predetermined by one party and the other party has had no significant ability to negotiate; "restrictive condition" - a condition in a standard contract that unduly restricts or denies a right to which the customer would otherwise be entitled.' }, + { provision_ref: 'sec3', section: '3', title: 'Void Conditions', content: 'Section 3. A restrictive condition in a standard contract that unduly restricts the rights of the customer or grants the supplier excessive advantages is void.' }, + { provision_ref: 'sec4', section: '4', title: 'Specific Void Conditions', content: 'Section 4. The following conditions are deemed to be restrictive: (a) exempting the supplier from liability for breach; (b) granting the supplier unilateral right to cancel the contract; (c) restricting the customer\'s right to legal remedies; (d) unilateral modification of contract terms; (e) automatic renewal without notice.' }, + { provision_ref: 'sec6', section: '6', title: 'Standard Contracts Tribunal', content: 'Section 6. The Standard Contracts Tribunal may, upon application, declare a condition in a standard contract to be a restrictive condition and order its modification or annulment.' }, + ], + definitions: [ + { term: 'standard contract', definition: 'A contract whose terms have been predetermined by one party and the other party has had no significant ability to negotiate', source_provision: 'sec1' }, + { term: 'restrictive condition', definition: 'A condition in a standard contract that unduly restricts or denies a right to which the customer would otherwise be entitled', source_provision: 'sec1' }, + ], + }, + 'contracts-general-part-law-1973': { + description: 'The Contracts (General Part) Law 5733-1973 establishes the general principles of contract law in Israel. It governs the formation, interpretation, validity, and performance of contracts, including electronic contracts and digital agreements.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Formation of Contract', content: 'Section 1. A contract is formed by an offer made by one person to another and acceptance of the offer by the offeree.' }, + { provision_ref: 'sec2', section: '2', title: 'Offer', content: 'Section 2. An offer to enter into a contract is a proposal made by one person to another expressing willingness to enter into a contract on specified terms.' }, + { provision_ref: 'sec12', section: '12', title: 'Good Faith', content: 'Section 12. (a) In negotiating a contract, each party shall act in good faith and in a customary manner. (b) A party who does not act in good faith is liable for damage caused to the other party through reliance on the negotiation.' }, + { provision_ref: 'sec14', section: '14', title: 'Mistake', content: 'Section 14. (a) A contract made as a result of a mistake may be voidable if the mistake was material and the other party knew or should have known of the mistake. (b) A contract made as a result of a fundamental mistake, shared by both parties, may be void.' }, + { provision_ref: 'sec25', section: '25', title: 'Interpretation', content: 'Section 25. A contract shall be interpreted according to the intention of the parties as evident from the contract, read as a whole, and in the light of the surrounding circumstances.' }, + { provision_ref: 'sec39', section: '39', title: 'Performance in Good Faith', content: 'Section 39. In performing a contractual obligation and exercising a contractual right, each party shall act in good faith and in a customary manner.' }, + ], + definitions: [], + }, + + // ── Procedural Law ─────────────────────────────────────────────── + 'evidence-ordinance-1971': { + description: 'The Evidence Ordinance (New Version) 5731-1971 governs the law of evidence in Israeli courts. It covers admissibility, competence and compellability of witnesses, documentary evidence, expert evidence, and electronic evidence. The ordinance addresses admissibility of computer-generated records, digital evidence, and electronic documents.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Scope', content: 'Section 1. This Ordinance governs the law of evidence in civil and criminal proceedings in Israel, unless otherwise provided by statute.' }, + { provision_ref: 'sec3', section: '3', title: 'Competence of Witnesses', content: 'Section 3. Every person is competent to testify as a witness unless the court is satisfied that the person is incapable of understanding the duty to tell the truth.' }, + { provision_ref: 'sec35', section: '35', title: 'Documentary Evidence', content: 'Section 35. A document is admissible in evidence if it is an original or a certified copy, and if its authenticity has been established in accordance with this Ordinance.' }, + { provision_ref: 'sec36', section: '36', title: 'Computer Records', content: 'Section 36. (a) A printout of data stored in a computer is admissible in evidence if the court is satisfied that the computer was operating properly at the material time and that the data was regularly fed into the computer in the ordinary course of business. (b) Electronic records and computer-generated documents are admissible on the same terms.' }, + { provision_ref: 'sec54', section: '54', title: 'Privileged Communications', content: 'Section 54. Communications between a person and his or her attorney are privileged and may not be disclosed in evidence without the consent of the client.' }, + ], + definitions: [], + }, + 'courts-law-1984': { + description: 'The Courts Law (Consolidated Version) 5744-1984 establishes the structure and jurisdiction of the Israeli court system. It defines the hierarchy of courts (Magistrate, District, Supreme), jurisdiction rules, judicial appointment, and procedural matters.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Court System', content: 'Section 1. The courts in Israel are: (1) the Magistrate\'s Court; (2) the District Court; (3) the Supreme Court.' }, + { provision_ref: 'sec51', section: '51', title: 'Magistrate\'s Court Jurisdiction', content: 'Section 51. A Magistrate\'s Court has jurisdiction in civil claims not exceeding 2,500,000 NIS and in criminal offenses punishable by up to 7 years imprisonment.' }, + { provision_ref: 'sec40', section: '40', title: 'District Court Jurisdiction', content: 'Section 40. The District Court has jurisdiction as a court of first instance in civil claims exceeding the monetary jurisdiction of the Magistrate\'s Court, in administrative petitions, and as an appellate court for decisions of the Magistrate\'s Court.' }, + { provision_ref: 'sec26', section: '26', title: 'Supreme Court', content: 'Section 26. The Supreme Court sits as a court of appeal from the District Court and, sitting as the High Court of Justice, has jurisdiction to issue orders to state authorities and public bodies.' }, + ], + definitions: [], + }, + 'criminal-procedure-law-1982': { + description: 'The Criminal Procedure Law (Consolidated Version) 5742-1982 governs criminal procedure in Israel from investigation through trial, sentencing, and appeal. It is relevant to cybercrime prosecution and digital forensics.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Scope', content: 'Section 1. This Law applies to all criminal proceedings in Israel.' }, + { provision_ref: 'sec23', section: '23', title: 'Search and Seizure', content: 'Section 23. A court may issue a search warrant authorizing a police officer to enter premises and search for and seize evidence of an offense, including electronic devices and digital storage media.' }, + { provision_ref: 'sec43', section: '43', title: 'Arrest', content: 'Section 43. A police officer may arrest a person without a warrant if the officer has reasonable grounds to believe that the person has committed or is about to commit an offense.' }, + { provision_ref: 'sec60A', section: '60A', title: 'Plea Bargain', content: 'Section 60A. The prosecution and the accused may reach a plea agreement regarding the charges, the facts, and the punishment, subject to the approval of the court.' }, + { provision_ref: 'sec74', section: '74', title: 'Disclosure of Evidence', content: 'Section 74. The prosecution shall disclose to the defense all evidence in its possession that is relevant to the case, including evidence favorable to the accused.' }, + ], + definitions: [], + }, + 'civil-procedure-regulations-1984': { + description: 'The Civil Procedure Regulations 5744-1984 govern civil litigation procedures in Israeli courts. They address pleadings, discovery, interim remedies, trial procedure, evidence, and enforcement of judgments. The regulations include provisions on electronic filing and electronic discovery.', + provisions: [ + { provision_ref: 'reg1', section: '1', title: 'Scope', content: 'Regulation 1. These Regulations apply to all civil proceedings in the Magistrate\'s Courts and District Courts of Israel.' }, + { provision_ref: 'reg30', section: '30', title: 'Discovery', content: 'Regulation 30. (a) After the filing of a defense, either party may serve a notice on the other requiring the production of documents relevant to the case. (b) The notice may specify categories of documents, including electronic documents and computer records.' }, + { provision_ref: 'reg362', section: '362', title: 'Interim Injunctions', content: 'Regulation 362. The court may grant an interim injunction restraining a party from performing an act or requiring a party to perform an act, if the court is satisfied that the applicant has a prima facie case and the balance of convenience favors the grant of the injunction.' }, + { provision_ref: 'reg500', section: '500', title: 'Electronic Filing', content: 'Regulation 500. Court documents may be filed electronically through the court\'s electronic filing system, subject to technical requirements prescribed by the Director of Courts.' }, + ], + definitions: [], + }, + + // ── Criminal Law ───────────────────────────────────────────────── + 'penal-law-1977': { + description: 'The Penal Law 5737-1977 is the primary criminal code of Israel. It defines criminal offenses, penalties, defenses, and sentencing principles. Relevant sections address fraud, forgery, cybercrime (via amendments and the Computers Law), invasion of privacy, and economic crimes.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Application', content: 'Section 1. This Law applies to offenses committed in Israel. It also applies to offenses committed abroad in certain circumstances prescribed by this Law.' }, + { provision_ref: 'sec34', section: '34', title: 'Mens Rea', content: 'Section 34. Criminal liability requires a criminal state of mind (mens rea) comprising intention, recklessness, or negligence, as defined in respect of each offense.' }, + { provision_ref: 'sec244', section: '244', title: 'Fraud', content: 'Section 244. A person who obtains a thing by fraud, deceit, or false pretenses is liable to imprisonment of 3 years. If the offense is committed in aggravating circumstances, the penalty is 5 years imprisonment.' }, + { provision_ref: 'sec415', section: '415', title: 'Theft', content: 'Section 415. A person who takes and carries away any property of another without the other\'s consent, with the intention of permanently depriving the other of the property, commits theft.' }, + { provision_ref: 'sec418', section: '418', title: 'Forgery', content: 'Section 418. A person who makes a false document with the intention that it be used as genuine commits forgery. The penalty for forgery is imprisonment of 1 to 7 years depending on the type of document.' }, + { provision_ref: 'sec496', section: '496', title: 'Invasion of Privacy (Criminal)', content: 'Section 496. A person who invades the privacy of another by any of the means specified in the Privacy Protection Law commits a criminal offense punishable by imprisonment of 5 years.' }, + ], + definitions: [], + }, + 'wiretapping-law-1979': { + description: 'The Wiretapping Law 5739-1979 regulates wiretapping and electronic surveillance in Israel. It prohibits unauthorized interception of communications, establishes a judicial warrant process for lawful interception, and sets penalties for illegal wiretapping. The law is directly relevant to cybersecurity surveillance, law enforcement access to communications, and privacy of electronic communications.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "wiretapping" - listening to, recording, or copying of a communication transmitted through a telecommunications system, without the consent of at least one of the parties to the communication; "communication" - any conversation, message, or signal transmitted through a telecommunications system.' }, + { provision_ref: 'sec2', section: '2', title: 'Prohibition of Wiretapping', content: 'Section 2. No person shall perform wiretapping except as authorized under this Law. A person who performs unauthorized wiretapping is liable to imprisonment of 5 years.' }, + { provision_ref: 'sec6', section: '6', title: 'Wiretapping Warrant', content: 'Section 6. (a) A District Court President may issue a warrant authorizing wiretapping if satisfied that the wiretapping is necessary for the investigation of a serious offense, and that there is no other reasonable means of obtaining the evidence. (b) A warrant shall specify the target, the telecommunications system, and the duration (not exceeding 3 months, renewable).' }, + { provision_ref: 'sec13', section: '13', title: 'Admissibility of Evidence', content: 'Section 13. Evidence obtained through lawful wiretapping is admissible in court proceedings. Evidence obtained through unlawful wiretapping is inadmissible, except in a prosecution for the wiretapping offense itself.' }, + { provision_ref: 'sec14', section: '14', title: 'Penalties', content: 'Section 14. (a) A person who performs unauthorized wiretapping is liable to imprisonment of 5 years. (b) A person who discloses information obtained through unauthorized wiretapping is liable to imprisonment of 3 years.' }, + ], + definitions: [ + { term: 'wiretapping', definition: 'Listening to, recording, or copying of a communication transmitted through a telecommunications system, without the consent of at least one of the parties', source_provision: 'sec1' }, + ], + }, + + // ── Planning, Environment & Infrastructure ─────────────────────── + 'planning-and-building-law-1965': { + description: 'The Planning and Building Law 5725-1965 is the primary legislation governing land use planning and building in Israel. It establishes the planning hierarchy (national, district, local), building permit requirements, and enforcement mechanisms. Relevant to infrastructure projects, data center construction, and critical infrastructure siting.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "building" - any construction, including erection, alteration, extension, or demolition of a structure; "planning institution" - the National Planning Council, a district planning committee, or a local planning committee.' }, + { provision_ref: 'sec145', section: '145', title: 'Building Permit Requirement', content: 'Section 145. No person shall carry out building or use land unless a building permit has been issued by the relevant local planning committee.' }, + { provision_ref: 'sec157', section: '157', title: 'National Infrastructure', content: 'Section 157. The National Planning Council may approve national infrastructure plans that override local and district plans, including plans for telecommunications infrastructure, energy facilities, and defense installations.' }, + { provision_ref: 'sec204', section: '204', title: 'Enforcement', content: 'Section 204. A planning authority may issue a stop-work order or demolition order in respect of unauthorized building or land use in violation of this Law or a planning scheme.' }, + ], + definitions: [ + { term: 'building', definition: 'Any construction, including erection, alteration, extension, or demolition of a structure', source_provision: 'sec1' }, + ], + }, + 'environmental-protection-law-2008': { + description: 'The Clean Air Law 5768-2008 regulates air pollution prevention and control in Israel. It establishes emission standards, permitting requirements, monitoring obligations, and enforcement mechanisms. Relevant to data center operations and industrial facility environmental compliance.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Purpose', content: 'Section 1. The purpose of this Law is to bring about a significant improvement in air quality in Israel by preventing, reducing, and controlling air pollution, for the protection of human health and the environment.' }, + { provision_ref: 'sec7', section: '7', title: 'Emission Permit', content: 'Section 7. A person who operates a source of air pollution designated by the Minister shall not do so without an emission permit issued under this Law.' }, + { provision_ref: 'sec11', section: '11', title: 'Emission Standards', content: 'Section 11. The Minister of Environmental Protection shall prescribe emission standards for air pollutants, taking into account the best available technology and international standards.' }, + { provision_ref: 'sec17', section: '17', title: 'Monitoring and Reporting', content: 'Section 17. A holder of an emission permit shall monitor emissions in accordance with the conditions of the permit and shall report the monitoring results to the Ministry of Environmental Protection.' }, + ], + definitions: [], + }, + 'hazardous-substances-law-1993': { + description: 'The Hazardous Substances Law 5753-1993 regulates the production, import, storage, transport, and disposal of hazardous substances. It establishes licensing requirements, safety standards, and emergency response obligations. Relevant to industrial cybersecurity in chemical and manufacturing sectors.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "hazardous substance" - a substance listed in the First Schedule to this Law, or any substance that may endanger human health, public safety, or the environment; "toxin license" - a license to handle hazardous substances issued under this Law.' }, + { provision_ref: 'sec3', section: '3', title: 'License Requirement', content: 'Section 3. No person shall produce, import, store, transport, sell, or otherwise deal in a hazardous substance except under a toxin license issued by the Minister of Environmental Protection.' }, + { provision_ref: 'sec8', section: '8', title: 'Safety Requirements', content: 'Section 8. A license holder shall implement safety measures as prescribed by the Minister, including emergency response plans, containment measures, and worker protection.' }, + { provision_ref: 'sec15', section: '15', title: 'Incident Reporting', content: 'Section 15. A person who handles hazardous substances shall immediately report to the Ministry of Environmental Protection any incident involving the release of a hazardous substance.' }, + ], + definitions: [ + { term: 'hazardous substance', definition: 'A substance that may endanger human health, public safety, or the environment, listed in the First Schedule', source_provision: 'sec1' }, + ], + }, + + // ── Telecommunications & Postal ────────────────────────────────── + 'postal-law-1986': { + description: 'The Postal Authority Law 5746-1986 governs postal services in Israel. It establishes the Israel Postal Company, regulates mail services, and protects the privacy of postal communications. The law includes provisions on the secrecy of correspondence and conditions for opening mail.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "postal services" - the collection, sorting, transport, and delivery of letters, parcels, and other postal items; "postal item" - any letter, parcel, or other object sent through the postal service.' }, + { provision_ref: 'sec37', section: '37', title: 'Secrecy of Correspondence', content: 'Section 37. (a) The Israel Postal Company, its employees and agents shall maintain the secrecy of correspondence and shall not open, examine, or disclose the contents of any postal item except as authorized by law. (b) The secrecy obligation continues after termination of employment.' }, + { provision_ref: 'sec38', section: '38', title: 'Opening of Mail', content: 'Section 38. A postal item may be opened only: (a) with the consent of the sender or addressee; (b) pursuant to a court order; (c) if there is a reasonable suspicion that the item contains a prohibited substance or dangerous material.' }, + ], + definitions: [ + { term: 'postal services', definition: 'The collection, sorting, transport, and delivery of letters, parcels, and other postal items', source_provision: 'sec1' }, + ], + }, + + // ── Tort & Liability ───────────────────────────────────────────── + 'civil-wrongs-ordinance-1968': { + description: 'The Civil Wrongs Ordinance (New Version) 5728-1968 is the primary tort law statute in Israel. It establishes the framework for negligence, breach of statutory duty, trespass, nuisance, defamation, and other civil wrongs. Relevant to data breach liability, negligent data handling, and cybersecurity malpractice claims.', + provisions: [ + { provision_ref: 'sec35', section: '35', title: 'Negligence', content: 'Section 35. If a person does an act that a reasonable person would not do in the same circumstances, or fails to do an act that a reasonable person would do, and thereby causes damage to another, that constitutes negligence.' }, + { provision_ref: 'sec36', section: '36', title: 'Duty of Care', content: 'Section 36. A person owes a duty of care to another if a reasonable person in the same position ought to have foreseen that the other might be harmed by the act or omission in the circumstances of the case.' }, + { provision_ref: 'sec63', section: '63', title: 'Breach of Statutory Duty', content: 'Section 63. Where a statute prescribes a duty and its breach is actionable, a person who breaches the statutory duty is liable in tort to any person who suffers damage as a result of the breach, if the statute was intended for the protection of that person.' }, + { provision_ref: 'sec68', section: '68', title: 'Measure of Damages', content: 'Section 68. In an action in tort, the court shall award damages as will, so far as money can do, restore the injured party to the position he would have been in had the tort not been committed.' }, + { provision_ref: 'sec76', section: '76', title: 'Contributory Negligence', content: 'Section 76. Where the injured party contributed to the damage by his own negligence, the court shall apportion liability between the parties according to the degree of responsibility of each.' }, + ], + definitions: [], + }, + + // ── National Security & Defense ────────────────────────────────── + 'defense-service-law-1986': { + description: 'The Defense Service Law (Consolidated Version) 5746-1986 regulates compulsory military service, reserve duty, and exemptions from service in Israel. It implements the constitutional framework established by Basic Law: The Military.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Duty of Service', content: 'Section 1. Every Israeli citizen and permanent resident who has reached the age of 18 and has not been exempted or deferred is liable for defense service.' }, + { provision_ref: 'sec13', section: '13', title: 'Exemptions', content: 'Section 13. The Minister of Defense may exempt from service persons who are medically unfit, persons who serve in other security forces, and other categories prescribed by law.' }, + { provision_ref: 'sec20', section: '20', title: 'Reserve Service', content: 'Section 20. A person who has completed regular service is liable for reserve service until the age prescribed by law. Reserve service shall not exceed the maximum number of days prescribed per year.' }, + { provision_ref: 'sec46', section: '46', title: 'Confidentiality', content: 'Section 46. Information obtained in the course of defense service regarding military matters, security matters, or personal information of service members shall be treated as confidential.' }, + ], + definitions: [], + }, + 'cyber-defense-law-2016': { + description: 'The National Cyber Directorate (INCD) Cyber Defense Directive for Public Bodies (2016) establishes cybersecurity requirements for designated public bodies and critical infrastructure operators in Israel. Based on authority derived from the Regulation of Security in Public Bodies Law, this directive mandates risk assessments, security controls, incident reporting, and coordination with the National Cyber Directorate.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Scope', content: 'Section 1. This Directive applies to public bodies designated by the National Cyber Directorate as requiring cyber defense measures, including government ministries, critical infrastructure operators, and other designated organizations.' }, + { provision_ref: 'sec2', section: '2', title: 'Cyber Risk Assessment', content: 'Section 2. Each designated body shall conduct a comprehensive cyber risk assessment at least annually, identifying threats, vulnerabilities, and potential impacts to its information systems and operational technology.' }, + { provision_ref: 'sec3', section: '3', title: 'Security Controls', content: 'Section 3. Designated bodies shall implement security controls based on the risk assessment, including: (a) access controls and identity management; (b) network security and segmentation; (c) endpoint protection; (d) data encryption in transit and at rest; (e) security monitoring and logging; (f) vulnerability management and patching.' }, + { provision_ref: 'sec4', section: '4', title: 'Incident Reporting', content: 'Section 4. Designated bodies shall report significant cyber incidents to the National Cyber Directorate within 24 hours of detection. The report shall include the nature of the incident, systems affected, data compromised, and remediation actions taken.' }, + { provision_ref: 'sec5', section: '5', title: 'CISO Appointment', content: 'Section 5. Each designated body shall appoint a Chief Information Security Officer (CISO) responsible for implementing and overseeing the cyber defense program.' }, + { provision_ref: 'sec6', section: '6', title: 'Annual Audit', content: 'Section 6. Designated bodies shall undergo an annual cyber security audit conducted by a qualified external auditor, with results reported to the National Cyber Directorate.' }, + ], + definitions: [], + }, + 'emergency-powers-detention-law-1979': { + description: 'The Emergency Powers (Detention) Law 5739-1979 authorizes administrative detention during states of emergency. It sets conditions for detention orders, judicial review requirements, and maximum detention periods. The law operates under the framework of the Basic Law: The Government emergency powers provisions.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "detention order" - an order issued by the Minister of Defense for the detention of a person; "state of emergency" - a state of emergency declared under the Basic Law: The Government.' }, + { provision_ref: 'sec2', section: '2', title: 'Power to Detain', content: 'Section 2. During a state of emergency, the Minister of Defense may, by order, detain a person for a period not exceeding 6 months if the Minister has reasonable grounds to believe that the detention is necessary for reasons of state security or public safety.' }, + { provision_ref: 'sec4', section: '4', title: 'Judicial Review', content: 'Section 4. (a) A person detained under this Law shall be brought before a judge within 48 hours of detention. (b) The judge shall review the detention and may confirm, modify, or cancel the detention order.' }, + ], + definitions: [], + }, + + // ── Administrative & Public Law ────────────────────────────────── + 'administrative-courts-law-2000': { + description: 'The Administrative Courts Law 5760-2000 establishes the jurisdiction and procedure of administrative courts in Israel. These courts hear appeals against administrative decisions, including decisions by regulatory authorities such as the Privacy Protection Authority, the Israel Securities Authority, and telecommunications regulators.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Administrative Courts', content: 'Section 1. Administrative courts are divisions of the District Courts designated to hear administrative matters as specified in this Law and the schedules hereto.' }, + { provision_ref: 'sec5', section: '5', title: 'Jurisdiction', content: 'Section 5. Administrative courts have jurisdiction over petitions and appeals against decisions of administrative authorities as specified in the schedules to this Law, including licensing decisions, regulatory orders, and enforcement actions.' }, + { provision_ref: 'sec8', section: '8', title: 'Procedure', content: 'Section 8. Administrative court proceedings shall be conducted in accordance with the rules prescribed by the Minister of Justice, with due regard to the special nature of administrative adjudication.' }, + ], + definitions: [], + }, + 'government-companies-law-1975': { + description: 'The Government Companies Law 5735-1975 governs the establishment, management, and oversight of companies owned or controlled by the Government of Israel. It establishes corporate governance requirements, transparency obligations, and the role of the Government Companies Authority.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "government company" - a company in which more than half of the voting power or the right to appoint more than half of the directors is held, directly or indirectly, by the Government or by a government company; "Government Companies Authority" - the authority established under this Law to supervise government companies.' }, + { provision_ref: 'sec4', section: '4', title: 'Application', content: 'Section 4. The Companies Law applies to government companies subject to the modifications prescribed by this Law.' }, + { provision_ref: 'sec18A', section: '18A', title: 'Disclosure', content: 'Section 18A. Government companies shall disclose to the Government Companies Authority and to the public information regarding their operations, financial condition, and material decisions, including information relating to information security and data protection.' }, + { provision_ref: 'sec32', section: '32', title: 'Audit', content: 'Section 32. Government companies are subject to audit by the State Comptroller and shall cooperate fully with audit proceedings.' }, + ], + definitions: [ + { term: 'government company', definition: 'A company in which more than half of the voting power or the right to appoint more than half of the directors is held by the Government', source_provision: 'sec1' }, + ], + }, + 'state-comptroller-law-1958': { + description: 'The State Comptroller Law 5718-1958 establishes the State Comptroller as the external auditor of the Government, government companies, local authorities, and other public bodies. The State Comptroller also serves as the Ombudsman for public complaints.', + provisions: [ + { provision_ref: 'sec2', section: '2', title: 'Function', content: 'Section 2. The State Comptroller shall audit the activities of the Government, government ministries, defense establishment, local authorities, government companies, and other bodies subject to audit under this Law.' }, + { provision_ref: 'sec9', section: '9', title: 'Scope of Audit', content: 'Section 9. The audit shall examine whether the audited body has acted lawfully, with integrity, in accordance with sound administration, and with due regard to economy and efficiency, including the protection of information and data.' }, + { provision_ref: 'sec36', section: '36', title: 'Public Complaints', content: 'Section 36. Any person may file a complaint with the State Comptroller regarding any act or omission of a body subject to audit that directly affects the complainant.' }, + { provision_ref: 'sec45', section: '45', title: 'Confidentiality', content: 'Section 45. The State Comptroller and its staff shall maintain the confidentiality of information obtained in the course of audit and complaint proceedings.' }, + ], + definitions: [], + }, + + // ── Health & Medical Law ───────────────────────────────────────── + 'patients-rights-law-1996': { + description: 'The Patient\'s Rights Law 5756-1996 establishes the rights of patients in Israel, including informed consent, access to medical records, privacy of medical information, and the right to a second opinion. The law is directly relevant to health data privacy and electronic health records.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Purpose', content: 'Section 1. The purpose of this Law is to establish the rights of patients receiving medical treatment while preserving their human dignity.' }, + { provision_ref: 'sec4', section: '4', title: 'Right to Treatment', content: 'Section 4. Every person in a medical emergency is entitled to receive medical treatment without preconditions.' }, + { provision_ref: 'sec13', section: '13', title: 'Informed Consent', content: 'Section 13. No medical treatment shall be given to a patient unless the patient has given informed consent. The physician shall provide the patient with medical information regarding the nature of the treatment, its risks and benefits, and alternatives.' }, + { provision_ref: 'sec17', section: '17', title: 'Privacy of Medical Records', content: 'Section 17. (a) Medical information regarding a patient is confidential. (b) A medical institution shall not disclose medical information except with the patient\'s consent, for the purpose of treatment, as required by law, or as authorized by a court. (c) Medical records shall be maintained securely.' }, + { provision_ref: 'sec18', section: '18', title: 'Access to Medical Records', content: 'Section 18. A patient is entitled to access his or her medical records and to receive a copy thereof.' }, + { provision_ref: 'sec19', section: '19', title: 'Data Security', content: 'Section 19. A medical institution shall take all reasonable measures to ensure the security and integrity of medical records, including electronic records, from unauthorized access, use, disclosure, or alteration.' }, + ], + definitions: [], + }, + 'national-health-insurance-law-1994': { + description: 'The National Health Insurance Law 5754-1994 establishes universal health insurance in Israel through four health maintenance organizations (kupot holim). It mandates a comprehensive basket of medical services and regulates the collection and use of health data.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Right to Health Insurance', content: 'Section 1. Every resident of Israel is entitled to health services under this Law.' }, + { provision_ref: 'sec3', section: '3', title: 'Membership', content: 'Section 3. Every resident shall be registered as a member of a health fund (kupat holim) of his or her choice.' }, + { provision_ref: 'sec7', section: '7', title: 'Basket of Services', content: 'Section 7. The health services to which an insured person is entitled are detailed in the Second Schedule to this Law (the "health basket"). The basket is updated annually by the Health Basket Committee.' }, + { provision_ref: 'sec20', section: '20', title: 'Health Data', content: 'Section 20. Health funds shall maintain medical databases for the purpose of providing health services. The collection, use, and transfer of health data shall be subject to the Privacy Protection Law and regulations made thereunder.' }, + { provision_ref: 'sec30', section: '30', title: 'Supervision', content: 'Section 30. The Ministry of Health shall supervise the health funds and ensure compliance with this Law, including the protection of patient data and health information systems security.' }, + ], + definitions: [], + }, + 'genetic-information-law-2000': { + description: 'The Genetic Information Law 5761-2000 regulates the performance of genetic tests, storage of genetic samples, and use of genetic information in Israel. It restricts insurance and employment discrimination based on genetic information and establishes the Genetic Information Board.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Purpose', content: 'Section 1. This Law regulates genetic testing, the handling of genetic samples, and the use of genetic information, in order to protect the dignity and privacy of individuals while enabling the use of genetic tests for medical treatment, research, and law enforcement.' }, + { provision_ref: 'sec11', section: '11', title: 'Prohibition of Genetic Discrimination', content: 'Section 11. (a) No insurer shall require a person to undergo a genetic test or to disclose genetic test results as a condition of insurance. (b) An insurer shall not use genetic test results in determining insurance terms.' }, + { provision_ref: 'sec13', section: '13', title: 'Employment Discrimination', content: 'Section 13. An employer shall not require an employee or job applicant to undergo a genetic test or to disclose genetic test results, and shall not use genetic test results in employment decisions.' }, + { provision_ref: 'sec18', section: '18', title: 'Genetic Database', content: 'Section 18. A person who maintains a genetic database shall register the database with the Genetic Information Board and shall comply with security requirements prescribed by the Board for the protection of genetic information.' }, + { provision_ref: 'sec28', section: '28', title: 'Confidentiality', content: 'Section 28. Genetic information is confidential. No person shall disclose genetic information except with the consent of the person to whom the information relates, for the purpose of medical treatment, or as required by law.' }, + ], + definitions: [], + }, + + // ── Competition & Regulatory ───────────────────────────────────── + 'economic-competition-law-1988': { + description: 'The Economic Competition Law 5748-1988 (formerly Restrictive Trade Practices Law) governs competition law and antitrust regulation in Israel. It establishes the Israel Competition Authority (formerly Antitrust Authority), prohibits anti-competitive agreements, regulates mergers, and addresses abuse of dominant position. Relevant to technology sector competition and digital markets.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Law: "restrictive arrangement" - an arrangement between business competitors that restricts competition; "monopoly" - a person who supplies or acquires more than 50% of the total supply or acquisition of a particular asset or service; "Competition Authority" - the authority established under this Law.' }, + { provision_ref: 'sec2', section: '2', title: 'Prohibited Arrangements', content: 'Section 2. (a) Parties to a restrictive arrangement shall not conduct business in accordance with the arrangement, unless the arrangement has been exempted or approved by the Competition Tribunal. (b) A restrictive arrangement includes: price-fixing, market allocation, bid rigging, output limitation, and resale price maintenance.' }, + { provision_ref: 'sec26', section: '26', title: 'Abuse of Dominant Position', content: 'Section 26. A monopolist shall not abuse its position to reduce competition or harm the public. Abuse includes: charging excessive prices, discriminating between customers, refusing to deal, exclusive dealing, and tying arrangements.' }, + { provision_ref: 'sec17', section: '17', title: 'Merger Control', content: 'Section 17. A proposed merger between companies is subject to the approval of the Commissioner of Competition if the combined turnover of the merging parties exceeds the threshold prescribed by the Minister of Economy.' }, + { provision_ref: 'sec43', section: '43', title: 'Enforcement', content: 'Section 43. The Commissioner may investigate violations of this Law and may impose administrative sanctions, seek injunctions, or refer matters for criminal prosecution.' }, + ], + definitions: [ + { term: 'restrictive arrangement', definition: 'An arrangement between business competitors that restricts competition', source_provision: 'sec1' }, + { term: 'monopoly', definition: 'A person who supplies or acquires more than 50% of the total supply or acquisition of a particular asset or service', source_provision: 'sec1' }, + ], + }, + 'taxation-ordinance-1961': { + description: 'The Income Tax Ordinance (New Version) 5721-1961 is the primary income tax legislation in Israel. It covers taxation of individuals and corporations, tax rates, deductions, exemptions, and reporting obligations. Relevant to technology company tax incentives and transfer pricing of intellectual property.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Definitions', content: 'Section 1. In this Ordinance: "income" - the total amount of income of a person from all sources during a tax year; "assessor" - the Assessing Officer responsible for determining tax liability.' }, + { provision_ref: 'sec2', section: '2', title: 'Taxable Income', content: 'Section 2. Income tax shall be levied on the taxable income of every person, as computed in accordance with this Ordinance, for each tax year.' }, + { provision_ref: 'sec131', section: '131', title: 'Reporting Obligations', content: 'Section 131. Every person liable to tax under this Ordinance shall file a return of income in the form prescribed, including details of all income, deductions, and other information required by the Assessing Officer.' }, + { provision_ref: 'sec135', section: '135', title: 'Confidentiality of Tax Information', content: 'Section 135. Tax information obtained by the tax authorities in the course of assessment shall be treated as confidential. No tax official shall disclose such information except as provided by law.' }, + { provision_ref: 'sec234', section: '234', title: 'Penalties', content: 'Section 234. A person who fails to file a return, files a false return, or evades tax is liable to fines and imprisonment as prescribed in this Ordinance.' }, + ], + definitions: [], + }, + + // ── Data & Technology ──────────────────────────────────────────── + 'database-registration-regulations-1986': { + description: 'The Protection of Privacy (Registration of Databases) Regulations 5746-1986 implement Section 8 of the Privacy Protection Law 1981. They require registration of databases containing personal information with the Registrar of Databases, including details about the database purpose, types of data stored, data sharing arrangements, and security measures.', + provisions: [ + { provision_ref: 'reg1', section: '1', title: 'Registration Requirement', content: 'Regulation 1. Every database owner required to register under Section 8 of the Privacy Protection Law shall submit a registration application to the Registrar of Databases.' }, + { provision_ref: 'reg2', section: '2', title: 'Registration Details', content: 'Regulation 2. The registration application shall include: (a) the name and address of the database owner; (b) the purpose of the database; (c) the types of information stored; (d) the categories of data subjects; (e) the persons to whom information from the database may be transferred; (f) a description of security measures.' }, + { provision_ref: 'reg3', section: '3', title: 'Changes', content: 'Regulation 3. A database owner shall notify the Registrar of any material change in the particulars registered within 30 days of the change.' }, + { provision_ref: 'reg6', section: '6', title: 'Public Register', content: 'Regulation 6. The Registrar shall maintain a public register of databases. Any person may inspect the register and obtain information regarding registered databases.' }, + ], + definitions: [], + }, + 'privacy-protection-transfer-abroad-regulations-2001': { + description: 'The Protection of Privacy (Transfer of Data to Databases Abroad) Regulations 5761-2001 regulate cross-border transfers of personal data from Israel. They establish conditions for data transfers, including adequacy requirements, consent, and contractual safeguards. These regulations implement Section 36 of the Privacy Protection Law and align with international data protection standards.', + provisions: [ + { provision_ref: 'reg1', section: '1', title: 'Scope', content: 'Regulation 1. These Regulations apply to the transfer of personal data from a database in Israel to a database outside of Israel.' }, + { provision_ref: 'reg2', section: '2', title: 'Conditions for Transfer', content: 'Regulation 2. Personal data may be transferred to a database abroad if: (a) the law of the receiving country provides a level of protection of personal data not lower than the level provided under Israeli law; (b) the data subject has consented to the transfer; (c) the transfer is made pursuant to a contract that ensures protection of privacy substantially equivalent to Israeli law; (d) the transfer is necessary for the performance of a contract to which the data subject is a party.' }, + { provision_ref: 'reg3', section: '3', title: 'Adequate Protection', content: 'Regulation 3. In determining whether a country provides adequate protection, the following factors shall be considered: (a) the nature of the data; (b) the purpose of the transfer; (c) the relevant laws and regulations of the receiving country; (d) the enforcement mechanisms in the receiving country; (e) the security measures applied to the data in the receiving country.' }, + { provision_ref: 'reg4', section: '4', title: 'Contractual Safeguards', content: 'Regulation 4. Where data is transferred on the basis of contractual safeguards, the contract shall include provisions ensuring: (a) the data will be used only for the purposes for which it was transferred; (b) the recipient will maintain the security of the data; (c) the data will not be further transferred without adequate protection; (d) the data subject\'s rights will be respected.' }, + ], + definitions: [], + }, + 'encouragement-of-research-law-1984': { + description: 'The Encouragement of Research, Development and Technological Innovation in Industry Law 5744-1984 (commonly known as the Innovation Authority Law, following 2016 amendments) establishes the Israel Innovation Authority (formerly Office of the Chief Scientist) and provides the framework for government support of R&D and technological innovation. It addresses IP protection, grant conditions, and restrictions on transfer of know-how abroad.', + provisions: [ + { provision_ref: 'sec1', section: '1', title: 'Purpose', content: 'Section 1. The purpose of this Law is to encourage research, development, and technological innovation in Israeli industry for the purpose of developing the economy, improving the balance of payments, creating employment, and leveraging Israel\'s scientific and technological capabilities.' }, + { provision_ref: 'sec3', section: '3', title: 'Innovation Authority', content: 'Section 3. The Israel Innovation Authority shall operate programs for the encouragement and support of research and development in Israeli industry.' }, + { provision_ref: 'sec14', section: '14', title: 'Grant Conditions', content: 'Section 14. (a) The Innovation Authority may grant financial assistance for R&D programs that meet the criteria prescribed by the Research Committee. (b) Recipients of grants shall pay royalties to the Authority from the revenues generated by the supported R&D.' }, + { provision_ref: 'sec19', section: '19', title: 'Transfer of Know-How', content: 'Section 19. (a) Know-how developed with funding from the Authority shall not be transferred abroad or to a foreign entity without the approval of the Research Committee. (b) Approval may be conditioned on the payment of increased royalties or other conditions to ensure that the benefits of the R&D remain in Israel.' }, + { provision_ref: 'sec20', section: '20', title: 'IP Rights', content: 'Section 20. Intellectual property rights developed with the assistance of the Authority shall remain with the grant recipient, subject to the restrictions on transfer prescribed by this Law.' }, + ], + definitions: [], + }, }; const meta = metadataActs[act.id]; @@ -332,7 +895,7 @@ async function fetchAndParseActs(acts: ActIndexEntry[], skipFetch: boolean): Pro // Route to appropriate parser if (act.id === 'computer-law-1995') { parsed = parseComputerLawText(pdfText, act); - } else if (act.id === 'basic-law-human-dignity-1992') { + } else if (act.id.startsWith('basic-law-')) { parsed = parseBasicLawText(pdfText, act); } else { // Generic: try computer law parser as fallback diff --git a/scripts/lib/fetcher.ts b/scripts/lib/fetcher.ts index 7d95a50..506a7da 100644 --- a/scripts/lib/fetcher.ts +++ b/scripts/lib/fetcher.ts @@ -218,6 +218,7 @@ export interface SourceConfig { * These are verified to be reachable without Cloudflare blocks. */ export const SOURCE_REGISTRY: Record = { + // ── Full-text sources (HTML / PDF) ────────────────────────────── 'privacy-protection-law-1981': { url: 'https://ics.uci.edu/~kobsa/privacy/israel.htm', format: 'html', @@ -230,10 +231,61 @@ export const SOURCE_REGISTRY: Record = { knessetLawId: 2000357, sourceNote: 'UNODC SHERLOC database English translation', }, + + // ── Basic Laws (all from official Knesset English PDFs) ───────── 'basic-law-human-dignity-1992': { url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawLiberty.pdf', format: 'pdf', - knessetLawId: undefined, // Basic Laws have different numbering + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-the-knesset-1958': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheKnesset.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-israel-lands-1960': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawIsraelLands.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-the-president-1964': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawThePresident.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-the-government-2001': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheGovernment.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-the-state-economy-1975': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawStateEconomy.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-the-judiciary-1984': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheJudiciary.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-jerusalem-1980': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawJerusalem.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-freedom-of-occupation-1994': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawOccupation.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-referendum-2014': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawReferendum.pdf', + format: 'pdf', + sourceNote: 'Official Knesset English translation PDF', + }, + 'basic-law-nation-state-2018': { + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawNationState.pdf', + format: 'pdf', sourceNote: 'Official Knesset English translation PDF', }, }; diff --git a/scripts/lib/parser.ts b/scripts/lib/parser.ts index 42b6b06..a810cb1 100644 --- a/scripts/lib/parser.ts +++ b/scripts/lib/parser.ts @@ -559,6 +559,9 @@ export function parseIsraeliLawHtml(html: string, act: ActIndexEntry): ParsedAct // --------------------------------------------------------------------------- export const KEY_ISRAELI_ACTS: ActIndexEntry[] = [ + // ═══════════════════════════════════════════════════════════════════ + // EXISTING 10 LAWS (unchanged) + // ═══════════════════════════════════════════════════════════════════ { id: 'privacy-protection-law-1981', lawName: 'Privacy Protection Law', @@ -679,4 +682,740 @@ export const KEY_ISRAELI_ACTS: ActIndexEntry[] = [ inForceDate: '1984-02-01', url: 'https://www.nevo.co.il/law_html/law01/044_001.htm', }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: 10 BASIC LAWS (Knesset PDF sources) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'basic-law-the-knesset-1958', + lawName: 'Basic Law: The Knesset', + year: 1958, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d4\u05db\u05e0\u05e1\u05ea', + titleEn: 'Basic Law: The Knesset, 5718-1958', + abbreviation: 'BL-KNS', + status: 'in_force', + issuedDate: '1958-02-12', + inForceDate: '1958-02-12', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheKnesset.pdf', + }, + { + id: 'basic-law-israel-lands-1960', + lawName: 'Basic Law: Israel Lands', + year: 1960, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05de\u05e7\u05e8\u05e7\u05e2\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc', + titleEn: 'Basic Law: Israel Lands, 5720-1960', + abbreviation: 'BL-IL', + status: 'in_force', + issuedDate: '1960-07-25', + inForceDate: '1960-07-25', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawIsraelLands.pdf', + }, + { + id: 'basic-law-the-president-1964', + lawName: 'Basic Law: The President of the State', + year: 1964, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05e0\u05e9\u05d9\u05d0 \u05d4\u05de\u05d3\u05d9\u05e0\u05d4', + titleEn: 'Basic Law: The President of the State, 5724-1964', + abbreviation: 'BL-PRES', + status: 'in_force', + issuedDate: '1964-06-16', + inForceDate: '1964-06-16', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawThePresident.pdf', + }, + { + id: 'basic-law-the-government-2001', + lawName: 'Basic Law: The Government', + year: 2001, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d4\u05de\u05de\u05e9\u05dc\u05d4', + titleEn: 'Basic Law: The Government, 5761-2001', + abbreviation: 'BL-GOV', + status: 'in_force', + issuedDate: '2001-03-07', + inForceDate: '2001-03-07', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheGovernment.pdf', + }, + { + id: 'basic-law-the-state-economy-1975', + lawName: 'Basic Law: The State Economy', + year: 1975, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05de\u05e9\u05e7 \u05d4\u05de\u05d3\u05d9\u05e0\u05d4', + titleEn: 'Basic Law: The State Economy, 5735-1975', + abbreviation: 'BL-ECON', + status: 'in_force', + issuedDate: '1975-07-21', + inForceDate: '1975-07-21', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawStateEconomy.pdf', + }, + { + id: 'basic-law-the-judiciary-1984', + lawName: 'Basic Law: The Judiciary', + year: 1984, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d4\u05e9\u05e4\u05d9\u05d8\u05d4', + titleEn: 'Basic Law: The Judiciary, 5744-1984', + abbreviation: 'BL-JUD', + status: 'in_force', + issuedDate: '1984-02-28', + inForceDate: '1984-02-28', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawTheJudiciary.pdf', + }, + { + id: 'basic-law-jerusalem-1980', + lawName: 'Basic Law: Jerusalem, Capital of Israel', + year: 1980, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05d1\u05d9\u05e8\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc', + titleEn: 'Basic Law: Jerusalem, Capital of Israel, 5740-1980', + abbreviation: 'BL-JER', + status: 'in_force', + issuedDate: '1980-07-30', + inForceDate: '1980-07-30', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawJerusalem.pdf', + }, + { + id: 'basic-law-freedom-of-occupation-1994', + lawName: 'Basic Law: Freedom of Occupation', + year: 1994, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d7\u05d5\u05e4\u05e9 \u05d4\u05e2\u05d9\u05e1\u05d5\u05e7', + titleEn: 'Basic Law: Freedom of Occupation, 5754-1994', + abbreviation: 'BL-FOO', + status: 'in_force', + issuedDate: '1994-03-09', + inForceDate: '1994-03-09', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawOccupation.pdf', + }, + { + id: 'basic-law-referendum-2014', + lawName: 'Basic Law: Referendum', + year: 2014, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05de\u05e9\u05d0\u05dc \u05e2\u05dd', + titleEn: 'Basic Law: Referendum, 5774-2014', + abbreviation: 'BL-REF', + status: 'in_force', + issuedDate: '2014-03-12', + inForceDate: '2014-03-12', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawReferendum.pdf', + }, + { + id: 'basic-law-nation-state-2018', + lawName: 'Basic Law: Israel - The Nation State of the Jewish People', + year: 2018, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d9\u05e9\u05e8\u05d0\u05dc \u2013 \u05de\u05d3\u05d9\u05e0\u05ea \u05d4\u05dc\u05d0\u05d5\u05dd \u05e9\u05dc \u05d4\u05e2\u05dd \u05d4\u05d9\u05d4\u05d5\u05d3\u05d9', + titleEn: 'Basic Law: Israel - The Nation State of the Jewish People, 5778-2018', + abbreviation: 'BL-NS', + status: 'in_force', + issuedDate: '2018-07-19', + inForceDate: '2018-07-19', + url: 'https://m.knesset.gov.il/EN/activity/documents/BasicLawsPDF/BasicLawNationState.pdf', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: 2 REMAINING BASIC LAWS (metadata-only, no accessible PDF) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'basic-law-the-army-1976', + lawName: 'Basic Law: The Military', + year: 1976, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d4\u05e6\u05d1\u05d0', + titleEn: 'Basic Law: The Military, 5736-1976', + abbreviation: 'BL-MIL', + status: 'in_force', + issuedDate: '1976-04-01', + inForceDate: '1976-04-01', + url: 'https://www.knesset.gov.il/laws/special/eng/BasicLawArmy.pdf', + }, + { + id: 'basic-law-legislation-2001', + lawName: 'Basic Law: Legislation', + year: 2001, + title: '\u05d7\u05d5\u05e7 \u05d9\u05e1\u05d5\u05d3: \u05d7\u05e7\u05d9\u05e7\u05d4', + titleEn: 'Basic Law: Legislation (draft — not yet enacted)', + abbreviation: 'BL-LEG', + status: 'not_yet_in_force', + issuedDate: '2001-01-01', + inForceDate: '2001-01-01', + url: 'https://www.knesset.gov.il/laws/special/eng/BasicLawLegislation.pdf', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: FINANCIAL & SECURITIES LAWS (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'securities-law-1968', + lawName: 'Securities Law', + year: 1968, + title: '\u05d7\u05d5\u05e7 \u05e0\u05d9\u05d9\u05e8\u05d5\u05ea \u05e2\u05e8\u05da, \u05ea\u05e9\u05db"\u05d7-1968', + titleEn: 'Securities Law, 5728-1968', + abbreviation: 'SecL', + status: 'in_force', + issuedDate: '1968-08-20', + inForceDate: '1968-08-20', + url: 'https://www.nevo.co.il/law_html/law01/055_001.htm', + }, + { + id: 'banking-ordinance-1941', + lawName: 'Banking Ordinance', + year: 1941, + title: '\u05e4\u05e7\u05d5\u05d3\u05ea \u05d4\u05d1\u05e0\u05e7\u05d0\u05d5\u05ea, 1941', + titleEn: 'Banking Ordinance, 1941', + abbreviation: 'BO', + status: 'in_force', + issuedDate: '1941-01-01', + inForceDate: '1941-01-01', + url: 'https://www.nevo.co.il/law_html/law01/p187_001.htm', + }, + { + id: 'banking-licensing-law-1981', + lawName: 'Banking (Licensing) Law', + year: 1981, + title: '\u05d7\u05d5\u05e7 \u05d4\u05d1\u05e0\u05e7\u05d0\u05d5\u05ea (\u05e8\u05d9\u05e9\u05d5\u05d9), \u05ea\u05e9\u05de"\u05d0-1981', + titleEn: 'Banking (Licensing) Law, 5741-1981', + abbreviation: 'BLL', + status: 'in_force', + issuedDate: '1981-01-01', + inForceDate: '1981-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_076.htm', + }, + { + id: 'insurance-business-law-1981', + lawName: 'Insurance Business (Control) Law', + year: 1981, + title: '\u05d7\u05d5\u05e7 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05dc \u05e2\u05e1\u05e7\u05d9 \u05d1\u05d9\u05d8\u05d5\u05d7, \u05ea\u05e9\u05de"\u05d0-1981', + titleEn: 'Insurance Business (Control) Law, 5741-1981', + abbreviation: 'IBL', + status: 'in_force', + issuedDate: '1981-01-01', + inForceDate: '1981-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_079.htm', + }, + { + id: 'anti-money-laundering-law-2000', + lawName: 'Prohibition of Money Laundering Law', + year: 2000, + title: '\u05d7\u05d5\u05e7 \u05d0\u05d9\u05e1\u05d5\u05e8 \u05d4\u05dc\u05d1\u05e0\u05ea \u05d4\u05d5\u05df, \u05ea\u05e9"\u05e1-2000', + titleEn: 'Prohibition of Money Laundering Law, 5760-2000', + abbreviation: 'AML', + status: 'in_force', + issuedDate: '2000-08-03', + inForceDate: '2002-02-17', + url: 'https://www.nevo.co.il/law_html/law01/999_207.htm', + }, + { + id: 'terror-financing-prohibition-law-2005', + lawName: 'Prohibition on Terror Financing Law', + year: 2005, + title: '\u05d7\u05d5\u05e7 \u05d0\u05d9\u05e1\u05d5\u05e8 \u05de\u05d9\u05de\u05d5\u05df \u05d8\u05e8\u05d5\u05e8, \u05ea\u05e9\u05e1"\u05d4-2005', + titleEn: 'Prohibition on Terror Financing Law, 5765-2005', + abbreviation: 'TFL', + status: 'in_force', + issuedDate: '2005-01-01', + inForceDate: '2005-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_627.htm', + }, + { + id: 'financial-services-regulation-law-2005', + lawName: 'Financial Services Regulation (Financial Services) Law', + year: 2005, + title: '\u05d7\u05d5\u05e7 \u05d4\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05dc \u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05e4\u05d9\u05e0\u05e0\u05e1\u05d9\u05d9\u05dd, \u05ea\u05e9\u05e1"\u05d4-2005', + titleEn: 'Financial Services Regulation (Financial Services) Law, 5765-2005', + abbreviation: 'FSRL', + status: 'in_force', + issuedDate: '2005-01-01', + inForceDate: '2005-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_629.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: INTELLECTUAL PROPERTY LAWS (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'patent-law-1967', + lawName: 'Patents Law', + year: 1967, + title: '\u05d7\u05d5\u05e7 \u05d4\u05e4\u05d8\u05e0\u05d8\u05d9\u05dd, \u05ea\u05e9\u05db"\u05d6-1967', + titleEn: 'Patents Law, 5727-1967', + abbreviation: 'PatL', + status: 'in_force', + issuedDate: '1967-04-04', + inForceDate: '1968-04-04', + url: 'https://www.nevo.co.il/law_html/law01/050_001.htm', + }, + { + id: 'copyright-law-2007', + lawName: 'Copyright Law', + year: 2007, + title: '\u05d7\u05d5\u05e7 \u05d6\u05db\u05d5\u05ea \u05d9\u05d5\u05e6\u05e8\u05d9\u05dd, \u05ea\u05e9\u05e1"\u05d7-2007', + titleEn: 'Copyright Law, 5768-2007', + abbreviation: 'CopyL', + status: 'in_force', + issuedDate: '2007-11-19', + inForceDate: '2008-05-25', + url: 'https://www.nevo.co.il/law_html/law01/999_701.htm', + }, + { + id: 'trademarks-ordinance-1972', + lawName: 'Trademarks Ordinance (New Version)', + year: 1972, + title: '\u05e4\u05e7\u05d5\u05d3\u05ea \u05e1\u05d9\u05de\u05e0\u05d9 \u05de\u05e1\u05d7\u05e8 [\u05e0\u05d5\u05e1\u05d7 \u05d7\u05d3\u05e9], \u05ea\u05e9\u05dc"\u05d1-1972', + titleEn: 'Trademarks Ordinance (New Version), 5732-1972', + abbreviation: 'TMO', + status: 'in_force', + issuedDate: '1972-01-01', + inForceDate: '1972-01-01', + url: 'https://www.nevo.co.il/law_html/law01/p233_001.htm', + }, + { + id: 'trade-secrets-law-1999', + lawName: 'Trade Secrets Law', + year: 1999, + title: '\u05d7\u05d5\u05e7 \u05e2\u05d5\u05d5\u05dc\u05d5\u05ea \u05de\u05e1\u05d7\u05e8\u05d9\u05d5\u05ea, \u05ea\u05e9\u05e0"\u05d9-1999', + titleEn: 'Trade Secrets Law, 5759-1999', + abbreviation: 'TSL', + status: 'in_force', + issuedDate: '1999-02-01', + inForceDate: '1999-02-01', + url: 'https://www.nevo.co.il/law_html/law01/999_571.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: LABOR & EMPLOYMENT LAWS (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'employment-law-1959', + lawName: 'Employment Service Law', + year: 1959, + title: '\u05d7\u05d5\u05e7 \u05e9\u05d9\u05e8\u05d5\u05ea \u05d4\u05ea\u05e2\u05e1\u05d5\u05e7\u05d4, \u05ea\u05e9\u05d9"\u05d8-1959', + titleEn: 'Employment Service Law, 5719-1959', + abbreviation: 'EmSL', + status: 'in_force', + issuedDate: '1959-01-01', + inForceDate: '1959-01-01', + url: 'https://www.nevo.co.il/law_html/law01/017_002.htm', + }, + { + id: 'hours-of-work-and-rest-law-1951', + lawName: 'Hours of Work and Rest Law', + year: 1951, + title: '\u05d7\u05d5\u05e7 \u05e9\u05e2\u05d5\u05ea \u05e2\u05d1\u05d5\u05d3\u05d4 \u05d5\u05de\u05e0\u05d5\u05d7\u05d4, \u05ea\u05e9\u05d9"\u05d0-1951', + titleEn: 'Hours of Work and Rest Law, 5711-1951', + abbreviation: 'HWRL', + status: 'in_force', + issuedDate: '1951-06-11', + inForceDate: '1951-06-11', + url: 'https://www.nevo.co.il/law_html/law01/007_001.htm', + }, + { + id: 'annual-leave-law-1951', + lawName: 'Annual Leave Law', + year: 1951, + title: '\u05d7\u05d5\u05e7 \u05d7\u05d5\u05e4\u05e9\u05d4 \u05e9\u05e0\u05ea\u05d9\u05ea, \u05ea\u05e9\u05d9"\u05d0-1951', + titleEn: 'Annual Leave Law, 5711-1951', + abbreviation: 'ALL', + status: 'in_force', + issuedDate: '1951-06-11', + inForceDate: '1951-06-11', + url: 'https://www.nevo.co.il/law_html/law01/007_002.htm', + }, + { + id: 'severance-pay-law-1963', + lawName: 'Severance Pay Law', + year: 1963, + title: '\u05d7\u05d5\u05e7 \u05e4\u05d9\u05e6\u05d5\u05d9\u05d9\u05dd, \u05ea\u05e9\u05db"\u05d2-1963', + titleEn: 'Severance Pay Law, 5723-1963', + abbreviation: 'SPL', + status: 'in_force', + issuedDate: '1963-01-01', + inForceDate: '1963-01-01', + url: 'https://www.nevo.co.il/law_html/law01/035_001.htm', + }, + { + id: 'employment-equal-opportunities-law-1988', + lawName: 'Employment (Equal Opportunities) Law', + year: 1988, + title: '\u05d7\u05d5\u05e7 \u05e9\u05d5\u05d5\u05d9\u05d5\u05df \u05d4\u05d6\u05d3\u05de\u05e0\u05d5\u05d9\u05d5\u05ea \u05d1\u05e2\u05d1\u05d5\u05d3\u05d4, \u05ea\u05e9\u05de"\u05d7-1988', + titleEn: 'Employment (Equal Opportunities) Law, 5748-1988', + abbreviation: 'EEOL', + status: 'in_force', + issuedDate: '1988-03-01', + inForceDate: '1988-03-01', + url: 'https://www.nevo.co.il/law_html/law01/999_138.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: CONSUMER & CONTRACT LAW (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'consumer-protection-law-1981', + lawName: 'Consumer Protection Law', + year: 1981, + title: '\u05d7\u05d5\u05e7 \u05d4\u05d2\u05e0\u05ea \u05d4\u05e6\u05e8\u05db\u05df, \u05ea\u05e9\u05de"\u05d0-1981', + titleEn: 'Consumer Protection Law, 5741-1981', + abbreviation: 'CPL', + status: 'in_force', + issuedDate: '1981-03-12', + inForceDate: '1981-09-01', + url: 'https://www.nevo.co.il/law_html/law01/999_075.htm', + }, + { + id: 'standard-contracts-law-1982', + lawName: 'Standard Contracts Law', + year: 1982, + title: '\u05d7\u05d5\u05e7 \u05d4\u05d7\u05d5\u05d6\u05d9\u05dd \u05d4\u05d0\u05d7\u05d9\u05d3\u05d9\u05dd, \u05ea\u05e9\u05de"\u05d1-1982', + titleEn: 'Standard Contracts Law, 5743-1982', + abbreviation: 'SCL', + status: 'in_force', + issuedDate: '1982-11-15', + inForceDate: '1983-05-15', + url: 'https://www.nevo.co.il/law_html/law01/999_093.htm', + }, + { + id: 'contracts-general-part-law-1973', + lawName: 'Contracts (General Part) Law', + year: 1973, + title: '\u05d7\u05d5\u05e7 \u05d4\u05d7\u05d5\u05d6\u05d9\u05dd (\u05d7\u05dc\u05e7 \u05db\u05dc\u05dc\u05d9), \u05ea\u05e9\u05dc"\u05d3-1973', + titleEn: 'Contracts (General Part) Law, 5733-1973', + abbreviation: 'CGL', + status: 'in_force', + issuedDate: '1973-04-10', + inForceDate: '1973-04-10', + url: 'https://www.nevo.co.il/law_html/law01/067_001.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: PROCEDURAL LAW (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'evidence-ordinance-1971', + lawName: 'Evidence Ordinance (New Version)', + year: 1971, + title: '\u05e4\u05e7\u05d5\u05d3\u05ea \u05d4\u05e8\u05d0\u05d9\u05d5\u05ea [\u05e0\u05d5\u05e1\u05d7 \u05d7\u05d3\u05e9], \u05ea\u05e9\u05dc"\u05d0-1971', + titleEn: 'Evidence Ordinance (New Version), 5731-1971', + abbreviation: 'EO', + status: 'in_force', + issuedDate: '1971-01-01', + inForceDate: '1971-01-01', + url: 'https://www.nevo.co.il/law_html/law01/p232_001.htm', + }, + { + id: 'courts-law-1984', + lawName: 'Courts Law (Consolidated Version)', + year: 1984, + title: '\u05d7\u05d5\u05e7 \u05d1\u05ea\u05d9 \u05d4\u05de\u05e9\u05e4\u05d8 [\u05e0\u05d5\u05e1\u05d7 \u05de\u05e9\u05d5\u05dc\u05d1], \u05ea\u05e9\u05de"\u05d3-1984', + titleEn: 'Courts Law (Consolidated Version), 5744-1984', + abbreviation: 'CtL', + status: 'in_force', + issuedDate: '1984-01-01', + inForceDate: '1984-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_104.htm', + }, + { + id: 'criminal-procedure-law-1982', + lawName: 'Criminal Procedure Law (Consolidated Version)', + year: 1982, + title: '\u05d7\u05d5\u05e7 \u05e1\u05d3\u05e8 \u05d4\u05d3\u05d9\u05df \u05d4\u05e4\u05dc\u05d9\u05dc\u05d9 [\u05e0\u05d5\u05e1\u05d7 \u05de\u05e9\u05d5\u05dc\u05d1], \u05ea\u05e9\u05de"\u05d1-1982', + titleEn: 'Criminal Procedure Law (Consolidated Version), 5742-1982', + abbreviation: 'CrimPL', + status: 'in_force', + issuedDate: '1982-01-01', + inForceDate: '1982-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_092.htm', + }, + { + id: 'civil-procedure-regulations-1984', + lawName: 'Civil Procedure Regulations', + year: 1984, + title: '\u05ea\u05e7\u05e0\u05d5\u05ea \u05e1\u05d3\u05e8 \u05d4\u05d3\u05d9\u05df \u05d4\u05d0\u05d6\u05e8\u05d7\u05d9, \u05ea\u05e9\u05de"\u05d3-1984', + titleEn: 'Civil Procedure Regulations, 5744-1984', + abbreviation: 'CPR', + status: 'in_force', + issuedDate: '1984-01-01', + inForceDate: '1984-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_103.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: CRIMINAL LAW (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'penal-law-1977', + lawName: 'Penal Law', + year: 1977, + title: '\u05d7\u05d5\u05e7 \u05d4\u05e2\u05d5\u05e0\u05e9\u05d9\u05df, \u05ea\u05e9\u05dc"\u05d6-1977', + titleEn: 'Penal Law, 5737-1977', + abbreviation: 'PL', + status: 'in_force', + issuedDate: '1977-08-04', + inForceDate: '1977-08-04', + url: 'https://www.nevo.co.il/law_html/law01/073_002.htm', + }, + { + id: 'wiretapping-law-1979', + lawName: 'Wiretapping Law', + year: 1979, + title: '\u05d7\u05d5\u05e7 \u05d4\u05d0\u05d6\u05e0\u05ea \u05e1\u05ea\u05e8, \u05ea\u05e9\u05dc"\u05d8-1979', + titleEn: 'Wiretapping Law, 5739-1979', + abbreviation: 'WL', + status: 'in_force', + issuedDate: '1979-01-01', + inForceDate: '1979-01-01', + url: 'https://www.nevo.co.il/law_html/law01/073_008.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: PLANNING, ENVIRONMENT & INFRASTRUCTURE (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'planning-and-building-law-1965', + lawName: 'Planning and Building Law', + year: 1965, + title: '\u05d7\u05d5\u05e7 \u05d4\u05ea\u05db\u05e0\u05d5\u05df \u05d5\u05d4\u05d1\u05e0\u05d9\u05d9\u05d4, \u05ea\u05e9\u05db"\u05d5-1965', + titleEn: 'Planning and Building Law, 5725-1965', + abbreviation: 'PBL', + status: 'in_force', + issuedDate: '1965-06-26', + inForceDate: '1966-09-12', + url: 'https://www.nevo.co.il/law_html/law01/042_001.htm', + }, + { + id: 'environmental-protection-law-2008', + lawName: 'Clean Air Law', + year: 2008, + title: '\u05d7\u05d5\u05e7 \u05d0\u05d5\u05d5\u05d9\u05e8 \u05e0\u05e7\u05d9, \u05ea\u05e9\u05e1"\u05d7-2008', + titleEn: 'Clean Air Law, 5768-2008', + abbreviation: 'CAL', + status: 'in_force', + issuedDate: '2008-07-29', + inForceDate: '2011-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_723.htm', + }, + { + id: 'hazardous-substances-law-1993', + lawName: 'Hazardous Substances Law', + year: 1993, + title: '\u05d7\u05d5\u05e7 \u05d4\u05d7\u05d5\u05de\u05e8\u05d9\u05dd \u05d4\u05de\u05e1\u05d5\u05db\u05e0\u05d9\u05dd, \u05ea\u05e9\u05e0"\u05d2-1993', + titleEn: 'Hazardous Substances Law, 5753-1993', + abbreviation: 'HSL', + status: 'in_force', + issuedDate: '1993-01-01', + inForceDate: '1993-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_285.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: TELECOMMUNICATIONS & POSTAL (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'postal-law-1986', + lawName: 'Postal Authority Law', + year: 1986, + title: '\u05d7\u05d5\u05e7 \u05e8\u05e9\u05d5\u05ea \u05d4\u05d3\u05d5\u05d0\u05e8, \u05ea\u05e9\u05de"\u05d6-1986', + titleEn: 'Postal Authority Law, 5746-1986', + abbreviation: 'PAL', + status: 'in_force', + issuedDate: '1986-01-01', + inForceDate: '1987-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_120.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: TORT & LIABILITY (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'civil-wrongs-ordinance-1968', + lawName: 'Civil Wrongs Ordinance (New Version)', + year: 1968, + title: '\u05e4\u05e7\u05d5\u05d3\u05ea \u05d4\u05e0\u05d6\u05d9\u05e7\u05d9\u05df [\u05e0\u05d5\u05e1\u05d7 \u05d7\u05d3\u05e9], \u05ea\u05e9\u05db"\u05d8-1968', + titleEn: 'Civil Wrongs Ordinance (New Version), 5728-1968', + abbreviation: 'CWO', + status: 'in_force', + issuedDate: '1968-01-01', + inForceDate: '1968-01-01', + url: 'https://www.nevo.co.il/law_html/law01/p230_001.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: NATIONAL SECURITY & DEFENSE (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'defense-service-law-1986', + lawName: 'Defense Service Law (Consolidated Version)', + year: 1986, + title: '\u05d7\u05d5\u05e7 \u05e9\u05d9\u05e8\u05d5\u05ea \u05d1\u05d9\u05d8\u05d7\u05d5\u05df [\u05e0\u05d5\u05e1\u05d7 \u05de\u05e9\u05d5\u05dc\u05d1], \u05ea\u05e9\u05de"\u05d6-1986', + titleEn: 'Defense Service Law (Consolidated Version), 5746-1986', + abbreviation: 'DSL', + status: 'in_force', + issuedDate: '1986-01-01', + inForceDate: '1986-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_114.htm', + }, + { + id: 'cyber-defense-law-2016', + lawName: 'Regulation of Security in Public Bodies (Cyber Defense Directive)', + year: 2016, + title: '\u05d4\u05e0\u05d7\u05d9\u05d9\u05ea \u05e8\u05e9\u05d5\u05ea \u05d4\u05e1\u05d9\u05d9\u05d1\u05e8 \u05d4\u05dc\u05d0\u05d5\u05de\u05d9 \u05dc\u05d4\u05d2\u05e0\u05ea \u05d4\u05e1\u05d9\u05d9\u05d1\u05e8 \u05d1\u05d2\u05d5\u05e4\u05d9\u05dd \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9\u05d9\u05dd', + titleEn: 'National Cyber Directorate - Cyber Defense Directive for Public Bodies, 2016', + abbreviation: 'CDD', + status: 'in_force', + issuedDate: '2016-02-14', + inForceDate: '2016-02-14', + url: 'https://www.gov.il/en/departments/news/14022016_01', + }, + { + id: 'emergency-powers-detention-law-1979', + lawName: 'Emergency Powers (Detention) Law', + year: 1979, + title: '\u05d7\u05d5\u05e7 \u05e1\u05de\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05e2\u05ea \u05d7\u05d9\u05e8\u05d5\u05dd (\u05de\u05e2\u05e6\u05e8\u05d9\u05dd), \u05ea\u05e9\u05dc"\u05d9-1979', + titleEn: 'Emergency Powers (Detention) Law, 5739-1979', + abbreviation: 'EPDL', + status: 'in_force', + issuedDate: '1979-01-01', + inForceDate: '1979-01-01', + url: 'https://www.nevo.co.il/law_html/law01/073_006.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: ADMINISTRATIVE & PUBLIC LAW (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'administrative-courts-law-2000', + lawName: 'Administrative Courts Law', + year: 2000, + title: '\u05d7\u05d5\u05e7 \u05d1\u05ea\u05d9 \u05de\u05e9\u05e4\u05d8 \u05dc\u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05d9\u05e0\u05d4\u05dc\u05d9\u05d9\u05dd, \u05ea\u05e9"\u05e1-2000', + titleEn: 'Administrative Courts Law, 5760-2000', + abbreviation: 'ACL', + status: 'in_force', + issuedDate: '2000-07-25', + inForceDate: '2004-09-01', + url: 'https://www.nevo.co.il/law_html/law01/999_206.htm', + }, + { + id: 'government-companies-law-1975', + lawName: 'Government Companies Law', + year: 1975, + title: '\u05d7\u05d5\u05e7 \u05d4\u05d7\u05d1\u05e8\u05d5\u05ea \u05d4\u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05d5\u05ea, \u05ea\u05e9\u05dc"\u05d5-1975', + titleEn: 'Government Companies Law, 5735-1975', + abbreviation: 'GCL', + status: 'in_force', + issuedDate: '1975-08-04', + inForceDate: '1975-08-04', + url: 'https://www.nevo.co.il/law_html/law01/070_001.htm', + }, + { + id: 'state-comptroller-law-1958', + lawName: 'State Comptroller Law', + year: 1958, + title: '\u05d7\u05d5\u05e7 \u05de\u05d1\u05e7\u05e8 \u05d4\u05de\u05d3\u05d9\u05e0\u05d4, \u05ea\u05e9\u05d9"\u05d8-1958', + titleEn: 'State Comptroller Law, 5718-1958 (Consolidated Version)', + abbreviation: 'StCL', + status: 'in_force', + issuedDate: '1958-01-01', + inForceDate: '1958-01-01', + url: 'https://www.nevo.co.il/law_html/law01/016_001.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: HEALTH & MEDICAL LAW (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'patients-rights-law-1996', + lawName: 'Patient\'s Rights Law', + year: 1996, + title: '\u05d7\u05d5\u05e7 \u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05d4\u05d7\u05d5\u05dc\u05d4, \u05ea\u05e9\u05e0"\u05d6-1996', + titleEn: 'Patient\'s Rights Law, 5756-1996', + abbreviation: 'PRL', + status: 'in_force', + issuedDate: '1996-05-01', + inForceDate: '1996-05-01', + url: 'https://www.nevo.co.il/law_html/law01/999_529.htm', + }, + { + id: 'national-health-insurance-law-1994', + lawName: 'National Health Insurance Law', + year: 1994, + title: '\u05d7\u05d5\u05e7 \u05d1\u05d9\u05d8\u05d5\u05d7 \u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05de\u05de\u05dc\u05db\u05ea\u05d9, \u05ea\u05e9\u05e0"\u05d3-1994', + titleEn: 'National Health Insurance Law, 5754-1994', + abbreviation: 'NHIL', + status: 'in_force', + issuedDate: '1994-06-26', + inForceDate: '1995-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_289.htm', + }, + { + id: 'genetic-information-law-2000', + lawName: 'Genetic Information Law', + year: 2000, + title: '\u05d7\u05d5\u05e7 \u05de\u05d9\u05d3\u05e2 \u05d2\u05e0\u05d8\u05d9, \u05ea\u05e9"\u05e1-2000', + titleEn: 'Genetic Information Law, 5761-2000', + abbreviation: 'GIL', + status: 'in_force', + issuedDate: '2000-12-25', + inForceDate: '2001-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_211.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: COMPETITION & REGULATORY (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'economic-competition-law-1988', + lawName: 'Economic Competition Law (Restrictive Trade Practices)', + year: 1988, + title: '\u05d7\u05d5\u05e7 \u05d4\u05ea\u05d7\u05e8\u05d5\u05ea \u05d4\u05db\u05dc\u05db\u05dc\u05d9\u05ea, \u05ea\u05e9\u05de"\u05d8-1988', + titleEn: 'Economic Competition Law, 5748-1988', + abbreviation: 'ECL', + status: 'in_force', + issuedDate: '1988-01-01', + inForceDate: '1988-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_156.htm', + }, + { + id: 'taxation-ordinance-1961', + lawName: 'Income Tax Ordinance (New Version)', + year: 1961, + title: '\u05e4\u05e7\u05d5\u05d3\u05ea \u05de\u05e1 \u05d4\u05db\u05e0\u05e1\u05d4 [\u05e0\u05d5\u05e1\u05d7 \u05d7\u05d3\u05e9], \u05ea\u05e9\u05db"\u05d0-1961', + titleEn: 'Income Tax Ordinance (New Version), 5721-1961', + abbreviation: 'ITO', + status: 'in_force', + issuedDate: '1961-01-01', + inForceDate: '1961-01-01', + url: 'https://www.nevo.co.il/law_html/law01/p222_001.htm', + }, + + // ═══════════════════════════════════════════════════════════════════ + // NEW: DATA & TECHNOLOGY (metadata-only) + // ═══════════════════════════════════════════════════════════════════ + { + id: 'database-registration-regulations-1986', + lawName: 'Protection of Privacy (Registration of Databases) Regulations', + year: 1986, + title: '\u05ea\u05e7\u05e0\u05d5\u05ea \u05d4\u05d2\u05e0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea (\u05e8\u05d9\u05e9\u05d5\u05dd \u05de\u05d0\u05d2\u05e8\u05d9 \u05de\u05d9\u05d3\u05e2), \u05ea\u05e9\u05de"\u05d6-1986', + titleEn: 'Protection of Privacy (Registration of Databases) Regulations, 5746-1986', + abbreviation: 'DBRR', + status: 'in_force', + issuedDate: '1986-01-01', + inForceDate: '1986-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_121.htm', + }, + { + id: 'privacy-protection-transfer-abroad-regulations-2001', + lawName: 'Protection of Privacy (Transfer of Data to Databases Abroad) Regulations', + year: 2001, + title: '\u05ea\u05e7\u05e0\u05d5\u05ea \u05d4\u05d2\u05e0\u05ea \u05d4\u05e4\u05e8\u05d8\u05d9\u05d5\u05ea (\u05d4\u05e2\u05d1\u05e8\u05ea \u05de\u05d9\u05d3\u05e2 \u05dc\u05de\u05d0\u05d2\u05e8\u05d9 \u05de\u05d9\u05d3\u05e2 \u05e9\u05de\u05d7\u05d5\u05e5 \u05dc\u05d9\u05e9\u05e8\u05d0\u05dc), \u05ea\u05e1"\u05d0-2001', + titleEn: 'Protection of Privacy (Transfer of Data to Databases Abroad) Regulations, 5761-2001', + abbreviation: 'DTBR', + status: 'in_force', + issuedDate: '2001-01-01', + inForceDate: '2001-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_609.htm', + }, + { + id: 'encouragement-of-research-law-1984', + lawName: 'Encouragement of Research, Development and Technological Innovation in Industry Law', + year: 1984, + title: '\u05d7\u05d5\u05e7 \u05dc\u05e2\u05d9\u05d3\u05d5\u05d3 \u05de\u05d7\u05e7\u05e8 \u05d5\u05e4\u05d9\u05ea\u05d5\u05d7 \u05d5\u05d7\u05d3\u05e9\u05e0\u05d5\u05ea \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05d1\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4, \u05ea\u05e9\u05de"\u05d3-1984', + titleEn: 'Encouragement of Research, Development and Technological Innovation in Industry Law, 5744-1984', + abbreviation: 'RDTL', + status: 'in_force', + issuedDate: '1984-12-10', + inForceDate: '1985-01-01', + url: 'https://www.nevo.co.il/law_html/law01/999_101.htm', + }, ];