XML

Employment Types - XML

Employment types refer to the forms of labor contracts established between workers and employers (companies). In Japan, various forms exist including full-time employees (indefinite-term employment), contract employees (fixed-term employment), temporary agency workers (indirect employment), part-time workers, and freelancers/independent contractors. Each type differs in the scope of application of labor laws such as the Labor Standards Act, Worker Dispatching Act, and Part-Time and Fixed-Term Employment Act, as well as social insurance eligibility and employee benefits, making it an important concept for worker rights protection and corporate human resource management.

employment types full-time employee contract employee temporary worker part-time freelance labor law labor standards act
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>full-time-employee</slug>
    <name>Full-time Employee (Indefinite-term Employment)</name>
    <description>Workers employed under indefinite-term employment contracts without fixed employment periods.</description>
    <applicableLaws>[&quot;労働基準法&quot;,&quot;労働契約法&quot;]</applicableLaws>
    <contractType>Direct Employment - Indefinite-term</contractType>
    <employmentType>Regular Employment</employmentType>
  </item>
  <item>
    <code>02</code>
    <slug>contract-employee</slug>
    <name>Contract Employee (Fixed-term Employment)</name>
    <description>Workers employed under fixed-term employment contracts with set employment periods.</description>
    <applicableLaws>[&quot;労働基準法&quot;,&quot;労働契約法&quot;,&quot;パートタイム・有期雇用労働法&quot;]</applicableLaws>
    <contractType>Direct Employment - Fixed-term</contractType>
    <employmentType>Non-regular Employment</employmentType>
  </item>
  <item>
    <code>03</code>
    <slug>temporary-agency-worker</slug>
    <name>Temporary Agency Worker (Worker Dispatching)</name>
    <description>Workers under indirect employment who have employment contracts with dispatching companies and work at client companies.</description>
    <applicableLaws>[&quot;労働基準法&quot;,&quot;労働者派遣法&quot;,&quot;パートタイム・有期雇用労働法&quot;]</applicableLaws>
    <contractType>Indirect Employment - Fixed-term</contractType>
    <employmentType>Non-regular Employment</employmentType>
  </item>
  <item>
    <code>04</code>
    <slug>part-time-worker</slug>
    <name>Part-time Worker</name>
    <description>Workers employed under fixed-term contracts working shorter hours than full-time employees.</description>
    <applicableLaws>[&quot;労働基準法&quot;,&quot;パートタイム・有期雇用労働法&quot;]</applicableLaws>
    <contractType>Direct Employment - Fixed-term</contractType>
    <employmentType>Non-regular Employment</employmentType>
  </item>
  <item>
    <code>05</code>
    <slug>short-time-full-time</slug>
    <name>Short-time Full-time Employee</name>
    <description>Workers under indefinite-term employment with shorter working hours than regular full-time employees.</description>
    <applicableLaws>[&quot;労働基準法&quot;,&quot;労働契約法&quot;]</applicableLaws>
    <contractType>Direct Employment - Indefinite-term</contractType>
    <employmentType>Regular Employment</employmentType>
  </item>
  <item>
    <code>06</code>
    <slug>freelance-contractor</slug>
    <name>Freelance / Independent Contractor</name>
    <description>Self-employed workers working under business outsourcing contracts rather than employment contracts.</description>
    <applicableLaws>[&quot;民法(請負)&quot;,&quot;フリーランス事業者の保護に関するガイドライン&quot;]</applicableLaws>
    <contractType>Business Outsourcing / Contract for Work</contractType>
    <employmentType>Self-employment</employmentType>
  </item>
  <item>
    <code>07</code>
    <slug>home-worker</slug>
    <name>Home Worker</name>
    <description>Workers who receive commissions to manufacture or process goods at home.</description>
    <applicableLaws>[&quot;家内労働法&quot;]</applicableLaws>
    <contractType>Commission</contractType>
    <employmentType>Non-regular Employment</employmentType>
  </item>
  <item>
    <code>08</code>
    <slug>teleworker</slug>
    <name>Teleworker</name>
    <description>Workers who work from home or other locations using information and communication technology.</description>
    <applicableLaws>[&quot;労働基準法&quot;,&quot;テレワーク法&quot;]</applicableLaws>
    <contractType>Direct Employment or Business Outsourcing</contractType>
    <employmentType>Variable</employmentType>
  </item>
</items>