Enter Sale Transaction Details

Enter the details of the security sold at a loss.

Enter Purchase Transactions of Substantially Identical Securities

Add any purchases of the same or substantially identical security made 30 days before or 30 days after the sale date.

Wash Sale Analysis Results

The disallowed loss is added to the cost basis of the replacement shares. The holding period of such replacement shares includes the holding period of the shares sold.

` : '

The sale did not result in a loss. Wash Sale Rule does not apply for disallowing losses.

'} `; const printWindow = window.open('', '_blank'); if (printWindow) { printWindow.document.open(); printWindow.document.write(` Wash Sale Analysis Report ${reportBodyHTML}`); printWindow.document.close(); setTimeout(() => { printWindow.focus(); printWindow.print(); /* printWindow.close(); */ }, 500); } else { alert('Could not open print window. Please check pop-up blocker settings.'); } }); } // Initialize first tab switchTab('wscSaleTab'); addPurchaseEntry(); // Add one purchase entry form by default });
Scroll to Top