Audience asks where calculations (e.g. adding a product to a cart and computing the total) are expressed in Event Modeling terminology when many read models need the same derived value. Nowak: calculations live in the same place as business rules on a view — specified via given/when/then examples (place events before the view and assert the expected outcome). In implementation, the calculation is repeated per read model as a matter of team preference/convention rather than centralized.