PBC-2 - Extending the calculations
Issue: QCADOOMES-740
Biref
As for all the planned they should be calculated from standard algorithms from other modules.
It would also be best if cost calculations and cost in production balance used the same algorithms which take datasource interfaces each with two implementations:
- one that generates values from calculations
- one that sums up values from production counting
For example we could have an interface OperactionDurationSource with two implementations: CalculatedOperationDurationSource, RegisteredCalculationdurationSource.