MarketBankruptcy problem
Company Profile

Bankruptcy problem

A bankruptcy problem, also called a claims problem, is a problem of distributing a homogeneous divisible good among people with different claims. The focus is on the case where the amount is insufficient to satisfy all the claims.

Definitions
The amount available to divide is denoted by E (=Estate or Endowment). There are n claimants. Each claimant i has a claim denoted by c_i. It is assumed that \sum_{i=1}^n c_i \geq E, that is, the total claims are (weakly) larger than the estate. A division rule is a function that maps a problem instance (c_1,\ldots,c_n,E) to a vector (x_1,\ldots,x_n) such that \sum_{i=1}^n x_i = E and 0\leq x_i\leq c_i for all i. That is: each claimant receives at most its claim, and the sum of allocations is exactly the estate E. Generalizations There are generalized variants in which the total claims might be smaller than the estate. In these generalized variants, \sum_{i=1}^n c_i \geq E is not assumed and 0\leq x_i\leq c_i is not required. Another generalization, inspired by realistic bankruptcy problems, is to add an exogeneous priority ordering among the claimants, that may be different even for claimants with identical claims. This problem is called a claims problem with priorities. Another variant is called a claims problem with weights. == Rules ==
Rules
There are various rules for solving bankruptcy problems in practice. • The proportional rule divides the estate proportionally to each agent's claim. Formally, each claimant i receives r \cdot c_i, where r is a constant chosen such that \sum_{i=1}^n r\cdot c_i = E. We denote the outcome of the proportional rule by PROP(c_1,\ldots,c_n ; E). • There is a variant called truncated-claims proportional rule, in which each claim larger than E is truncated to E, and then the proportional rule is activated. That is, it equals PROP(c_1',\ldots,c_n',E), where c'_i := \min(c_i, E). first gives, to each agent i, his minimal right, which is the amount not claimed by the other agents. Formally, m_i := \max(0, E-\sum_{j\neq i} c_j). Note that \sum_{i=1}^n c_i \geq E implies m_i \leq c_i. Then, it revises the claim of agent i to c'_i := c_i - m_i, and the estate to E' := E - \sum_i m_i. Note that E' \geq 0. Finally, it activates the truncated-claims proportional rule, that is, it returns TPROP(c_1,\ldots,c_n,E') = PROP(c_1,\ldots,c_n,E'), where c''_i := \min(c'_i, E'). With two claimants, the revised claims are always equal, so the remainder is divided equally. With three or more claimants, the revised claims may be different. • The constrained equal awards rule divides the estate equally among the agents, ensuring that nobody gets more than their claim. Formally, each claimant i receives \min(c_i, r), where r is a constant chosen such that \sum_{i=1}^n \min(c_i,r) = E. We denote the outcome of this rule by CEA(c_1,\ldots,c_n ; E). In the context of taxation, it is known as leveling tax. In the taxation context, it is known as poll tax. • The contested garment rule (also called the Talmud rule) uses the CEA rule on half the claims if the estate is smaller than half the total claim; otherwise, it gives each claimant half their claims, and applies the CEL rule. Formally, if 2 E then CG(c_1,\ldots,c_n; E) = CEA(c_1/2,\ldots,c_n/2; E); Otherwise, CG(c_1,\ldots,c_n; E) = c/2 + CEL(c_1/2,\ldots,c_n/2; E-\sum_j (c_j/2)). • The following rule is attributed If the sum of claims is larger than 2E, then it applies the CEA rule on half the claims, that is, it returns CEA(c_1/2,\ldots,c_n/2; E) ; Otherwise, it gives each agent half its claim and then applies CEA on the remainder, that is, it returns (c_1/2,\ldots,c_n/2) + CEA(c_1/2,\ldots,c_n/2; E-\sum_{j=1}^n c_j/2) . • The constrained egalitarian rule works as follows. If the sum of claims is larger than 2E, then it runs the CEA rule on half the claims, giving each claimant i \min(c_i/2, r). Otherwise, it gives each agent i \max(c_i/2, \min(c_i, r)), In both cases, r is a constant chosen such that the sum of allocations equals E. • The random arrival rule works as follows. Suppose claimants arrive one by one. Each claimant receives all his claim, up to the available amount. The rule returns the average of resulting allocation vectors when the arrival order is chosen uniformly at random. Formally: RA(c_1,\ldots,c_n; E) = \frac{1}{n!} \sum_{\pi \in \text{permutations}} \min (c_i, \max(0, E-\sum_{\pi(j). == Bankruptcy rules and cooperative games ==
Bankruptcy rules and cooperative games
Bargaining games It is possible to associate each bankruptcy problem with a cooperative bargaining problem, and use a bargaining rule to solve the bankruptcy problem. Then: • The Nash bargaining solution corresponds to the constrained equal awards rule; • The lexicographic-egalitarian bargaining solution also corresponds to the constrained equal awards rule; • The Tau-value solution corresponds to the adjusted proportional rule. is its maximal right - the amount that this coalition can ensure itself if all other claimants drop their claims: v(S) := \min\left(E, \sum_{j\in S}c_j\right). == Properties of division rules ==
Properties of division rules
In most settings, division rules are often required to satisfy the following basic properties: • Feasibility: the sum of allocations is at most the total estate, \sum_{i=1}^n x_i \leq E. • Efficiency: stronger than feasibility: the sum of allocations equals the total estate, \sum_{i=1}^n x_i = E. • Non-negativity: each claimant should get a non-negative amount, \forall i: x_i\geq 0 . • Claims-boundedness: each claimant should get at most his claim, \forall i: x_i\leq c_i . • Minimal-rights: stronger than non-negativity: each claimant should get at least his minimal right, which is what's left if all other agents get their full claims: \forall i: x_i\geq m_i, \text{ where } m_i := \max(0, E-\sum_{j\neq i} c_j). • Note that efficiency, non-negativity and claims-boundedness together imply minimal-rights. • Equal treatment of equals (ETE): two claimants with identical claims should get identical allocations: c_i=c_j \implies x_i=x_j. In generalized problems of claims with priorities, equal treatment of equals is required to hold for agents in each priority class, but not for agents in different priority classes. • Equal treatment of equal groups: stronger than ETE: two subsets of claimants with the same total claim should get the same total allocation. • Anonymity: stronger than ETE: if we permute the vector of claims, then the vector of allocations is permuted accordingly. • Order-preservation: stronger than ETE: agents with weakly-higher claims should get weakly-more and should lose weakly-more: c_i \geq c_j \implies (x_i\geq x_j \text{ and } c_i-x_i\geq c_j-x_j) . • Group order preservation: stronger than both group-ETE and order preservation: it requires order-preservation among every two subsets of agents. == Repeated bankruptcy problems ==
Repeated bankruptcy problems
A repeated bankruptcy problem (aka dynamic claims problem) is an extension of the basic model, in which a bankruptcy problem with the same set of players (but different claims and different endowments) occurs repeatedly. For example, in refugee camps, the available food and money is rationed among the refugees every month. The allocation at past occurrences might affect the allocation at the present occurrence. Moreno-Ternero and Vidal-Puga presents several reasonable axioms that should be satisfied by an allocation rule that takes history into account. == See also ==
tickerdossier.comtickerdossier.substack.com