Taxas do vendedor
Esta tabela de decisão calcula as taxas do vendedor com base no preço do carro e em taxas especiais.
David Škarka
Template author
This Decision Table calculates Seller Fees based on the car price and special fees.
Solution componentsA Decision Table named 'Seller Fees' calculates the total fee, special fees, and assigns a fee segment based on the given car price.
- The logic evaluates the carPrice.price against "Minimum Car Price" and "Maximum Car Price" columns to determine which rule row applies.
For each validated price range, the table executes specific calculation functions:
Fee to Pay: Calculates the total fee using a formula (typically a percentage of the car price plus a fixed constant, rounded to 2 decimal places).
Special Fees: Calculates the special fee result using a percentage of the input specialFees plus a fixed constant.
Fee Segment: Assigns a specific segment ID (e.g., "1", "2", "16") corresponding to the identified price bracket.
Use this Decision Table to automatically compute seller transaction costs dynamically as car prices vary.
More Templates
See Other Templates
Teste A/B
Descubra uma maneira simples de atribuir um grupo de teste para realizar testes A/B em suas decisões.
Precificação baseada em risco
Descubra uma maneira simples de aplicar uma matriz de precificação baseada em risco adequada ao tipo de cliente.
Critérios de Elegibilidade e Regras da Política
Descubra uma maneira simples de definir e executar vários conjuntos de regras e obter o resultado da decisão final.