Hi,
So you have to calculate sum(monetary amount) for accounting periods 0 to 9 correct?
Use a case statement and split the incoming records into 9 different output for each accounting period.
Then calculate the sum(monetary amount) for each of the 9 different accounting period and use a merge transform to do Union all.
Does that help?
Arun