Israeli Employment Contracts
Draft Israeli employment contracts (chozeh avoda) with all mandatory clauses per Israeli labor law. Use when user asks to create or generate an employment contract, calculate mandatory benefits for a contract, or asks about "chozeh avoda", "Section 14", "Saif 14", "Keren Hishtalmut", "Dmei Havra'a", "convalescence pay", "severance", "pitzuim", Israeli pension obligations, non-compete clauses in Israel, or Israeli employment compliance. Covers full-time, part-time, and contractor classification. Do NOT use for reviewing or auditing an existing contract (use israeli-employment-contract-reviewer), employee-rights questions (use israeli-workplace-rights-navigator), freelance service agreements, commercial contracts, or non-Israeli employment law.
Israeli Employment Contracts
Instructions
Step 1: Determine Employment Type
Ask the user what type of employment relationship they need to document:
| Type | Hebrew | Key Indicators | Contract Needed |
|---|---|---|---|
| Full-time employee | avod mashara mlea | Fixed hours, employer control, tools provided | Full employment contract (chozeh avoda) |
| Part-time employee | avod mashara chelkit | Reduced hours, same rights pro-rata | Full contract with adjusted hours |
| Contractor (atzmai) | kablan atzmai | True independence, multiple clients, own tools | Service agreement (NOT this skill) |
Contractor misclassification warning: Israeli courts apply a multi-factor test. If a worker has fixed hours, uses employer equipment, works exclusively for one company, and receives regular monthly payments, they are likely an employee regardless of what the contract states. Misclassification exposes the employer to retroactive benefits, severance, and penalties.
Step 2: Calculate Mandatory Benefits
All rates below are current as of 2025-2026. Verify rates annually as they may be updated by extension orders (Tzav Harchava).
Minimum wage (Chok Schar Minimum, 1987):
- As of 1 April 2026 the minimum wage is 6,443.85 NIS per month for a full-time position and 35.40 NIS per hour. The stated gross salary in any contract must meet or exceed this floor
- The minimum is updated every April (set at no less than 47.5% of the national average wage). Verify the current rate annually before finalizing a contract
- For part-time positions, the hourly minimum applies and the monthly figure is pro-rated
Pension (mandatory per Tzav Harchava 2008):
| Component | Employer | Employee | Notes |
|---|---|---|---|
| Pension fund contribution | 6.5% of salary | 6% of salary | Mandatory from day 1 for new employees (or after 6 months if no prior pension) |
| Severance component (within pension) | 8.33% of salary | -- | Part of the 6.5% or in addition, per arrangement |
| Total employer cost | Up to 14.83% | -- | If Section 14 applies |
Section 14 (Saif 14) arrangement: Section 14 of the Severance Pay Law (1963) allows the employer to designate pension/insurance contributions as covering the full severance obligation. When activated:
- Employer deposits to pension fund count as severance payment
- Upon termination, employee receives the pension fund balance instead of calculated severance
- Employer is exempt from paying additional severance beyond what was deposited
- Must be documented explicitly in the contract with employee consent
Keren Hishtalmut (education fund):
| Component | Rate | Tax Benefit Cap |
|---|---|---|
| Employer contribution | 7.5% of salary | Tax-exempt up to ceiling (updated annually) |
| Employee contribution | 2.5% of salary | Deducted from gross salary |
| Vesting period | 6 years (3 years for designated purposes) | -- |
Dmei Havra'a (convalescence pay):
| Seniority | Days Per Year | Payment |
|---|---|---|
| Year 1 | 5 days | Per-day rate x days |
| Years 2-3 | 6 days | Per-day rate x days |
| Years 4-10 | 7 days | Per-day rate x days |
| Years 11-15 | 8 days | Per-day rate x days |
| Years 16-19 | 9 days | Per-day rate x days |
| Year 20+ | 10 days | Per-day rate x days |
The per-day rate is updated annually by extension order. As of 2026 the private-sector rate is approximately 418 NIS per day; the public-sector rate is approximately 471.4 NIS per day per collective agreement. Verify the current rate annually (the 2025-2026 private-sector freeze window has now passed). Typically paid as a lump sum in June-July.
Annual leave (Chofsha) per Annual Leave Law:
| Seniority | Minimum Days (5-day week) |
|---|---|
| Years 1-4 | 12 days |
| Year 5 | 16 days |
| Year 6 | 18 days |
| Year 7+ | 21 days |
Many employers offer more generous leave. These are statutory minimums.
Sick leave (Machala):
- Accrual: 1.5 days per month of employment (18 days per year)
- Maximum accumulation: 90 days
- Payment: Day 1 unpaid, days 2-3 at 50% salary, day 4 onward at 100% salary
- Requires medical certificate from day 1 (or per company policy)
Notice periods:
| Seniority | Monthly-paid employee | Daily/hourly-paid employee |
|---|---|---|
| Months 1-6 | 1 day per month worked | 1 day per month worked |
| Months 7-12 | 6 days + 2.5 days per month from month 7 | 6 days + 2.5 days per month from month 7 |
| Year 2+ | 1 month | 1 month |
Overtime (per Hours of Work and Rest Law):
- Standard work week: 42 hours (since April 2018)
- Standard work day: 8.4 hours (for a 5-day work week) or 8 hours (for a 6-day work week)
- First 2 overtime hours: 125% of regular hourly rate
- Additional overtime hours: 150% of regular hourly rate
- Weekly rest: at least 36 consecutive hours (typically Friday-Saturday or Saturday)
Travel allowance:
- Common practice, not strictly mandatory by law for all employees
- Tax-exempt up to the published ceiling per month
- Typically covers public transport or per-kilometer rate
Step 3: Generate Contract Clauses
Generate bilingual contract clauses covering all mandatory provisions. Use the script for automation:
python israeli-employment-contracts/scripts/generate_contract.py \
--employee-name "Israel Israeli" \
--position "Software Engineer" \
--salary 25000 \
--start-date 2026-04-01 \
--work-percent 100
The contract must include these sections:
- Parties -- Employer and employee full details, ID numbers
- Position and description -- Title, responsibilities, reporting line
- Start date and probation -- Tkufat Nisayon, commonly 6 months (no statutory requirement, but industry standard)
- Work hours -- Daily/weekly hours, overtime policy
- Salary -- Gross monthly amount, payment date (no later than the 9th of the following month per Protection of Wages Law)
- Pension and severance -- Fund name, contribution rates, Section 14 election
- Keren Hishtalmut -- Fund name, contribution rates, vesting terms
- Convalescence pay -- Per seniority table, payment month
- Annual leave -- Days per seniority, accrual rules
- Sick leave -- Accrual rate, payment tiers, certificate requirements
- Notice period -- Per seniority, mutual obligations
- Confidentiality -- Scope, duration, reasonable limitations
- Intellectual Property -- Assignment of work product to employer (critical for tech companies)
- Non-compete -- See Step 4 for enforceability analysis
- General provisions -- Governing law (Israeli law), jurisdiction (Israeli labor courts), entire agreement
See references/mandatory-clauses.md for exact bilingual clause templates.
Step 4: Review Non-Compete and IP Sections
Non-compete clauses in Israel -- very limited enforceability:
Israeli courts consistently restrict non-compete clauses. The National Labor Court (particularly the Check Point ruling, ע"ע 164/99 Frumer and Check Point v. Radguard, and subsequent case law) established that non-compete is enforceable only when ALL of the following exist:
- The employer has a legitimate interest to protect (genuine trade secrets, not just general know-how)
- The restriction is reasonable in scope, geography, and duration
- The employee received special consideration (training, equity, above-market compensation) beyond standard employment terms
- The restriction does not unduly harm the employee's right to earn a livelihood (Chok Yesod: Kvod HaAdam VeHeruto -- Basic Law: Human Dignity and Liberty)
Practical guidance:
- Duration: Courts rarely enforce beyond 6-12 months
- Scope: Must be narrowly defined (specific competitors, specific field)
- Geography: Israel-wide restrictions are disfavored; global restrictions almost never enforced
- Recommendation: Use robust confidentiality clauses instead, which are far more enforceable
Intellectual Property assignment:
- Israeli law does not have automatic work-for-hire for all works (unlike US law)
- Patent Law Section 132: Inventions by employees generally belong to the employer if created in the course of employment, but employee may be entitled to compensation if the invention has special value
- Copyright: Works created in the scope of employment belong to the employer (Copyright Law 2007, Section 34)
- Explicit IP assignment clause is strongly recommended, especially for software and technology
- Consider including a pre-existing IP disclosure schedule
Step 5: Compliance Checklist Before Signing
Run through this checklist before finalizing any employment contract:
- [ ] Written contract provided (mandatory per the Notice to Employee and Job Candidate (Employment Conditions and Screening and Hiring Procedures) Law, 5762-2002)
- [ ] All mandatory benefits included (pension, convalescence, leave, sick days)
- [ ] Section 14 arrangement documented with employee acknowledgment
- [ ] Keren Hishtalmut terms specified (if offered -- not mandatory but very standard in tech)
- [ ] Work hours and overtime policy clearly stated
- [ ] Notice period matches statutory minimum or better
- [ ] Salary meets or exceeds minimum wage (verify current rate)
- [ ] Payment date specified (by the 9th of following month)
- [ ] Non-compete clause reviewed for enforceability (see Step 4)
- [ ] IP assignment clause included (for tech roles)
- [ ] Probation period terms clear (if applicable)
- [ ] Contract language: Must be in a language the employee understands; bilingual (Hebrew + English) recommended
Step 6: Post-Signing Obligations
After the contract is signed, the employer must complete:
-
Bituach Leumi (National Insurance Institute) registration:
- Register new employee within 7 days of start date
- Report via Form 126 (monthly payroll report)
- Employer pays approximately 3.55% (reduced rate) to 7.6% (full rate) depending on salary bracket
-
Pension fund enrollment:
- Enroll employee in chosen pension fund
- First contribution due by the first payroll
- For employees with no prior pension: enrollment mandatory after 6 months (or immediately if employee had prior pension coverage)
-
Tax Authority (Mas Hachnasa) reporting:
- Employee must submit Form 101 (employee tax declaration)
- Employer responsible for income tax withholding per tax brackets
- Report new employee to Tax Authority
-
Provide written notification:
- Per the Notice to Employee and Job Candidate (Employment Conditions and Screening and Hiring Procedures) Law, 5762-2002 (formerly the Notification to Employee Law), the employer must provide written details of employment terms within 30 days of start
-
Record keeping:
- Maintain attendance records (Hours of Work and Rest Law)
- Keep payslip records for 7 years
- Retain contract copy for duration of employment + 7 years
Examples
Example 1: Standard Tech Employee Contract
User says: "Create an employment contract for a senior developer, 30,000 NIS monthly salary, starting next month" Actions:
- Determine: Full-time employee, tech sector
- Calculate: Pension 6.5%/6% (1,950/1,800 NIS), Keren Hishtalmut 7.5%/2.5% (2,250/750 NIS), 5 Dmei Havra'a days (first year)
- Generate: Full contract with Section 14 arrangement, IP assignment, limited non-compete
- Review: Flag non-compete for scope review, ensure IP clause covers software
- Checklist: All 12 mandatory items verified
- Post-signing: Bituach Leumi registration, pension enrollment, Form 101 Result: Complete bilingual employment contract ready for legal review and signing.
Example 2: Part-Time Employee
User says: "I need a contract for a part-time marketing person, 3 days a week, 15,000 NIS" Actions:
- Determine: Part-time employee (60% position, mashara chelkit)
- Calculate: All benefits pro-rata -- pension on 15,000, leave days proportional (60% of full entitlement)
- Generate: Contract specifying 3 work days, which days, daily hours
- Review: Ensure part-time rights clearly stated (same hourly benefits as full-time) Result: Part-time contract with pro-rata benefits correctly calculated.
Example 3: Drafting a Contract from an Existing Draft
User says: "Here is a rough offer letter, turn it into a full employment contract" Actions:
- Parse: Read the offer letter for the terms already agreed (role, salary, start date, work percentage)
- Build: Generate the full contract using Step 3, filling every mandatory section the offer letter omitted (Section 14 election, pension fund, Keren Hishtalmut, convalescence, leave, sick days, notice period, IP assignment)
- Calculate: Apply current benefit rates from Step 2, verifying the gross salary meets the minimum wage floor
- Checklist: Run Step 5 to confirm all mandatory items are present
Result: A complete bilingual employment contract built from the partial draft, ready for legal review and signing. If the user instead wants an independent pre-signing audit of a contract someone else drafted, point them to the
israeli-employment-contract-reviewerskill.
Example 4: Contractor vs. Employee Assessment
User says: "I have someone working for me full-time from our office, should they be a contractor or employee?" Actions:
- Apply: Multi-factor test -- fixed location (employer's office), full-time hours, likely uses employer equipment
- Assess: Strong indicators of employment relationship, high misclassification risk
- Recommend: Classify as employee, provide employment contract
- Warn: Misclassification liability includes retroactive benefits, severance, Bituach Leumi penalties Result: Classification recommendation with risk analysis and next steps.
Bundled Resources
Scripts
scripts/generate_contract.py-- Generates an Israeli employment contract template with calculated benefit rates. Accepts employee details (name, position, salary, start date, work percentage) and outputs a structured contract with all mandatory Israeli clauses pre-filled. Includes Section 14 arrangement text, pension and Keren Hishtalmut rates, and notice period calculations. Run:python scripts/generate_contract.py --help
References
references/labor-law.md-- Comprehensive summary of Israeli labor laws governing employment contracts: Severance Pay Law (1963), Annual Leave Law (1951), Sick Pay Law (1976), Hours of Work and Rest Law (1951), the Notice to Employee and Job Candidate (Employment Conditions and Screening and Hiring Procedures) Law, 5762-2002, Protection of Wages Law (1958), and key extension orders (Tzav Harchava). Consult when verifying statutory requirements or resolving disputes about employee entitlements.references/mandatory-clauses.md-- Bilingual (Hebrew and English) employment contract clause templates covering all mandatory provisions: parties, position, salary, pension with Section 14, Keren Hishtalmut, convalescence pay, leave, sick days, notice period, confidentiality, IP assignment, and non-compete. Consult when drafting or reviewing specific contract sections.
Gotchas
- Israeli non-compete clauses are nearly unenforceable unless very narrowly scoped. Agents trained on US employment law will draft broad non-competes that Israeli courts routinely strike down. Always prefer robust confidentiality clauses instead.
- Section 14 (Saif 14) of the Severance Pay Law is Israel-specific and has no equivalent in US or European law. Agents unfamiliar with it will omit this critical clause, leaving employers exposed to double severance liability.
- The mandatory pension contribution rates (employer 6.5%, employee 6%) are set by extension order and change periodically. Agents may use outdated rates from their training data. Always verify against the current Tzav Harchava.
- Israeli law does not recognize automatic "work-for-hire" for all intellectual property as US law does. Agents drafting contracts without an explicit IP assignment clause will leave IP ownership ambiguous, especially for software.
- The convalescence pay (Dmei Havra'a) per-day rate is updated annually by extension order (approximately 418 NIS/day private sector, 471.4 NIS/day public sector as of 2026). Agents using a fixed amount from their training data will produce incorrect calculations. Verify the current rate annually against the Ministry of Economy or a current labor-law source.
Troubleshooting
Error: "Missing mandatory clause"
Cause: Contract is missing one or more legally required provisions (pension, convalescence, leave, etc.) Solution: Run through the compliance checklist in Step 5. Add missing clauses using templates from references/mandatory-clauses.md.
Error: "Non-compete clause too broad"
Cause: Non-compete exceeds enforceable scope under Israeli case law Solution: Narrow to 6-12 months duration, specific competitors only, limited geography. Consider replacing with a stronger confidentiality clause per Step 4 guidance.
Error: "Section 14 not properly documented"
Cause: Section 14 arrangement requires explicit employee acknowledgment and specific fund designation Solution: Include the full Section 14 clause with employee signature line and pension fund details. See references/mandatory-clauses.md for template.
Error: "Salary below minimum wage"
Cause: Stated salary falls below the current Israeli minimum wage Solution: Verify current minimum wage rate (updated periodically by government order). For part-time employees, calculate the hourly equivalent to ensure compliance.
Error: "Missing Bituach Leumi registration"
Cause: Employer did not register employee with National Insurance within required timeframe Solution: Register immediately via the Bituach Leumi employer portal. Late registration may incur penalties and leaves the employee without coverage.
Reference Links
| Source | URL | What to Check |
|---|---|---|
| Kol Zchut: personal employment contract | https://www.kolzchut.org.il/he/%D7%97%D7%95%D7%96%D7%94_%D7%A2%D7%91%D7%95%D7%93%D7%94_%D7%90%D7%99%D7%A9%D7%99 | Plain-language explanation of contract terms and mandatory clauses |
| Ministry of Labor | https://www.gov.il/he/departments/ministry_of_labor_social_affairs_and_social_services | Official labor regulations, minimum wage, extension orders |
| Nevo: Notice to Employee Law full text | https://www.nevo.co.il/law_html/law00/71702.htm | Notice to Employee and Job Candidate Law, 5762-2002 statutory text |
| Nevo: Severance Pay Law full text | https://www.nevo.co.il/law_html/law01/055_001.htm | Severance Pay Law, 1963 statutory text (Section 14, calculation, payment deadline) |
| Bituach Leumi: employer registration | https://www.btl.gov.il/Insurance/Maasik/MToshavYisrael/Pages/PtichatTik.aspx | Opening an employer deductions file with National Insurance |
| Tax Authority: Form 101 | https://www.gov.il/he/service/form_101 | Employee tax declaration form for new hires |
Recommended MCP Servers
| MCP | When to pair | Purpose |
|---|---|---|
israel-law |
For authoritative citations to statute text | Looks up the exact text of the Severance Pay Law, Annual Leave Law, Hours of Work and Rest Law, and the Notice to Employee Law |
kolzchut |
For plain-language rule summaries and exceptions | Cross-references contract clauses against the All-Rights (Kol Zchut) database |
The skill works without these MCPs using the built-in reference tables, but the citations become less specific.
No additional documents ship with this skill.
Related Skills
Israeli Workplace Rights Navigator
Understand and exercise employee rights under Israeli labor law, including vacation days (chofsha), sick leave (machala), overtime pay, the Birth and…