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