T
The Daily Insight

Are capital gains considered effectively connected income?

Author

Ava Robinson

Published Mar 05, 2026

All US-source active income earned by a non-US person is treated as effectively connected. Passive-type income and gain from the sale of capital assets are treated as effectively connected to a non-US person’s US trade or business only if a connection with the US trade or business exists.

How do you measure CFC status?

A foreign corporation is a CFC if more than 50% of the total combined voting power of all classes of stock entitled to vote or the total value of the stock of the corporation is owned directly, indirectly, or constructively by “United States shareholders” on any day during the taxable year of the foreign corporation.

What is the full meaning of CFC?

chlorofluorocarbon
Definition of ‘CFC’ CFCs are gases that were widely used in the past in things such as aerosols and refrigerators and can cause damage to the ozone layer. CFC is an abbreviation for ‘chlorofluorocarbon’.

What if effectively connected income?

You usually are engaged in a U.S. trade or business when you perform personal services in the United States. You must treat the gain or loss as effectively connected with that trade or business. Income from the rental of real property may be treated as ECI if the taxpayer elects to do so.

What does CFC stand for in customer service?

The CFC is an integrated, high performance Customer Service Management capability that serves the needs of companies requiring a dedicated or leveraged contact management offering. Execution of all Call Centre Operations.

How to specify access to a CFC method?

You specify the access to a CFC method by specifying the cffunction access attribute, as follows: Available only to the component that declares the method and any components that extend the component in which it is defined. This usage is like the Java protected keyword, not the Java private keyword.

How is a CFC used in a shopping cart application?

For example, if you use a CFC for a shopping cart application, where the shopping cart contents must persist for the length of the user’s session. If you place the shopping cart CFC in the Session scope, you can use component properties to store the cart contents.

Which is an example of a CFC component?

For example, a component named president.cfc inherits its methods and properties from manager.cfc, which inherits its methods and properties from employee.cfc. In other words, president.cfc is a manager.cfc; manager.cfc is an employee.cfc; and president.cfc is an employee.cfc.