JSON
Insurance Categories - JSON
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
[
{
"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"
},
{
"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"
},
{
"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"
},
{
"code": "L04",
"slug": "endowment-insurance",
"name": "Endowment Insurance",
"description": "Insurance with both death coverage and maturity benefits.",
"category": "Life Insurance",
"subCategory": "Mixed Life Insurance"
},
{
"code": "L05",
"slug": "medical-insurance",
"name": "Medical Insurance",
"description": "Insurance covering hospitalization and surgery expenses.",
"category": "Life Insurance",
"subCategory": "Medical Insurance"
},
{
"code": "L06",
"slug": "cancer-insurance",
"name": "Cancer Insurance",
"description": "Insurance covering cancer diagnosis and treatment expenses.",
"category": "Life Insurance",
"subCategory": "Medical Insurance"
},
{
"code": "L07",
"slug": "personal-annuity-insurance",
"name": "Personal Annuity Insurance",
"description": "Insurance for preparing retirement living funds.",
"category": "Life Insurance",
"subCategory": "Annuity Insurance"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"code": "N01",
"slug": "automobile-insurance",
"name": "Automobile Insurance",
"description": "Insurance covering damages related to automobiles.",
"category": "Non-Life Insurance",
"subCategory": "Automobile Insurance"
},
{
"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"
},
{
"code": "N03",
"slug": "travel-insurance",
"name": "Travel Insurance",
"description": "Insurance covering accidents and illness during travel.",
"category": "Non-Life Insurance",
"subCategory": "Travel Insurance"
},
{
"code": "N04",
"slug": "accident-insurance",
"name": "Accident Insurance",
"description": "Insurance covering injuries in daily life.",
"category": "Non-Life Insurance",
"subCategory": "Accident Insurance"
},
{
"code": "N05",
"slug": "liability-insurance",
"name": "Liability Insurance",
"description": "Insurance covering liability for damages caused to others.",
"category": "Non-Life Insurance",
"subCategory": "Liability Insurance"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
},
{
"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"
}
]