Two-dimensional tiered pricing

Two-dimensional or 2D tiered pricing is a pricing strategy where the cost of a service or product is set at different tiers, or levels, based on two dimensions, or factors.

Difference between 2D tiered pricing model and tiered pricing model

2D tiered pricing model is similar to tiered pricing model. The most important difference being that the tiered pricing model has tiers based on one factor whereas the 2D tiered pricing model has tiers based on two factors.

In the following example for the tiered pricing model, commission tiers are defined for the service or product based on a single factor: quantity.

Number of units of the service or productCommission charged per unit (USD)
1-990.01
100-2000.005
201-∞0.002

In the following example for the 2D tiered pricing model, commission tiers have been defined for the service or product based on two factors:

  • quantity
  • per-unit price range
Number of units of the service or productCommission (USD per unit) when per unit costs $0–100Commission (USD per unit) when per unit costs more than $100
0–500000.010.02
50000–1000000.0050.01
100000–1500000.0020.005
150000-∞0.0010.002
Fig.2: In a product based on 2D tiered pricing, the y-axis represents the quantity of VMs sold, whereas the x-axis represents the zone in which the VM runs. The US zone is represented 1 in the product, whereas the Europe zone is represented by 2 in the product.

Fig.1: In this product based on the 2D-tiered pricing model, the y-axis can be thought of as representing the quantity, whereas the x-axis can be thought of as representing the per-unit price range. The commission rate is fixed based on values of both the x-axis and the y-axis.

How to add a product based on 2D tiered pricing in Zenskar

🔖

Important

Refer the products documentation to learn more about the concept of products in Zenskar.

Step 1: Create a product based on 2D tiered pricing

  1. Navigate to Contracts > Products, and click on the ADD PRODUCT button.
  2. Select the 2D Tiered Pricing from the drop-down.
  3. Select or deselect Metered:
    1. If the service or product is metered, select the appropriate usage aggregate from the drop-down. The usage aggregates for 2D tiered pricing model must be created in the SQL query builder. Visual query builder cannot be used.
    2. If the service or product is not metered, enter the quantity.
  4. Fill in all other details, and select all the desired features.
  5. Save the product.

Example: metered product

🔖

Note

This pricing model is available only for metered products.

  • Let us assume that you sell provide a platform for sellers, and you charge commission on sales made by the sellers.
  • Commission tiers have been defined based on two factors:
    • quantity
    • per-unit price range
Number of units of the service or productCommission (USD per unit) when per unit costs $0–100Commission (USD per unit) when per unit costs more than $100
0–500000.010.02
50000–1000000.0050.01
100000–1500000.0020.005
150000-∞0.0010.002
  • Owing to the nature of consumption, this is a metered product.
  • The usage aggregate named demoAggregate is being used to fetch usage details for a given billing period.
Fig. 1: A product based on 2D tiered pricing model: the y-axis is the quantity of VMs sold, whereas the x-axis is the zone in which the VM runs. The US zone is represented by 1

Fig. 1: A metered product based on 2D tiered pricing model.

Creating usage aggregates for 2D tiered pricing model

The usage aggregates for 2D tiered pricing model must be created in the SQL query builder due to the complexity of the pricing model. Visual query builder cannot be used.

👷

Engineering effort required

Creating raw SQL queries for complex scenarios is the job of an engineer proficient in SQL.