XML

Insurance Categories - XML

Insurance is broadly classified into life insurance and non-life insurance. Life insurance provides coverage for human life, illness, and injury, including term insurance, whole life insurance, medical insurance, cancer insurance, and personal annuity insurance. Non-life insurance covers property damage and liability, including automobile insurance, fire insurance, travel insurance, and accident insurance. Additionally, there are public insurance programs such as health insurance, long-term care insurance, pension insurance, employment insurance, and workers' compensation insurance.

insurance life insurance non-life insurance medical insurance cancer insurance automobile insurance fire insurance travel insurance
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>L01</code>
    <slug>term-life-insurance</slug>
    <name>Term Life Insurance</name>
    <description>Insurance providing death coverage for a specified period only.</description>
    <category>Life Insurance</category>
    <subCategory>Death Insurance</subCategory>
  </item>
  <item>
    <code>L02</code>
    <slug>whole-life-insurance</slug>
    <name>Whole Life Insurance</name>
    <description>Insurance providing death coverage for the entire lifetime.</description>
    <category>Life Insurance</category>
    <subCategory>Death Insurance</subCategory>
  </item>
  <item>
    <code>L03</code>
    <slug>income-protection-insurance</slug>
    <name>Income Protection Insurance</name>
    <description>Insurance where beneficiaries receive a fixed monthly amount upon death.</description>
    <category>Life Insurance</category>
    <subCategory>Death Insurance</subCategory>
  </item>
  <item>
    <code>L04</code>
    <slug>endowment-insurance</slug>
    <name>Endowment Insurance</name>
    <description>Insurance with both death coverage and maturity benefits.</description>
    <category>Life Insurance</category>
    <subCategory>Mixed Life Insurance</subCategory>
  </item>
  <item>
    <code>L05</code>
    <slug>medical-insurance</slug>
    <name>Medical Insurance</name>
    <description>Insurance covering hospitalization and surgery expenses.</description>
    <category>Life Insurance</category>
    <subCategory>Medical Insurance</subCategory>
  </item>
  <item>
    <code>L06</code>
    <slug>cancer-insurance</slug>
    <name>Cancer Insurance</name>
    <description>Insurance covering cancer diagnosis and treatment expenses.</description>
    <category>Life Insurance</category>
    <subCategory>Medical Insurance</subCategory>
  </item>
  <item>
    <code>L07</code>
    <slug>personal-annuity-insurance</slug>
    <name>Personal Annuity Insurance</name>
    <description>Insurance for preparing retirement living funds.</description>
    <category>Life Insurance</category>
    <subCategory>Annuity Insurance</subCategory>
  </item>
  <item>
    <code>L08</code>
    <slug>long-term-care-insurance-private</slug>
    <name>Long-Term Care Insurance (Private)</name>
    <description>Insurance covering costs when requiring long-term care.</description>
    <category>Life Insurance</category>
    <subCategory>Medical Insurance</subCategory>
  </item>
  <item>
    <code>L09</code>
    <slug>child-education-insurance</slug>
    <name>Child Education Insurance</name>
    <description>Insurance combining education fund preparation and protection for children.</description>
    <category>Life Insurance</category>
    <subCategory>Education Insurance</subCategory>
  </item>
  <item>
    <code>L10</code>
    <slug>variable-insurance</slug>
    <name>Variable Insurance</name>
    <description>Insurance with benefits that vary based on investment performance.</description>
    <category>Life Insurance</category>
    <subCategory>Investment-Linked Insurance</subCategory>
  </item>
  <item>
    <code>N01</code>
    <slug>automobile-insurance</slug>
    <name>Automobile Insurance</name>
    <description>Insurance covering damages related to automobiles.</description>
    <category>Non-Life Insurance</category>
    <subCategory>Automobile Insurance</subCategory>
  </item>
  <item>
    <code>N02</code>
    <slug>fire-insurance</slug>
    <name>Fire Insurance</name>
    <description>Insurance covering fire and damage to buildings and household goods.</description>
    <category>Non-Life Insurance</category>
    <subCategory>Fire Insurance</subCategory>
  </item>
  <item>
    <code>N03</code>
    <slug>travel-insurance</slug>
    <name>Travel Insurance</name>
    <description>Insurance covering accidents and illness during travel.</description>
    <category>Non-Life Insurance</category>
    <subCategory>Travel Insurance</subCategory>
  </item>
  <item>
    <code>N04</code>
    <slug>accident-insurance</slug>
    <name>Accident Insurance</name>
    <description>Insurance covering injuries in daily life.</description>
    <category>Non-Life Insurance</category>
    <subCategory>Accident Insurance</subCategory>
  </item>
  <item>
    <code>N05</code>
    <slug>liability-insurance</slug>
    <name>Liability Insurance</name>
    <description>Insurance covering liability for damages caused to others.</description>
    <category>Non-Life Insurance</category>
    <subCategory>Liability Insurance</subCategory>
  </item>
  <item>
    <code>P01</code>
    <slug>health-insurance-public</slug>
    <name>Health Insurance (Public)</name>
    <description>Public insurance covering medical expenses for illness and injury.</description>
    <category>Public Insurance</category>
    <subCategory>Medical Insurance</subCategory>
  </item>
  <item>
    <code>P02</code>
    <slug>long-term-care-insurance-public</slug>
    <name>Long-Term Care Insurance (Public)</name>
    <description>Public insurance supporting service use when requiring long-term care.</description>
    <category>Public Insurance</category>
    <subCategory>Long-Term Care Insurance</subCategory>
  </item>
  <item>
    <code>P03</code>
    <slug>pension-insurance</slug>
    <name>Pension Insurance (Public)</name>
    <description>Public insurance providing living security for old age, disability, and survivors.</description>
    <category>Public Insurance</category>
    <subCategory>Pension Insurance</subCategory>
  </item>
  <item>
    <code>P04</code>
    <slug>employment-insurance</slug>
    <name>Employment Insurance</name>
    <description>Public insurance providing living security and reemployment support during unemployment.</description>
    <category>Public Insurance</category>
    <subCategory>Employment Insurance</subCategory>
  </item>
  <item>
    <code>P05</code>
    <slug>workers-accident-insurance</slug>
    <name>Workers&apos; Accident Compensation Insurance</name>
    <description>Public insurance covering accidents during work and commuting.</description>
    <category>Public Insurance</category>
    <subCategory>Workers&apos; Accident Insurance</subCategory>
  </item>
</items>