As an organizer of my finances, I need personal_finances repo to implement a transaction aggregation layer, so that aggregated transactions can be treated as atomic transactions in further processing and analysis. This feature allows me to treat partially refunded purchases as a single transaction simplifying my analysis.
Acceptance criteria
A new processing layer aggregates compound transactions into single transactions before categorizing.
The feature should be designed so that minimal interaction is required by the end user.
As an organizer of my finances, I need personal_finances repo to implement a transaction aggregation layer, so that aggregated transactions can be treated as atomic transactions in further processing and analysis. This feature allows me to treat partially refunded purchases as a single transaction simplifying my analysis.
Acceptance criteria