Economic Nexus Report — {{ year }}

{{ profile ? profile.companyName : 'No fiscal profile selected' }} — Post-Wayfair State Compliance

Tax Year: {{ year }} General Threshold: $100,000 sales or 200 transactions Prepared: {{ "now"|date('m/d/Y') }}
Disclaimer: This report is for informational purposes only. Consult a tax professional for official nexus determinations. Thresholds vary by state and may have changed. Wyoming state tax: 4% sales, no corporate income tax.
{% for state, data in nexus_data %} {% set has_nexus = data.total_sales >= data.sales_threshold or data.transaction_count >= data.transaction_threshold %} {% set row_class = (data.no_sales_tax is defined and data.no_sales_tax) ? 'none-tax' : (has_nexus ? 'nexus' : (data.total_sales >= data.sales_threshold * 0.8 ? 'approaching' : 'ok')) %} {% endfor %}
State Total Sales Transactions Sales Threshold Nexus Status Action
{{ state }} {{ data.total_sales|format_currency(display_currency()) }} {{ data.transaction_count }} {{ data.sales_threshold|format_currency(display_currency(), null, 0) }} {% if data.no_sales_tax is defined and data.no_sales_tax %}No Sales Tax {% elseif has_nexus %}Nexus Established {% elseif data.total_sales >= data.sales_threshold * 0.8 %}Approaching {% else %}No Nexus{% endif %} {% if not (data.no_sales_tax is defined and data.no_sales_tax) and has_nexus %}Register & Collect {% else %}—{% endif %}