The Art Gallery Guardian

The related employer controlled group


Disclaimer: Not an accountant nor a lawyer.

For employees in the US, employers (not just the employee) can contribute to the employee’s retirement fund 401(k). There is an maximum limit. It is for 2022.

If a person works for multiple unrelated employers, each employer, in theory, can contribute to their 401(k). This is because such limit is based on the plan, and not based on the person.

See Michael Kitces’s excellent article about the problem.

Kitce’s article outlined there are two ways to determine if some entities are related. Here we focus on the easier one, the controlled group. Another good source for controlled groups is betterment’s article.

We will be very specific about the statement, what is unrelated? Unfortunately. What IRS defined as controlled group does not give us a equivalence relation. So here is an overview of what is actually happening.

The IRS produce rules that group companies into sets of what is called controlled groups. The idea is these companies are controlled by the same entity. So they could as well be made into a single company. So if they are a single company, they should not be contributing more than to a employers 401(k).

However, there are overlap of the groups. So a partition must be created. This partition, which I call it the controlled partition, need to have the property that each partition class is a subset of some controlled group.

The actual code states what to do with the overlaps.

The determination as to the group of which such corporation is a component member shall be made under regulations prescribed by the Secretary which are consistent with the purposes of this part.

If a person works for companies that spans different classes of the controlled partition, then the employers in each partition class can contribute at most to the person’s 401(k).

Now, we want to distill the information to a mathematically formal one.

Consider we have a directed graph. The edges has a weight function . Note for simplicity of exposition, for an edge that doesn’t exists is defined as . For each vertex, it satisfies sum of the weight of in edges is at most .

The intuition is means the proportion of that is owned by .

There is a special subset of vertices . It correspond to individual, trusts and/or estates.

We define a few terms.

  1. A set of entities is a P-set, if have the following property.
  • there exists a special vertex , called the parent.
  • for all .
  • for at least two distinct vertices in .
  1. A set is a B-set, if , and there exists a set such that , and
  • for each ,
  • .
  1. A set is a C-set, if and
  • for each , is in a P-set contained in , or a B-set contained in .
  • at least one vertex is a parent vertex of some P-set contained in , and is also a vertex of a B-set contained in .

The P-set, B-set and C-set reflects Parent-Subsidiary Controlled Group, Brother-Sister Controlled Group and Combined Controlled Group, respecitvely. Note I’m still simplfying here. There are some attribution problems. For example, someone could own a trust which owns a company, and this has to be taken into consideration for the controlled groups.

Here I found a few useful facts.

  1. It’s possible that two B-set and intersects, but is not a B-set:

Consider there are two sets of size in , and . .

Consider two sets and . For each vertex , there is an edge with weight , and edge with weight . For each vertex , there is an edge with weight , and edge with weight . For , there is an edge with weight , , with weight .

The claim is that and are both B-set, but is not. This is because no subset of with size no larger than can make sure incoming weights for each vertex in is at least .

  1. and is a B-set, then is a B-set if .

  2. Two P-sets and such that , then is a P-set.

This mean there is a unique maximal P-set containing a particular vertex.

  1. If any set is a C-set, then the union of all P-sets and B-sets is a C-set.

Looking at the letter of the law, any C-set together with some other P-set and B-set is still a C-set. This means two companies that is not related in any way can be classified to be related.

Posted by Chao Xu on .
Tags: tax, 401(k).