Arbeitsvertrag (EN)

Concept

Written contract between employer and employee with legal binding

Definition

The employment contract is a written contract between employer and employee that regulates the essential working conditions. It must contain certain mandatory information and is legally binding. A legally secure employment contract must at least include: parties, workplace, activity, remuneration, probation period according to § 2 NachwG.

Employment Contract Components

classDiagram   class Arbeitsvertrag {     +Vertragsparteien     +Arbeitsort     +Tätigkeitsbeschreibung     +Vergütung     +Probezeit     +Kündigungsfristen     +Urlaubsanspruch     +Arbeitszeit   }   class Arbeitgeber {     +Name     +Anschrift     +Vertretungsberechtigte   }   class Arbeitnehmer {     +Name     +Anschrift     +Geburtsdatum     +Sozialversicherungsnummer   }   Arbeitsvertrag "1" -- "1..*" Arbeitgeber   Arbeitsvertrag "1" -- "1..*" Arbeitnehmer 

In Context

  • Typically used together with: Labor law, collective agreement, works agreement
  • Related to: Certificate of employment, labor law, probation period, protection against termination
  • Example use: Hiring new employees, defining framework conditions
Quelle: AI Generated