XML

Types of Employee Benefits - XML

Employee benefits are company systems designed to support employees' lives and create a comfortable working environment. They are broadly divided into statutory benefits (mandated by law) and non-statutory benefits (voluntarily introduced by companies). These include social insurance, retirement benefit systems, various allowances, and other diverse programs that contribute to employees' life stability and motivation.

employee benefits social insurance employment insurance health insurance pension retirement benefits allowances labor MHLW
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>health-insurance</slug>
    <name>Health Insurance</name>
    <description>Social insurance that subsidizes medical expenses for illness, injury, and childbirth.</description>
    <category>Statutory Benefits</category>
    <type>social-insurance</type>
  </item>
  <item>
    <code>02</code>
    <slug>employees-pension</slug>
    <name>Employees&apos; Pension Insurance</name>
    <description>Social insurance providing livelihood security for old age, disability, and death.</description>
    <category>Statutory Benefits</category>
    <type>social-insurance</type>
  </item>
  <item>
    <code>03</code>
    <slug>nursing-care-insurance</slug>
    <name>Long-term Care Insurance</name>
    <description>A subsidy system for long-term care costs for people aged 40 and over.</description>
    <category>Statutory Benefits</category>
    <type>social-insurance</type>
  </item>
  <item>
    <code>04</code>
    <slug>employment-insurance</slug>
    <name>Employment Insurance</name>
    <description>A system providing livelihood security during unemployment or childcare/nursing care leave.</description>
    <category>Statutory Benefits</category>
    <type>social-insurance</type>
  </item>
  <item>
    <code>05</code>
    <slug>workers-compensation</slug>
    <name>Workers&apos; Accident Compensation Insurance</name>
    <description>A compensation system for accidents and illnesses during work or commuting.</description>
    <category>Statutory Benefits</category>
    <type>social-insurance</type>
  </item>
  <item>
    <code>06</code>
    <slug>retirement-benefits</slug>
    <name>Retirement Benefit System</name>
    <description>A system providing lump-sum payments or pensions upon retirement.</description>
    <category>Non-Statutory Benefits</category>
    <type>allowance</type>
  </item>
  <item>
    <code>07</code>
    <slug>housing-allowance</slug>
    <name>Housing Allowance</name>
    <description>An allowance to subsidize housing costs.</description>
    <category>Non-Statutory Benefits</category>
    <type>allowance</type>
  </item>
  <item>
    <code>08</code>
    <slug>commuting-allowance</slug>
    <name>Commuting Allowance</name>
    <description>An allowance to subsidize transportation costs for commuting.</description>
    <category>Non-Statutory Benefits</category>
    <type>allowance</type>
  </item>
  <item>
    <code>09</code>
    <slug>meal-assistance</slug>
    <name>Meal Assistance</name>
    <description>A welfare program that subsidizes meal expenses.</description>
    <category>Non-Statutory Benefits</category>
    <type>allowance</type>
  </item>
  <item>
    <code>10</code>
    <slug>health-checkup</slug>
    <name>Health Checkup</name>
    <description>An examination system to check employees&apos; health status.</description>
    <category>Statutory and Non-Statutory Benefits</category>
    <type>health</type>
  </item>
  <item>
    <code>11</code>
    <slug>childcare-support</slug>
    <name>Childcare Support</name>
    <description>A welfare program supporting work-life balance with childcare.</description>
    <category>Non-Statutory Benefits</category>
    <type>family</type>
  </item>
  <item>
    <code>12</code>
    <slug>recreation-facilities</slug>
    <name>Recreation and Leisure Facilities</name>
    <description>A program supporting employee rest and refreshment.</description>
    <category>Non-Statutory Benefits</category>
    <type>recreation</type>
  </item>
  <item>
    <code>13</code>
    <slug>self-development</slug>
    <name>Self-Development and Skill Enhancement</name>
    <description>A program supporting employee skill improvement.</description>
    <category>Non-Statutory Benefits</category>
    <type>education</type>
  </item>
  <item>
    <code>14</code>
    <slug>asset-formation</slug>
    <name>Asset Formation</name>
    <description>A program supporting employee asset formation.</description>
    <category>Non-Statutory Benefits</category>
    <type>finance</type>
  </item>
  <item>
    <code>15</code>
    <slug>condolence-disaster</slug>
    <name>Condolence and Disaster Support</name>
    <description>A condolence money system for celebratory events and disasters.</description>
    <category>Non-Statutory Benefits</category>
    <type>support</type>
  </item>
  <item>
    <code>16</code>
    <slug>work-style</slug>
    <name>Work Style Support</name>
    <description>Programs for realizing flexible work styles.</description>
    <category>Non-Statutory Benefits</category>
    <type>workstyle</type>
  </item>
</items>