energia e serviços públicos
Tarifa dinâmica
O Decision Flow utiliza dados como região, percentual da carga da rede, preço atual da energia e temperatura para calcular a tarifa final que o consumidor deve pagar, com base na sazonalidade e no consumo.
David Škarka
Template author
This Decision Flow calculates the final rate that a consumer should be paying based on seasonality and usage by processing inputs such as region, percentage of grid load, current energy price, and temperature.
Solution components:
- A Decision Table named Tariff Tier assigns a specific tier (e.g., Super-Off-Peak, Critical Peak) and a baseRate based on the percentage of grid load, the current energy price, and the temperature.
- A Decision Table named Regional Multiplier assigns a rate multiplier and an adjustment type (such as "Heatwave Surcharge" or "Conservation Credit") based on the input region and the previously calculated tariffTier.
- A Decision Table named Meter Command determines if a notification is required (Yes/No) and selects the appropriate command (e.g., PUSH_ALERT, SET_RATE) for the smart meter based on the tariffTier and baseRate.
- A Decision Flow orchestrates these Decision Tables:
- It first gathers inputs to execute the Tariff Tier rule, establishing the baseline cost.
- It passes the resulting tier to the Regional Multiplier rule to determine the seasonal impact.
- It calculates the final rate
- Finally, it executes the Meter Command rule to output the necessary alerts or hardware commands.
More Templates
See Other Templates
serviços financeirossugerido
Teste A/B
Descubra uma maneira simples de atribuir um grupo de teste para realizar testes A/B em suas decisões.
serviços financeirossugerido
Precificação baseada em risco
Descubra uma maneira simples de aplicar uma matriz de precificação baseada em risco adequada ao tipo de cliente.
serviços financeirossugerido
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.