Step 1: Define fairness

A practical framework for Responsible AI in algorithmic pricing

Author

Fei Huang, UNSW Sydney

TipBefore you start

This step sets the fairness standard for everything that follows. Each step pairs with a case study in the sidebar (insurance applications with technical depth).

Case Study: Fairness Metrics for Life Insurance applies the individual and group fairness criteria below to a worked life insurance example, qualitatively rather than with code.

Compliance and policy, see Anti-discriminationChecklist. Product strategy, see Competing ethical notions. Technical readers, see Step 2 and Case Study: Fair Models.

NoteKey insights from this step
  • There are at least six distinct fairness criteria for insurance pricing, and they cannot all be satisfied simultaneously. Choosing a criterion is a policy and legal decision that must be made before any modelling begins.
  • Fairness through unawareness (simply removing the protected attribute from the model) is a common starting point but is not sufficient, and is not required by all fairness criteria. Some criteria, such as controlling for the protected variable (CPV), explicitly use the protected attribute during model training. And even where the attribute is excluded, indirect discrimination persists through correlated proxy variables and opaque algorithms.
  • The regulatory spectrum runs from no restriction through prohibition on specific variables to community rating. Each regulatory level maps to a different fairness criterion and a different model design in Step 2.

What is fair?

Consider a motor insurer that has just removed gender from its pricing model in response to regulatory pressure. The actuarial team is confident the model is fairer than before. But a closer look reveals that postcode, vehicle engine size, and annual mileage are still in the model, and in the data they happen to correlate with gender. The model no longer uses gender directly, but its outputs still reflect it. Has the insurer achieved fairness?

The answer depends entirely on which question you ask. Is the test whether the protected attribute is in the model? Whether average premiums are equal across groups? Whether individuals from different groups are treated the same way given the same risk profile? Different stakeholders, and different legal systems, give different answers. Settling that question is what this step is for.

A useful starting point is the framing of Frees and Huang (2023): what are the principles for assessing the appropriateness of insurance differentiation? There is no single answer that fits every product and jurisdiction. This step works through three lenses that together cover the relevant ground. Most of the technical content in this playbook develops the first two. The third deserves attention even when it is not the primary focus.

Lens What it emphasises Where to read
Anti-discrimination Legal obligation to avoid unfair treatment and unjustified disparate outcomes Pricing feature principles through Fairness criteria
Competing ethical notions Actuarial fairness, social justice, and how risk should be pooled Principles of fair differentiation through Choice-sensitive fairness
Consumer trust Promises made in contracts, disclosures, and market conduct Consumer trust (brief)

These lenses do not always point in the same direction. A pricing system can be legally compliant and still strike many customers as unfair. A system built on actuarial fairness (each customer pays their own expected cost) may produce outcomes that disadvantage historically marginalised groups. A system designed to achieve group parity may charge some customers more than their expected cost warrants, raising questions of efficiency and adverse selection. Working through these lenses is not about finding a single correct answer. It is about making the trade-offs visible so the right people in your organisation can make an informed decision before any model is built.

Anti-discrimination

This lens asks whether pricing complies with anti-discrimination law on both how people are rated and what outcomes groups receive, and whether rating variables and model outputs meet recognised fairness tests. The sections below cover how to judge individual rating factors and the quantitative criteria used in later steps.

Many rating variables are routine. Others, such as ethnicity, heritage, or religion, are forbidden in most markets. The hard cases are variables that are legal on their face but may act as proxies for protected attributes, especially under machine learning and large-scale data analytics.

Pricing feature principles

Deciding whether to use a rating variable is not a purely statistical question. A variable might predict claims reliably yet still be inappropriate to use, while a weaker predictor might be clearly defensible. The six principles below, drawn from Frees and Huang (2023), provide a structured way to think through that judgement for any rating factor under review.

Principle Question Illustration
Control Can the customer influence the feature? Owning a sports car is partly controllable. Gender, race, and nationality are not.
Mutability Does it change over time or stay fixed? Age changes. Many sensitive attributes are fixed at birth.
Statistical discrimination Does it predict cost or risk? Predictive value is necessary but not sufficient for fair use.
Causality Does it cause the priced outcome? A variable known to cause the insured event (e.g. certain health conditions in life insurance) is easier to defend.
Past discrimination Does use reinforce historical injustice? Skin colour has a heavier history of misuse than eye colour.
Socially valuable behaviour Does pricing discourage beneficial actions? Penalising participation in genetic testing may discourage research and prevention.

Control matters because there is broad consensus that people should not be penalised for characteristics they cannot change. Statistical discrimination matters because a variable with no predictive power is hard to defend on actuarial grounds even if it raises no other concerns. But predictive power alone is not enough: a high-performing predictor can still be problematic if it also fails on causality, history, or socially valuable behaviour.

The most difficult variables tend to be those that score well on some principles and poorly on others. Credit-based insurance scores are a good example. They predict insurance losses reasonably well, but their causal link to claim risk is unclear, they correlate with race and income, and restricting insurance access based on credit history may discourage financially vulnerable people from seeking coverage. Different jurisdictions have reached different conclusions about these scores. That illustrates why the six principles are an input to a judgement, not a rule that replaces it.

Whether a variable is ultimately acceptable depends on line of business and jurisdiction (Frees and Huang 2023; Xin and Huang 2024). Gender in pricing is routine in US motor insurance yet prohibited across the EU. Genetic information is a prohibited underwriting factor in health insurance in many countries but remains largely unregulated in life insurance in others. The principles provide the vocabulary for that discussion; legal and compliance teams need to supply the jurisdiction-specific answer.

ImportantDirect and indirect discrimination

Following Xin and Huang (2024), direct discrimination (or disparate treatment) occurs when a person is treated less favourably because a protected characteristic differs. If the protected attribute is not used in rating, this form can be avoided entirely.

Indirect discrimination arises after direct discrimination is ruled out. A person may still be treated disproportionately because protected status is inferred through an apparently neutral practice. Two channels matter in modern pricing:

  • Identifiable proxies. Facially neutral variables that stand in for a protected attribute (for example, geographic area correlated with race, or variables correlated with gender)
  • Unidentifiable proxies. Opaque models that combine many variables and reproduce protected-group disparities without a single obvious surrogate

EU and Australian law often define indirect discrimination through three elements: a facially neutral provision, criterion, or practice; a connection to a protected characteristic in law; and disproportionate disadvantage for people with that characteristic. That is usually only the first stage. The practice may still be lawful if it is objectively justified (EU) or reasonable in the circumstances (Australia). In the United States, disparate impact plays a parallel role: a neutral policy or practice that disproportionately harms a protected group, often without intent to discriminate. US law does not use the term indirect discrimination, but the structure is similar, including defences such as business necessity where applicable. In all three traditions, disproportionate impact alone does not automatically mean unlawful discrimination; legitimacy and justification also matter.

Algorithmic discrimination (biased outcomes from analytics or machine learning) is generally a form of indirect discrimination. Omitting protected variables from a model (fairness through unawareness (FTU)) does not guarantee fair outputs if proxies or complex algorithms remain.

In insurance, some jurisdictions restrict or scrutinise certain proxy variables (such as zip code, credit information, occupation, or education), but rules vary by market and product. Formal approaches to assessing indirect discrimination in quoted premiums are still developing in many places. Where direct protected-class data are unavailable, some regulatory frameworks allow inferred race or ethnicity for quantitative testing. Regression disparities based on such proxies require careful interpretation; see Step 4 and Xin et al. (2026). Steps 2–4 describe technical options for mitigation and audit that you can adapt to your jurisdiction and governance needs.

Risk-based and non-risk differentiation

Not every price difference reflects expected claim cost. Frees and Huang (2023) distinguishes risk-based differentiation (premiums that differ because expected losses differ) from non-risk differentiation (premiums that differ for the same underlying risk, for example because of retention modelling, willingness to pay, or price optimization).

Risk-based rating is the norm in actuarial pricing and is usually defended on efficiency grounds. Non-risk differentiation is more contested. It can be lawful in some markets yet still raise fairness concerns when loyal or less sophisticated customers pay more than risk-identical shoppers, or when behavioural factors reproduce group disparities (Xin and Huang 2024). Several U.S. states restrict price optimization for this reason. Step 3 examines welfare effects when pricing moves beyond technical costs.

Mini-glossary

Symbols and terms used across Steps 1–4.

Term Plain language
Protected attribute (X_P) A characteristic the law or policy treats as off-limits for direct discrimination (e.g. race, gender, ethnicity)
Other features (X_{NP}) Rating variables not treated as protected
Predicted outcome (\hat{Y}) The model output you will test. Candidates include pure premium, technical premium, market premium, loss ratio, and profit loading. See Step 2 for why this choice must be made explicit
Proxy discrimination (PD) A non-protected variable acts as a stand-in for a protected attribute. PD is the problem that CPV (and the related criterion of no omitted-variable bias) is designed to address
Legitimate factors Risk-related variables regulators accept as grounds for price variation

Fairness criteria

The criteria below are illustrative examples used in this playbook and in much insurance fairness work. They are not an exhaustive list. Your jurisdiction, product line, and regulator may require a different criterion.

Let X_P be a protected attribute, X_{NP} other features, and \hat{Y} the predicted price (or cost estimate used to set price) (Xin and Huang 2024).

Playbook criteria

These are the criteria implemented in Steps 2–4 of this playbook (Xin and Huang 2024).

Type Criterion Definition
Individual Fairness through unawareness (FTU) \hat{Y} does not use X_P
Individual Controlling for the protected variable (CPV) Average full-model predictions over X_P at scoring time (sometimes called a discrimination-free price (Lindholm et al. 2022))
Group Demographic parity (DP) Equal distribution of \hat{Y} across protected groups
Group Conditional demographic parity (CDP) Equal distribution of \hat{Y} across groups within each legitimate subgroup
Group Separation / sufficiency Equalised prediction errors across groups (separation) or equal calibration of \hat{Y} to outcomes (sufficiency)
Broader taxonomy

Krafcheck et al. (2026) survey a wider set of criteria for life insurance. The taxonomy distinguishes individual and group fairness. Case Study: Fairness Metrics works through each of these criteria on a single worked life insurance example.

Fairness criteria taxonomy: individual fairness and group fairness branches

Fairness criteria taxonomy (individual and group fairness). Adapted from Krafcheck et al. (2026).

Individual fairness (Krafcheck et al. 2026). Examples below are adapted from the SoA report (life insurance).

Criterion Plain language Example
Fairness through unawareness Leave protected or sensitive variables out of the model No sensitive rating variables used in underwriting
Fairness through awareness (Dwork et al. 2012) Similar individuals (by a similarity metric that accounts for known disparities) receive similar predictions or prices Same premium for applicants with the same risk score within a group, after adjusting the score for known disparities (e.g. healthcare access by race or ethnicity)
No omitted-variable bias (proxy discrimination) (Prince and Schwarcz 2019; Pope and Sydnor 2011; Lindholm et al. 2022) Diagnose proxy relationships with protected attributes and adjust for their effect on outputs Remove the effect of race or ethnicity on model outputs after diagnosing proxy relationships
Counterfactual fairness (Kusner et al. 2017) A prediction is fair if it would be the same had the individual belonged to a different protected group, with all causal effects of that change traced through the model A customer’s premium does not change if we counterfactually reassign their group membership while holding their driving record and vehicle type fixed, but postcode may change if it is causally downstream of group membership

Group fairness (Krafcheck et al. 2026). Examples below are adapted from the SoA report (life insurance).

Criterion Plain language Example
Independence \hat{Y} is statistically independent of the protected attribute Equal rejection rates for life insurance applications across race and ethnicity classes
Separation After conditioning on the true outcome, \hat{Y} is independent of the protected attribute Equal likelihood of fraud investigation or policy rescission across groups, once controlling for whether fraud was ultimately detected
Sufficiency After conditioning on \hat{Y}, the true outcome is independent of the protected attribute Equal distribution of claims across groups at each estimated mortality risk score
How the frameworks relate
Playbook criterion Related criterion in Krafcheck et al. (2026)
Fairness through unawareness (FTU) Fairness through unawareness
Controlling for the protected variable (CPV) No omitted-variable bias — both target proxy discrimination (PD); CPV is the playbook term, no omitted-variable bias is the SoA term for the same idea
Demographic parity (DP) Closely related to independence
Conditional demographic parity (CDP) Special case of independence, conditioning on legitimate factors
Separation / sufficiency Same names in the SoA taxonomy

Achieving individual and group fairness simultaneously is often impossible (Krafcheck et al. 2026; Xin and Huang 2024). The trade-off between criteria is itself part of the fairness discussion.

Choosing a criterion for your regime

Regulation can constrain inputs (which variables or pricing procedures are allowed) or outputs (quantitative tests on premiums or costs) (Xin and Huang 2024). Most regimes still emphasise inputs (prohibited or restricted variables). Effects-oriented rules are growing, including unisex pricing in the EU, disparate-impact-style tests in some U.S. proposals, and bans on non-risk price optimization. Prohibition on protected variables often points toward individual criteria (FTU, CPV); disparate-impact or community-rating rules often point toward group criteria (DP, CDP). Causal approaches offer a third path: rather than removing the protected attribute or constraining group averages, they block specific causal pathways from the protected attribute to the price while allowing others (Araiza Iturria et al. 2024; Côté et al. 2025). See Step 2: Causal approaches for implementation detail. Match the criterion you adopt to your regime before modelling in Step 2.

Competing ethical notions

This lens asks which differentiations are appropriate in the first place, given how a product is positioned in the market. It is less about legal tests than about solidarity, efficiency, and the social role of insurance. Insurance pricing is not the only place fairness matters. Differentiation also arises in issuance, renewal, cancellation, coverage terms, marketing, and claims handling (Frees and Huang 2023). Refusing to issue or renew cover, or restricting benefits, can harm disadvantaged groups more sharply than premium differences alone.

Principles of fair differentiation

Algorithmic pricing is built on differentiation. Customers with different expected costs or willingness to pay may receive different prices. The question is which differentiations are appropriate (Frees and Huang 2023).

The diagram below traces how that question plays out in practice. High-risk and vulnerable consumers push toward the social aspects of insurance, insurers toward the economic aspects, and regulators respond by prohibiting certain uses of pricing, with the specific prohibitions varying by line of business and by jurisdiction.

Balancing social justice and economic efficiency.

Social good or economic commodity?

Fairness depends on product context. The same rating factor can look appropriate in one market and problematic in another.

Position Emphasis Risk pooling logic Examples
Social good Solidarity, access, universal service Subsidising solidarity (higher-risk groups supported by lower-risk groups) Mandatory coverage, limited risk classification, community rating
Economic commodity Efficiency, adverse selection, moral hazard Chance solidarity (pooling among similar risks) Voluntary products priced by supply and demand with finer risk segmentation
NoteInsurance examples

Compulsory third-party motor insurance, catastrophe cover in some jurisdictions, and health insurance are often treated as serving a broader public interest. Premiums may be flattened or pooled across groups.

Voluntary life insurance and voluntary motor cover behave more like competitively priced products. Finer risk classification is usually accepted to limit adverse selection.

Long-term care and disability insurance often sit between the two positions. Your product’s regulatory status and consumer expectations should guide which column applies.

Actuarial fairness

Actuarial fairness is the idea that each policyholder should pay for their own risk and only their own risk (Frees and Huang 2023). It is the dominant logic when insurance is sold as a commercial product by a stock insurer, where the pool is a collection of bilateral contracts rather than a shared community. From this perspective, charging a high-risk customer a low-risk premium is unfair to low-risk customers who effectively cross-subsidise them.

The fairness standard shifts with who owns the pool. Government schemes and social insurance routinely accept cross-subsidy as a policy objective. Mutual and takaful (Islamic cooperative insurance) arrangements can carry stronger solidarity expectations than stock-company markets, even when those firms compete on similar rating factors.

The conflict between actuarial fairness and solidarity is most visible in health insurance, where most developed countries have moved toward some form of community rating or mandatory risk pooling. In motor insurance, the tension appears when regulators prohibit actuarially justified rating factors. The EU’s ban on gender-based pricing in 2012 is the clearest example: the European Court of Justice held that equal treatment of men and women took precedence over gender being a statistically valid predictor of motor claims (ECJ 2011). The ban did not eliminate the underlying risk difference between male and female drivers in certain age groups. It redistributed who pays for it, requiring low-risk female drivers and high-risk male drivers in the same age bracket to pay the same premium. Whether that is fairer depends on whether you view motor insurance as an economic commodity or a social arrangement.

Risk-based pricing and cross-subsidy are both defensible in different product contexts. The key is to make the position explicit before the model is built, rather than discovering it implicitly in the audit.

Actuarial fairness also has a limitation worth naming. Landes (2015) argues that the standard defence of actuarial fairness assumes premiums reflect terms a fully informed policyholder would have freely agreed to. In practice, premiums are set by statistical classifications the policyholder had no role in constructing and often no practical way to negotiate or opt out of. Actuarial fairness can confirm that a price is technically accurate without being able to say whether the social arrangement producing that price is itself fair. That question sits outside what the criterion evaluates.

Social justice and solidarity

The social good side of the table above is not simply the absence of actuarial fairness. It reflects a distinct position on what insurance is for, treating it as a form of mutual aid in which pooling risk across a diverse membership is a moral good in itself rather than a market imperfection to be priced away. Stone (1999) develops the fullest account of this view. She argues that actuarial fairness is not a neutral technical standard but an ideology, one that fragments insurance pools into ever-smaller and more homogeneous risk classes, and that each step of fragmentation erodes the mutual aid insurance was built to provide.

On this view, cross-subsidy from lower-risk to higher-risk members is not a market failure to correct. It is the mechanism through which insurance performs its social function. Community rating, mandatory coverage, and restrictions on risk classification protect that function rather than intervene against a well-functioning market.

Solidarity and actuarial fairness are not two ends of a spectrum a regulator can average between. They rest on different premises about what insurance is, either a bilateral contract between insurer and individual, or a collective institution for managing shared risk. Which premise applies is a product and jurisdiction decision, not something the pricing model can resolve on its own.

Solidarity is not a single mechanism. Lehtonen and Liukko (2011) distinguish two forms. Chance solidarity is the basic logic of any insurance pool, in which members share a genuinely uncertain risk and no one knows in advance who will claim. Subsidising solidarity goes further, deliberately cross-subsidising higher-risk members from lower-risk ones as a matter of social policy, as in community rating. The two are often conflated, but only the second is a distributive choice a regulator can mandate. The first is what makes pooling coherent in the first place, and it erodes as risk classification becomes granular enough to make each policyholder effectively their own risk category, leaving a pool that still exists on paper without the shared uncertainty that gave it ethical weight. Solidarity also has a limitation of its own. It addresses whether a group pays an affordable or equitable price at a given point in time, but has less to say about whether that affordability holds up as policies are re-rated at renewal, particularly once risk classification becomes finer over successive pricing cycles.

Choice-sensitive fairness

A third position asks a narrower question than either actuarial fairness or solidarity. It asks whether a customer’s higher price reflects something they chose or something that happened to them. The distinction descends from Dworkin’s account of equality of resources (Dworkin 1981), which separates option luck, the result of a deliberate and insurable gamble a person could have declined, from brute luck, misfortune that was never within the person’s control. Applied to insurance, this position holds that pricing on option luck is easier to defend than pricing on brute luck, even when both predict cost equally well.

This is the ethical logic behind the Control and Causality principles introduced earlier in this step (see Pricing feature principles). It explains why smoking status is broadly accepted as a rating factor, since the customer chose to smoke, while genetic predisposition is widely restricted or banned, since the customer did not choose their genes, even though both factors can predict claims. Avraham et al. (2014) work through this reasoning across US insurance anti-discrimination law, including how it shapes debates over genetic testing and credit scoring.

Choice-sensitive fairness cuts across the social good and economic commodity table above. A commercial insurer can restrict genetic rating on choice-sensitive grounds without adopting a broader solidarity position, and a solidarity-oriented scheme can still price on option luck, for example charging more for at-fault claims, without treating that as a betrayal of mutual aid.

Choice-sensitive fairness has a well-known limitation, developed by Anderson (1999). The option and brute luck distinction assumes the customer’s choice was genuinely open. That assumption breaks down when the choice was itself shaped by circumstances the customer did not choose. A household that cannot afford to relocate out of a flood-prone area, or a driver who cannot afford a newer, safer vehicle, has not exercised option luck in any meaningful sense, even though the resulting rating factor looks like a chosen behaviour on its face. Applying the option and brute luck distinction without asking how constrained the underlying choice was risks treating structurally limited choices as though they were freely made.

Consumer trust

The third lens is about whether pricing honours what the firm has promised customers and what the market expects, not only whether a model passes a legal or statistical test.

Insurers make implicit and explicit commitments through product disclosure, marketing, codes of practice, and the consistency between quoted and filed rates. Insurance contracts also rely on utmost good faith (the principle that both parties disclose all material information honestly): customers are expected to answer underwriting questions honestly, while insurers hold far more data and modelling capability (Frees and Huang 2023). That imbalance matters for trust. Consumers often struggle to compare policies or verify that a quoted premium reflects risk rather than retention or shopping behaviour.

A price can be compliant yet feel unfair if it diverges from those promises, changes without clear explanation, or uses information gathered for underwriting in ways customers did not expect. Non-risk differentiation, including price optimization that penalises loyal or less price-sensitive customers, is a recurring source of consumer concern (Frees and Huang 2023; Xin and Huang 2024). Big data and machine learning can widen the gap if insurers can segment more finely while customers lack equivalent tools to compare offers.

Conversely, transparent communication about why prices differ (for example, risk-based rating on controllable factors) can support trust even where premiums are not equal across groups. Compliance with anti-discrimination rules is necessary but not sufficient for this lens. Product, legal, and communications teams should align on what customers are told about how prices are set and how that aligns with the technical choices in the sections above.

Checklist

Use this checklist to confirm Step 1 decisions before moving to model design. Assign an owner for each item and record sign-off.

Task Typical owner
Discuss which fairness lenses matter for your product (anti-discrimination, competing ethical notions, consumer trust) Executive sponsor / Product
Document applicable regulations and filing requirements Legal / Compliance
Identify relevant fairness metrics (e.g. conditional demographic parity (CDP), proxy discrimination (PD)) for your context Product / Policy
Specify outcome \hat{Y} (pure premium, technical premium, market premium, loss ratio, or profit loading, per Step 2) and legitimate factors for conditional demographic parity (CDP) Actuarial / Model risk
Classify pricing features using differentiation principles (note line of business and jurisdiction) Actuarial / Data science
Separate risk-based from non-risk pricing practices in disclosures and governance Product / Actuarial
Define how indirect discrimination will be assessed and escalated Legal / Model risk
Align customer-facing disclosures with pricing methodology Product / Communications

Next: Step 2 · Design Fair Pricing — map the criterion chosen here to a concrete model design.

References

Anderson, Elizabeth. 1999. “What Is the Point of Equality?” Ethics 109 (2): 287–337.
Araiza Iturria, Carlos Andrés, Mary Hardy, and Paul Marriott. 2024. “A Discrimination-Free Premium Under a Causal Framework.” North American Actuarial Journal 28 (4): 801–21. https://doi.org/10.1080/10920277.2023.2291524.
Avraham, Ronen, Kyle D Logue, and Daniel Schwarcz. 2014. “Understanding Insurance Antidiscrimination Laws.” Southern California Law Review 87 (2): 195–274.
Côté, Olivier, Marie-Pier Côté, and Arthur Charpentier. 2025. “A Fair Price to Pay: Exploiting Causal Graphs for Fairness in Insurance.” Journal of Risk and Insurance 92 (1): 33–75. https://doi.org/10.1111/jori.12503.
Dwork, Cynthia, Moritz Hardt, Toniann Pitassi, Omer Reingold, and Richard Zemel. 2012. “Fairness Through Awareness.” Proceedings of the 3rd Innovations in Theoretical Computer Science Conference (New York, NY, USA), ITCS ’12, 214–26. https://doi.org/10.1145/2090236.2090255.
Dworkin, Ronald. 1981. “What Is Equality? Part 2: Equality of Resources.” Philosophy & Public Affairs 10 (4): 283–345.
ECJ. 2011. Judgment of the Court (Grand Chamber) of 1 March 2011. Https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A62009CJ0236, Judgement of the Court, Case C-236/09.
Frees, Edward W, and Fei Huang. 2023. “The Discriminating (Pricing) Actuary.” North American Actuarial Journal 27 (1): 2–24.
Krafcheck, Eric, Igor Balnozan, and Fei Huang. 2026. Fairness Metrics for Life Insurance. Society of Actuaries Research Institute. https://www.soa.org/resources/research-reports/2026/fairness-metrics-life-insurance/.
Kusner, Matt J, Joshua Loftus, Chris Russell, and Ricardo Silva. 2017. “Counterfactual Fairness.” Advances in Neural Information Processing Systems, 4066–76.
Landes, Xavier. 2015. “How Fair Is Actuarial Fairness?” Journal of Business Ethics 128 (3): 519–33.
Lehtonen, Turo-Kimmo, and Jyri Liukko. 2011. “The Forms and Limits of Insurance Solidarity.” Journal of Business Ethics 103 (1): 33–44.
Lindholm, Mathias, Ronald Richman, Andreas Tsanakas, and Mario V Wüthrich. 2022. “Discrimination-Free Insurance Pricing.” ASTIN Bulletin: The Journal of the IAA 52 (1): 55–89. https://doi.org/10.1017/asb.2021.23.
Pope, Devin G, and Justin R Sydnor. 2011. “Implementing Anti-Discrimination Policies in Statistical Profiling Models.” American Economic Journal: Economic Policy 3 (3): 206–31.
Prince, Anya ER, and Daniel Schwarcz. 2019. “Proxy Discrimination in the Age of Artificial Intelligence and Big Data.” Iowa Law Review 105: 1257.
Stone, Deborah A. 1999. “Beyond Moral Hazard: Insurance as Moral Opportunity.” Connecticut Insurance Law Journal 6 (1): 11–46.
Xin, Xi, Giles Hooker, and Fei Huang. 2026. How Proxy Race Distorts Regression-Based Fairness Audits. https://arxiv.org/abs/2603.17106.
Xin, Xi, and Fei Huang. 2024. “Antidiscrimination Insurance Pricing: Regulations, Fairness Criteria, and Models.” North American Actuarial Journal 28 (2): 285–319.