# AND/OR Conditions

{% embed url="<https://youtu.be/xUwxooRP9Mg?si=-4LEAdcqtv-cqA0S&t=514>" %}

It is possible to create conditions bound with **AND/OR** terms.

Let's take an example of making bound conditions for the **Annual Interest Rate** depending on the **Loan Amount**.

**Condition:** if the loan amount is greater than 5 000 and less than 7 000 set the annual interest rate to 10:

![](https://834137925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDTO7zmTA5-HpvK8JDA%2Fuploads%2FxBakehFOeN5BSOvgMvmB%2FCCBN%20loan%20form4.png?alt=media\&token=27266d0e-11bf-47a9-a1f0-a1247212f225)

In the first preview, we can see that only one condition is met and the annual interest rate has not changed:&#x20;

![](https://834137925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDTO7zmTA5-HpvK8JDA%2Fuploads%2FssYmIRjelTvURQomN3RR%2FCCBN%20loan%20form5.png?alt=media\&token=f656c801-456c-4933-b16d-e6ebcc68846a)

In the second preview, both conditions are met and the annual interest rate is set to 10:

![](https://834137925-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDTO7zmTA5-HpvK8JDA%2Fuploads%2Fy3GaMrV4VTxZw8SlAZhG%2FCCBN%20loan%20form6.png?alt=media\&token=aeb54894-4d70-4944-9390-a982edd5596b)
