It means you are able to go back in time and retrieve past values of a resource, even if the current value is not the same as it was
previously or if it has changed multiple different times.
Some examples of how you might use the time series in a Smart Contract hook:
Retrieving the latest denomination, used to check that a posting currency is valid.
Retrieving a past balance according to a provided timestamp.
Retrieving a past balance according to the previous day’send of dayy balance for that account.
Retrieving all of the flag values for a repayment holiday flag over the previous month.
Retrieving only the latest value for a repayment holiday flag.