How does ORM (and more specifically, NORMA) handle the modeling of derived values? For example, I'm currently working on a ORM model related to the concept of payroll deductions. A payroll deduction (object), in this case, has something like an "amount accrued YTD" value. (Payroll Deduction has AmountAccruedYTD)
The YTD amount is ...