> For the complete documentation index, see [llms.txt](https://nicolas-heron.gitbook.io/droolsonboarding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nicolas-heron.gitbook.io/droolsonboarding/brms/implementing_the_birthday_promotion_step.md).

# Implementing the Birthday promotion step

\*\*# Implementing the Birthday promotion step

If the person has his Birthday on the quote day and a day ticket is asked, then a 10% reduction shall be applied for the person.

![](https://2162667257-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-FWW6zn6BoLbrPp_j8%2F-M-FWXeF2rB74vmY-cqZ%2F-M-FWZGK4zMGUb1OGi8B%2Faction00.png?generation=1580825235005697\&alt=media)

![](https://2162667257-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-FWW6zn6BoLbrPp_j8%2F-M-FWXeF2rB74vmY-cqZ%2F-M-FWZGMDf1r1LTwbKYO%2Faction01.png?generation=1580825235414187\&alt=media)

Instead of ROUND\_HALF\_DOWN you can put ROUND\_HALF\_UP which will put higher reduction amount.

![](https://2162667257-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-FWW6zn6BoLbrPp_j8%2F-M-FWXeF2rB74vmY-cqZ%2F-M-FWZGOGs6vdAhVSy50%2Faction02.png?generation=1580825235286950\&alt=media)
