Computational Model Library

An Agent-Based Model of Insurance Customer Behaviour with Word of Mouth Network in C# (1.0.0)

This is an agent-based model with two types of agents: customers and insurers. Insurers are price-takers who choose how much to spend on their service quality, and customers evaluate insurers based on premium, brand preference, and their perceived service quality. Customers are also connected in a small-world network and may share their opinions with their network.

The ABM contains two types of agents: insurers and customers. These act within the environment of a motor insurance market. At each simulation, the model undergoes the following steps:

  1. Network generation: At the start of the simulation, the model generates a small world network of social links between the customers, and randomly assigns each customer to an initial insurer
  2. Then in each timestep:
  3. Insurer spending: Insurers spend an amount per customer on their level of customer service up to some maximum level. The more they spend, the greater the chance that any given customer interaction will be a positive and not a negative experience for the customer.
  4. Insurer premium: The market premium is set exogenously and follows a simple AR2 pattern, with a stochastic error term. Insurers will also add a margin to cover their spending cost and profit markup. Prices for new customers are discounted relative to prices for renewing customers.
  5. Customer purchases: Customers decide whether to renew based on a logit probability function based on the change in cost over the previous year. If they do not renew, they will purchase from the insurer that offers them the lowest total cost. Cost includes a term for perceived customer service quality and the distance on a brand preference location space.
  6. Claims: Loss events are modelled probabilistically using a Poisson frequency and Gamma severity. If a customer experiences a loss, they make an insurance claim. Their interaction with their insurer's customer service which may generate a good or bad experience with probability based on the amount spent on customer service.
  7. Customer word-of-mouth information sharing: Customer service experiences spread across networks as customers tell their friends of their experiences or experiences they've heard about. The influence of these opinions is calculated as a weighted average and integrated into each customer's opinions.

Release Notes

Initial release

Associated Publications

An Agent-Based Model of Insurance Customer Behaviour with Word of Mouth Network in C# 1.0.0

This is an agent-based model with two types of agents: customers and insurers. Insurers are price-takers who choose how much to spend on their service quality, and customers evaluate insurers based on premium, brand preference, and their perceived service quality. Customers are also connected in a small-world network and may share their opinions with their network.

The ABM contains two types of agents: insurers and customers. These act within the environment of a motor insurance market. At each simulation, the model undergoes the following steps:

  1. Network generation: At the start of the simulation, the model generates a small world network of social links between the customers, and randomly assigns each customer to an initial insurer
  2. Then in each timestep:
  3. Insurer spending: Insurers spend an amount per customer on their level of customer service up to some maximum level. The more they spend, the greater the chance that any given customer interaction will be a positive and not a negative experience for the customer.
  4. Insurer premium: The market premium is set exogenously and follows a simple AR2 pattern, with a stochastic error term. Insurers will also add a margin to cover their spending cost and profit markup. Prices for new customers are discounted relative to prices for renewing customers.
  5. Customer purchases: Customers decide whether to renew based on a logit probability function based on the change in cost over the previous year. If they do not renew, they will purchase from the insurer that offers them the lowest total cost. Cost includes a term for perceived customer service quality and the distance on a brand preference location space.
  6. Claims: Loss events are modelled probabilistically using a Poisson frequency and Gamma severity. If a customer experiences a loss, they make an insurance claim. Their interaction with their insurer's customer service which may generate a good or bad experience with probability based on the amount spent on customer service.
  7. Customer word-of-mouth information sharing: Customer service experiences spread across networks as customers tell their friends of their experiences or experiences they've heard about. The influence of these opinions is calculated as a weighted average and integrated into each customer's opinions.

Release Notes

Initial release

Version Submitter First published Last modified Status
1.0.0 Rei England Fri Mar 4 22:34:27 2022 Fri Mar 4 22:34:28 2022 Published

Discussion

This website uses cookies and Google Analytics to help us track user engagement and improve our site. If you'd like to know more information about what data we collect and why, please see our data privacy policy. If you continue to use this site, you consent to our use of cookies.
Accept