Elk Company reports a deficit in current E&P of ($200,000) and positive accumulated E&P of $300,000. Elk distributed $200,000 to its sole shareholder, Barney Rubble, on December 31, 20X3. Barney's tax basis in his Elk stock is $75,000. What is the tax treatment of the distribution to Barney, and what is his tax basis in Elk stock after the distribution?

What will be an ideal response?


$100,000 dividend income, $75,000 tax-free return of capital, $25,000 capital gain. His tax basis in the Elk stock is $0.

Barney reports a dividend of $100,000, the accumulated E&P at December 31, 20X3. The excess $100,000 distribution first reduces his basis in Elk stock, and the excess is treated as capital gain from sale of the stock. His tax basis in Elk stock is $0.

Business

You might also like to view...

Which of the following accounts probably would need to be adjusted at year end?

a. Notes Payable b. Land c. Supplies d. Dividends

Business

Ravi is giving a one-way presentation in his organizational behavior class on communication. Which of the following is Ravi in the Shannon–Weaver model of communication?

A. message B. decoder C. sender D. noise

Business

Since the 1970s, over a million immigrants ________ to the United States

A) have came B) had come C) have come D) had came

Business

Which of the following code fragments would not raise an error?

A. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND(v_amt1)       DBMS_OUTPUT.PUT_LINE(v_ amt2); END; B. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND(v_amt1,1);       DBMS_OUTPUT.PUT_LINE(v_ amt2); END; C. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND v_amt1, 2;       DBMS_OUTPUT.PUT_LINE(v_ amt2); END; D. DECLARE       v_amt1 number(5,2);       v_amt2 number(3,0); BEGIN       v_amt1 :=  32.50;       v_amt2 :=  ROUND[v_amt1,0];       DBMS_OUTPUT.PUT_LINE(v_ amt2); END;

Business