rulesbeginner

Person Category

Simple Decision Table returning person's category based on their age.

DecisionRules

David Škarka

Template author

This rule logic is encapsulated within a Decision Table component named Person Category. Its primary goal is to function as a simple lookup mechanism that returns a person's demographic category and associated code based on their age input.

Solution components:

The component operates on a specific input schema and produces a defined output schema:

  • Input: The rule accepts a single variable: person.age (Age).

  • Outputs: The rule calculates two resulting variables:

    • person.category (Category): The full descriptive name of the age group.

    • person.code (Code): A shorthand identifier for the age group.

Check iconA checkmark inside a circle signifying "yes"Minus iconA minus inside a circle signifying "no"PROS IconA plus symbol representing positive aspects or benefits.CONS IconA minus symbol representing negative aspects or drawbacks.

More Templates

See Other Templates

financial servicessuggested

A/B Testing

Discover a simple way to assign a test group for performing A/B Testing on your decisions.

Explore
financial servicessuggested

Risk Based Pricing

Discover a simple way to apply a suitable Risk Based Pricing matrix based on a type of client.

Explore
financial servicessuggested

Eligibility and Policy Rules

Discover a simple way to define and execute various sets of rules and get the final decision outcome.

Explore