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
Autor do modelo
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.
Mais modelos
Ver outros modelos
Automatização do Processo de Reclamação de Indemnizações
Automatize o tratamento integral dos pedidos de indemnização por acidentes de trabalho através da análise de relatórios médicos com recurso à IA — extraia os dados clínicos de que necessita e impulsione automaticamente todas as decisões subsequentes.
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.