Tax exemptions auto-renewal

With the Investment API, an exemption order with an indefinite or unexpired date at the end of the calendar year is automatically carried over to the next year.

Auto-renewal of tax exemption orders refers to the automatic extension of tax-exempt status from one year to the next without requiring any additional action by the clients. This process also simplifies the administrative burden for you and your end users that qualify for tax exemption, ensuring that their status remains active without the need for annual reapplications.

This guide will introduce you to the topic and you will learn under which circumstances a tax exemption order can be extended or renewed.

How does auto-renewal work?

Upvest has implemented an auto-renewal system that ensures eligible taxpayers can maintain their exemption seamlessly, provided they continue to meet the criteria established by the tax authorities.

Below we describe how and when the reconciled tax exemption data can be carried over into the new year.

When does a renewal take place?

Basically, the renewal process is triggered every year on January 1st (New Year's Day).

Process flow

The following diagram outlines the process flow for a tax exemption auto-renewal:

Rollover process

Use cases

In the following, we illustrate examples of the rollover of the tax exemption from 2024 to 2025 using a few use cases.

The expiry date is after the turn of the year

The current tax exemption has valid_to_date = 2028-12-31.

The expiry date of the current tax exemption is therefore after the New Year date. The following procedures apply:

  1. First, the previous tax exemption order is marked as EXPIRED.

  2. A webhook with the status UPDATED is being triggered.

  3. A new tax exemption order is created for the new year with:

    • valid_to_date = 2028-12-31.
    • status = ACTIVE
    • amount_used = 0
  4. A webhook with the status CREATED is being triggered.

Infinite validity

The current tax exemption has valid_to_date = NULL.

This means that this tax exemption is valid indefinitely. The following procedures apply:

  1. First, the previous tax exemption order is marked as EXPIRED.

  2. A webhook with the status UPDATED is being triggered.

  3. A new tax exemption order is created for the new year with:

    • valid_to_date = NULL.
    • status = ACTIVE
    • amount_used = 0
  4. A webhook with the status CREATED is being triggered.

Validity expires at the end of the year

The current tax exemption's valid_to_date = 2024-12-31. In this case, no auto-renewal is executed.

  1. The tax exemption order is marked as EXPIRED.

  2. A webhook with the status UPDATED is being triggered.

Was this page helpful?