When working with multiple funds, it is often the case that one or more of them do not have the same length of history as the rest. This creates a problem because the standard method of covariance matrix estimation requires equal histories for all variables in the set. In addition, the number of available returns for each variable should be at least equal to the number of variables being analyzed. There are a several ways to deal with these problems.
The most straightforward approach is to truncate all samples to the size of the shortest one. In this case, the issue is resolved at the cost of removing observations. This means that information available in the samples is disregarded.
The second option is to rely on purely statistical approaches and take advantage of an unequal histories method which takes into account all observations in computing the covariance matrix. This is the method traditionally used in risk management systems and it is also available in Cognity. The disadvantage of this method is that it is completely non-transparent to the user and that it relies on the assumption that returns are jointly normally distributed.
The third approach is to back-fill the short histories taking advantage of a back-filling method. In contrast to the unequal history method, backfilling creates an artificial time series which can then be analyzed. This approach is based on statistical techniques as well as economic reasoning. The basic idea is to discover the factor drivers of risk and return for each fund and use them to generate artificial data for the fund. The advantage of this method is that the backfill process is completely transparent, can incorporate fat tails, and makes economic sense.
There are different backfill methods available for backfill. Choosing a particular backfill method is determined by a combination of user preferences and the amount of available data. These are the most frequently used methods:
Key Points to Remember