# How to automate price conversion

When working with business rules you can change a specific localized value of an [attribute](https://docs.struct.com/pim3/fundamental-concepts/attributes). This makes it possible to convert the local price to other currencies.

Start by making a Business rule that [triggers](https://docs.struct.com/pim3/reference/product-model-setup/business-rules/business-rule-details/triggers/trigger-details) when the price [attributes](https://docs.struct.com/pim3/fundamental-concepts/attributes) change.

<figure><img src="https://3609403033-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJAMIKVcqchSDbt4A7DE%2Fuploads%2FmgaNDvzCTkbjAgNAUvpU%2Fimage.png?alt=media&#x26;token=2463ca25-2a88-45bd-8ff3-2857f06683ec" alt=""><figcaption><p>Business rule setup page</p></figcaption></figure>

Then make [conditions](https://docs.struct.com/pim3/reference/product-model-setup/business-rules/business-rule-details/conditions/condition-details) to check if the price was set. This can be done by checking if the price was empty before.

<figure><img src="https://3609403033-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJAMIKVcqchSDbt4A7DE%2Fuploads%2FOPytquPi94GshA704opf%2Fimage.png?alt=media&#x26;token=778aea8d-10e6-46a1-ac5d-eb7a493bb1de" alt=""><figcaption><p>Business rule setup page</p></figcaption></figure>

Within each [condition](https://docs.struct.com/pim3/reference/product-model-setup/business-rules/business-rule-details/conditions/condition-details) you can then set up an [action](https://docs.struct.com/pim3/reference/product-model-setup/business-rules/business-rule-details/actions/action-details) to convert the price. In this example the List Price (EUR) is converted to List Price (DKK).&#x20;

<figure><img src="https://3609403033-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZJAMIKVcqchSDbt4A7DE%2Fuploads%2FWxxi6otKh9QnhU5aAluP%2Fimage.png?alt=media&#x26;token=e5da6c9c-c924-4022-9534-ee1e11c28b75" alt=""><figcaption><p>Configure action</p></figcaption></figure>
